Camino 1.0b2

Camino 1.0b2 is out. Lots of great bugfixes, interface improvements, and new functionality. SVG support. Java Embedding Plugin support.

I’d like to pick out one really tiny thing from the release notes that exemplifies the kind of attention to interface detail that the Camino team is applying:

Allow shift modifier key to reverse the sense of the “load in background” preference when loading a url with Command-Return.

I would guess that the average user probably didn’t know:

Palm TX: First Impressions

Palm TX: Lobot Approved Last week I got a Palm TX, a new model released in October. You can check the Palm site for full specs, but for those familiar with preceding models the highlights are: 320x480 screen, non-collapsing case, built-in WiFi, and a $299 suggested retail price.

Some context: I’ve owned about a half-dozen Palm devices, and these comments are aimed at long-term users like me; the TX is replacing a Tungsten T, so this is also my first exposure to the 320x480 screen; I bought now rather than waiting for the elusive Cobalt because my T was at the end of its useful life.

Django Docs in Plucker format

Update: 2005-11-13: A lot has happened with Django in the past two weeks; here’s an updated Plucker version of the docs (337K) for the 74 people who downloaded the last one. To judge by the change in file sizes, Django is sixty-two percent more documented than before! Or somebody slipped one of Wilson’s desktop backgrounds in there. I’m just going to keep popping this post to the top when I have a new version, rather than allowing outdated stuff to sit around.
Update 2005-12-10: Posted a new version (375K). Someday I’ll make this a daily cronjob…
Update 2005-12-29: Updated again (398K).
Update 2006-11-16: Now (finally) a nightly cronjob – see the announcement post for more or just grab it now: http://dpaste.com/static/djangodocs.pdb

Original post, 2005-10-30: Along the lines of the Python Library Reference in Plucker format I posted in July, here’s the latest Django documentation (208KB). (Plucker is an offline reader for the Palm.) I know using a non-WiFi, non-cellphone PDA is terribly retro these days, but that’s the kind of old-world guy I am.

Google jobs for Mac developers

Including the eponymous Steve, there are at least a two Google employees over at Forwarding Address: OS X (which I contribute to as “pbx”). Today Eric Case linked to a couple new job postings for Mac-specific work at Google, as well as listing two earlier openings I mentioned here back when they were announced.

So, if you’re interested, check it out: Google Hiring Mac Engineers


Naresh commented on Tue Mar 13 00:40:15 2007:

A software manual written using Markdown

TextMate author Allan Odgaard has been working on a user manual for the program, in preparation for next week’s final release of version 1.1. He’s been writing and editing for a few weeks. As a Markdown devotee (all my posts here are written using Markdown) I was pleased to see this comment in his blog entry about the manual:

Should you somehow have missed my countless references to Markdown then for the records let me just state that the documentation was written in Markdown and I absolutely love it!

Ajaxy regex tester in Python: retest

Ajaxy regex tester in Python: retest

retest I wish I’d known about retest when I posted about regular expressions recently. It’s a great little utility from Christof Hoeke that uses Python’s re module and SimpleHTTPServer power to give you an interactive regex tester right in your web browser. He says he’s only tested it on Windows XP, but it worked great for me on OS X 10.4.3.


Brendon commented on Sun Feb 18 18:29:06 2007:

Another good Regular Expression tester to check out is ReJax: