Live data from Hacker News

Viewing profile — nkraft11

nkraft11

HN member
Joined
Fri, May 02, 2025, 1:52 AM UTC
HN karma
21
Public activity
5 items

About nkraft11

No profile information was provided.

Recent public activity

  1. comment
    Comment #44366051

    Sort of. In this case the lack of multithreading led engineers to using sidekiq as a stand in.

  2. comment
    Comment #44362421

    You're totally correct. It's not a problem of ruby per se, but engineers would basically just throw their hands up and say "ruby can't handle this" and sidekiq became the One True …

  3. comment
    Comment #44362402

    Error handling was a huge issue, along with other weird distributed system bugs. Backed up queues, job shedding, thundering herds, you name it. When you have jobs on queues kicking…

  4. comment
    Comment #44361299

    I briefly worked at a YC company that was a ruby shop. Their answer to every performance problem was to stick it on a queue. There were, I don’t know, dozens of them. Then they dec…

  5. comment
    Comment #43890774

    I can say that going from a place that had all of that observability tooling set up to one that was at the "ssh'ing into a box and greping a log" stage, you best believe I missed c…