←back to thread

114 points muellerwolfram | 1 comments | | HN request time: 0.293s | source

I hope it didn’t get asked before, I couldn’t find anything.

There was a question recently, about why you don’t improve the HTML of HN, where you said "When the HTML is the most important thing to work on."(http://news.ycombinator.com/item?id=4927231)

I agree that the markup is relatively unimportant compared to features that I think could really improve the functionality and quality of the site, and I bet you have a long wishlist of features yourself.

But between the lines I interpreted that that list might be way longer, than the time that is available to you, allows you to work on it.

So why don’t you open source HN? I get that with a project that is important to someone, it’s hard to give away control. But you can still be the project lead, you could still have the last call and I feel to open up the project will lead to great feature discussions and ultimately a better hn.

Have you ever considered open sourcing it? And what’s the thought process on your decision?

1. piotr_krzyzek ◴[] No.5006774[source]
Call me wrong on this one, but if you really are interested in the code for HN why not create your own? From what I've seen so far, HN is great n' all but the logic behind it seems pretty trivial (excluding the whole anti-spam module & related stuff).

The HTML for HN is ultra simple so, there you already have a front-send pretty much done.

This reply box is pretty simple as well: a input box and a submit button.

Add some filters/sorts and other misc features and you have your own version of HN.

Not saying it's 'easy', but it's not that difficult.