Viewing profile — vasama
vasama
HN member- Joined
- Mon, Oct 08, 2018, 3:24 PM UTC
- HN karma
- 70
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About vasama
No profile information was provided.
Recent public activity
-
comment
Comment #47086371
> The advantage being that you never have to remember which things are to be freed at which particular error state. You also don't have to remember this when using defer. That's th…
-
comment
Comment #45499740
That's sort of like asking a motorbike enthusiast why they don't just drive a car instead. There's a big difference in the input scheme between PC and consoles. Playing with a cont…
-
comment
Comment #42226858
You were clearly banned for the comment where you used offensive slurs in reference to the author of a previously discussed blog post. I was happy to report the comment.
-
comment
Comment #36225660
ztd.text is a C++ library. cuneicode is a C library.
-
comment
Comment #32908655
If only Linux offered a half decent kernel API instead of that dumpster fire that is POSIX. Even so, for anything not involving graphical user interfaces I somewhat agree with you.…
-
comment
Comment #32908557
That looks like an allocating container. Probably the most useful property of linked lists and other node based data structures is the ability to make them intrusive and to avoid d…
-
comment
Comment #31638525
If by "STL" you mean the standard library, it's not true that _all_ containers accept allocators. At least valarray and filesystem::path do not accept allocators.
-
comment
Comment #31638520
There's no reason to avoid static functions. It's just a better syntax and it's a shame it cannot be applied to class declarations as well.
-
comment
Comment #30653041
Molten salt fuel cycles where waste products may be separated from the liquid fuel through more conventional chemical separation methods seem like a simpler solution. It's too bad …
-
comment
Comment #30652989
Nuclear fuels such as U235 are radioactive but very slightly so, U235 specifically having a half life of roughly 700 million years. The various fission products produced by splitti…
-
comment
Comment #28693208
The information is indeed worthless unless the standard were to also define such things as the stack layout and a closed set of operations which are allowed to consume more stack, …
-
comment
Comment #28693179
Whatever values these functions returned, there would be no way for you to make a determination on whether another step can be performed.
-
comment
Comment #28693142
Just like with the mutex, this piece of information is out of date as soon as it reaches you. Preparations for whatever action you perform after, or the very act of retrieving this…
-
comment
Comment #28693103
I believe we were discussing a potential addition to the C standard. It would however be useless unless the standard also defined such things as stack layout and a closed set of op…
-
comment
Comment #28683439
There is no useful way to employ these functions. It's equivalent to asking if a mutex is locked. That piece of information is worthless.
-
comment
Comment #28543203
Only the enterprise edition though.
-
comment
Comment #27563240
Migrating to a pointer-size-pair string representation would be a better use of one's time.
-
comment
Comment #26217718
Making a molten salt reactor safe might be much cheaper than a light water reactor.
-
comment
Comment #25939220
Some people care about UX.
-
comment
Comment #25314805
We got here because adding library features is a lot easier and less risky than adding language features. Work on pattern matching [1] is ongoing, but the bar for entry for a langu…
-
comment
Comment #24181269
This is why I have a set of functions like AsciiToLower(char* string, size_t size). They only touch characters in the ASCII space at <0x80. Even went and implemented them with SSE …
-
comment
Comment #23575806
If time travel was possible, don't you think a time traveler would have traveled back in time to give us time travel?
-
comment
Comment #21078941
A black hole of this mass is colder than the cosmic background.
-
comment
Comment #20828080
Do you mean as opposed to humans and contemporary apes sharing common ancestors?
-
comment
Comment #20793754
Looks more like an implementation of undefined behaviour to me.