HackerTrans
TopNewTrendsCommentsPastAskShowJobs

frabert

no profile record

Submissions

Clang-Doc

clang.llvm.org
2 points·by frabert·9 bulan yang lalu·0 comments

comments

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