Viewing profile — jaseemabid
jaseemabid
HN member- Joined
- Tue, Nov 08, 2011, 9:20 PM UTC
- HN karma
- 708
- Public activity
- 138 items
- HN profile
- View on Hacker News ↗
About jaseemabid
Recent public activity
-
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
-
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…
-
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…
- story
-
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.…
-
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…
-
comment
Comment #33222726
Knowing apple, its probably illegal for those 2 teams to talk to each other.
-
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?
-
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
-
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…
- story
- story
-
comment
Comment #17391025
Does Asian include Indians as well? Kind of amusing since Apple and Google are both lead by "asian" immigrant men.
- story
-
comment
Comment #16628040
You just described subreddits.
-
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…
-
comment
Comment #14904531
RAFT is not BFT. You need nodes to cooperate. If the nodes lie, the system will collapse.
- comment
-
comment
Comment #14722922
I did exactly the same last night and you don't need the echo $? hack anymore.
-
comment
Comment #14721395
You read my mind :D
-
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…
-
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…
-
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…
-
comment
Comment #14720857
Author of the post here. AMA :)
-
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 …