The Ferrari pedal car
This is the gift that every child would want a pedal car that is made by Ferrari, well its got Ferrari badges anyway.

This is a fully kitted out car, with seven speed gear box, on board computer, disc brakes, Ferrari wheels and some proper tyres that would look good on any car! On top of all that it has leather Ferrari steering wheel, bucket seat, racing harness, and full aero kit which all adds to the style of the car which can reach up to ten miles an hour!
Prices start at just $730 and rise to $2,200 for the top of the range model.
Source [Oh Gizmo]
Ps3 Vegas style
This could be one of those things that would be given to some high flyer that just cannot get enough of Las Vegas or maybe just someone who wishes to experience the Vegas style in their home.

This has been inspired by the Vegas game Rainbow Six, this is such a brightly coloured and fancy piece of work that if anyone actually bought this, they would probably just sit back and admire it.
Source [Coolest Gadgets]
Beam me up Scotty!
For anyone who has watched the classic series of Star Trek, this is must.

Of course what they should have done is place a sim card in it and then it could be used as real communicator.
Priced at $30
Source [Gadgettastic]
What is Soju and How Does it Affect an Entrecard (Ab)user’s Life
Here’s what Alex from Net-Entrepreneur posted about SiteHoppin:
Soju is a distilled beverage native to Korea and traditionally made from rice. Soju is clear in color and typically varies in alcohol content from about 20% to about 45% alcohol by volume, with 20% being most common. (http://en.wikipedia.org/wiki/Soju)
Max Lee, a very drunk, Korean-American guy from California has developed a “stumble” service that helps Entrecard users drop-till-they drop, with a press of a button. Browser within browser technology used for this service rids the user (you) of the need to install toolbars of any kind.
It is now possible, for the addicted Entrecardist, to save a considerable amount of time dropping the daily maximum number of cards. It is available at www.sitehoppin.com. Just set the tag to Entrecard and hop away.
I admit trying this for a couple of times myself, when it was really, really late to do anything else, and it works! A big surprise, considering Max’ drunkenness.
Since Entrecard is not really my cup of tea, what is entertaining is Max’ blog, at www.sitehoppin.com/blog. Constantly drunk, Max provides the latest SiteHoppin news and development updates, his personal standpoints, ramblings and other ingredients for a good laugh – all in COLOR video. Which is good for your tired minds and eyes, after a long day of hard work.
DIY Linux Web Server HACK - Automate your MySQL MySQL database backups
Okay, I’ve been running dedicated servers for couple years now and I used to mess around with Linux boxes back in college.
Here’s an essential automatic script and a cron job you will need in order to keep your backup automatic.
Yes, if you get a dedicated server, don’t get their stupid extra $15/month for backing up your database. (All they do is make scripts like this one and charge you for it)
You can follow this example and go spend that money on junk food.
So all you have to do is FTP your backup files.
This is way better than going into your phpMyAdmin and downloading from the web interface since the file is already ready for you to download.
Here’s how you do it:
1) Make a new file called backup.sh in your home directory. 2) Use the following syntax:
mysqldump -u[USERNAME] -p[PASSWORD] --opt [DATABASE NAME] > /root/backup/DATABASE1.sql
Here’s an example backup.sh file if you had 2 databases:
mysqldump -uUser1 -pPassword1 --opt Database1 > /root/backup/Database1.sql mysqldump -uUser2 -pPassword2 --opt Database2 > /root/backup/Database2.sql tar cvf /root/backup/sqlbackup.tar /root/backup/*
You can test your script by typing this:
sh backup.sh
(The mysqldump will overwrite the older file if you run this more than once)
3) If everything is working good, now you can put that script to be run once a day in your cron job.
For Fedora Core, you can edit this file /etc/cron.d/sa-update
Add the following line:
10 3 * * * root sh /root/backup/backup.sh
This will execute the script once a day at 3:10AM.
Now simply download one tar ball file whenever you feel like backing up your database.
You can probably change this a little bit and use it for many other things like backing up all your files too. (which I do)
If you have multiple servers like me, you can also automate your scripts to download backup databases to each server. That keeps things real redundant in case of server failure.
1/2 of U.K. Men Would Give Up Sex For A TV?!?

Lol…I wonder what this stats would be like here in the States. Although, I haven’t asked David, our blogger who is in UK, whether he’d give up sex for a TV… I know I wouldn’t trade sex for TV unless my girlfriend was 3 months pregnant.
LONDON - Nearly half of British men surveyed would give up sex for six months in return for a 50-inch plasma TV, a survey — perhaps unsurprisingly carried out for a firm selling televisions — said on Friday.
DIY HACK - HOWTO Make A Dangerous Blow-pipe!
Click Here to View in Full Screen Mode
Here’s something you can make to torture your neighbors. Well…j.k.
Imagine there is a famine and you are back to the hunter-gatherer times. If worst comes to worst and you need to catch a rabbit, a rat or anything that is digestable or anything that has to be hunted, you will need a weapon to serve you under those harsh conditions.
Devices to convert your work-out energy into electricity!

Wow, this is something that could really change the world!
Advances in biomechanical engineering could use energy generated while walking, hiking or running to power any device requiring portable power, including night-vision goggles and other battery-operated devices used by soldiers as well as robotic prosthetic limbs, cell phones and computers in remote locations where no other energy sources are available.
DIY - HOWTO melt a beer bottle in your microwave!
Click Here to View in Full Screen Mode
Here’s something you can do this weekend with your old beat-up microwave and some ingenuity.


Max Lee, a very drunk, Korean-American guy from California has developed a “stumble” service that helps Entrecard users drop-till-they drop, with a press of a button. Browser within browser technology used for this service rids the user (you) of the need to install toolbars of any kind.