A friend sent me a link to thispast week’s WSJ Personal Technology column, which talks about the T-Mobile Sidekick, a surprisingly reasonably priced piece of technology. It’s like a Accompli, but priced at $199 instead of $599, and with unlimited (always on w/ GPRS) data usage (web, email, and aim) and 200 anytime / 1000 weekend minutes for $39.99 a month.

That’s pretty damn impressive and has me almost convinced on changing service right now. If the web browser is decent (allowing me to program usable web services) or even if there’s a decent programmable API (it has 4MB of Flash and 16MB of RAM…) and if it had Bluetooth (and a bluetooth headset accessory), I’d switch in a heartbeat. As it is though, I’m just going to lust for a while until I find out more information on its programmability. Hmm, I wonder if work will pay for one of these…

Random thought: imagine one of these puppies with built-in wi-fi and netstumbler. >;)

Hmm, this is interesting… Originally, I thought that Mozilla’s CSS error parsing was at fault, but discussing it with JesseR, extending the test case, and looking at how CSS2 blocks are defined, it appears that because blocks can be nested, Mozilla’s parsing is correct and the W3C CSS Validator is wrong.

If declaration blocks can be nested, then this:


a { foo:bar; }

b { baz:qux;

c { quux:quuux; }

d { quuuux:quuuux; }

should evaluate to:


/* Mozilla's result */

a { foo:bar; }

b { baz:qux; }

and NOT:


/* W3C css validator */

a { foo:bar; }

b { baz:qux; }

d { quuuux:quuuux; }

We don’t need no steenkin’ title. Go free_culture go!

One nice thing about all these links rolling in is getting to see all the referers. Some pretty interesting sites/blogs/discussion going on. The only negative is that there are actually quite a few “members only” boards that I can’t look at. For some reason this really annoys me. Anyway, here’s a partial list of somet interesting sites so far:

Organica has it’s own list of crawled blog links.

Ok, I think I’m done tweaking. I’ve enabled mod_gzip for just about everything (turning it off for ns4 users because I’m a nice guy), and I’ve set up some mod_throttle rules that should hopefully keep me out of trouble in the very remote case that I ever get a lot of traffic. It’s too bad that you can’t assign multiple policies to one container. It’d be nice to be able to stack some of these.