Worst. Name. Ever.

Worst. Name. Ever.

From a project <a href="http://zellyn.com">Zellyn</a> worked on at the AJC.

Posted in Blogmarks | Comments Off on Worst. Name. Ever.

Journalism job description tag clouds

A colleague of mine, (whom may or may not remember me from my [Dow Jones Online Internship](http://indystar.com)), [Eric Ulken](http://ulken.com/blog/archive/000145.html) built a tag cloud of [keywords in postings to journalismjobs.com](http://ulken.com/blog/archive/000145.html).

Not surprisingly, “blogs”, “interactive”, “flash” and “graphics” top the list — it seems, so far, that those are the key terms that have been labeled ‘online’ by most newsrooms.

Let me offer folks my ideal tag cloud:

created at TagCrowd.com

Posted in Journalism, Python | Comments Off on Journalism job description tag clouds

Urban renewal for data ghettos

So, I gather that in newsrooms it’s become [fashionable](http://dunes.cincinnati.com/data/) to [put](http://www2.tbo.com/static/news-special-reports-data-bay/tbo-special-reports-database-main-page/) [public](http://www.indystar.com/apps/pbcs.dll/section?Category=LOCAL08) [records](http://www.azcentral.com/datacenter/) [online](http://www.app.com/apps/pbcs.dll/section?Category=data).

I totally love the term that [Matt Waite](http://www.mattwaite.com/2008/01/02/data-ghettos/) coined — calling them [data ghettos](http://www.mattwaite.com/2008/01/02/data-ghettos/):

> But if you take a step into one of the databases and you get to my second problem with them: couple of search boxes and a button.
>
> Is that really it? Is that the big newspaper.com push into data? Sprawling, barely organized pages to get to a couple of search boxes and a button?

I’ve certainly been [guilty of this](http://projects.ajc.com/purchases/) myself.

But I love the solution that my team came up with at [work](http://www.ajc.com) for a [Georgia names](http://projects.ajc.com/names/lists/) project that went live tonight.

They provided both [a searchable interface](http://projects.ajc.com/names/search/) and some [pre-set searches that highlight interesting](http://projects.ajc.com/names/lists/) names.

The best part is that [Zellyn](http://zellyn.com/) made it so that journalists, developers, designers, or anyone in our group can create new lists on the fly in our neat-o keen [Django](http://www.djangoproject.com) application.

It’s the first time at work that we’ve built a tool around a set of data. Normally we lump our work into two camps:

* **Data-driven applications** like my purchase card project expect that the only human interaction is our loyal readers contrasted with…
* **Tools** like our gallery publishing system expect staff users on the ‘backend’ *and* loyal readers to interact with them on the ‘front’ end

This the first time that we’ve merged aspects of both and I think it provides some urban renewal to what could otherwise be a [data ghetto](http://www.mattwaite.com/2008/01/02/data-ghetto/).

Posted in Databases, Journalism, Programming | Comments Off on Urban renewal for data ghettos

Mail.app and Gmail performance boost

So I’m loving that [Gmail](http://gmail.com) finally got IMAP as a feature.

It makes the [iPhone](http://apple.com/iphone) experience soooo much better and it is nice to be able to read my mail in a desktop app at work and at home.

However, I noticed that Mail.app and [Gmail](http://gmail.com) were not getting along so well. Mail.app’s activity viewer would constantly show it syncronizing, updating, downloading or doing various other network activities that made it decidedly not cool.

I tried [Thunderbird](http://en.www.mozilla.com/en/thunderbird/) for a while, and it had great performance.

I wanted to switch back to Mail.app, though, as I got an [iPhone](http://apple.com/iphone) for Christmas (sweetness), and I wanted to use the pretty sweet platform of Mail.app/Address Book/iCal + iPhone.

Long story short… the secret is to not let Mail.app download and store your messages from Gmail. With my 1.8 GB of mail it. Takes. A. While. To. Download.

Secret sauce is to go: Mail -> Preferences -> Accounts -> Advanced and set “Keep copies of my messages for offline viewing” to “Don’t keep copies of any messages.”

Make Gmail and Mail.app love each other

The only downside that I can see is that you can’t search your mail very well from within Mail.app or Spotlight. But, uh, that’s what Gmail is for!

Posted in Technology | Tagged , , , , | Comments Off on Mail.app and Gmail performance boost

#5567 (Add a “last” template filter) – Django Code

#5567 (Add a "last" template filter) – Django Code

Looks like a minor patch of mine might make it into Django in some fashion.

Posted in Blogmarks | Comments Off on #5567 (Add a “last” template filter) – Django Code