#jython IRC Log (v0.9)

Index

IRC Log for 2013-09-16

Timestamps are in GMT/BST.

[0:56] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 240 seconds)
[2:18] * swingline (~swingline@cpe-98-144-23-210.wi.res.rr.com) Quit (Remote host closed the connection)
[2:45] * verterok (~ggonzalez@unaffiliated/verterok) Quit (Ping timeout: 260 seconds)
[2:48] * verterok (~ggonzalez@162.213.35.11) has joined #jython
[2:49] * swingline (~swingline@cpe-98-144-23-210.wi.res.rr.com) has joined #jython
[3:07] * swingline (~swingline@cpe-98-144-23-210.wi.res.rr.com) Quit (Read error: Connection reset by peer)
[3:10] * swingline (~swingline@cpe-98-144-23-210.wi.res.rr.com) has joined #jython
[3:33] * swingline (~swingline@cpe-98-144-23-210.wi.res.rr.com) Quit (Remote host closed the connection)
[4:48] * swingline (~swingline@cpe-98-144-23-210.wi.res.rr.com) has joined #jython
[6:18] * swingline (~swingline@cpe-98-144-23-210.wi.res.rr.com) Quit (Remote host closed the connection)
[6:35] * purplefox (~purplefox@host-80-43-245-210.as13285.net) has joined #jython
[7:00] * purplefox (~purplefox@host-80-43-245-210.as13285.net) Quit (Ping timeout: 260 seconds)
[7:06] * lheuer (~Adium@89.204.138.253) has joined #jython
[7:06] * lheuer (~Adium@89.204.138.253) Quit (Changing host)
[7:06] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[7:17] * purplefox (~purplefox@88-105-150-78.dynamic.dsl.as9105.com) has joined #jython
[9:56] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 264 seconds)
[10:43] * supersven__ (~sven@port-6721.pppoe.wtnet.de) has joined #jython
[10:46] * supersven_ (~sven@port-54072.pppoe.wtnet.de) Quit (Ping timeout: 256 seconds)
[11:10] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 264 seconds)
[12:20] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 264 seconds)
[12:22] * verterok (~ggonzalez@162.213.35.11) Quit (Changing host)
[12:22] * verterok (~ggonzalez@unaffiliated/verterok) has joined #jython
[13:23] * zz_whg is now known as whg
[15:03] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[15:11] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[15:19] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[15:20] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[15:20] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[15:22] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[15:24] * swingline (~swingline@cpe-98-144-23-210.wi.res.rr.com) has joined #jython
[15:31] * [Arfrever] (~Arfrever@apache/committer/Arfrever) Quit (Quit: leaving)
[15:33] * [Arfrever] (~Arfrever@apache/committer/Arfrever) has joined #jython
[17:56] * supersven__ (~sven@port-6721.pppoe.wtnet.de) Quit (Quit: Ex-Chat)
[19:15] <topi`> jimbaker: here's some amazing stuff you can do with Twisted: http://iffycan.com/twistedftw/articles.html#!/web/ssechat
[19:19] <jimbaker> topi`, i assume this is now working with your patches. btw, any chance you push those patches into https://github.com/tkanerva/twisted ?
[19:19] <jimbaker> i would exclude the ident fix since that will not be necessary, we don't want to worry about the beta
[19:23] <topi`> jimbaker: I included the ident fix for those folks who don't compile their own jython, but just download the beta1 from last year...
[19:27] <jimbaker> topi`, if you're interested in that sort of support, here's one possible no overhead option: http://www.jython.org/jythonbook/en/1.0/Concurrency.html#interruption
[19:28] <jimbaker> but i'm hesitant to ever put any support into a beta - people know why it's there. we should put out a new beta soon however
[19:28] <jimbaker> i think once requests + pip is working, that would be a good milestone for beta 2
[19:37] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Read error: Connection reset by peer)
[19:40] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[19:46] <topi`> interesting, I didn't think of monkeypatching Thread
[19:56] <daenney> Oh no, not the monkey word
[20:03] <jimbaker> monkeypatching, it can be used for good or for evil
[20:03] <jimbaker> i think the case i cite that chapter above is reasonably nuanced
[20:04] <daenney> :)
[20:16] <topi`> gevent mostly works, and it monkeypatches the whole world
[20:16] <topi`> I wonder if Guido had a tongue in the cheek when he invented the monkey-word ;)
[20:17] <topi`> or maybe he wasn't the first one to name it "monkeypatch"
[20:19] <topi`> I need to implement a scheduled db check for my django/tomcat installation, that would fill some DB tables. It'd be possible to implement it in java, using the Quartz scheduler from within the servlet
[20:19] <topi`> but I'd like to write it in python, for obvious reasons :)
[20:20] <daenney> Yeah but gevent is creepy in a lot of ways
[20:20] <daenney> And only works for cpython due to the magix it does
[20:20] <topi`> daenney: I agree. That was one of the main reasons I went the Twisted way
[20:22] <topi`> the most difficult part (for me) is trying to decipher these tutorials on configuring Quartz. They talk of configuring as JNDI resource using mbean. Whatever that means
[20:22] <topi`> the java world is full of weird abbreviations and acronyms and I need to learn all those first...
[20:22] <topi`> ah, wikipedia is your friend here...
[20:22] <daenney> Ha yeah, Java is fun like that
[20:23] <topi`> so basically JNDI allows you to lookup any java objects by name
[20:35] <topi`> I guess I should also read up about the inner workings of containers like Tomcat
[20:44] <jimbaker> topi`, yeah, i have to look up these docs whenever i'm needing to use JNDI etc
[20:45] <jimbaker> just give me plain old java
[20:45] <jimbaker> so topi`, per our previous discussion, you need some explanation on how to use proxymaker
[20:46] <jimbaker> i will be writing this up today/tonight, along w/ figuring out jekyll
[20:48] * cameron__ (~thereisno@27-33-1-87.tpgi.com.au) has joined #jython
[20:51] * thereisnospoon_ (~thereisno@27-33-1-87.tpgi.com.au) Quit (Ping timeout: 260 seconds)
[21:47] <jimbaker> nice, making good progress on the blog post
[23:19] * lheuer (~Adium@89.204.153.5) has joined #jython
[23:19] * lheuer (~Adium@89.204.153.5) Quit (Changing host)
[23:19] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[23:37] * xymox (lechuck@unaffiliated/contempt) Quit (Ping timeout: 256 seconds)
[23:41] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[23:43] * xymox (lechuck@unaffiliated/contempt) has joined #jython
[23:50] * xymox (lechuck@unaffiliated/contempt) Quit (Ping timeout: 248 seconds)
[23:53] * xymox (lechuck@unaffiliated/contempt) has joined #jython
[23:59] * xymox (lechuck@unaffiliated/contempt) Quit (Ping timeout: 245 seconds)

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).