HackerTrans
TopNewTrendsCommentsPastAskShowJobs

frabert

no profile record

Submissions

Clang-Doc

clang.llvm.org
2 points·by frabert·9 months ago·0 comments

comments

frabert
·7 months ago·discuss
I think it means you can't assign to unbounded names, you must either declare with var for global, or let/const for local
frabert
·8 months ago·discuss
Sorry, it was published early and we have to wait for some approval checks to clear
frabert
·8 months ago·discuss
This has been a sore point in a lot of discussions regarding compiler optimizations and cryptographic code, how compilers and compiler engineers are sabotaging the efforts of cryptographers in making sure there are no side-channels in their code. The issue has never been the compiler, and has always been the language: there was never a way to express the right intention from within C (or most other languages, really).

This primitive we're trying to introduce is meant to make up for this shortcoming without having to introduce additional rules in the standard.
frabert
·9 months ago·discuss
You can do the same with regular, non-embedded programs in a debugging session
frabert
·10 months ago·discuss
> vibe coding is like a conductor orchestrating a symphony, fast but a little bit low quality

The hell is this supposed to mean lol
frabert
·10 months ago·discuss
MSAA actually does, it stores more information per pixel using a special buffer format
frabert
·10 months ago·discuss
Last time I checked, embedding Lua in C or C++ was _way_ easier than embedding Tcl
frabert
·2 years ago·discuss
I think that particular pattern is a perfectly reasonable way to let the user ingest an arbitrarily long list of objects without having to do any preallocations -- or indeed, any allocations at all.
frabert
·7 years ago·discuss
To be fair, that's a definition of "portable" only used among windows users, as far as I know.