How I Dropped Your Feed

I was only following you for a few days, and not much has impressed me.

Today, I decided I am put off by the summaries in your feed. Must I see your dreaded theme every day?
Or are you just after the damn numbers, rather than spreading your own message?

I was back in Google Reader, ready to unsubscribe from your RSS, then I had a change of heart.
I decided to give you another chance, a few more days perhaps.

Then I noticed a grammar error in the summary, from your feed..
Goodbye!

To Cache or Not To Cache

I'm building an app that has to traverse huge arrays slices to get aggregate data.
I could cache the results, but it's unlikely that the same slice will be selected again. I'm wondering if it's worth the memory.
I'm caching the per-all aggregate data, which I read only once anyway.

Caching is not applicable where it would save time, yet applicable where it doesn't matter.

Cute, eh?