Live data from Hacker News

Viewing profile — iigijshaba

iigijshaba

HN member
Joined
Thu, Jul 09, 2026, 11:05 AM UTC
HN karma
4
Public activity
5 items

About iigijshaba

No profile information was provided.

Recent public activity

  1. comment
    Comment #48845803

    Those systems are primarily written in C or C++-but-in-C-style, right? Without exploiting RAII among other features, as Jarred mentioned that he liked in Rust. While Rust took RAII…

  2. comment
    Comment #48844546

    Now that I have taken a closer look, the code looks significantly better than it seemed at first glance, though there are still peculiarities, and some drawbacks. An unfortunate as…

  3. comment
    Comment #48844351

    More that I got confused by the C function returning bool, not as an error value, but as a result, which is my fault for skimming it quickly. I have taken a closer look at the code…

  4. comment
    Comment #48844287

    I have read up on it again, and while it was entirely dysfunctional at the very early stages, it quickly came up to par or beyond, with the LLM especially helped by the huge test s…

  5. comment
    Comment #48843948

    Sorry, I wrongly assumed in the C code when I skimmed it that the boolean was for error handling, not the result value. The elog() macro is used for error handling.