Viewing profile — rbatiati
rbatiati
HN member- Joined
- Sun, Apr 23, 2023, 9:02 PM UTC
- HN karma
- 25
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About rbatiati
Recent public activity
-
comment
Comment #45887037
Hi! Rafael from TigerBeetle here! > One way to keep those faster speeds in Tigerbeetle for real-time workloads is microbatching incoming real-time transactions to Tigerbeetle at an…
-
comment
Comment #44222987
Hi there! We do have a C client, the libtb_client. It's written in Zig and exposes an FFI interface that is consumed by all other TigerBeetle clients. We don't publish the pre-comp…
-
comment
Comment #41531159
Letting licensing alone, I think they have a couple of killer reasons to choose Illumos: It's a fine operating system, and it's much easier for them to land the fixes/features they…
-
comment
Comment #37569973
> If for some reason you need to divide $10 by 3, it should result in three numbers: 3.33, 3.33, and 3.34 Exactly! We don't try to "fix this math problem"; instead, we just want to…
-
comment
Comment #37569717
Rounding monetary values is a complex, opinionated and business-defined operation. Sometimes it's even orthogonal to the datatype used. Things get out of hand when you need to roun…
-
comment
Comment #35680693
I've always thought of myself as the second type of C programmer... I only used C if no other option was available (yeah, it was indeed fear!). After I started programming in Zig, …