HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vitaminCPP

231 karmajoined 9 tahun yang lalu
^-^

comments

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

At home:

> 10428
vitaminCPP
·2 bulan yang lalu·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
·3 bulan yang lalu·discuss
For embedded/kernel programmers: Is there a linux equivalent of this book?
vitaminCPP
·4 bulan yang lalu·discuss
+1 The zig toolchain is the state of the art currently.
vitaminCPP
·4 bulan yang lalu·discuss
For me, it's the toolchain. The Zig cross-compiler is beyond anything I've seen.
vitaminCPP
·4 bulan yang lalu·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 bulan yang lalu·discuss
I fail to see why this would not work with gcc if it works with clang. The runtime?
vitaminCPP
·5 bulan yang lalu·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 bulan yang lalu·discuss
Please don't use js in medical devices.
vitaminCPP
·7 bulan yang lalu·discuss
As a professional C programmer, the answer seems to be no; they are not good enough.
vitaminCPP
·9 bulan yang lalu·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 bulan yang lalu·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 bulan yang lalu·discuss
This is exactly what the article is trying to debunk.