I’ve seen a lot of misunderstood physics out there, but watching Andy Schafly try to insist general relativity is wrong and useless has got to take the cake. Kate Sorenson tries patiently to correct the GR article’s mistakes, but is eventually banned for her troubles. Andy finishes with this amazing quote:

One way to evaluate religions, or quasi-religions, is to look at the fruit it bears. What has it helped achieved? In the case of relativity, it has produced nothing. Nil. Zippo. After nearly 100 years and a ton of money. If you find the math in relativity fun, great, but relativity is not going to help anyone. It never has. Pick up a Bible in between some equations.

Andy Schlafly 18:31, 15 November 2009 (EST)

Continue reading (156 words)

Engine of Change

Justin and I have been thinking about starting a social justice site for a while now. We’ve talked it over with some friends and associates who are interested in writing about equality, and launched the site over the weekend. Take a look at the new Engine of Change.

Continue reading (49 words)

Here’s the quickest way I know to get Eclipse up and running with the Android SDK plugin. To install each of these packages, go to Help->Install New Software, add the given URI as a package source, and install the given package. Eclipse may prompt you to restart after some installs.

Source Package
http://download.eclipse.org/tools/gef/updates/releases/GEF SDK
http://download.eclipse.org/modeling/emf/updates/releases/EMF SDK 2.5.0 (EMF + XSD)
http://download.eclipse.org/webtools/updatesWeb Tools Platform / Eclipse XML Editors and Tools
https://dl-ssl.google.com/android/eclipse/Developer Tools

Continue reading (83 words)

Last night I left my Droid sitting on my desk, at about 80% charge. An hour later I picked it up and it wouldn’t turn on. No response to pressing or holding the power button, and even replacing the battery didn’t get it to turn on. I figured the battery was drained and plugged it in this morning–whereupon it booted up and showed 75% charged!

The Verizon store was disappointing. They told me I had installed too many apps and should run advanced task killer frequently. Really, guys? You think I ran out of battery and recharged to 70% in a matter of seconds this morning? No suggestions as to how to hard-reset the device. They also disavowed the autofocus bug… which neatly explains why the camera focuses in under two minutes as of this morning. I guess I should have expected the runaround to begin with.

Continue reading (191 words)

A bit of context, in case you haven’t been keeping up with the real-time web craze:

RSSCloud is an… idea* for getting updates on RSS feeds to clients faster, while decreasing network load. In traditional RSS models, subscribers make an HTTP request every 10 minutes or so to a publisher to check for updates. In RSSCloud, a cloud server aggregates several feeds from authors. When feeds are changed, their authors send an HTTP request to the cloud server notifying them of the update. The cloud server contacts one or more subscribers of the feed, sending them a notice that the feed has changed. The subscribers then request the feed from the authors. Everyone gets their updates faster, and with fewer requests across the network.

Continue reading (710 words)

I’ve been working a lot on Cortex Reaver lately, with several new features in the pipe. I’m using Vim for awesome syntax highlighting, refining the plugins/sidebar infrastructure, creating improved admin tools for long-running tasks (like rebuilding all the photo sizes) and fixing several bugs in the CRUD lifecycle. All that comes in a slick new visual style, including a new stylesheet/js compiler which makes page loads much faster (eliminating something like 20 external HTTP requests in the non-cached case). Finding time to really sit down and hack on CR has been tough lately with all the grad school/work stuff going on, but as new users are coming on board I’m motivated to keep improving.

Continue reading (115 words)