Category Archives: To Be Categorized

Posts that haven’t been categorized yet

Hard Drive Hygene: Downloads Zero

I recently blew my computer away and re-built everything from scratch. IA lot of cruft had built up, and instead of trying to scour my computer, I just punted and started all over. One of the things I’ve done is adopted a kind of “Downloads Zero” approach (akin to “Inbox Zero“): I had built up [...]

Also posted in Classic, New Frontiers | 9 Comments

Two Applications Everyone Should Be Running

If you’ve got a computer and it’s got some spare clock cycles/bandwidth/memory (which is almost certainly true), then you really should be running the following programs. This is “should” in the sense of “you should feed the poor”. Tor — This system provides anonymity online. Even if you don’t use it yourself, running a server [...]

Also posted in New Frontiers | Leave a comment

Why Apple Rejected Google Voice

Seems there’s some hatred on Apple because they bounced Google Voice from the app store (cite). What surprises me is that this is pissing off people now: seems to be spreading throughout the internet, but let me highlight this particular article, and especially this quote: I haven’t heard a single explanation for the rejection of [...]

Also posted in New Frontiers | 2 Comments

Favorite April Fool’s Pages

Just like last year (cite), I’m cataloging some of my favorite April Fool’s jokes. Google has triggered the singularity by giving the internet sentience: this is its home page. The technical specifications include a picture of Descartes and other fun stuff. Help Save the Best Browser Around: Save IE6.

Posted in To Be Categorized | 1 Comment

More Ruby Type Weirdness

Back in My Fundamental Issue with Ruby, I complained about Ruby’s types without the ability to work with/understand types. Just had another example of the issue. I’ve got this code: path = [’foo’, ‘bar’, ‘baz’] msg.step = path.shift if msg.step == ‘foo’ # Do something smart end The problem was that the “do something smart” [...]

Posted in To Be Categorized | 5 Comments
  • Categories