Live data from Hacker News

Viewing profile — darkhelmetlive

darkhelmetlive

HN member
Joined
Fri, Feb 19, 2010, 6:40 AM UTC
HN karma
186
Public activity
43 items

About darkhelmetlive

Software engineer (EIT) - http://verboselogging.com/

Recent public activity

  1. comment
    Comment #7060631

    I'm glad I was around as BearScat came out and before the killed it.

  2. comment
    Comment #6782303

    There's also a commit right after the merge commit to change if (nf > DBL_DIG * 2) continue; to if (nf > DBL_DIG * 4) continue;

  3. comment
    Comment #5896731

    Yeah, it was kind of a "hey it does it for free" sort of thing. I mean, if it's never really a problem, why spend more time setting extra things up. That being said, I'd have no pr…

  4. comment
    Comment #5896654

    I was playing with load balancers this past weekend. Some code that came out of it: https://github.com/darkhelmet/balance

  5. story
  6. comment
    Comment #5203892

    Sorry, didn't realize "celluloid" meant something else. Changed the title.

  7. story
  8. story
  9. comment
    Comment #4867049

    Tooting my own horn here, but I'm working on a book covering the Go Standard Library. Still in progress, and not at the sync package yet, but it's coming along. Check it out if you…

  10. story
  11. comment
    Comment #4409932

    Awesome, thanks! Added this and the other one to the post.

  12. comment
    Comment #4409930

    Awesome, thanks!

  13. comment
    Comment #4409822

    It can work the same way. You just slowly figure out the hash: this pw for this user was a bit faster than all the other failures, so we know the first byte of the hash is ... If y…

  14. comment
    Comment #4409799

    I do have the sentence "This difference is enough to measure, even on web applications." in the fourth paragraph. Should I highlight that a bit, bold maybe? I'd also like a good re…

  15. story
  16. story
  17. comment
    Comment #3007490

    Thanks for the support! Kindlebility has a new name as of yesterday though: Tinderizer http://tinderizer.com/

  18. story
  19. comment
    Comment #2311368

    Xcode 3 is free, but not 4. Either the developer program, or $5 on the app store.

  20. comment
    Comment #2311336

    I don't even use Xcode at all. I'd much prefer a `brew install` or even if they had their own *.pkg file or something that was just the toolchain.

  21. comment
    Comment #2311331

    No doubt, hence why just the toolchain would be awesome. I don't even use Xcode.

  22. comment
    Comment #2311300

    The few of points I've made about this are: 1. The Xcode 4 download compared to Xcode 3 is basically just a different IDE. The gcc version is, for all intents and purposes, identic…

  23. story
  24. comment
    Comment #2016795

    Ahh I see according to http://lnkr.mobi/bm/google_bookmarks_api/ that is about all the docs on that API there are, and it doesn't support annotations/notes. Mine doesn't either, bu…

  25. comment
    Comment #2016778

    That's definitely cool. Are there any docs for that "upload" API? It's good to see people find solutions to the problem Yahoo! is causing.