![]() | You are viewing Log in Create a LiveJournal Account Learn more | Explore LJ Culture Entertainment Life Music News & Politics Technology |
When I was young and single, I used to buy DVDs all the time. "Only $18.99 each, I can hardly afford not to!" But my heavy DVD-watching days are behind me, so I was going through my collection and looking for stuff to sell online somehow, maybe on Amazon.
"Trois Couleurs used for $20, not bad...I, Claudius is going for $40, sweet...The Dekalog almost $50! Baraka....what the hell?"
Yes, apparently the DVD edition of Baraka I bought years ago is listing used on Amazon for $399.99. Do people really buy it at that price? Cause I'd gladly take $398.99 for mine.

most excellent creative use of chocolate hail.
mmmmm... chocolate hail.
I released new versions of Salza2 and ZPNG today.
The Salza2 updates are minor tweaks the defsystem to fix build problems on a few Lisps. Thanks to Chaitanya Gupta for bringing it to my attention. Get the new Salza2 here.
ZPNG changes are more extensive. I added COPY-PNG and PNG= functions from Tobias C. Rittweiler (thanks, tcr!). I also added a new class and protocol for writing out PNG files incrementally, row-by-row, so you don't have to create or convert all your image data to a big ZPNG array to write it out to a file. Doing it row-by-row will save memory. In theory you could create a PNG with overall image data much too big to fit in memory, as long as you can fit a single row. Get the new ZPNG here.
If you're into git, you can check out both projects from git.xach.com.
Enjoy!
Every now and then I want to use leading tildes in SBCL pathnames. That is, something like this:
(probe-file "~/.emacs") => #P"/home/xach/.emacs" OR #P"/Users/xach/.emacs" OR #P"/usr/u/xach/.emacs"
I know about user-homedir-pathname, but it's not quite convenient for interactive REPL use.
So I put together a short file that patches SBCL internals slightly so leading tildes in pathnames go through the POSIX getpw interface to look up home directories. It's not something I'll ever use in source files, but it's pretty convenient interactively.
To use it yourself, just download tilde.lisp and add this to your ~/.sbclrc:
(load "/path/to/tilde.lisp") (tilde:install-tilde-expander)
After that, you can use "~/foo" and "~bob/foo" in SBCL pathnames.
update Here's a git repo for tilde.lisp, with an ASDF system file too.
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |