#jython IRC Log (v0.9)

Index

IRC Log for 2014-02-10

Timestamps are in GMT/BST.

[2:40] * lheuer (~Adium@unaffiliated/lheuer) Quit (Read error: Connection reset by peer)
[3:21] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Excess Flood)
[3:21] * robbyoconnor (~wakawaka@cpe-68-174-56-147.hvc.res.rr.com) has joined #jython
[3:21] * robbyoconnor (~wakawaka@cpe-68-174-56-147.hvc.res.rr.com) Quit (Client Quit)
[4:03] * lopex (uid4272@gateway/web/irccloud.com/x-suotscagcxehcjgc) Quit (Ping timeout: 276 seconds)
[4:04] * lopex (uid4272@gateway/web/irccloud.com/x-ciighcppgjlpytov) has joined #jython
[5:47] * oscar_toro (~Thunderbi@h-17-170.a328.priv.bahnhof.se) has joined #jython
[7:02] * lheuer (~Adium@f048132122.adsl.alicedsl.de) has joined #jython
[7:02] * lheuer (~Adium@f048132122.adsl.alicedsl.de) Quit (Changing host)
[7:02] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[7:30] * oscar_toro (~Thunderbi@h-17-170.a328.priv.bahnhof.se) Quit (Read error: Operation timed out)
[9:39] * ohumbel (5390f2dc@gateway/web/freenode/ip.83.144.242.220) has joined #jython
[12:53] * peke (peke@kapsi.fi) has joined #jython
[13:33] * zz_whg is now known as whg
[15:46] <jimbaker> sinistersnare, tough decisions. but they have decent scholarships available so i wouldn't rule out univ of colorado
[16:11] <whg> jimbaker: Out of curiosity, found anything that would be a good candidate for patois, lately?
[16:13] <jimbaker> whg, when i was working on getting pip working, one problem i ran into was working portably with tests that determine *efficiently* the presence of invalid unicode surrogates
[16:14] <jimbaker> whg, for jython, this is very straightforward, because of the underlying use of utf-16
[16:14] <whg> I seem to remember Armin Ronacher running into that
[16:15] <whg> I'll try to track down where I saw that
[16:15] <whg> thanks!
[16:15] <jimbaker> for cpython, a popular choice seems to be to actually use surrogates in string literals
[16:15] <jimbaker> and turn that into a regex
[16:15] <jimbaker> such literals will not even compile under jython
[16:16] <jimbaker> whg, i need to dig up my notes on this, because i came up with a good solution (not obvious due to the bootstrapping aspect)
[16:17] <jimbaker> the solution basically supports both cpython w/ such isolated surrogates in literals + jython, so keeps it efficient
[16:19] <jimbaker> incidentally, i feel like the SSL stuff has tied up so much of my jython dev time. but over the weekend, between skiing, i got asyncore clients with ssl running against socket-reboot, with just modest extra work
[16:20] <jimbaker> i'm going to look at what will be necessary to support server sockets today, just because this is the major unknown, and would greatly simplify the codebase if we just had uniform support based on netty 4
[18:52] * zimmermann (~user@178-24-50-233-dynip.superkabel.de) has joined #jython
[19:14] * oscar_toro (~Thunderbi@h-17-170.a328.priv.bahnhof.se) has joined #jython
[19:33] * zimmermann (~user@178-24-50-233-dynip.superkabel.de) Quit (Read error: Operation timed out)
[20:03] * JStoker (jstoker@unaffiliated/jstoker) Quit (*.net *.split)
[20:04] * JStoker (jstoker@unaffiliated/jstoker) has joined #jython
[21:14] <jimbaker> the socket-reboot design is looking good; over the past few hours, i haved added basic server socket support, which supports both blocking and nonblocking. i expect adding SSL support for such sockets will likewise be simple.
[21:59] * zimmermann (~user@178-24-50-233-dynip.superkabel.de) has joined #jython
[22:15] * shashank (~shashank@208.91.2.2) Quit (Ping timeout: 265 seconds)
[22:15] * oscar_toro (~Thunderbi@h-17-170.a328.priv.bahnhof.se) Quit (Ping timeout: 260 seconds)
[22:46] * whg is now known as zz_whg
[22:55] * shashank (~shashank@208.91.2.1) has joined #jython
[23:32] * zimmermann (~user@178-24-50-233-dynip.superkabel.de) Quit (Ping timeout: 248 seconds)

Index

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