Live data from Hacker News

Viewing profile — vdombr

vdombr

HN member
Joined
Sat, Aug 01, 2026, 12:24 PM UTC
HN karma
5
Public activity
3 items

About vdombr

Ruby developer

Github: https://github.com/vdombr

Recent public activity

  1. comment
    Comment #49135565

    It was mostly HTTP/JSON tests with some sort of validation, basic auth and logging. I think Ruby is used the most for this. I see many companies switching from Ruby to Go or FastAP…

  2. comment
    Comment #49135392

    Thanks! That was exactly my point. The ruby community has made many performance improvements since 2.0, including JIT compilation, fibers and ractors.

  3. comment
    Comment #49133877

    It’s more like goroutines or other lightweight concurrency mechanisms. If threads are OS-level concurrency primitives, fibers are scheduled within Ruby itself, which makes them muc…