Viewing profile — vdombr
vdombr
HN member- Joined
- Sat, Aug 01, 2026, 12:24 PM UTC
- HN karma
- 5
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About vdombr
Ruby developer
Github: https://github.com/vdombr
Recent public activity
-
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…
-
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.
-
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…