avatar

My Point of View

technology, programming, and rants (not necessarily in that order)

One (Spotty) Year of MPOV

I just realized I’ve now had this blog for one year. While its postings have been sporadic at times, I’m happy to look back on what I’ve done tech-wise over the last year. FYI: Anyone who reads this blog may be interested to know that I can be found posting useless things all over teh Interwebs (not just here), many of which you can find at timmorgan.org or on my brand new Jaiku account (timmorgan.

Zooomr

Zooomr is a little photo sharing site that has a wee bit of potential I think. While I wouldn’t exactly call it “reliable” at the moment (its recent upgrade took it down for weeks and it’s service has been sketchy ever since), I could see it amassing a cult following among geeks like myself. I’m still waiting on an API key so I can test my Flickr migration script. I wrote a bit of Ruby to download each of my Flickr photos, along with their tags, geotags, description, title, etc.

wget to the rescue

Have you ever been downloading something very large for a long time, and something happens to interrupt it? Firefox crashes, you lose power, you accidentally close your laptop lid, etc.? Here’s a trick to start your download where you left off: On Linux, you can skip this step. On Mac, download wget here, unzip it, and put “wget” in /usr/bin. For Windows, looks like you can download wget here (I haven’t tried this on Windows, but it shouldn’t be much different).

Wikipedia Watchlist Feed v2

Update: I’ve been using this for awhile now, and I still have to manually check my watchlist every day because my reader only gets updates every few days. I’m not sure, but it seems to be a caching issue on the WP API and not so much the script’s fault.Update 2: The load on my server was too much, so I removed the hosted script from my server. You can still download the source and host it yourself.

Snippets Feed

It occured to me that my gems of wisdom on my Snippets page likely go unnoticed by you faithful blog readers, so you might want to subscribe to my snippets feed as well so you don’t miss beauties like this (yes, I know this will seem lame to some, but I think it’s clever): class Object def in?(object) object.include? self end end 1.in? 2..3 #=> false 1.in? 1..3 #=> true

Lost is Finding Itself Again

My guess is Lost has lost many of its viewers in the last year due to a crawling storyline and endless questions without answers. I say this because, after watching tonight’s episode, the direction of the show has definitely changed. I think those writers finally figured out they don’t have blind followers – they have to get off their butts and actually move the story along. And that’s what they finally did tonight.

Music Sharing

Dvorak is spot on about the music industry: During the heyday of Napster and open free music sharing and trading, when million of people swapped songs, the CD business was booming. Once Napster was shut down, and along with it the social network of music discovery, sales began to plummet. They are still falling.

Useless Account

This is my reason for getting one:You're addicted to signing up to account-requiring websites the moment they're released just so no one else takes your usual username.

Preacher Blog

Greg Pittman, the preaching minister at my church, now has a blog. I got him set up this weekend, and he’s started it off with a great post about our recent prayer week. He also said something interesting to me that really got me thinking about how the Web has affected us the last few years:I’m not looking to be trendy. It [blogging] just seems to be an effective way to communicate with an ever-ambiguous, mobile congregation, and in a more interactive fashion.

CRCC Website Overhaul

As we tend to do every couple years, Jennie and I have once again overhauled the website of Cedar Ridge Christian Church, our church home in Broken Arrow, OK. I’m very proud of this one. It has a clean look but seems modern enough to not look like your run-of-the-mill church website.