Viewing profile — vitaminCPP
vitaminCPP
HN member- Joined
- Wed, Oct 11, 2017, 11:00 PM UTC
- HN karma
- 234
- Public activity
- 71 items
- HN profile
- View on Hacker News ↗
About vitaminCPP
Recent public activity
-
comment
Comment #49110343
In what way, if you don't mind me asking?
-
comment
Comment #48951418
This looks awesome. Do you have video show casing you diagnosing a problem with it?
- story
-
comment
Comment #48844494
Agreed. This blog post strikes the balance between PR-speak and x.com
-
comment
Comment #48788955
I've read somewhere that the longer-term goal is to move the build system into a WebAssembly VM. If so, this is incredible.
-
comment
Comment #48788877
I don't know men. I do hang out in the handmade Discord from time to time, and Bill has not been very kind, to say the least. Maybe I just met him on a bad day.
-
comment
Comment #48262445
Hehe it's always Lemire !
-
comment
Comment #48143612
No worries. :)
-
comment
Comment #48139074
Yep. How will we manage those 10x code projects, when LLMs cost increases by 10x?
-
comment
Comment #48139055
We got memory safety at home ! At home: > 10428
-
comment
Comment #48138928
> +1009257 -4024 Bun is now over 1M lines of Rust code. This is approaching the size of the Rust compiler itself; except that BunJs is mostly a JavaScript interpreter wrapper + a r…
-
comment
Comment #47929644
For embedded/kernel programmers: Is there a linux equivalent of this book?
-
comment
Comment #47418619
+1 The zig toolchain is the state of the art currently.
-
comment
Comment #47418362
For me, it's the toolchain. The Zig cross-compiler is beyond anything I've seen.
-
comment
Comment #47387056
Yeah that was my also my thought. I always understood that if you give a thread to each actor you get the "active object" design pattern.
-
comment
Comment #47025067
I fail to see why this would not work with gcc if it works with clang. The runtime?
-
comment
Comment #46816330
Great software. On a small note: This recent PR is both awesome and pretty funny to me. https://github.com/flameshot-org/flameshot/pull/4498#issue-3...
-
comment
Comment #46379480
Please don't use js in medical devices.
-
comment
Comment #46379448
As a professional C programmer, the answer seems to be no; they are not good enough.
-
comment
Comment #45543753
This is a good advice. That said, I don't think you should care about people that comments on articles without reading them.
-
comment
Comment #45543724
> they do it using either a parallel functional language or a parallel library in modern C++. IMO this is a weakness not a strength. The approach of Fleury (low level C, no lib), m…
-
comment
Comment #44610133
This is exactly what the article is trying to debunk.
-
comment
Comment #44522598
I can't wait for the SD25 videos!
-
comment
Comment #43274742
Thanks for sharing !
-
comment
Comment #43272354
Great work on the self-hosted (no llvm) compiler and linker ! Is there somebody that can explain to me the value of incremental compilation? How is this different than CMake cachin…