Sunday, September 23, 2007
Quick bit of YouTube drivel
Tuesday, August 14, 2007
Half way to a switch app
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.
Wednesday, April 25, 2007
Better Gmail
Wednesday, March 28, 2007
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.
Wednesday, March 21, 2007
March 21 is not the first day of Spring
On a completely unrelated note, March 20 just happens to be my birthday.
Friday, November 24, 2006
Mixing iPod and Computer Sounds?
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.
Friday, September 22, 2006
Geeky Friday: Shorter directory path in command prompt
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$
Monday, September 18, 2006
Anime for beginners
Thursday, September 14, 2006
Diary of Ironman Preparation (no, not mine)
-- Thus begins my cousin's new blog chronicling his year of preparation for the race on September 9, 2007.
Tuesday, August 22, 2006
Higher gas mileage (in the same car)
Thursday, August 10, 2006
Your Brains
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).
Friday, June 30, 2006
Geeky Friday: Essentials for linux
Wednesday, June 28, 2006
X1 search for free
Friday, June 23, 2006
Geeky Friday: Extra-geeky, extra-fancy search and replace
Emacs 22 sports an amazing new editing feature that's had me drooling in anticipation since I first heard about it, maybe six or eight months ago. As you can well imagine, that's a lot of drool.He gives some cool examples of how this can be useful. (Sorry, non-geeks, this edition of "Geeky Friday" is over the top geeky.)And what might the feature be, you ask? Well, they've enhanced M-x {query-}replace-regxp to accept lisp expressions to be evaluated in the replacement string.
Wednesday, June 07, 2006
Black Apple
I use a BlackBerry for a while and was unimpressed. It does "push email" well and wireless sync well, but that’s about it. The basic PIM tools are weaker than what my PalmOS Handspring Visor had 6 years ago and there is comparatively little third party software. My biggest gripe was having only a thumbwheel for navigating a big screen. A combination of touch screen and wheel/buttons is easier.
I think that many people who rave about their crackberries had never used a PDA previously and were issued one by their offices. Compared to lugging around a laptop or having nothing at all, the BlackBerry is a nice tool.
Apple can, and should, do better.
Perhaps may just license the software for connecting to a Blackberry Enterprise Server. This would enable companies to deploy either RIM or Apple devices and their employees would be able to get their email, calendars, etc.
And about the name "AppleBerry". I don't get why the tech press is using that.
"Black" - color, serving as adjective
"Berry" - fruit, noun, modified by the adjective
"Apple" - fruit, noun
Wouldn’t "BlackApple" be better? and cooler sounding? Or is a black apple a rotten apple? But if black apples are bad, why does Apple charge so much more for the blackbook black macbook?
Thursday, June 01, 2006
World Cup Intro for Americans
Those Americans who are watching sports late at night, say, and they can't find any baseball or football or basketball or golf or NASCAR or lacrosse, wrestling, bowling, scrabble, curling, knitting, might find finally themselves settling on this very odd game where people chase this ball around in a field with no equipment at all. It's called "soccer". It seems very popular in other parts of the world. Well, it's got some sort of big tournament coming up. So to explain this exotic game to us Americans, we put in a call to Steven Cohen, soccer expert and real life British person.Cohen immediately jumps in with a correction:
Cohen: Actually in most parts of the world it's actually called "football". Sagal: Well that's wrong though.They go on to discuss (among other things):
- Popularity of soccer in the US
- Impatience and ADD of US sports fans
- Scoreless draws in soccer vs. pitcher's duels in baseball
- US sports that take 2-3 times longer than actual game time
- What to look for in the World Cup teams
- What would happen if the US were to win it all
Thursday, May 25, 2006
Happy Towel Day
The Hitchhiker's Guide to the Galaxy has a few things to say on the subject of towels. A towel, it says, is about the most massively useful thing an interstellar hitchhiker can have."Happy Towel Day. Thanks for all
Friday, May 12, 2006
sww: Sorry Wrong Window
So, I propose that rather than typing out "sorry, wrong window" every time, we standardize on "sww". If I type that to you, now you'll understand.