Live data from Hacker News

Viewing profile — jaseemabid

jaseemabid

HN member
Joined
Tue, Nov 08, 2011, 9:20 PM UTC
HN karma
708
Public activity
138 items

About jaseemabid

jaseemabid.github.io

Recent public activity

  1. comment
    Comment #42967461

    I recently wrote an explainer for the sqlite file format with some helpful diagrams. This might help. https://blog.jabid.in/2024/11/24/sqlite.html

  2. comment
    Comment #42814776

    Immutable append only persistent log doesn't imply store everything _forever_. If you want to remove something you could add a tombstone record (like Cassandra) and eventually remo…

  3. comment
    Comment #42813692

    A notable example of a large-scale app built with a very similar architecture is ATproto/Bluesky[1]. "ATProto for Distributed Systems Engineers" describes how updates from the user…

  4. story
  5. comment
    Comment #39235425

    Pkl was one of the best internal tools at Apple, and it’s so good to see it finally getting open sourced. My team migrated several kloc k8s configuration to pkl with great success.…

  6. comment
    Comment #34620212

    This is what I wanted Apple News to be. I wish it would give me a good curated news feed from dozens of sources, and adapt based on feedback. I badly wanted to love it, but no matt…

  7. comment
    Comment #33222726

    Knowing apple, its probably illegal for those 2 teams to talk to each other.

  8. comment
    Comment #29894139

    Great post! I find it interesting that all root servers are located in United States. Should some of them be elsewhere for redundancy?

  9. comment
    Comment #23132264

    There is a solarized version as well which I've used a few times in the past. https://thomasf.github.io/solarized-css

  10. comment
    Comment #22870429

    ASCII is English and limiting access to knowledge for the rest of humanity for a simpler encoding is just not an acceptable option. Someone needs to interpret those 7k words and wr…

  11. story
  12. story
  13. comment
    Comment #17391025

    Does Asian include Indians as well? Kind of amusing since Apple and Google are both lead by "asian" immigrant men.

  14. story
  15. comment
    Comment #16628040

    You just described subreddits.

  16. comment
    Comment #16039546

    An Incremental Approach to Compiler Construction[1] by Abdulaziz Ghuloum. The author presents a very approachable technique for building pedagogical compilers by starting with a ti…

  17. comment
    Comment #14904531

    RAFT is not BFT. You need nodes to cooperate. If the nodes lie, the system will collapse.

  18. comment
  19. comment
    Comment #14722922

    I did exactly the same last night and you don't need the echo $? hack anymore.

  20. comment
    Comment #14721395

    You read my mind :D

  21. comment
    Comment #14721374

    Just tinkering with the tools and writing some code helped me a lot more than the university course I had 6 years ago. There are several beginner friendly online resources now incl…

  22. comment
    Comment #14721342

    You are right, the compiler cannot handle much of higher order functions and closures yet. I have hinted how to do that with lambda lifting and closure conversion and I might get i…

  23. comment
    Comment #14721320

    You are right and calling it quintessential might be too much. Local lexing seems interesting, but the approach I used is called combinatorial parsing and it does parsing and lexin…

  24. comment
    Comment #14720857

    Author of the post here. AMA :)

  25. comment
    Comment #14494860

    Unless you have lived in the tropical humid heat, you wont be able to relate to this. Moving to NYC recently and living without an AC or even a fan feels so glorious. I bet 10% of …