Live data from Hacker News

Viewing profile — thezorg

thezorg

HN member
Joined
Mon, Aug 05, 2013, 2:44 AM UTC
HN karma
94
Public activity
5 items

About thezorg

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. story
  4. story
  5. 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…