Viewing profile — frehpt
frehpt
HN member- Joined
- Sun, Apr 21, 2013, 9:14 PM UTC
- HN karma
- 25
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About frehpt
No profile information was provided.
Recent public activity
-
comment
Comment #5655409
It's only drastically slower because the micro instance gets very heavily throttled when you put it under sustained load. If you use it for what it's designed for the performance i…
-
comment
Comment #5655381
I don't see how that proves anything. They're using an old first generation instance type and benchmarking it alongside a much more powerful i7 processor. If you want a faster inst…
-
comment
Comment #5655276
I think you're missing the point of the micro instance. It can give you decent performance in short bursts, which is suitable for many light usage cases e.g. a low traffic blog. If…
-
comment
Comment #5588035
Incorrect, Amazon.com runs on AWS: https://news.ycombinator.com/item?id=5588012
-
comment
Comment #5588033
Is that the sound of the power supply going on your Pentium 3... ...or your internet connection You never patch or reboot your magic box either?
-
comment
Comment #5588005
Exactly...
-
comment
Comment #5586562
> Go does't have 1/100000 the amount of libraries and support that Ruby or C does. That's what they used to say about Java...
-
comment
Comment #5586444
Option A: -Write your application in Go Option B: -Write application in Ruby -Profile Ruby application to identify code to be rewritten in C -Learn C if you don't already know it -…