Live data from Hacker News

Viewing profile — clarkcox3

clarkcox3

HN member
Joined
Mon, Nov 28, 2016, 9:41 PM UTC
HN karma
15
Public activity
14 items

About clarkcox3

No profile information was provided.

Recent public activity

  1. comment
    Comment #27315525

    That is simply not true. Building the entire client app from source takes about a half hour.

  2. 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

  3. comment
    Comment #20717091

    "Hidden"?

  4. comment
    Comment #20493357

    Why would you think that using auto would reduce the performance of your code?

  5. 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…

  6. comment
    Comment #14055310

    If they could show probable cause, then they'd already have a warrant . They don't.

  7. 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.

  8. 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 …

  9. comment
    Comment #13869018

    And, in the ISO format, when omitting the year, it's still 3-14.

  10. 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.

  11. 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 …

  12. 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.

  13. 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.

  14. 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.