more iTunes silliness

I preordered the new Wilco album from iTunes a couple weeks ago. It was released this week, so I went into iTunes to download it, but I kept getting an error 5002. I contacted support, and found out that there’s a really weird bug in the iTunes store: if you’ve got song credits (as opposed to dollar credit) in your account, you can’t download a pre-ordered album! How weird is that? The support guy told me that if I used up all my credits, then downloaded the album, he’d then replace the credits for me. So, basically, I’m getting 21 free songs out of this bug.

I’d been meaning to download the Essental Gram Parsons collection, so I went ahead and did that. Unfortunately, that used up dollar credit instead of song credits for some reason. It’s not an album, just a collection of songs, so I don’t see why the “buy all songs” button wouldn’t use song credit before dollar credit, but that’s what it did. So, I then decided to download the Essential Ryan Adams and Essential Sol Volt collections too (just the “basics” part, not the whole thing), but I did it song by song, so I’d use up the song credit.

So now I’ve got quite a pile of alt-country (and related) stuff — Wilco, Son Volt, Ryan Adams, and Gram Parsons! A lot of stuff to listen to. I haven’t heard from the support guy about putting those credits back in my account, but I’m assuming that’ll happen by Monday.

GTD book

Well, I went out and bought the GTD book today. Let’s see if I can finish reading it in a reasonable amount of time.

So far, it seems like a worthwhile read, not just some mushy new-age stuff, or patently obvious stuff, or completely impractical advice that would never work in the real world. It does seem to contain practical advice that might actually be useful in my day-to-day work.

I’m kind of curious about how I might get some of this to work with my existing software tools. I’m currently managing my priority list via my Lotus Notes inbox, using follow-up flags. That’s not the best system possible, but it has the advantage of residing directly in the system where most of my to-do list items originate (i.e. e-mails from other people).

GTD

I’m usually not much for productivity systems of any kind. It all seems to me like it should just be common sense. Keep track of your to-do list, prioritize, and so on and so forth. I’m falling so far behind at work now, though, that I’m actually starting to look around to see if there’s anything out there that could help. I know there’s no magic wand I can wave that’ll get four months worth of work done in a week, but maybe there’s something out there that could help me whittle down the list a bit, and take some of the stress off me.

I’ve seen the “Getting Things Done” system mentioned a lot over the last couple of years, and I’ve been somewhat curious about it. I think I’m finally desperate enough to start looking into it. An excerpt from David Allen’s book is available from Business Week. I read that, and it makes some sense to me. There’s a page of links and stuff about GTD up at 43 Folders. There’s a link there to a podcast series, interviewing David Allen, that might be interesting. I think I’ll give that a listen, after I catch up on DNR.

I’m not sure if I’m ready to buy the book yet. Maybe.

my robot brain needs beer.

At work today, I got rather overwhelmed at one point, and the phrase “my robot brain needs beer” just popped into my head unbidden. Checking the internet (of course), I see that it is a phrase uttered by Machine Man (aka Aaron Stack) in Warren Ellis’ excellent Nextwave series. Googling that phrase returns a whole barrel full o’ hits. Apparently, the phrase has become a bit of an internet meme or something. Looking through the first few pages of hits, I couldn’t find a scan of a panel with Aaron actually *saying* the phrase though. Disappointing. I was hoping to find something to use as my wallpaper. If you look through the various entries that come back on that search, however, you will find a bunch of interesting stuff. For instance, Adam Warren’s DeviantArt page!

iTunes economics

Lately, I’ve been adding money to my iTunes account from various sources, rather than just putting stuff on my credit card. I’ve been cashing in pennnies, nickels, and dimes at CoinStar, and getting iTunes credit in return. And, a while ago, I bought a $50 iTunes card at CostCo for $45, and put that into my account.

Today, I was buying a gift certificate for someone from AmEx, using my rewards points, and I decided to spend some points on an iTunes certificate for myself while I was at it. I didn’t look at the fine print too closely, though. The certificate you get through AmEx is a 50 song certificate, rather than, say, a $50 certificate. The difference seems to be that you can only use it towards individual song purchases, as explained in this tech note on Apple’s site. So, that’s a bit of a pain, since I’m usually only buying albums. Also, song credits expire after six months or so; regular dollar-value credit doesn’t. I guess I’ll have to spend it on individual songs, and maybe buy some albums song-by-song rather than all at once.

NYC stuff

Interesting stuff in NYC over the next few weeks:

I’ll have to see if I can free up some time, and maybe talk a friend into checking at least *some* of this stuff out. I’m not getting out of the apartment enough lately!

ACM

A few months back, I blogged about ACM’s deal with Safari and Books 24×7, where ACM members can access a subset of these online libraries. At the time, the book selection on both sites seemed to be a bit out of date. Well, they’ve updated the selection on both sites today, and there’s definitely more useful stuff up there now. They’ve (finally) got some ASP.NET 2.0 stuff, including the “ASP.NET 2.0 Core Reference” book by Dino Esposito, which is pretty useful. They even have some stuff on WCF and WPF.

The printing capabilities on Safari have gotten a bit more useful, too. I don’t remember exactly how it used to work, but it’s definitely easier to print a big chunk of text than it used to be.

I’m not sure that much has changed on the Books 24×7 site, though. I think there’s more .Net 2.0 stuff than there used to be, but I did a search on “Vista” and found nothing at all, initially. That’s not good. (I later found two Vista books that inexplicably did not show up when I searched for “vista”.) The Safari site has about four Vista books, which is OK, but not great.

asp.net performance

We’ve been having some trouble with our main ASP.NET application in work recently. (It’s our intranet, basically.) It’s been growing a lot lately, with more and more functionality being added to it, and more and more users accessing it. It’s running on a Windows 2000 server under ASP.NET 1.1. I have a new server set up that I’m planning on moving it to — it’s running Windows Server 2003, and I was planning on upgrading the app to ASP.NET 2.0 before moving it over. Given the performance problems, though, and my general lack of spare time, I’m thinking about moving it over as is, just to see if that helps, then maybe upgrading it to 2.0 later, when I have some time.

I know that there’s probably a lot I could do to tweak the performance on this application. We’ve done very little in the way of performance-tuning on our ASP.NET stuff. I discovered a book from Microsoft yesterday, Improving .NET Application Performance and Scalability, which I think should be some help in guiding us through some tuning and optimization. The book is available as a PDF download, and it’s about 1100 pages. I read through a couple of chapters tonight, and it’s definitely got some useful advice on ASP.NET, ADO.NET, and SQL Server tuning. There’s plenty more in there too, but that’s all I’ve had time to read so far. I’m finding it useful enough that I went over to Amazon and ordered a used copy of the dead tree version. Highly recommended, if you need to do some .Net tuning, and you’re not sure where to start.