Bookmark, share, and hop your favorite sites with SiteHoppin Toolbar for Firefox!



$70,000 3D Digital Screens coming to your Local Theatre soon!

Posted in Consumer, Cool, Educational, Entertainment, Gadgets, Industrial, News by max on the October 1st, 2008 at 3:50 pm

Here’s some great news for movie-addicts.  Theatres around the country will be replacing outdated projector screens with 3D-capable digital screens, meaning you will get some cool screens like the IMAX-3D even for your regular movies.

Nice, but I hope they don’t raise the prices, then I’d probably rather get a 150″ LCD TV for myself.

Read - Wall Street Journal
Read - Reuters
Read - Variety

via engadget

, , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...


Man Uses Remote Desktop Software to Catch Thief and Watch Porn!

Posted in A+Featured Entertainment, Computer, Consumer, Cool, Educational, Entertainment, Funny by max on the October 1st, 2008 at 2:45 pm

Here’s a funny story about a guy who uses his remote desktop software on his stolen laptop to catch the thief.  While doing so, he had do endure lots of porn, which what the thief was watching mostly.

Of course, the laptop won’t ever be the same anymore, I’d at least dismantle that keyboard and painted over with clearcoat.

It was kind of frustrating because he was mostly using it to watch porn. I couldn’t get any information on him.

via gizmodo

Resources:

Here’s remote desktop software I use from LogMeIn, it’s free and works well with Firefox.

, , , , , , , , , , , , , , , , , , , , , , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...


Debian Hack - How to Setup your Mirror!

Posted in A+Featured Hacks, Computer, Consumer, Cool, DoItYourself!, Educational, HOWTO, Hack, Linux, Operating System, Storage, Ubuntu by max on the October 1st, 2008 at 1:39 pm

This might not be for all of you but for those Linuxers out there, here’s an example of how to setup your mirror:

(Mirror is a way of replicating one server to another btw if you didn’t know.)

To download the mirrors I use this script:
<script sync_mirror.sh>

#!/bin/bash
OPTIONS="--nosource --progress --postcleanup --ignore-release-gpg --ignore-small-errors --pdiff=none";
MIRROR=`basename ${0} | cut -f2 -d "_"`
DEST="/home/debian-mirror"
case "${MIRROR}" in
        "debian" )
                METHOD="--method=http"
                HOST="--host=ftp.de.debian.org"
                ROOT="--root=debian"
                DIST="--dist=etch,etch-proposed-updates"
                ARCH="--arch=i386"
                SECTION="--section=main,contrib,non-free"
                DEST="${DEST}/debian/"
                ;;
       "security" )
               METHOD="--method=ftp"
               HOST="--host=security.debian.org"
               ROOT="--root=/debian-security/"
               DIST="--dist=etch/updates"
               ARCH="--arch=i386"
               SECTION="--section=main,contrib,non-free"
               DEST="${DEST}/debian-security/"
               ;;
        "volatile" )
                METHOD="--method=http"
                HOST="--host=volatile.debian.org"
                ROOT="--root=debian-volatile"
                DIST="--dist=etch/volatile"
                ARCH="--arch=i386"
                SECTION="--section=main,contrib,non-free"
                DEST="${DEST}/debian-volatile/"
                ;;
        "multimedia" )
                METHOD="--method=http"
                HOST="--host=www.debian-multimedia.org"
                ROOT="--root=/"
                DIST="--dist=etch"
                ARCH="--arch=i386"
                SECTION="--section=main"
                DEST="${DEST}/debian-multimedia/"
                ;;
        "backports" )
                METHOD="--method=http"
                HOST="--host=www.backports.org"
                ROOT="--root=debian"
                DIST="--dist=etch-backports"
                ARCH="--arch=i386"
                SECTION="--section=main,contrib,non-free"
                DEST="${DEST}/debian-backports/"
                ;;
        * )
                echo "${0} called incorrectly"
                exit
                ;;
esac
debmirror ${OPTIONS} ${METHOD} ${HOST} ${ROOT} ${DIST} ${ARCH} ${SECTION} ${DEST}

</script sync_mirror.sh>

To setup the permissions I use this script:
<script permissions.sh>

#!/bin/bash
MIRROR=`basename ${0} | cut -f2 -d "_"`
DEST="/home/debian-mirror"
case "${MIRROR}" in
        "debian" )
                DEST="${DEST}/debian/"
                ;;
        "security" )
                DEST="${DEST}/debian-security/"
                ;;
        "volatile" )
                DEST="${DEST}/debian-volatile/"
                ;;
        "multimedia" )
                DEST="${DEST}/debian-multimedia/"
                ;;
        "backports" )
                DEST="${DEST}/debian-backports/"
                ;;
        * )
                echo "${0} called incorrectly"
                exit
                ;;
esac
echo "Setting Ownership"
chown -R www-data:www-data ${DEST}
echo "Setting File Permissions"
chmod -R 660 ${DEST}
echo "Setting Folder Permissions"
find ${DEST} -type d -exec chmod 770 {} \;

</script permissions.sh>

