Links for April 13, 2005
- Acid Test for Web Standards Every browser I tried currently fails.
- How to Participate – The Genographic Project I’m surprised that I’m kind of freaked out by this.
Flickr’s down for an upgrade, and I didn’t build an error handler into the scraped together PHP script for parsing my Flickr feed. To do list item 34,242…
That’s quite a mess…
For whatever reason my Finder sometimes takes forever to calculate the size of the Trash. That doesn’t include the clicks of opening a Trash window, selecting all, then getting info. Here’s a script which is much faster: Faster Trash Size (click to open in Script Editor)
Nothing special, just a quick AppleScript wrapper for this simple terminal command: du -h ~/.Trash | tail -rn1 | awk '{print "Size of Trash is " $1}'
It’s three quick commands:
du -h ~/.Trashtail -rn12.9G /Users/joe/.Trash. That gets sent to awk for some simple formatting:awk '{print "Size of Trash is " $1}'Yesterday: Jury duty for the New York State Supreme Court in May.
Just noticed that WordPress’ auto-htaccess file broke my old permalinks. Lovely. That’s going to be fun to monkey around with. Probably won’t be fixed soon, definitely not before NAB.