colonhyphenp
|
14 years ago
|
on: 10gen raises $20m for MongoDB
Can you go into some more detail why you would not choose it? I am curious.
colonhyphenp
|
15 years ago
|
on: 100 Oldest .Com Domains
colonhyphenp
|
15 years ago
|
on: Show HN: My HTML5 Sokoban game
Without thinking I tried moving the character around using the vi "hjkl" navigation keys, and it works! Mad props for that.
colonhyphenp
|
15 years ago
|
on: What I use
Regarding the heat issue you are having with your laptop: I was having similar problems with a different laptop, and I got an "XPad Slim" (
http://www.xpad4laptop.com/) cooling pad to put under it. It weighs around a pound, has no fans, and does a pretty decent job of dispersing heat from the computer. No more burning legs!
colonhyphenp
|
16 years ago
|
on: Installing an Intel X25-M SSD in a 15-inch Macbook Pro 2010
Interesting. I didn't realize amazon affiliate links carried such a negative connotation. I'll definitely keep that in mind for future posts and remove a few of the affiliate links from this post.
colonhyphenp
|
16 years ago
|
on: Installing an Intel X25-M SSD in a 15-inch Macbook Pro 2010
I doubt I'll make anything. I honestly just posted the article to show how easy it is to upgrade the MBP hard drive. It's my first time messing with Amazon Affiliates, and blogspot has a nice plug-in that makes it really easy to go amazon-link-happy.
colonhyphenp
|
16 years ago
|
on: Installing an Intel X25-M SSD in a 15-inch Macbook Pro 2010
Ha, got that right !
colonhyphenp
|
16 years ago
|
on: Top Ten One-Liners from CommandLineFu Explained
Last year a friend taught me about the bash trick "CTRL-R" <start typing 'ssh' or some other previously run command> on the command line for reverse history searching, and it is an amazing time saver. It acts as a great alternative to #8, "Find the last command that begins with “whatever,” but avoid running it"
$ !whatever:p
colonhyphenp
|
16 years ago
|
on: Try Haskell
I learned the basics of Haskell by doing some problems from
http://projecteuler.net. It's probably not as exciting as actually building something using the language, but it's definitely worth checking out.
colonhyphenp
|
16 years ago
|
on: Contraptor - open source DIY hardware prototyping
colonhyphenp
|
16 years ago
|
on: China Embarrasses US in TopCoder Contest
Yeah the title is definitely misleading. The word "hacking" isn't even mentioned in the article besides in the title. Replace "hacking contest" with "programming competitions" and "NSA" with "NSA sponsored" and you have a more accurate title.
colonhyphenp
|
17 years ago
|
on: A Coder's Guide to Coffee
Whole Foods is a good place to go for freshly roasted beans - Most locations I have been to roast their coffee in the store and put roast dates on it.
colonhyphenp
|
17 years ago
|
on: A Coder's Guide to Coffee
I am in the same boat with the french press - I really can't tell that much of a difference between a cup of freshly roasted/ground french press coffee and a cup of coffee at Starbucks.
However, I recently switched to an Aeropress single cup coffee maker, and it is a HUGE difference - it makes a small concentrated cup of coffee with very little bitterness, and brings out the coffee's natural sweetness. Also, I find it easier to use and clean than a french press. See http://www.aerobie.com/Products/aeropress_story.htm
colonhyphenp
|
17 years ago
|
on: Ask HN: Learning C
This course website from the University of Maryland has a very good introduction to C.
http://www.cs.umd.edu/class/fall2005/cmsc212/
It starts off with the fundamentals then gets into some more advanced principles. In particular, check out the "Jan Plane's Lecture Outlines" link.
colonhyphenp
|
17 years ago
|
on: Ask HN: Do you program in black or white?
I started using the Railscast TextMate theme a few months ago and have been quite satisfied - it's got a dark grey-ish brown background.
http://railscasts.com/about
colonhyphenp
|
17 years ago
|
on: A real letter from a CEO to his employees.
Is this still true after the recent bailouts? (honest question)
colonhyphenp
|
17 years ago
|
on: Ask YC: Cars?
I'll second the MS3 - it is a very fun car to drive and has amazing handling for the price. Like kcy said, since it's a hatchback you'll have plenty of space.
Comparable cars include the Volkswagen GTI, Subaru WRX, Audi A3 - Lined up against those, the MS3 is slightly quicker and is less aggressive looking (IMHO).
colonhyphenp
|
18 years ago
|
on: Ask YC: What do you use for time and todo tracking?
I am using (and loving) Unfuddle for a 2-person project. It's like trac, but with some nice extras. Creating new tickets is easy. They also have a Mac widget you can install for creating/viewing tickets (I don't use it personally).
The only downside is it's $9/month if you have more than one developer.. You can always sign up for a free account first to see if you like it though.
colonhyphenp
|
18 years ago
|
on: Massively scalable relational database using TABLE tags and jQuery
Very cool - this is pretty similar to microformats.org's design principles. I could see this kind of HTML markup used as an alternative to maintaining a separate REST based API.
colonhyphenp
|
18 years ago
|
on: Classic math puzzles for job interviews
I figured it out by thinking what would happen if you only had 1 mouse (500 bottles can make it to the party), then looking at the problem again with 2 mice (there's a way to prove that 750 bottles are poison-free using only 2 mice), etc. all the way up to 10 mice.