When I was in college, I once bought a textbook that cost me $130. That hurt. The real pain, though, came when I tried to lug the thing around in my book bag. The final pain probably came when I got my grade report for the class. I bring up the college story to explain [...]

Previously I posted on how to update twitter from the command line. Now I am going to build upon that and show you how to do it with twitter and facebook. To make it easier we are going to make a shell script.

#!/bin/sh
user=”Your twitter username”
pass=”Your twitter password”
curl=”/usr/bin/curl”
$curl –basic –user “$user:$pass” –data-ascii \
“status=`echo $@ [...]

iPhone 3.0 big woop.

As many people know the new version of the iPhone OS will be coming out soon. It has a long list of features that are great, it will finally have copy/paste. These features are really exciting for those who have a regular iPhone, but for us who have pwned our iPhones we have had these [...]

Twitter fun

Twitter has become very popular recently and some people seem to want to be able to tweet all day long. If you are at work it is kind of hard to go to twitter or open your favorite twitter program and not get in trouble. So today we are going to look at a way [...]

Get rid of your device cord knot by using the new Powermat that had its debut at CES 2009. This device allows you to charge up almost any device you have: ipods, phones, mp3 players, cameras, laptops, and more without using any of the cords that came with the device.

The Powermat uses a new [...]

Ever since I turned my PS3 into a media server that can play all of my computer media files, I’ve realized what glorious advancements we’ve achieved as a species. It doesn’t involve walking on the moon, splitting the atom, or even inventing Dippin’ Dots: Ice Cream of the Future. No I’m talking about the ability [...]

« Previous Entries  Next Entries »