All posts by James Moore
Resuscitating (and repurposing) the old Nokia N900
I migrated to an Apple iPhone 5 a while back. Even though the ‘phone is lacking a keyboard (which my old Nokia N900 had) I am fairly happy with the device. However, I sort of need for a portable speaker, and rather than buy a Jawbone JAMBOX (or equivalent) I think I can repurpose the N900.
Over on Maemo.org Sabrog has a useful piece of script for activating the earphone socket as a line-in:
Speaker ON
#!/bin/sh amixer -c0 set PCM 100% amixer -c0 set 'Right PGA Bypass Mixer HP Switc' on amixer -c0 set 'Left PGA Bypass Mixer HP' on amixer -c0 set 'Left PGA Mixer Line1L' on amixer -c0 set 'Left PGA Mixer Line2L' on amixer -c0 set 'HP PGA Bypass' 100% amixer -c0 set 'Speaker Function' On echo "Speaker is ON"
Speaker OFF
#!/bin/sh amixer -c0 set PCM 100% amixer -c0 set 'Right PGA Bypass Mixer HP Switc' off amixer -c0 set 'Left PGA Bypass Mixer HP' off amixer -c0 set 'Left PGA Mixer Line1L' off amixer -c0 set 'Left PGA Mixer Line2L' off amixer -c0 set 'HP PGA Bypass' 0% echo "Speaker is OFF"
Thanks Sabrog!
Meyer Delicatessen
Caturday
Aaron Montgomery Ward
Peacock Gates
Harris Lion #2
From the NYT: California Bill Seeks Campus Credit for Online Learning
Some colleagues at work were sharing this article in the New York Times (California Bill Seeks Campus Credit for Online Study). The article is worth a careful read – California is the place to watch, and this could be a turning point in the acceptance of some MOOCs.








