Live data from Hacker News

Poll: When a HNer says their project took 1 day to build, I generally think...

news.ycombinator.com

1–10 of 10 posts

Re: Poll: When a HNer says their project took 1 day to build, I generally think...

#2
It just depends. When I see that it's a real-time chat room built on top of node.js, it doesn't really interest me. A chat room is basically the Hello World of node.js/socket.io, and I think I built my first one in a matter of hours. But, other things usually entice me to click the link. I think I click just about every Show HN link that I see, though. :P

Re: Poll: When a HNer says their project took 1 day to build, I generally think...

#8
When I hear that "it only took me x time", I typically wonder how much of the work is original ingenuity compared to successfully 'gluing' an app together with pre-made libraries. It's more impressive to me when you say "Look at this desk I built in two weeks from trees in my backyard" than "Look at this IKEA desk I assembled in 4 hours" if you'll pardon the crude analogy.

To be fair, both can be equally impressive, and there is no reason to reinvent the wheel unless you can make it better.

Re: Poll: When a HNer says their project took 1 day to build, I generally think...

#10

When I hear that "it only took me x time", I typically wonder how much of the work is original ingenuity compared to successfully 'gluing' an app together with pre-made libraries. It's more impressive to me when you say "Look at this desk I built in two weeks from trees in my backyard" than "Look at this IKEA desk I assembled in 4 hours" if you'll pardon the crude analogy. To be fair, both can be equally impressive,…

I don't think this analogy really carries over to software development. I think being able to develop quality code in X time even using libraries is a great demonstration of experience.