The Art of Minimalism shown at HN
3 comments
Hardly, there is a lot of arc that you are not seeing that really powers the voting and other features of the site like spam detection and voting ring detection. It's similar to the code at http://ycombinator.com/arc/arc3.tar but there are significant modifications as well.
That's true, surely, work is done at server side.
I loved the really thin client we are observing in here.
I loved the really thin client we are observing in here.
On the other hand the HTML markup is not that minimalistic at all. A bit of CSS would've gone a long way in lightening it up.
In fact, these 18 lines are the only JavaScript code in the entire HN site.
If I was assigned to a task of building a social site like this one, in other words, reddit/digg/hn clone, perhaps site was serving jQuery, JQueryUI, backbone and underscore combined into a minified file, all in all to have a "nice and elegant cross browser MVC model which let users vote up/down/flag posts and updating the UI asynchronously".
Now, do not get me wrong, I am not anti modernism or fancy/slick UI. I do want my products to produce a polished and smooth experience, yet, we can learn a lot from this, as we aim to build something people want, release early, and often, etc.