HackerTrans
TopNewTrendsCommentsPastAskShowJobs

frabert

no profile record

Submissions

Clang-Doc

clang.llvm.org
2 points·by frabert·vor 9 Monaten·0 comments

comments

frabert
·vor 7 Monaten·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
·vor 8 Monaten·discuss
Sorry, it was published early and we have to wait for some approval checks to clear
frabert
·vor 8 Monaten·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
·vor 9 Monaten·discuss
You can do the same with regular, non-embedded programs in a debugging session
frabert
·vor 10 Monaten·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
·vor 10 Monaten·discuss
MSAA actually does, it stores more information per pixel using a special buffer format
frabert
·vor 10 Monaten·discuss
Last time I checked, embedding Lua in C or C++ was _way_ easier than embedding Tcl
frabert
·vor 2 Jahren·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
·vor 7 Jahren·discuss
To be fair, that's a definition of "portable" only used among windows users, as far as I know.