Viewing profile — iigijshaba
iigijshaba
HN member- Joined
- Thu, Jul 09, 2026, 11:05 AM UTC
- HN karma
- 4
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About iigijshaba
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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.