[03:20:01] <aclark> DCPython_Hubot: is pypi.python.org up?
[03:20:01] <DCPython_Hubot> pypi.python.org looks UP from here.
[15:38:16] <redir> hazmat sorry missed that beer this week, been under the weather
[15:39:43] <hazmat> redir, no worries, i've been busy getting the house prepped and a garage built.. if your feeling up for a drink though let me know.
[16:00:07] <redir> aclark as hazmat said it is syntactic sugar, putting keys/values in self.__dict__ let's you use attribute lookup on keys
[16:01:40] <aclark> yep, which is the only way to get at the data i want IIUC, e.g. https://github.com/ACLARKNET/vanity_aclark_net/blob/master/src/vanity_app/vanity_app/templates/vanity_root.mak#L160
[16:01:59] <aclark> but i'll take another wack at just passing in dicts
[16:13:16] <redir> aclark you are just using the __dict as a dict
[16:13:23] <aclark> hazmat, redir thanks you're right i just ditched Bunch: https://github.com/ACLARKNET/vanity_aclark_net/commit/b9f0f6bfeac37f7c60e1963eff8f9a79171da4ba
[16:13:47] <aclark> Not sure why I thought that wouldn't work as expected
[19:53:32] <aclark> who was that "big" group that was supposed to talk in jan?
[21:29:48] <hazmat> anyone tried out the hosted mongodb monitoring system from 10gen?
[21:30:25] <hazmat> richleland, this might also be interesting for load testing.. http://locust.readthedocs.org/en/latest/what-is-locust.html#features
[21:31:04] <richleland> hazmat thx - will check this out
[21:52:19] <richleland> hazmat did you work on Locust?
[22:04:53] <MattBowen> richleland: that may be my favorite package description I've seen: "The idea is that during a test, a swarm of locusts will attack your website"