Viewing profile — aoe
aoe
HN member- Joined
- Sun, Feb 12, 2012, 4:11 PM UTC
- HN karma
- 106
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About aoe
No profile information was provided.
Recent public activity
- comment
- comment
-
comment
Comment #4753737
Just found this - http://www.codinghorror.com/blog/2012/07/the-ips-lcd-revolut...
-
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?
-
comment
Comment #4753711
Quarter? really? could you link me?
-
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.
-
comment
Comment #4750994
Unfortunately, my city is not available as an option. They should have a location select using Google Maps or something.
-
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.
-
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…
-
comment
Comment #4748995
Umm, so retrieving at 1MB/s is around $2/GB?
- story
- story
-
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.
-
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.
-
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…
- story
-
comment
Comment #4664975
Are there any other pros/cons in switching to Slim? Other than the syntax of course.
-
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?
-
comment
Comment #4404712
Which is the best PLT related twitter novelty account?
-
comment
Comment #4334628
So these changes won't be available in the free version of Phusion Passenger 4?
-
comment
Comment #4317033
A little off-topic, why didn't you just do "xargs wc -l"?
-
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…
- story
-
comment
Comment #3788692
You should probably split Linux into multiple Distros. That would be interesting.
-
comment
Comment #3757234
Are there any other good tutorials on creating a toy programming language? Something that teaches about lexers, parsers, etc.