[02:40] http://morepypy.blogspot.com/2012/07/hello-everyone.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+PyPyStatusBlog+%28PyPy+Status+Blog%29 [02:40] This is just wrong [02:40] on so many levels [02:45] eh, the interpreter has to be written in something, python seems as good a choice as any [02:46] er, rpython. i'm not sure what that is. [02:46] Yeah, I''ve not heard of that before [02:47] http://doc.pypy.org/en/latest/translation.html [02:47] It looks PyPy related. [02:47] Your Google Fu is strong too. ;) [02:47] :) [02:47] Restricted Python [02:47] looks like that's what pypy is written in [02:50] Don't use it! It's a research prototype intended to assess the feasibility of using RPython to create dynamic language VMs. The most notable feature that's missing is reasonable error reporting. That said, I'm confident it implements enough of the PHP language to prove that the full implementation will present the same performance characteristics. [02:50] Foolish mortal, the only thing it's really missing is a wide-scale deployment on every hosting provider out there. [11:06] Good morning [11:08] morning [11:09] Last day for Spring books from O'Reilly. :) [11:09] (50% off) [11:10] http://shop.oreilly.com/category/deals/spring.do?code=WKSPRING&imm_mid=08eb6b&cmp=em-code-books-videos-spring-promo-direct-finalday [11:15] OK, I feel like a newb [11:16] Just realized there's a way to get documentation in Python without using help() [11:16] pydoc [11:16] so you can use pydoc ___ [11:16] All this time I've been firing up an interpreter and doing it that way. [11:17] Same results, but shorter turn-around time. :) [11:24] there's a pydoc plugin for vim as well [11:45] I'll need to look for that. [11:57] good morning [12:16] Mr. snap-l: You should bring in an A/C for all the cubes :D A/C isn't working again. [12:17] doh [12:17] that won't do [12:17] though I'm afraid to see my electric bill this month [12:17] you are lucky rick_h, you get your own control on the temp [12:18] HA HA! Yeah, but I bet you are more comfortable lol [12:18] I think it is cooler outside than in here [12:19] And there were people here last week doing something on the roof. I wanted to assume that they were working on the A/C but it would seem not :( [12:20] AC is also out at my wife's workplace for the last 2 2 weeks [12:21] :P This is unacceptable Michigan. Your heat and humidity needs to cease. When is Winter coming around again? [12:21] ok, this nexus 7 shipping is getting annoying brousch [12:21] http://wwwapps.ups.com/ietracking/tracking.cgi?tracknum=1Z7F382V0200591460 [12:22] weather is fine.... if your in the UP... [12:23] http://www.weather.com/weather/tenday/Portland+OR+USOR0275:1:US *sigh* [12:23] rick_h_: I heard all local brick and mortars are sold out [12:26] rick_h_: But f you live in Portalnd you'd have to mow your lawn. Here you can let it dry up and die to save yourself from yardwork [12:27] I have to mow it now! in 96 deg or whatever it's supposed to be tomorror [12:27] so the boy can play in it, just ring up the water bill [12:27] Fool! [12:27] brousch: the weeds that love that temp grow... so the yard looks even worse than just high grass [12:27] cut and break out the sprinker! [12:27] worked my butt off this year to have a decent lawn to play with the kid in [12:27] I had to remove maybe half a dozen weeds from my front yard. That is all [12:28] pefect weather up north... http://www.weather.com/weather/tenday/Mackinaw+City+MI+USMI0508:1:US [12:28] trugreen helps with most weeks, but I have to follow up [12:28] need to buy me some land up there so I can have a remote location to work from in the summer! [12:29] Is Portland high enough that a tsunami won't wipe it out? [12:29] snap-l: disagree, that hippyvm shows that pypy is faster than hiphop, which is very impressive. [12:29] rpython is sweet btw. [12:29] yea, the talk of it at pycon was good this year. Lots of interest around it [12:49] i want the vhost-net kernel module to load on boot but not from initrd, what is the prefered way to do that these days? [12:51] ah, nevermind. qemu-kvm upstart job reads /etc/default/qemu-kvm and decided to load it. [13:09] jrwren: I was being facetious. :) [13:09] It is cool what they're doing with rpython [13:09] I think it's more interesting than parrot / perl 6 [13:10] mostly because I can see myself using PyPy quicker than Perl 6 [13:12] I really need to unsubscribe from the Zoup menu of the day. We barely hit there once a month [13:12] and it's just noise otherwise. :) === jjesse_ is now known as jjesse [13:50] http://unfuckyourhabitat.tumblr.com/ [14:23] http://www.msnbc.msn.com/id/48180815/ns/business-us_business/ [14:23] Old media wants its records back [14:42] Has anyone played with tkinter? [14:42] brousch: finally, shipping updated and shed for tomorrow. Ugh [14:42] brousch: not willingly [14:42] sched that is [14:42] I'm trying to make a tkinter window pop up for a few seconds and then go away without interaction, like a notification [14:43] on your android thing? [14:43] or on a desktop? [14:43] Right, so it's like Toast [14:43] But for the desktop [14:43] and not an ubuntu desktop I assume? [14:45] tk? [14:45] TK?!?! [14:46] what stupid python book are you reading? [14:46] any book which mentions tk other than to say "don't do this." should be burned. [14:46] BURnED! [14:47] I don't know about that [14:47] it works, cross platform, and is built into the std lib [14:47] that is like saying that Ie6 works. [14:47] heh, the problem with IE is that it doesn't work :P [14:48] just like tk [14:51] Not a book [14:51] I need it to work on Win/Lin/OSX [14:51] Tkinter is built in. Show a window, make it go away, should be simple [14:52] so write 3 ui front ends, or use gtk and make 'em install gtk runtime on windows [14:52] That is silly [14:52] "should be simple" <-- famous words [14:52] I literally need a single window to pop up for 5 seconds [14:52] I'm not writing 3 different gui frontends for that [14:52] Especially when I don't care that how ugly it is [14:52] make 'em install growl and just call growl :p [14:53] brousch: it's tougher than it seems. When I tinkered with a svn notification app I was using a WX toaster widget and was still a pita [14:54] Hm, i might have it [15:14] Hah, got it [15:14] awesome [15:15] http://paste.mitechie.com/show/736/ [15:16] sweet [16:21] http://www.dragonwiki.com/wiki/images/Dragonuser_83-08.jpg [16:21] heh, thinking of upgrading your machine snap-l ? [16:23] Totally. You can play chess and look like a bad-ass with that computer [16:28] dragon32, i thought maybe it was an early small 32bit proc, but it was 32Kbyte ram, LOL [16:36] jrwren: hah [17:10] Now your desktop can run on Node! http://mixu.net/nwm/ [17:14] no thanks [17:15] oh come on, it'll be async :P [17:16] native x11 binding :) [17:16] now i want to write one that runs on twisted [17:17] hah! [17:17] well there is bluetile I think? [17:17] sorry, qtile http://qtile.org/ [17:18] but is it zomg async and event driven awesome like twisted. [17:18] right, but you should patch the backend to be all awesome async event driven [17:19] or better yet, make it all gevent driven! [17:19] gunicorn mydesktop.py [17:19] :P [17:20] ok, I'm done with my itch to get a shotgun, just can't imagine http://www.freep.com/article/20120716/NEWS01/120716003/Detroit-police-Girl-shoots-self-with-father-s-gun [17:22] but that is a webserver [17:22] gevent sure.. good call [17:22] why shotgun? [17:23] shot some skeet last weekend and had some fun [17:23] ah cool [17:23] my FIL is a big skeet shooter and has taken me out up north a few times, got the itch [17:24] for contrast, i have a gun, in teh house and my 5yo didn't believe me when I told her so. [17:24] she said "nut uh, no you don't." [17:24] i had to show it to her to prove it. [17:24] lol [17:24] and its always out of reach and never loaded [17:24] you can have a gun in the home and not be stupid. [17:25] yea, I know, but man to put yourself in the shoes of someone who's 4yr old child got a hold of it gives me the shudders [17:26] Not worth the stress to me. The dogs are plenty of protection [17:28] content-less PM "pings" are more than worthless [17:28] greg-g: ping! [17:28] Hehehehe [17:28] :P to you and brousch [17:29] greg-g: doh sorry, can't remember what I wanted...I'll reping later :P [17:29] greg-g: You still in DC? [17:29] yeah, i'd hate to be that father, but i'm not that father for good reason. [17:29] jrwren: yea [17:30] back at home now, but flying out tomorrow afternoon to Portland (OSCON) [17:30] rick_h_: jrwren yeah. My dad owned ~6 guns, mostly collectibles, but he had them all in locking hard cases, with the ammo in the safe [17:30] greg-g: say hi to Dianne for me :) [17:30] Dianne... [17:30] from SRT? [17:31] yup [17:31] ah, yeah, I'll try to recognize her :) [17:31] my dad owned countless guns, often hanging on the wall, possibly loaded. We knew not to touch 'em and we didn't. [17:32] I had my bb gun, so I didn't care :) [17:32] though, it was fun firing the AK-47 [17:34] I don't think I will ever own a gun, but I won't stand in the way of people who do [17:35] I've fired guns at ranges, though. [17:58] * snap-l is loving this Wendy Carlos Well Tempered Synthesizer album [17:59] !@#*U(@&$(*#@&$@(# Launchpad...that is all [17:59] Hard to believe it was 1969 that this was released. Sounds like it could have been released late 1980s or (with all of the chiptune madness) 2012 [18:00] rick_h_: That good? [18:00] our JS is a steaming pile of @#$#@$%*^ [18:00] I don't know Perl. Please translate that code into Python for me [18:00] brousch: sure thing [18:01] launchpad = SuckySteamPile(smell_level=MAX).explode() [18:02] :-D [18:02] jrwren: is my godfather? huh? http://twbirthday.com/mitechie/ [18:05] huh, that is wierd. [18:05] yea, guess you're older than I am on there by a bit. Wonder if it's some sort of first follower thing [18:05] http://twbirthday.com/squeekyhoho/ [18:05] you were one of/my first person I followed maybe? [18:06] no idea. [18:06] Mine is later becaus fucking Twitter let someone squat on my account when it deleted it. [18:06] my godfather is hammet [18:07] It could be whoever's page you were looking at when you signed up [18:09] I think it's the person you first tweeted [18:09] or the person you tweet the most. [18:11] Definitely not the second [18:12] Based on who mine is [18:12] WHo is yours? [18:12] A friend [18:12] One I never tweet [18:13] Man, this is irritating. Stupid Excel won't let me set the font color (in openpyxl) [18:13] It's always black [18:14] which would be OK, were it not for the cell being black [18:15] You're so picky [18:15] brousch: Yeah, I'm a stickler for these things [18:38] Dangit. I can't get TTS working on OSX with anything other than the system python [18:39] Ubuntu is much better about multiple Python versions [18:40] brousch: You'll find that true of a lot of things between OSX and Linux [18:40] I know :P [18:40] But now I need to write a custom OSX TTS thing [18:52] There we go. That wasn't so bad === jjesse_ is now known as jjesse [19:21] snap-l: do you have that story with the image of the old kb where the ctrl is in caplock position and explains the key bindings? [19:22] adm3a, I guess [19:25] http://www.catonmat.net/blog/why-vim-uses-hjkl-as-arrow-keys/ [19:25] ty [19:25] np [19:26] bah, you can no longer buy those T-shirts. [19:51] I always feel awesome when I make a new release to PyPi [20:21] How does one do a select distinct on a column in sqlalchemy??