Viewing profile — dcvuob
dcvuob
HN member- Joined
- Wed, Feb 24, 2016, 2:27 PM UTC
- HN karma
- 12
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About dcvuob
No profile information was provided.
Recent public activity
-
comment
Comment #11183926
It would be really nice if instead of downvoting, someone could provide a counterargument, or comment on parts the disagree.
-
comment
Comment #11183299
I was giving an replacement for the if statement presented above, where both expressions are on the same line.
-
comment
Comment #11182795
Yes. And cast that 0 to (void), so the compiler won't complain over an unused expression. Any C programmer will recognize what (void)0 means, do nothing.
-
comment
Comment #11182641
The more lines that are visible on your screen, the less you have to keep in your working memory. Sure if you only saw a few lines at a time, then this might be a problem. But you …
-
comment
Comment #11182359
Second example is very readable using Allman style: if( condition_a ) { if( condition_b ) { do_thing_a(); } else { do_thing_b(); } } else { do_something_else(); } Editor space is f…
-
comment
Comment #11182294
Those if statement should be written using the ternary operator. In my subjective opinion, putting the expression in the same line as the if statement is awful. Objectively it is w…
-
comment
Comment #11179138
Terrorists cannot be innocent. /s
-
comment
Comment #11178427
If only Twitter joined them.
-
comment
Comment #11177648
I think it is an issue of convenience. Anecdotal evidence, I have never had trouble doing either of those for 8 hours straight (and more). Voice will need some serious software sup…
-
comment
Comment #11174073
It's rare but it does exist: https://en.wikipedia.org/wiki/Kim_Peek
-
comment
Comment #11173185
Welcome to the future (of 2013): https://youtu.be/8SkdfdXWYaI?t=9m5s https://youtu.be/8SkdfdXWYaI?t=16m22s Don't forget to see the entire talk (28 minutes): https://www.youtube.com…
-
comment
Comment #11173088
The pdf is discussing vehicles, specifically aircraft, that would utilize LENR assuming it works . Here is an excerpt from the pdf: This report does not explore the feasibility of …
-
comment
Comment #11166922
That is an disingenuous representation of how the attacks works. That attacks OPSEC, not the Bitlocker itself. Any full-disk encryption is "vulnerable", to this kind of attack. The…