Code Monkey home page Code Monkey logo

hirrolot.github.io's People

Contributors

hirrolot avatar strega-nil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

kdheepak

hirrolot.github.io's Issues

RSS uses incorrect date format

First of all, I really appreciate you having an RSS feed on your blog even without using any of the pre-made platforms or tools for doing so.

Unfortunately, when I tried adding it to my feed reader, the dates are all wrong, mostly because they're in a freeform format, but as per the spec, they should be RFC 822 conformant.

I'd love to have filed a pull request to fix this if it were a code issue, but I couldn't find any pertinent code, and it doesn't appear any of this repository has a license attached so it'd be a bit of a grey area.

Cheers!

JS-less redirection

Thanks for your good writings! I stumbled over this article with NoScript prohibiting javascript, thus an empty page was shown (even without a <title>): https://hirrolot.github.io/posts/barebones-lambda-cube-in-ocaml.html

Hereby I suggest this template for you:

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv='refresh' content="0; url=https://github.com/hirrolot"/>
  </head>
  <body>
    <script>window.location.assign("https://github.com/hirrolot");</script>
    <noscript><a href="https://github.com/hirrolot">https://github.com/hirrolot</a></noscript>
  </body>
</html>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.