Quick bit of YouTube drivel
What if real life meetings had the same politeness standards as comments on the Internet? YouTube has the answer (put on your headphones -- contains NSFW language).
Labels: drivel
Half way to a switch app
About two and a half years ago, I proposed that Apple create a tool to track what programs one runs and then reports on what alternatives are available under Mac OS X. Apple ignored me and never realized what a brilliant idea this is.
We're half way there now. Wakoopa provides a tool which tracks what you run. Register, download a small application and install. Wakoopa runs in the background and reports to Wakoopa's servers what you're running. I've installed this on my work machine (running XP Pro), go see what I use.
They don't provide the Windows to Mac switch recommendations, but you can see what other people are using and, perhaps, extrapolate from others what might work for you. If Wakoopa were to provide an API, then Apple could finish the job they never started.
Labels: mac, software, switch, wakoopa, windows
Better Gmail
The editors at LifeHacker have compiled some of their favorite Firefox extensions for enhancing gmail and put them all together into a single extension called Better Gmail. Of those included, I've been using and loving Gmail Macros for a while.
Labels: gmail
Swimming the Atlantic
I learned today that Google Maps provides transatlantic driving directions. For example, if you choose to drive from Washington, DC to London, England, Google suggests driving to Boston. You navigate to downtown Boston and then:
20. Turn right at Long Wharf 0.1 mi 21. Swim across the Atlantic Ocean 3,462 miles
and then continue on through northern France, through the Chunnel and on to London. The whole trip will take 29 days, 14 hours.
Because I'm a geek, I wanted to know how fast I'd have to swim to achieve this. I've never considered swimming across an entire ocean before. Isolating this route to just the departure and arrival points for the swim (Boston to Le Havre, France), Google says it takes about 29 days.
Next pull up the handy unix/linux tool called units. It does all sorts of conversions, even converting such things as speeds.
You have: 3462 miles/29 days
You want: mph
* 4.9741379
/ 0.20103986
That's almost five miles per hour. That sounds pretty fast. Is it reasonable? Ask wikipedia. The current world record for swimming 1500 m is 14:34.56.
You have: 1500 m / (14 min + 34.56 sec)
You want: mph
* 3.8366772
/ 0.2606422
That's 3.8 miles per hour. So, even record holder Grant Hackett at his peak 5.5 years ago, couldn't swim across the Atlantic in 29 days even if he were to swim at his world record pace for 24 hours per day.
Update: Geoff Fox blogged about this also. In fact, Geoff's post was probably the origin of how I found out about this since the original link that was sent to me came from a relative who reads Geoff's blog.
Labels: google maps, units, washington dc
March 21 is not the first day of Spring
Space.com has a wonderful article explaining why the vernal equinox can shift and points out that from 1981-2102, Spring will begin no later than March 20. The myth that Spring starts on March 21 must be quashed. People who suggest that should be loudly corrected.
On a completely unrelated note, March 20 just happens to be my birthday.
Labels: birthday, rant, spring
Mixing iPod and Computer Sounds?
This is an exploration of solutions. I don't have my perfect solution yet, perhaps somebody will help.
The short question is "what's the best way to combine the sound from my ipod and the sounds from my computer into one set of headphones?"
Here's the situation:
I've got an iPod which I sync with my work computer. When I want to tune out the noise of the office, I currently listen via iTunes. Windows handles the business of delivering music, new mail alerts and other system sounds to my headphones, with the volume set appropriately. However, the disk on my laptop is getting full. My iTunes library takes up almost half of the used disk space. So, I'd like to move the music to my home computer and I can bring the iPod with me to work.
Now, how to listen to the music while still being able to hear the alert sounds from my computer? If I had two sets of speakers, I could connect the iPod to one set and the PC to the other. This solution fails when I want to use headphones.
Possible options:
- External mixer - buy a small mixer and plug the ipod and the
computer into its inputs, plug speakers or headphones into its
output. The hardware volume controls for each input would be nice, but
this solution requires a little desk space and an extra power
outlet. There's also the matter of the "whoa, you're such a geek"
factor when people see this extra box sitting on my desk. See what I
mean by looking this
Behringer model
. That could be good or bad.
- Attach ipod to computer via line-in port - it's a simple idea, but I'm on a laptop with only a mono-mic input, and, once it's connected, I'm not sure what I would run to get the sound piped to the speakers. The mono-mic input is a deal-breaker. If I'm using a more compatible machine in the future, I'll worry about how the sound gets through the machine. Rogue Amoeba's LineIn looks like it would work on a mac.
- Fancy speakers - some speakers meant for computer use have two
inputs and a headphone jack (such as these
Bose speakers
. Plug the computer into one, plug the ipod in the other. Seems pretty easy.
Labels: headphones, ipod, mixer, music
Geeky Friday: Shorter directory path in command prompt
Gina Trapani, editor over at lifehacker.com, has been diving deep into cygwin and command line goodness for a while. Earlier this week, she posted an article about customizing the command prompt. I added a comment about my shorter directory path, but I'll replicate here, because I have better control over the formatting of the code (and, I guess, for the people who read me, but not lifehacker):
I sometimes find having the full directory path in the prompt to be overwhelming, so I've created this small bash function which shows just the last two parts of the path:
short_dir ()
{
if [ "$PWD" = "$HOME" ]; then
echo '~'
else
the_dir=`dirname "$PWD"`;
the_base=`basename "$PWD"`;
the_dir_base=`basename "$the_dir"`;
if [ "$the_dir_base" = '/' ]; then
the_dir_base="";
fi
echo "$the_dir_base/$the_base"
fi
}
Add a call to this to your prompt, don't forget to escape the backquotes:
export PS1="\`short_dir\`\$ "
So, if your current directory is /usr/local/man/man1, your prompt would look like:
man/man1$
You can, of course, sprinkle in other bash prompt special characters, such as "\h" for the hostname:
export PS1="(\h) \`short_dir\`\$ "
produces:
(myhost) man/man1$
Anime for beginners
I think it's time to try anime. Based on various reviews and the fact that it won an Oscar a few years ago, Spirited Away has been in my list of movies to rent for a long time, but I've never gotten around to renting it. Now ranting tech blogger, Steve Yegge has written a long post about why he likes anime and gives some recommendations.
Diary of Ironman Preparation (no, not mine)
"A few days ago I was thinking about doing something good with my life. Instead I decided I would sign up for Wisconsin Ironman."
-- Thus begins my cousin's new blog chronicling his year of preparation for the race on September 9, 2007.
Higher gas mileage (in the same car)
The Washington Post ran an article a couple weeks back on improving gas mileage. It's written from the point of view of a hybrid driver, but it says that these tips can be used in other vehicles as well.
Your Brains
It's been a while since I posted and even longer since I posted something just fun and not too techy. But this just cried out for propagation -- a new(-ish) song from Jonathan Coulton (the guy who covered "Baby Got Back" in a nice, easy, banjo-heavy acoustic style):
If Hollywood has taught us anything, it’s that being trapped in a mall surrounded by a million zombies would be really troublesome. But how much more annoying would it be if the head zombie used to be your co-worker, and he was kind of a prick even before he got infected? And now he’s right outside and he just keeps talking and talking - still the same jackass, only now he wants to eat your brains?An mp3 file can be downloaded from Coulton's site or you can listen while you watch video game characters act it out (complete with a little air guitar and dancing).
Geeky Friday: Essentials for linux
Mark Pilgrim has updated his "essentials" list to reflect his recent switch from Mac to Ubuntu linux ("Ubuntu, which is an ancient African word meaning "can't install Debian".") This is a nice list of useful software (and links to each) for linux. His older list is for mac users.
Archives
* June 2001 * July 2001 * August 2001 * September 2001 * October 2001 * November 2001 * December 2001 * January 2002 * February 2002 * March 2002 * April 2002 * May 2002 * June 2002 * July 2002 * August 2002 * September 2002 * October 2002 * November 2002 * December 2002 * January 2003 * February 2003 * March 2003 * April 2003 * May 2003 * June 2003 * July 2003 * August 2003 * September 2003 * October 2003 * November 2003 * December 2003 * January 2004 * February 2004 * March 2004 * April 2004 * May 2004 * June 2004 * July 2004 * August 2004 * September 2004 * October 2004 * November 2004 * December 2004 * January 2005 * February 2005 * March 2005 * April 2005 * May 2005 * June 2005 * July 2005 * August 2005 * September 2005 * October 2005 * November 2005 * December 2005 * January 2006 * February 2006 * March 2006 * April 2006 * May 2006 * June 2006 * August 2006 * September 2006 * November 2006 * March 2007 * April 2007 * August 2007 * September 2007


