Sunday, January 22, 2012

Sunday, December 25, 2011

Baltimore, Annapolis around Xmas

Google has completely messed up Picasa. Not only is it next to impossible to get a link for an album to share (e.g. here), but also Picasa itself is unusably slow.

Still, new pictures from America (click for full album):


Monday, October 24, 2011

How to get a LyX thesis in shape

grep -h "filename " *.lyx | grep -v "lyx" | sort | uniq | awk '{print "cp", "'\''" $2 "'\''", "images"; }' | tr -d "\t" | sed "s/cp \' /cp \'/" | sed "s/cp '/cp \"/" | sed "s/' images/\" images/" > allIllustrations.02.txt

chmod a+x allIllustrations.02.txt

for fname in `ls *.lyx` ; do cat $fname | awk '{print $0}' | sed 's|filename .*\/\([^\.]*\)\(\..*\)$|filename images/\1\2|g' > temp/$fname ; done

mv temp/* .


(Just the broad outline, the details are omitted. Still, far away from BK's famous one-fingered one-liners.)

Wednesday, October 12, 2011

Slow Sort of Country

"Well, in our country," said Alice, still panting a little, "you'd generally get to somewhere else -- if you run very fast for a long time, as we've been doing."

"A slow sort of country!" said the Queen. "Now, here, you see, it takes all the running you can do, to keep in the same place. If you want to get somewhere else, you must run at least twice as fast as that!"

Wednesday, September 21, 2011

Years

It's done.

Eleven years after the first surgical robotics seminar, it's completed.

But only in the previous lab.
In the new lab, the fourth year has just begun.

Tuesday, August 30, 2011