HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vitaminCPP

231 karmajoined 9 lat temu
^-^

comments

vitaminCPP
·przedwczoraj·discuss
Agreed. This blog post strikes the balance between PR-speak and x.com
vitaminCPP
·2 miesiące temu·discuss
Hehe it's always Lemire !
vitaminCPP
·2 miesiące temu·discuss
No worries. :)
vitaminCPP
·2 miesiące temu·discuss
Yep. How will we manage those 10x code projects, when LLMs cost increases by 10x?
vitaminCPP
·2 miesiące temu·discuss
We got memory safety at home !

At home:

> 10428
vitaminCPP
·2 miesiące temu·discuss
> +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 reimplementation of the NodeJS library (Rust STD wrapper).

I think BunJS is becoming the canary for software complexity management in the LLM era.
vitaminCPP
·2 miesiące temu·discuss
For embedded/kernel programmers: Is there a linux equivalent of this book?
vitaminCPP
·4 miesiące temu·discuss
+1 The zig toolchain is the state of the art currently.
vitaminCPP
·4 miesiące temu·discuss
For me, it's the toolchain. The Zig cross-compiler is beyond anything I've seen.
vitaminCPP
·4 miesiące temu·discuss
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.
vitaminCPP
·5 miesięcy temu·discuss
I fail to see why this would not work with gcc if it works with clang. The runtime?
vitaminCPP
·5 miesięcy temu·discuss
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...
vitaminCPP
·7 miesięcy temu·discuss
Please don't use js in medical devices.
vitaminCPP
·7 miesięcy temu·discuss
As a professional C programmer, the answer seems to be no; they are not good enough.
vitaminCPP
·9 miesięcy temu·discuss
This is a good advice. That said, I don't think you should care about people that comments on articles without reading them.
vitaminCPP
·9 miesięcy temu·discuss
> 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), makes his articles a lot more valuable for understanding fundamentals.
vitaminCPP
·12 miesięcy temu·discuss
This is exactly what the article is trying to debunk.