Python

Help Ruk with Python on his S60 phone

Any S60 Python developers out there can help Ruk out with a problem sending SMS messages with his Nokia N70? One of the reasons I got a S60 phone was to learn Python. (So much for that.) Ruk got sending text messages from his Mac computer through his phone via Bluetooth by asking the his readers (you have to visit the comments for the answer, since he didn't update the post with the question itself. I still have yet to get his instructions on getting Internet using my computer via Bluetooth on my N70 to work.

Multisite and Mass hosting Drupal
"This tool is called HostMaster, and is Bryght's answer to mass hosting Drupal."

Which As a Side-Effect Means Learning Python

The great Amazon S3 experiment continues, hacking someone elses code to solve my own problem, which as a side-effect means learning Python (which, it turns out, was exactly the same way I learned PHP). My mundane videos didn't load correctly in Safari. Thanks to Djun Kim for pointing that out, though it took Firefox's Live HTTP Headers extension to figure which Content-Type header Amazon S3 was sending out, which was text/plain. S3 evidently can't figure out on its own side that I was uploading MP4 files, so I had to hack Adrian Hovolaty's script to hard-code video/mp4 in and re-upload all the video.

Astute Drupal reverse-engineering types will note that my mundane SkyTrain video appears under my Video "book" page as well as under the SkyTrain Explorer "book" page (that last part not being technically true, since I use custom PHP to expand an outline on a page). How I put one child underneath multiple parent pages will have to wait until I write it up, but Moshe Weitzman provided a clue in an old Drupal.org issue.

Python Grimoire
Slick implementation of TiddlyWiki.