Live data from Hacker News

Viewing profile — bcater

bcater

HN member
Joined
Fri, Jul 06, 2007, 5:11 PM UTC
HN karma
154
Public activity
80 items

About bcater

[ my public key: https://keybase.io/bradcater; my proof: https://keybase.io/bradcater/sigs/S3y5KlrIRm0C6RgH6xM-bu6mvSYb2PBd7JzyNJSeij8 ]

Recent public activity

  1. story
  2. comment
    Comment #5216107

    Thanks for your suggestions, all. Our traffic roughly doubled, which didn't cause any strain on our infrastructure. For the curious, the site is http://betterific.com , which was l…

  3. story
    Ask HN: How can I estimate traffic for a future event?

    I run a website that, to date, has had very low traffic, fewer than 1k uniques / day. I expect a Fortune 500 company to link to the site via their Facebook page within a day or two…

  4. story
  5. story
  6. comment
    Comment #3906925

    Start one. Ordinary people do it all the time.

  7. comment
    Comment #3827698

    I recommend less text shadow.

  8. comment
    Comment #3288787

    I have a similar laptop: 32-bit, 1Gb RAM, 1.6Ghz atom, purchased years ago on the cheap. I run the latest Ubuntu desktop edition and am able to run everything that I need (mostly R…

  9. comment
    Comment #1879468

    Ping me - I've got some ideas. bradcater@gmail.com

  10. comment
    Comment #1847932

    For those (like me) who didn't already know, the FetLife homepage appears NSFW.

  11. comment
    Comment #1751482

    FWIW, I worked at an online advertising company that ran a whole division on EC2 machines - at the peak, nearly 100 instances. This was never a problem for us because we were judic…

  12. comment
    Comment #1275370

    I'd recommend "The Mythical Man-Month" by Fred Brooks.

  13. comment
    Comment #1266062

    You're completely right. Thanks for the find!

  14. comment
    Comment #1263354

    Taking ideas from the beginning of "Keep Your Identity Small," I'd like to read something about art and / or artists. I choose that topic because, on one hand, I can say without ju…

  15. story
    Ask HN: Experience with Protocol Buffers

    Does anyone here have experience with protocol buffers? http://code.google.com/p/protobuf/ I need to move some data faster and with less parsing on either side of the transmission,…

  16. comment
    Comment #1196280

    Ditto on the recommendation. It's one of the few free pieces of software that does something that's important to me really well.

  17. comment
    Comment #1181445

    I started using it this morning. After my session auto-expired, I can no longer log back in. It seemed useful until that happened, but lack of reliability is a deal-breaker.

  18. comment
    Comment #989649

    Riddled with grammatical errors, this piece makes me chuckle.

  19. comment
    Comment #721888

    After 1 million trials with the above method I get: avg: 499.00 sigma: 1115.04 [499.00 - 3.35,499.00 + 3.35]

  20. comment
    Comment #721601

    You're exactly right. Whoops!

  21. comment
    Comment #721579

    This is all scribbled in a notebook, so there's a good chance that it's wrong, but bear with me on the arithmetic. As a first guess, let's agree that in expectation you earn $0.51 …

  22. comment
    Comment #674447

    CNN says that he is in the hospital: http://www.cnn.com/2009/SHOWBIZ/Music/06/25/michael.jackson/...

  23. comment
    Comment #669769

    Interesting that they use "type" as a field for the Format class: class Format(models.Model): type = models.CharField(choices=... type() is a Python function, so it doesn't make se…

  24. comment
    Comment #617204

    Authorize.net - http://authorize.net/

  25. comment
    Comment #608974

    At the time that I took 6.001 (the MIT version of the SICP course), PLT Scheme lacked several libraries that the book requires. Since so many students wanted to use PLT, the staff …