Security Theatre, Part n
Full of sound and fury, signifying nothing
- Customers to remain seated during final hour of flight;
- No access to hand luggage and a ban on leaving possessions or blankets on laps during this hour.
Remember the shoe bomber and how airport security made everybody take their shoes off before flight? Didn't stop the next religious fanatic with a fuse to light, did it?
The notion of an allegedly civilized nation dancing its "security" policies in the wind every time there's a real or perceived threat, to so vastly inconvenience its population while at the same time making no difference to the actual terrorists, is so laughable it's earned the term "security theater" - putting on a big show, but doing nothing for actual security.
It's not just me saying so. See Bruce Schnier's many writings on this topic, and his essay The Psychology of Security. Bruce is a well-known cryptology and security researcher; he knows whereof he speaks. TSA, not so much.
OpenMoko: Beginning to End
A tale of unfulfilled expectations
|
This article has been withdrawn from the blog; a revised version of it is hopefully going to be published on a commercial web site this month. |
OpenMoko and Android
Two approaches to an open-source cell phone
Android is a project spearheaded by Google to make an open-source phone. It uses Linux and its own Dalvik virtual machine, and applications are written in Java against the Android API and compiled down to Dalvik bytecode. Android does not expose the rest of the Linux services and does not support other programming languages. Android phones are available from a few carriers.
Openmoko, funded by Openmoko.com, is at the other end of the spectrum: it also uses Linux, but exposes all of it to the developer. The "main" stack of phone apps has been re-written several times, using various X-based toolkits. The "official" OM2009 stack is in large part written in Python. C/C++, Java and Perl are all available. Openmoko phones are available from Openmoko.com. However, because it is all open source:
- you can run Android on Openmoko hardware;
- you could (people have) run Openmoko software on other devices, including Palm PDAs, other Linux phones, and software emulators;
- you can probably run Openmoko software on Android hardware;
- you can run QTopia on Openmoko hardware;
- you can run one of half a dozen Linux distributions on your Openmoko hardware;
- you can (eventually) run other OSes such as OpenBSD on Openmoko hardware;
- etc.
From another point of view, of course, they are competing. Competing for market share (neither has made much inroads in the consumer space). Competing for developer mindshare. Android tends to get a lot more press, partly because of the "big G" lineage.
People sometimes ask if I think Openmoko should just fold up and go on to something different, given how far ahead Android has moved? I've never been a fan of quitting while you're behind. Imagine if Linus Torvalds had quit while Unix was ahead; his then-little school project would never have seen the light of day, and we'd all be running BSD and System V. Nothing wrong with those - BSD was already on its way to becoming a full open source *Nix, as represented today by OpenBSD, FreeBSD and NetBSD - but things would be rather different in what is now the Linux community, to say the least. Or if Bill Gates had quit while IBM was ahead. Or if Steve Jobs had quit while MS-Windows was ahead. Or if the U.S. had quit the space race when the Russians launched Sputnik. You get the idea. Don't quit while you're behind, nor when you're ahead. As Nathaniel Branden once put it, "a beating heart is a living heart" - so keep on pumping!
And, at any rate, the "real" release of Openmoko software, OM.2009, is almost upon us; I am running a beta of it on my Freerunner (GTA02), and it's actually usable as a cell phone. Butt-ugly compared to some of the earlier releases, but it "just works". Formal release is expected this summer.
Site Modernization
At the same time, I had to upgrade the Tomcat web server from 5.5 to 6.0, which went fairly smoothly, although there may be a few little bits that need a boost.