Live data from Hacker News

Viewing profile — frehpt

frehpt

HN member
Joined
Sun, Apr 21, 2013, 9:14 PM UTC
HN karma
25
Public activity
8 items

About frehpt

No profile information was provided.

Recent public activity

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

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

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

  4. comment
    Comment #5588035

    Incorrect, Amazon.com runs on AWS: https://news.ycombinator.com/item?id=5588012

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

  6. comment
    Comment #5588005

    Exactly...

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

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