Viewing profile — dsfuoi
dsfuoi
HN member- Joined
- Thu, Apr 14, 2016, 11:20 AM UTC
- HN karma
- 91
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About dsfuoi
No profile information was provided.
Recent public activity
-
comment
Comment #11655377
programmers use int to index over arrays in for loops without writing asserts. That is in fact a problem with the language. Ok let me get this clear, you're saying that the languag…
-
comment
Comment #11655354
If the loops can be written and the programmers don't write them, the problem is with the language!? No, it's pretty clear where the problem is with C, programmers.
-
comment
Comment #11655271
It looks easy but it isn't. The second example causes unexpected behavior (and probably ub later) if: min + step > MIN_TYPE_MAX The last example causes undefined behavior if: max -…
-
comment
Comment #11655220
It's just one line. Put this before the loop if the code logically shouldn't trigger this. assert( B Or use an if statement if it could trigger at runtime. Also the code is clearer…
-
comment
Comment #11650973
In terms of sociologic development the middle-eastern countries are considered backwards with their stone-age laws, ingrained religion, and treating women like lesser beings, and y…
-
comment
Comment #11650950
For the scramble suit to work, publicly available 'mixing' stations would have to be available, which would work like a black box, you could only surveil input and output. And exit…
-
comment
Comment #11650917
Maybe we are the primitive ones.
-
comment
Comment #11646475
Correct me if I'm wrong, but in this scale model, I think the part of the building marked with a black rectangle (upper left) is what is currently being built. https://www.bloomber…
- comment
-
comment
Comment #11642279
It certainly could be, but I think most mistakes are made because of how the process is 'designed'; sometimes an incorrect molecule jiggles (literaly) into a place where it is impr…
-
comment
Comment #11642263
So only about 4Gs? I somehow though it would be more and unsurvivable for humans.
-
comment
Comment #11639733
I would say that ionizing radiation isn't the cause of most genetic mutations. It is just too rare and most of it doesn't penetrate the skin anyway, the rest has to be really lucky…
-
comment
Comment #11636742
I still haven't seen anyone write what those fraudulent acts are exactly. Since Craig Wright (let's not call him what he isn't) apparently has several companies, these should be so…
-
comment
Comment #11636238
It feels like a rage quit. Completely frustrated when you simply cannot win, there is only one option remaining. Anger and self-pity.
- comment
-
comment
Comment #11636089
You don't know if he is a sad, broken man. There is no evidence to believe the post reflects upon his real emotions, and since the man is untrustworthy[0], the post cannot be taken…
- comment
-
comment
Comment #11629526
Replay at 16x speed if you're busy: https://youtu.be/89AIsPTCJLs?t=10m35s
-
comment
Comment #11628552
That is a promo. Here is an actual simulation: https://www.youtube.com/watch?v=89AIsPTCJLs
-
comment
Comment #11627082
So, will I have to login into something to read the docs now?
-
comment
Comment #11618337
Running an ICE car in a garage will harm you (and kill you pretty quickly), running an electric car will heal you. It sounds cheesy but it true.
-
comment
Comment #11615746
Choose carefully, one of those deploys the ejection seat.
-
comment
Comment #11610226
I agree. The problem is that those single character names get abused and you end up with code that consists only of them, including the function arguments, which is the worst.
- comment
-
comment
Comment #11609471
The 'style' even leaked out to file naming: a.c, ab.c, af.c, am.c, c.c, ca.c, cc.c, cd.c, cf.c, ... Brilliant! I doubt that this is either serious (unobfuscated) or handwritten cod…