This religion has always fascintated me. How could people believe something which sounds so unbelievable. Ghosts, nuclear bombs, volcanos, aliens… all worked out by a man who wrote sciencefiction
[http://www-static.cc.gatech.edu/~achille/scientology.html]
2 Comments
I use my USB drive for everything. It runs Portable Firefox, Portable Thunderbird and also holds most of my files. While it’s great having these programs run no matter where I am, frequently backing up the data is a pain. I wanted an automatic solution. Unable to find a good solution on the net, I created one for myself.
Step 1: Create the folder you want to backup to (Mines c:\removablebackup)
Step 2: Create the backup batch file for your USB key. You can do this by inserting the following in a textfile and saving it as backup.bat. An example is provided below:
@echo off
echo -------------------
echo Removable Device Automatic Backup
echo -------------------
echo No Rights Reserved, do whatever you want with this.
xcopy "*" "c:\removablebackup\" /Y /E /R
echo Backup Complete!
Pause.
Make sure you change the section in bold to reflect your individual backup location.
Step 3: Place the following in a text document, and save it directly to your removable drive as autorun.inf:
[autorun]
action=Backup
open=backup.bat
label=Backup
includeRuntimeComponents=True
Step 4: Your done! Now whenever you insert your USB key you should see this nifty backup option:

36 Comments
This gentleman plans to eat only monkey chow for a week and keep a journal about it.
Imagine going to the grocery store only once every 6 months. Imagine paying less than a dollar per meal. Imagine never washing dishes, chopping vegetables or setting the table ever again. It sounds pretty good, doesn’t it?
But can a human subsist on a constant diet of pelletized, nutritionally complete food like puppies and monkeys do? For the good of human kind, I’m about to find out. On June 3, 2006, I began my week of eating nothing but monkey chow: “a complete and balanced diet for the nutrition of primates, including the great apes.”
Maybe I’ll lose weight. Maybe I’ll gain superhuman monkey strength. Maybe I’ll go crazy. Maybe it’s too late. Check back here every day to follow along with the Monkey Chow Diaries.
[Link] [Via]
1 Comment