Viewing profile — bcater
bcater
HN member- Joined
- Fri, Jul 06, 2007, 5:11 PM UTC
- HN karma
- 154
- Public activity
- 80 items
- HN profile
- View on Hacker News ↗
About bcater
Recent public activity
- story
-
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…
-
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…
- story
- story
-
comment
Comment #3906925
Start one. Ordinary people do it all the time.
-
comment
Comment #3827698
I recommend less text shadow.
-
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…
-
comment
Comment #1879468
Ping me - I've got some ideas. bradcater@gmail.com
-
comment
Comment #1847932
For those (like me) who didn't already know, the FetLife homepage appears NSFW.
-
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…
-
comment
Comment #1275370
I'd recommend "The Mythical Man-Month" by Fred Brooks.
-
comment
Comment #1266062
You're completely right. Thanks for the find!
-
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…
-
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,…
-
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.
-
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.
-
comment
Comment #989649
Riddled with grammatical errors, this piece makes me chuckle.
-
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]
-
comment
Comment #721601
You're exactly right. Whoops!
-
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 …
-
comment
Comment #674447
CNN says that he is in the hospital: http://www.cnn.com/2009/SHOWBIZ/Music/06/25/michael.jackson/...
-
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…
-
comment
Comment #617204
Authorize.net - http://authorize.net/
-
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 …