The GIGA USA quotes site contains over 50,000 quotes indexed by date, author, and whatnot. And it’s searchable! And it links to a hundred other quote sites!

Following some links I chanced upon one of my favorite Steven Wright quotes:

I bought my brother some gift-wrap for Christmas. I took it to the Gift Wrap department and told them to wrap it, but in a different print so he would know when to stop unwrapping.

😆

This is very apropos of a bug I’m fixing in XRay. I’m using aliases to track open files, in case they’re moved; if the open file is a symbolic link, it’s very hard to keep the system from following the link – I keep getting the file the link points at instead of the link itself. I need to find some system call that stops unwrapping the aliases/links at the appropriate place…