[14:37:54] <MattBowen> aclark: neat -- what were you doing with it?
[14:38:03] <MattBowen> aclark: i used it for a pubsub system backed by scala, but just a toy
[14:38:52] <aclark> using it on vanity.aclark.net to store entries
[15:01:50] <hazmat> i did some queuing work with redis a few weeks ago similiar to resque, its nice.. but i think i'm going to switch out for mongodb (findandmodify for atomic queue ops)
[15:02:07] <hazmat> i'm curious about the pubsub functionality of redis though
[16:08:53] <aclark> anyone want to critique this change for webscale! https://github.com/ACLARKNET/vanity_aclark_net/commit/b8aa113ad5d175d8482fd279939007d2eec87b84
[16:14:30] <kennethreitz> aclark: got back yesterday :)
[16:17:16] <aclark> kennethreitz: ah! any interest in fixing vaincheese? people are opening tickets on vanity.aclark.net re: case sensitivity (not important at all of course :-))
[16:25:06] <j00bar> and if you do stay with lists, lrange(key, 0, -1) for large sets is expensive if only for how much data it sends that you eventually throw away
[16:52:30] <aclark> I'm already loving vanity.aclark.net for package pimping. never would have heard of ErikRose's http://pypi.python.org/pypi/blessings
[17:48:29] <j00bar> neat - tburke just showed me this: http://pypi.python.org/pypi/Dozer
[17:50:29] <aclark> j00bar: i've seen that, some dude came to a meetup and wanted to name his PythonPaste killer "Dozer" and people were like "Uhhh… it exists". Actually, I think it was me that said that because I looked the name up on PyPI