Monthly Archives: August 2010

EtherPad: live collaborative text editing

Ever thought that it would be cool to just collaborate with others while writing a document? Well ok, there are wikis but I mean real-time. Not that it’s new or anything (google docs, wave), but EtherPad recently became one of … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , | 1 Comment

Bash prompt indicating return value

Lately I’ve fiddled a lot with installing virtuoso on some virtual machines and found myself repeatedly asking bash for the return value of the last command echo $?. I remembered this blog post by Gecko quite a while ago and … Continue reading

Posted in Coding | Tagged , , , | 2 Comments

P != NP solved?

Well, it happens every now and then, that someone finds a proof for a long standing theoretical problem. This time it’s the famous P = NP or P != NP problem of computer science that Gecko pointed me to: P … Continue reading

Posted in Uncategorized | Tagged , , , , | 9 Comments

WTFPL

Thanks to Ralf I came across this really nice license today. If you’ve ever been lost in the licensing jungle of any software, you’ll understand: The WTFPL (Homepage includes a nice FAQ section as well ):        … Continue reading

Posted in Coding | Tagged , , | 1 Comment