Viewing profile — ThierryBuilds
ThierryBuilds
HN member- Joined
- Mon, Dec 22, 2025, 2:01 AM UTC
- HN karma
- 41
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About ThierryBuilds
Recent public activity
- story
- story
- story
- story
-
comment
Comment #47229651
What really enabled Python to spread so much into scientific computing and AI is C/C++. Most if not all performance critical libraries are not really Python. They just expose a Pyt…
-
comment
Comment #47213674
I spent some time digging into the internal mechanics of process creation. It's one thing to call gcc or click 'Run', but I wanted to document the actual transition from a static b…
- story
- story
-
comment
Comment #47078661
That is the only way to represent the empty slice (similar to &s[10..10]). Interesting though to see how LLMs are fooled by that edge case.
- story
-
comment
Comment #46910206
A human will still be needed to review the AI generated PR, no?
-
comment
Comment #46882673
I never had similar bug caused by hardware or compiler issue. But I had cases where I thought it could be the compiler. This article shows that those cases are possible, even thoug…
-
comment
Comment #46828461
Which book is presented in the article?
-
comment
Comment #46748469
Then why is there a need for a developer, that supposedly writes poorer code, to check it?
- story
-
comment
Comment #46741977
Do AI really write better React/JSX than devs?
-
comment
Comment #46650772
The article is not only about security. Thanks
-
comment
Comment #46650641
Agreed. Beyond security, we must consider other critical factors such as cost, ease of maintenance, and operational overhead.
-
comment
Comment #46650447
Thanks for the feedback. These are typical use cases where the convenience of higher level abstractions may be less important than the benefits of direct access to the hardware.
-
comment
Comment #46644895
Thank you for the feedback. I will definitely add them as example solutions for serverless.
-
comment
Comment #46644666
I wrote this because I kept seeing developers (myself included) confuse language-level isolation like Python venv with OS-level isolation like Docker. I wanted to trace the actual …
- story
-
comment
Comment #46644521
Great article! Thank you for sharing. Could these same strategies be applied to C programs?
-
comment
Comment #46509801
Insightful. Many thanks. Flat buffers is know to bloat client code. Was any trick used to mitigate that?
-
comment
Comment #46509786
Thanks for the clarification. Happy new year