At the year 2000, the cost of hard-disk storage was ~$20 per GB. A quick calculation gives that a TeraByte disk that we can purchase for ~$100 nowadays would cost ~$20,000 about 10 years ago. Isn't this mind blowing?
See http://www.alts.net/ns1625/winchest.html for the hard-drive prices by year.
Thursday, December 24, 2009
A "must read" book on sustainable energy.
|
This book is available online for free at: http://www.withouthotair.com/
Wednesday, December 23, 2009
here is a guest blogger from wordpress: QuantumBee writes on quantum entanglement
Quantum entanglement is one of the hot topics of modern physics. QuantumBee gives a brief account of this topic which is accessible for the average Joe.
http://quantumbee.wordpress.com/
http://quantumbee.wordpress.com/
Tuesday, December 22, 2009
next "wave" on internet music: GrooveShark
Wednesday, February 25, 2009
How to create a foiltex pdf presentation?
STEPS
1. Include the following lines in the main tex file:
\documentclass[landscape,dvips]{foils}
\usepackage{graphicx} % This may not be necessary
\usepackage[pdftex]{geometry}
\geometry{headsep=2.0em,hscale=0.80}
2. compile the *.tex file with the latex command:
latex filename.tex
3. view the file with xdvi:
xdvi -paper a4r filename.dvi
4. convert the dvi file to pdf:
dvipdf filename.dvi
1. Include the following lines in the main tex file:
\documentclass[landscape,dvips]{foils}
\usepackage{graphicx} % This may not be necessary
\usepackage[pdftex]{geometry}
\geometry{headsep=2.0em,hscale=0.80}
2. compile the *.tex file with the latex command:
latex filename.tex
3. view the file with xdvi:
xdvi -paper a4r filename.dvi
4. convert the dvi file to pdf:
dvipdf filename.dvi
Subscribe to:
Posts (Atom)