Live data from Hacker News

Viewing profile — rbatiati

rbatiati

HN member
Joined
Sun, Apr 23, 2023, 9:02 PM UTC
HN karma
25
Public activity
6 items

About rbatiati

https://github.com/batiati

Recent public activity

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

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

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

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

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

  6. 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, …