mpapi | 11 years ago | on: Why Sweden Has So Few Road Deaths
mpapi's comments
mpapi | 11 years ago | on: Biolite: Wood-burning backpacking stove also provides USB power
(FWIW, I generally agree that it's probably not great for serious backpacking, but I had a lot of fun using while camping.)
mpapi | 11 years ago | on: SSH Tricks
Host hosta hostb hostc
HostName %h.mycompany.com
User usera
I believe this isn't a super-new feature -- every ssh version I've run into client-side in the last couple years has supported it.mpapi | 12 years ago | on: Why cyclists should be able to roll through stop signs, ride through red lights
I've seen way too many cases where drivers make the roads more dangerous for everyone.
mpapi | 12 years ago | on: SSH Kung Fu
The patterns are similar to shell globs: * matches zero or more characters, ? matches exactly one.
mpapi | 12 years ago | on: SSH Kung Fu
Host bos-??
HostName %h.mydomain.com
IdentityFile ~/.ssh/my-boston-key
Host nyc-??
HostName %h.mydomain2.com
IdentityFile ~/.ssh/my-nyc-key
and log in with e.g. "ssh bos-14".mpapi | 12 years ago | on: Boston Doctors Can Now Prescribe You a Bike
mpapi | 12 years ago | on: Boston Doctors Can Now Prescribe You a Bike
Probably the riskiest part (as a commuter) was that with shorter days, I was often riding home well after sunset.
mpapi | 12 years ago | on: FlameStower - USB charger powered by fire
I haven't done any backpacking with it yet -- though if I did, I probably wouldn't be taking anything I could charge via USB anyway. (The aforementioned USB lantern isn't exactly light either.)
mpapi | 12 years ago | on: FlameStower - USB charger powered by fire
USB charging didn't seem all that useful at first, but with a USB-rechargeable LED lantern it ended up being great. If that's all you really needed, you could get it from the FlameStower without the battery + fan machinery of the BioLite, I guess.
mpapi | 13 years ago | on: Battlecode: MIT's longest-running hardcore programming competition
It's an awesome experience for the directors as well, as the competition itself is basically a small startup. 3 or 5 students responsible for coming up with an idea (for that year's game objective), pitching to investors (sponsor companies), shipping a product (game engine + docs + online scrimmages), supporting several hundred users (contestants), keeping servers up, orchestrating a live tournament, placing an order for $2500 worth of pizza, getting up and speaking in front of a thousand contestants/spectators/sponsors, fixing bugs in the tournament bracket viewer in the middle of the tournament... Not something that every undergrad gets to do, that's for sure.
mpapi | 13 years ago | on: Vim clutch
My setup has one pedal bound to Escape for Vim, and the other two switchable using F keys and some xbindkeys magic. By default, they're "switch WM workspace" (sort of like Alt-Tab) and "switch window focus within a workspace" in Awesome WM, but I can change them to e.g. j and k for reading my email, or have them run various scripts, or whatever.
It's a lot of fun to use, but I haven't been on it much lately having switched to a standing desk and I haven't yet figured out a way to make the two play together nicely. And, as always, I've been meaning to throw the scripts & dotfiles on GitHub, but I'm a slacker.
mpapi | 15 years ago | on: Turn off the clock on your menu bar
mpapi | 15 years ago | on: Bike ride, accident, and ambulance trip tracked on Runkeeper
The recording is an interesting souvenir. I was in a strange mood for the first few days (suddenly confined to my apartment with very limited mobility) and got a kick out of showing the recorded track to anyone that came to visit, watching their horrified reactions to "Here's where I got hit, and over there is where I landed..." Thanks to a little Python script I'd written a while back, I had the track colored according to speed, and that made it even more "fun" to look at.
It's weird to think that stuff like that -- and with that level of detail -- will be around for future generations to look at.
mpapi | 15 years ago | on: Ask HN: Do you encrypt your laptop's hard disk?
FWIW I tend to stick to the roads anyway, though, because the segregated bike lanes often have pedestrians and runners in them regardless, and the paths often get cracked from tree roots and whatnot. Most drivers don't seem to care if I'm not on the dedicated path, so long as I'm hauling and not riding crazy.