Viewing profile — clarkcox3
clarkcox3
HN member- Joined
- Mon, Nov 28, 2016, 9:41 PM UTC
- HN karma
- 15
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About clarkcox3
No profile information was provided.
Recent public activity
-
comment
Comment #27315525
That is simply not true. Building the entire client app from source takes about a half hour.
-
comment
Comment #27155951
I like to refer to Jim-jim-jim as an asshole who likes to make fun of people with Down's syndrome
-
comment
Comment #20717091
"Hidden"?
-
comment
Comment #20493357
Why would you think that using auto would reduce the performance of your code?
-
comment
Comment #14474535
But if this was present in your office/classroom/car it wouldn't matter if it was slow, as long as it was fast enough to provide more power than you were using at a given time. I.e…
-
comment
Comment #14055310
If they could show probable cause, then they'd already have a warrant . They don't.
-
comment
Comment #14055288
So what? I could claim to be a government official on Twitter; that wouldn't give the government the right to my identity.
-
comment
Comment #13896594
> As you can pretty much do everything off the bat, there's no "oh a boulder, can't move it, better come back later" element to the game. Many people (myself included) see that as …
-
comment
Comment #13869018
And, in the ISO format, when omitting the year, it's still 3-14.
-
comment
Comment #13863492
But gold and silver only have "intrinsic" value because we have faith that they do. Even the gold standard is based on faith.
-
comment
Comment #13842178
If you're repairing someone else's computer and come across child porn, aren't you obligated to report it? (if only to cover your own ass, as technically you are now in possession …
-
comment
Comment #13728128
Yes; by definition using something with X possible values to represent something with Y possible values will always have collisions if X < Y.
-
comment
Comment #13127387
> so brute-force is out Until someone gets ahold of a list of the hashed passwords and can brute force them at home without triggering the lockout.
-
comment
Comment #13058733
The example with ">= 0" is an infinite loop, a size_t will always be greater than or equal to zero; it's unsigned.