Live data from Hacker News

Ask HN: If you were better at programming, what program would you write?

news.ycombinator.com

11–20 of 34 posts

Re: Ask HN: If you were better at programming, what program would you write?

#14
post #13

This: https://github.com/andreas-gone-wild/snackis But then I grew tired of waiting and just did it already :)

Could that be a plugin to Thunderbird?

Would you mind explaining more what that would buy us? Because I can't see it from here. Snackis uses email as a dumb transport; it doesn't even bother with headers that much since most content is encrypted; it's quite possible that other protocols will be added down the line.

Re: Ask HN: If you were better at programming, what program would you write?

#15
If I had an infinite amount of time, I would write a much higher level equivalent of LLVM. Specifically, I would spend time investigating ways to easily generate code generators from specifications. I'm also very interested to see how things like theorem provers can be used inside compilers.

If I could be bothered, I would write a really detailed political simulator a la Democracy but with much more detail and elections.

Re: Ask HN: If you were better at programming, what program would you write?

#17
If I was really really good, I'd advance the state-of-the-art in neural network-based machine translation, recurrent neural network language models, neural Turing machines, etc.

Right now, the state-of-the-art is exciting but falls short in some world-changing areas like question-answering. As much as I want to, though, I have no idea how to push the field forward, however.

For the other things I want to do, I am probably sufficiently skilled to do, but I just need the time and motivation.

Re: Ask HN: If you were better at programming, what program would you write?

#18

If I was really really good, I'd advance the state-of-the-art in neural network-based machine translation, recurrent neural network language models, neural Turing machines, etc. Right now, the state-of-the-art is exciting but falls short in some world-changing areas like question-answering. As much as I want to, though, I have no idea how to push the field forward, however. For the other things I want to do, I am pro…

Intelligent answers are hard to come by, that's why I too would write a a program capable of Spock like question answering facility.

Re: Ask HN: If you were better at programming, what program would you write?

#20
I'd find which top python modules have not been ported to python 3 and port them to python 3, working in descending order of popularity. Anything to end version hell with python modules and their related installation, dependencies, documentation, examples, and tutorials.

Sure, it may be possible to get things working smoothly today, but that doesn't mean that all the areas I mentioned (documentation, etc.) have caught up. The primary reason they don't catch up is the straggler libraries keep many teams in a past era.

Post reply on HN