Live data from Hacker News

Viewing profile — aoe

aoe

HN member
Joined
Sun, Feb 12, 2012, 4:11 PM UTC
HN karma
106
Public activity
47 items

About aoe

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
    Comment #4753737

    Just found this - http://www.codinghorror.com/blog/2012/07/the-ips-lcd-revolut...

  4. comment
    Comment #4753730

    I don't really need webcam, speakers, usb, firewire, ethernet or a magsafe connector. Gorgeous body would be great. What monitor would you suggest?

  5. comment
    Comment #4753711

    Quarter? really? could you link me?

  6. comment
    Comment #4753665

    Offtopic: Which external monitor do you use? I'm thinking of getting the 27" Apple one, but waiting to see if they would release a retina-resolution anytime soon.

  7. comment
    Comment #4750994

    Unfortunately, my city is not available as an option. They should have a location select using Google Maps or something.

  8. comment
    Comment #4750354

    But still, even if that's the maximum you can get charged if you have a small backup, it's too much.

  9. comment
    Comment #4749034

    Looks like a good concept, but I really cannot see how this would work for functions with side effects? What if I write `File.rm("something")` and press enter? And how would this w…

  10. comment
    Comment #4748995

    Umm, so retrieving at 1MB/s is around $2/GB?

  11. story
  12. story
  13. comment
    Comment #4739583

    Slightly off-topic, but when will we see such an implementation of Ruby (most importantly, speed)? Rubinius looks like a similar project, but it's not even as fast as MRI 1.9.2/3.

  14. comment
    Comment #4694578

    So, anyone has a list of the major changes coming in 2.0? Btw, slightly misleading title. It kind if implies that 2.0.0 is out.

  15. comment
    Comment #4694153

    I'm guessing the recent comments widget is just doing an ORDER BY date DESC LIMIT 10 or something? With an index on date, I don't see how this could be slow. How long does the quer…

  16. story
  17. comment
    Comment #4664975

    Are there any other pros/cons in switching to Slim? Other than the syntax of course.

  18. comment
    Comment #4664962

    I'm considering switching to Slim from Haml (not because of this benchmark, but the syntax). Are there any downsides to Slim that I should be aware of?

  19. comment
    Comment #4404712

    Which is the best PLT related twitter novelty account?

  20. comment
    Comment #4334628

    So these changes won't be available in the free version of Phusion Passenger 4?

  21. comment
    Comment #4317033

    A little off-topic, why didn't you just do "xargs wc -l"?

  22. comment
    Comment #3960031

    > But it was only 40 years ago, in 1969, that scientists first confirmed that water existed anywhere besides Earth. Could anyone tell me more about this? Couldn't find anything rel…

  23. story
  24. comment
    Comment #3788692

    You should probably split Linux into multiple Distros. That would be interesting.

  25. comment
    Comment #3757234

    Are there any other good tutorials on creating a toy programming language? Something that teaches about lexers, parsers, etc.