Jeff’s Brain Dump

Sometimes the first duty of intelligent men is the restatement of the obvious.

Maps no More

Posted by Jeff July 29, 2006

For the execution of the voyage to the Indies, I did not make use of intelligence, mathematics or maps.” - Christopher Columbus

We cleaned out the car and found a ton of maps. There were 17: hand-me-downs sporting stains from god-knows-when.

They will all be replaced by laptop, MapPoint software and a RoyalTek USB GPS velcro’d to the dashboard. We love the USB GPS - even take it into the woods geocaching. That’s a few feet of cable to wrangle, but I can’t see getting a Bluetooth GPS which needs charging.

, , ,

Shangrila Diet video on CBC

Posted by Jeff July 27, 2006

This is an excellent video from the CBC with Seth Roberts, creator of the Shangrila diet. Explains the fundamentals quite well via some goofy visual aids.

I like that it includes the conventional wisdom “Truly is too good to be true” angle. This is transposed with Dr. Robert’s calm confidence in results.

I’d enjoy seeing Roberts on the Colbert Report: Steven is the ultimate manifestation of America’s favorite media archetype: the loud boor.

, ,

The problem with the Shangrila diet

Posted by Jeff July 27, 2006

I have no doubt that the Shangrila diet works. I’ve been doing it for a few months and have observed how taking a little olive oil decreases appetite. It’s FM - Freakin’ Magic.

But — it sounds like the worst kind of fad diet. A typical conversation–

me: So, I’ve been trying this diet.
otherperson: <brightening> Really? What is it?
me: Well, it’s called the Shangrila diet.
op: giggling Oh? how’s it work?
me: You take a tablespoon of olive oil, and don’t eat anything for an hour before and after.
op: look of distaste How’s that work?
me: Well, it reduces the body’s set point..its internal target weight. It’s because the food has no flavor.. it’s a Pavlovian thing..you remember the dogs..?
op: thoroughly confused I’ve gotta go.. freshen my drink.

Maybe I’m bad at explaining it, or should contain my enthusiasm. One thing I know for sure: don’t attempt to be helpful by bringing it up to friends/family who could… benefit from it. That’s inevitably unsubtle, and results in hurt feelings.

What’s the answer? I don’t know. There’s no no merch or consumables to push - unlike Atkins which was a billion dollar a year market. Maybe what’s needed is a new “Lose Weight Now, Ask Me How” campaign, and hand them a short HOW-TO.

I love Seth Robert’s “better mousetrap” faith that the diet is so obviously good. But, people’s opinions are strongly ifluenced by marketing and network effects. Al Roker lost weight via gastric bypass (filmed, no less): a procedure which is dangerous, invasive, and very profitable to hospitals. Shangrila is affordable, healthy and effective. Shangrila needs a street team — tools to help folks spread the word — and some celebrity endorsements.

Thinkpad accelerometer hacks

Posted by Jeff July 26, 2006

The thinkpads have an accelerometer to protect the drive from damage if jostled. I guess this is a good thing.. in practice, it means that podcasts skip when I’m on the commuter rail from Cambridge.

The Macbooks have this feature too, and there have been some cool hacks like slapbook and macsaber. Why do the Mac kids have the cool toys?

Tatsuhiko Miyagawa has done a light saber clone, and a nifty way to navigate Google Maps. Done in Perl.

,

There’s a fine line between Saturday night and Sunday morning

Posted by Jeff July 22, 2006

VMWare Server goes Free - “there really is no excuse any longer for not trying out desktop virtualization or server consolidation using virtualization techniques.”

SIMILE Timeline is a DHTML-based AJAXy widget for visualizing time-based events. It is like Google Maps for time-based information.

PLEAC Python: Task-oriented Python snippets.

Brown Bad Mutha Wallet - as carried by Jules’ in Pulp Fiction.

No Tags

Teleflip - free SMS

Posted by Jeff July 22, 2006

For a couple years, I’ve been using and evangelizing telelip.com. Teleflip is a service where you could email 6175551212@teleflip.com, and an SMS would be sent for free to that number, regardless of carrier.

This is great for automated notifications (CruiseControl).

You can send 100 free SMS’s a month without registration. This is the easiest way to send SMS.. other options are to use Send To Phone, or the carrier-specific email.

, ,

NO Connection Fees!

Posted by Jeff July 21, 2006

Hangman - nice lil game built with GWT

JavaAlmanac - switching between too many languages? This site has the snippets you need.

Rubik’s Cube Solving Robot video

Python on the Nokia S60 The geek in me wants this very much.

Fly Guy - Flash game. Strangely relaxing.

SqlObjectGuide : Best tips I’ve found for SQLObject, the Python O/R mapper.

, ,

Instant Domain Search

Posted by Jeff July 20, 2006

Simple idea, but a lot of fun - type a domain name into instant domain search, and it’ll show right away (using mochikit) if the domain is available. Seriously, try it.. I’ll wait
Goes to show, it’s all about the feedback loops baby. It’s unexpectedly fun in the same as the Baby Name Voyager.
Bonus point: find a ${bodypart}sex domain that hasn’t been registered. Eyebrow sex? Geez louise people..

, , ,

Tweaking todo.sh

Posted by Jeff July 17, 2006

I’ve been playing with using a todo.txt file to manage tasks, and managing it using todo.sh - see the demo movie here.  It works darn well and I may even stick with it for GTD. The screencast shows usage– to use it, you type into a command line -
add: add a new task.
list:  list tasks
.. and so on.

To save some keystrokes (a to add a task, l instead of list), add the following synonym mapping after the line with “action=$1″:

case $action in
“a”)
action=”add”;;
“l”)
action=”list”;;
“lp”)
action=”listpri”;;
“ls”)
action=”list”;;
“r”)
action=”report”;;
“x”)
action=”del”;;
esac

,

Vacation’s All I ever wanted…

Posted by Jeff July 13, 2006

I’m in vacation, yet here I am on dialup, geeking out. Life moves slower here in the country..so do the downloads.

Textile your textareas with Greasemonkey

wikiPad - wiki app. Now open source. I’ve been using NoteLens for off-the-cuff notetaking, a little walled garden where I don’t have to worry about file names, but I’m jonesing for markup and hyperlinks…wikipad might do the trick.

Lumpy generates UML diagrams from a running Python program - darn, missed the presentation at the Boston Python meetup.

, ,

« Older blog posts