• About
  • Archives
Ted Carnahan
Missional church, Technology, and Music
  • Church
  • Family
  • Tech
  • Music
Browse: Home / software

software

I’m loving Dial2Do

By Ted Carnahan on July 15, 2009

So with my newly acquired cell phone, I’m finding that there are all sorts of interesting applications that I wouldn’t have been interested in before, but am now. I had heard of Jott, a service which transcribes spoken words into text and shuttles it off to different services, but apparently they went for-pay in February. [...]

Posted in Tech | Tagged calendar, productivity, sms, software | Leave a response

MusicBrainz on my brain

By Ted Carnahan on October 6, 2008

I have discovered a lovely service, MusicBrainz, which will sort through my rather poorly categorized collection of music and tag it with the proper artist, title, album, genre, etc. It does this by “listening” to the song, generating a fingerprint, and then looking that fingerprint up on a website which seemingly aims to be the [...]

Posted in Tech | Tagged musicbrainz, software | Leave a response

Tediousness vs. Interest

By Ted Carnahan on June 14, 2007

Just got done reading this post by a respected high-energy physicist at Fermilab. I find that the same behaviour applies in a lot of other endeavors in life. Some people on mailing lists I have frequented call this “bikeshedding.” Typically software developers tend to spend too much time getting the little things perfect, the average [...]

Posted in Tech | Tagged attention, bugs, software | 2 Responses

Do the simplest thing that could possibly work

By Ted Carnahan on April 19, 2007

Nate and I dreamed up this list this morning: Different programming languages’ approaches to “Do the simplest thing that could possibly work.“ perl: Do the simplest thing that no one can read. C: Do the simplest thing that could possibly compile. java: Just extend SimpleNamingSchemeWithAllNounsNameContainer. C#: Do it in Java, only don’t suck as badly [...]

Posted in Tech | Tagged Humor, software | 2 Responses

Heard in the office today

By Ted Carnahan on March 12, 2007

“I have a comment. In my code. That says ‘Uh oh.’ And I don’t know why.”

Posted in Tech | Tagged Humor, ideaworks, software | 2 Responses

Debugging long-running perl programs in Debian

By Ted Carnahan on December 15, 2006

One of the slicker ways I’ve seen of trying to figure out what Perl is doing in a long-running process is defining a signal handler, like so: use Carp (); $SIG{‘USR2′} = sub { Carp::confess(“Caught SIGUSR2: Dumping stacktrace and dieing:”); }; It works great, dumping the current stacktrace to STDERR. But if you’re stuck in [...]

Posted in Tech | Tagged debian, debug, perl, software | Leave a response

My first CPAN acknowledgement

By Ted Carnahan on October 2, 2006

It’s a small thing, but I’m listed in the acknowledgements for Test::Class, an excellent little xUnit-with-a-decisively-perl-twist module that we use at work. A star is born?

Posted in Tech | Tagged cpan, perl, software | 2 Responses

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

@tedcarnahan on Twitter

  • Charting our Future - This Week at Spirit of Grace p0.vresp.com/Dc7XNG 3 days ago
  • RT @EveryTweet_Ever: I am up at an unreasonable hour for an unreasonable reason. 6 days ago
  • @Metzgirl But to pull it off convincingly? (Also, vid or it didn't happen) 6 days ago
  • Happy Mother's Day - This Week at Spirit of Grace p0.vresp.com/v7txzg 1 week ago
  • This Week at Spirit of Grace p0.vresp.com/4gwVxo 2 weeks ago

Copyright © 2013 Ted Carnahan.