Live data from Hacker News

Viewing profile — vitaminCPP

vitaminCPP

HN member
Joined
Wed, Oct 11, 2017, 11:00 PM UTC
HN karma
234
Public activity
71 items

About vitaminCPP

^-^

Recent public activity

  1. comment
    Comment #49110343

    In what way, if you don't mind me asking?

  2. comment
    Comment #48951418

    This looks awesome. Do you have video show casing you diagnosing a problem with it?

  3. story
  4. comment
    Comment #48844494

    Agreed. This blog post strikes the balance between PR-speak and x.com

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

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

  7. comment
    Comment #48262445

    Hehe it's always Lemire !

  8. comment
    Comment #48143612

    No worries. :)

  9. comment
    Comment #48139074

    Yep. How will we manage those 10x code projects, when LLMs cost increases by 10x?

  10. comment
    Comment #48139055

    We got memory safety at home ! At home: > 10428

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

  12. comment
    Comment #47929644

    For embedded/kernel programmers: Is there a linux equivalent of this book?

  13. comment
    Comment #47418619

    +1 The zig toolchain is the state of the art currently.

  14. comment
    Comment #47418362

    For me, it's the toolchain. The Zig cross-compiler is beyond anything I've seen.

  15. 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.

  16. comment
    Comment #47025067

    I fail to see why this would not work with gcc if it works with clang. The runtime?

  17. 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...

  18. comment
    Comment #46379480

    Please don't use js in medical devices.

  19. comment
    Comment #46379448

    As a professional C programmer, the answer seems to be no; they are not good enough.

  20. 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.

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

  22. comment
    Comment #44610133

    This is exactly what the article is trying to debunk.

  23. comment
    Comment #44522598

    I can't wait for the SD25 videos!

  24. comment
    Comment #43274742

    Thanks for sharing !

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