Viewing profile — thezorg
thezorg
HN member- Joined
- Mon, Aug 05, 2013, 2:44 AM UTC
- HN karma
- 94
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About thezorg
No profile information was provided.
Recent public activity
-
comment
Comment #39184740
Poor [Cloud Tasks]( https://cloud.google.com/tasks ), they're the actual GCP message queue, but everyone forgets they exist and use Pub/Sub instead. What's funny is Pub/Sub is a fu…
-
comment
Comment #36334119
I recently learned about the `])` motion (and similarly, `]}`), and it's probably my absolute favorite. I used to rely on e.g. `df)` to delete function parameters. The problem is t…
- story
- story
-
comment
Comment #7522724
Speaking of B-trees, I find CouchDB's implementation really interesting: the backing file is append-only, meaning that modifying the tree implies appending the modified nodes at th…