Category Archives: Technology
Observations on the lack of art in technology today
You remember the Choose Your Own Adventure series? You’d read a paragraph or two, then be presented with a question, the answer determining which of several pages you’d turn to in order to continue the story. I may be giving too much credit to Mike Stackpole, Rick Loomis and the rest of the crew at [...]
Noticed some, um, interesting, gotchas when setting up ruby 1.9 and the nginx web server on FreeBSD. The issue with the ruby install is subtle, and doesn’t really show up until long after you have installed it. The issue is it points the gem repository to the wrong place. It points the gem repository to [...]
(Edited 2001/10/24 to add apache notes at end.) Rails isn’t always an easy proposition on Dreamhost, and this was no exception. BTW, this is *not* the rvm version. I wanted to get the Dreamhost default setup working before I started playing with rvm. I’ll probably post an rvm-related set of instructions later. In this case, [...]
More and more I hear the refrain that as a developer you can “circumvent” Apple’s AppStore and “walled garden” by developing web apps for iOS devices. I even hear Apple and Steve Jobs positioned as wanting to “destroy the web” with their focus on “native apps.” That their “focus on native apps” is “splintering the [...]
Phil Taylor recently tried to get up close and personal with git. He ran into difficulties, in no small part because he treated git like subversion, which it decidedly isn’t. So in the interests of helping out anyone else out there with the same idea, that of wanting to try out something new in hopes [...]