And then to pull it all together I have thefollowing directory structure (mirrors left out as it’s a ling list of files)

/home/debian-mirror/
|-- debian
|-- debian-backports
|-- debian-multimedia
|-- debian-security
|-- debian-volatile
|-- scripts
|   |-- permissions.sh
|   `-- sync_mirror.sh
`-- scripts.d
    |-- mirror_backports -> ../scripts/sync_mirror.sh
    |-- mirror_debian -> ../scripts/sync_mirror.sh
    |-- mirror_multimedia -> ../scripts/sync_mirror.sh
    |-- mirror_security -> ../scripts/sync_mirror.sh
    |-- mirror_volatile -> ../scripts/sync_mirror.sh
    |-- permissions_backports -> ../scripts/permissions.sh
    |-- permissions_debian -> ../scripts/permissions.sh
    |-- permissions_multimedia -> ../scripts/permissions.sh
    |-- permissions_security -> ../scripts/permissions.sh
    `-- permissions_volatile -> ../scripts/permissions.sh

And then I just setup a cronjob:

0 0     * * 0   root    /bin/run-parts --verbose /home/debian-mirror/scripts.d | /usr/bin/mailx -s "`uname -n` - Debian mirror sync completed" root

This was to disable the mirroring of one of the repositories I just need to remove the symlink from the scripts.d folder

via nighthawk

, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...


Speaker Hack - How to make a Hi-Fidelity Speaker with a Styrofoam Plate!

Posted in A+Featured DIYs, Audio, Consumer, Cool, Design, DoItYourself!, Educational, Entertainment, Gadgets, HOWTO, Hack, Music, Projects, Speakers by max on the October 1st, 2008 at 12:36 pm

Here’s an incredible speaker hack that involves a styrofoam plate in the making of a hi-fidelity speaker.

As you can see on the picture, I did use a foam plate. I tried other materials and I found the best quality of the sound is produced by a lightweight material but strong enough to avoid excessive vibration. Paper plates are too soft, plastic disposable plates produces excessive vibration.

via eksith, DIY Page

, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...


iPhone Hack - How to Make an iPhone Stand using Paper Clips!

Posted in A+Featured DIYs, Consumer, Cool, Design, DoItYourself!, Educational, Entertainment, Gadgets, HOWTO, Hack, Projects, cell phones, iPhone, iPhone 3G by max on the October 1st, 2008 at 11:31 am

Here’s a guy who managed to come up with an iPhone stand out of paper clips.  He’s even providing printable sketch sheet for those of you who want to make one.

It looks pretty simple, brilliant idea.  They could sell these with different colors of paint or somethin’

Get the template here. Print it out with your favorite PDF reader. Be sure not to stretch the document. If you have a ruler, do a reality check to make sure the document didn’t get resized when printed.  When the paper clip is straightened out, it should be the same length as the grey line in the template.  A pair of pliers will make your job a lot easier.

via lifehacker, DIY Page

, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...


DIY 30 Watt Laser Video!

Posted in A+Featured DIYs, Consumer, Cool, Design, DoItYourself!, Educational, Entertainment, Gadgets, Laser, Projects by max on the October 1st, 2008 at 10:28 am

Click Here to View in Full Screen Mode

Check out this incredible DIY 30 watt Laser!

My 30 watt ULS powered Laser table with 54×30x9 dimensions. Still a few things to add like a rotary attachment and a martensitic stainless steel top.

via make

, , , , , , , , , , , , , , , , , , , , , , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...


DIY Steampunk Watches!

Posted in A+Featured DIYs, Consumer, Cool, Design, DoItYourself!, Educational, Entertainment, Gadgets, Steampunk, Watches by max on the October 1st, 2008 at 9:27 am

Here’s an incredible Japanese master of DIY Steampunk Watches.

If you happen to love steampunk, prepare to be amazed by this outstanding collection of steampunk watches created by master watchmaker Haruo Suekichi.  What started as a weekend business hawking watches at the fleamarket has developed into an full time business.

via hacknmod, Interview Page

, , , , , , , , , , , , , , , , , , , , , , , , , , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...


DIY Homemade Cooking Oil Diesel Generator!

Posted in A+Featured Earth, Bio-diesel, Consumer, Cool, Design, DoItYourself!, Earth, Educational, Energy, Gadgets, Projects, Re-use, Video by max on the September 30th, 2008 at 3:36 pm

Click Here to View in Full Screen Mode

Here’s a great way to re-use cooking oil in a DIY homemade diesel engine to power up your garden lights.

“I have built a “off the Grid” home generator using a 1950’s Coventry Victor one cylinder diesel generator, I can run this on diesel or a diesel and used cooking oil mixture and have it attached to a large battery via a 40amp car alternator which supplies my garden lighting and via an inverter for 600 watts of home power and lighting. The waste heat is used to keep my garage warm as well.

via hackedgadgets

, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...


iPhone Coasters!

Posted in A+Featured Gadgets, Consumer, Cool, Entertainment, Gadgets, Household, iPhone, iPhone 3G by max on the September 30th, 2008 at 2:59 pm
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...