Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
clarkcox3
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
clarkcox3
5y ago
That is simply not true. Building the entire client app from source takes about a half hour.
2.
▲
by
clarkcox3
7y ago
"Hidden"?
3.
▲
by
clarkcox3
7y ago
Why would you think that using auto would reduce the performance of your code?
4.
▲
by
clarkcox3
9y ago
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. It doesn't matter if it takes 5 hours
5.
▲
by
clarkcox3
9y ago
If they could show probable cause, then they'd already have a warrant . They don't.
6.
▲
by
clarkcox3
9y ago
So what? I could claim to be a government official on Twitter; that wouldn't give the government the right to my identity.
7.
▲
by
clarkcox3
10y ago
> 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 a good thing. Every time I come up to
8.
▲
by
clarkcox3
10y ago
And, in the ISO format, when omitting the year, it's still 3-14.
9.
▲
by
clarkcox3
10y ago
But gold and silver only have "intrinsic" value because we have faith that they do. Even the gold standard is based on faith.
10.
▲
by
clarkcox3
10y ago
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 of cp).
11.
▲
by
clarkcox3
10y ago
Yes; by definition using something with X possible values to represent something with Y possible values will always have collisions if X < Y.
12.
▲
by
clarkcox3
10y ago
> 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.
13.
▲
by
clarkcox3
10y ago
The example with ">= 0" is an infinite loop, a size_t will always be greater than or equal to zero; it's unsigned.