Live data from Hacker News

Viewing profile — tinfoil_knight

tinfoil_knight

HN member
Joined
Thu, Jan 30, 2020, 3:28 AM UTC
HN karma
2
Public activity
5 items

About tinfoil_knight

No profile information was provided.

Recent public activity

  1. comment
    Comment #33223776

    Yes. Medium has a paywall & annoying pop-ups. I'd prefer the author maintain their own websites. With services like Netlify & Vercel, it's incredibly easy & cheap to do so. (Free i…

  2. story
  3. comment
    Comment #29401684

    Use https://archive.org/web/ to access the website. I'm in India too and it's very weird that they've blocked this website. I refer to the article a lot so thankfully I had a PDF c…

  4. comment
    Comment #29391566

    I made a key value store: https://github.com/tinfoil-knight/tiny-redis (easy to build compared to a SQL db) and really enjoyed the process. Making a SQL db is on my list and your w…

  5. comment
    Comment #29359733

    Check out https://craftinginterpreters.com/ . I created a interpreter with the help of this book and it's been a great resource.