Stupid Intel

Yeah yeah, I suppose I’m just going to have to get used to it now with Apple moving to x86, but that doesn’t mean I have to like it. I’m talking about the wrong endianness, of course: little-endian. That’s what the problem was with the directory recursion; I was reading the cluster address as big… Read more

Interesting file names

Yes, I think it’s broken. 😜 On the upside, “Code” definitely is a directory. 🙂 /Users/wadetregaskis/Documents/School/Fifth Year/ENP/Project/FATShell/FATDriver.c:514 (FATOpenFile) – Current offset: 96/Users/wadetregaskis/Documents/School/Fifth Year/ENP/Project/FATShell/FATDriver.c:534 (FATOpenFile) – Current condensed directory entry: AC/Users/wadetregaskis/Documents/School/Fifth Year/ENP/Project/FATShell/FATDriver.c:514 (FATOpenFile) – Current offset: 128/Users/wadetregaskis/Documents/School/Fifth Year/ENP/Project/FATShell/FATDriver.c:534 (FATOpenFile) – Current condensed directory entry: CODE /Users/wadetregaskis/Documents/School/Fifth Year/ENP/Project/FATShell/FATDriver.c:491 (FATOpenFile) – Current block logical address: 19374080/Users/wadetregaskis/Documents/School/Fifth Year/ENP/Project/FATShell/FATDriver.c:514 (FATOpenFile)… Read more

Better FAT reading

I’ve finally gotten back to working on the FAT driver for ENP, and I’ve made pretty good progress in the short time I’ve been working on it. Previously I was only reading the first block of a directory entry, because I wasn’t then moving to the next block. I also didn’t have any code to… Read more

AppleScript to calculate “most liked” band

Ordering by most plays or rating only works on a per song basis in iTunes. So, write an AppleScript to calculate some kind of per-artist (and possibly per-album) ranking. A simple implementation would be to sum the ratings of all the songs by each artist, or sum their play count. Alternatives include just an average… Read more

Progress, yes, I’m making progress!

(that’s a Gune quote from Titan A.E., for those of you out there without culture :P ) Despite not feeling too smash hot last night, I did end up going to kayaking nonetheless. In fact, before that I dropped by Roxanne’s place for an hour or so, just to chat. I like talking to Roxanne;… Read more

ADD demonstration, submission, and [finally] conclusion

I woke up with a headache Tuesday morning, because it was so cold in my bedroom, and the rest of the day was pretty mediocre. I didn’t have the headache problem this morning because I accidentally left my electric heater on all night. While it’s probably doing horrible things to our electricity bill, I’m just… Read more