Computer, compute the last digit of PI” - Spock
indenbirken.net
Tumblelog on software development, IT in general, (self-)management and stuff found on the web
July 18, 2009
June 14, 2009
Convert AVI video to FLV using ffmpeg
This command will produce reasonable quality:
ffmpeg -i video.avi -b 800k -r 25 -ab 32k-ar 22050 -ac 2 -y video.flv
August 18, 2008
Juixe TechKnow » Favorite Programming Quotes
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
Brian W. Kernighan
July 25, 2008
June 1, 2008
May 28, 2008
May 3, 2008
April 29, 2008
April 21, 2008
April 13, 2008
The Difference between Information, Knowledge and Wisdom
“Knowledge is knowing that a tomato is a fruit; wisdom is knowing not to put one in a fruit salad” - Miles Kington.
