Viewing profile — coldcat
coldcat
HN member- Joined
- Sun, Mar 25, 2018, 5:55 PM UTC
- HN karma
- 5
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About coldcat
No profile information was provided.
Recent public activity
-
comment
Comment #23584908
The C linker of those years only support function names up to 6 characters. That's maybe why the defines try to match their respective function name in 6 char.
-
comment
Comment #19662484
MSVC support C11 because it a prerequisite for C++17. The limits are you need to compile in C++, so the very few changes/incompatibilities between C and C++ always bend to the C++ …
-
comment
Comment #19610372
Kernel extension already require a special developer certificate. You should explain to Apple what you need it for, then if your are accepted by Apple you get a new signing certifi…
-
comment
Comment #19139964
you could ask the same question for every os. And none choose Rust even the recent like fushia. BTW go ask Linus to switch to Rust I'm waiting for you there.
-
comment
Comment #18812390
Quants are maybe math half-god but the bests I worked with are average programmer. Most of them are awful programmers, and it's not a problem as long as their code is only the prot…
-
comment
Comment #18573880
In large company I worked, everything critical go through active directory. Every user is assigned to group/role. Every Server application have it's own entry as well. Every author…