Options:
- # Session Start: Sat Jan 25 00:00:02 2014
- # Session Ident: #whatwg
- # [00:01] <Hixie> i think i'm past that point
- # [00:01] <Hixie> looooong past that point
- # [00:02] <TabAtkins> So rewrite. ^_^
- # [00:02] <Hixie> that point occured when i was a kid, learning that there were these tools that would do what i told them
- # [00:02] <Hixie> the bash vs not bash thing is just one point on the slope :-P
- # [00:04] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [00:05] <Hixie> anyway. i think a better way of approaching this particular problem isn't a schelling fence
- # [00:05] <Hixie> it's a deadline for how long i can afford to spend on fixing the problem in bash before i switch to another language
- # [00:06] <Hixie> so if i think i could rewrite it in, say, perl, in 1 hour, then maybe i would allow 30 minutes of bash debugging and then just switch over
- # [00:06] <Hixie> that way i don't waste an hour fixing something that took 1 minute
- # [00:09] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
- # [00:12] <TabAtkins> *This* time. And next time you have a problem that's horrible to debug in bash, you'll make the same estimate, and probably come to the same conclusion.
- # [00:12] <TabAtkins> With the end result that you keep spending too much time painfully debugging bash, rather than eating the cost of a rewrite into a better language once.
- # [00:12] <TabAtkins> Thus, the Schelling Fence.
- # [00:15] * Joins: hasather (~hasather@80.91.33.141)
- # [00:16] * Joins: rniwa-m (~rniwam@94.sub-70-197-2.myvzw.com)
- # [00:19] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 252 seconds)
- # [00:21] <Hixie> TabAtkins: nah. that's only true if the code changes from being mainly running other scripts, to being mainly logic.
- # [00:21] <Hixie> TabAtkins: while it's mainly running other scripts and piping stuff around, bash is better than other languages.
- # [00:23] * Quits: iancrowther (~iancrowth@host109-148-48-65.range109-148.btcentralplus.com)
- # [00:24] * Quits: scrollback1 (scrollback@conference/jsconf/x-jwpwsmobcafbpazq) (Remote host closed the connection)
- # [00:25] * Joins: scrollback (scrollback@conference/jsconf/x-uljwgwccxnyqzlmz)
- # [00:26] * Quits: rniwa-m (~rniwam@94.sub-70-197-2.myvzw.com) (Quit: Colloquy for iPhone - http://colloquy.mobi)
- # [00:29] <jgraham> Hixie: https://pypi.python.org/pypi/plumbum
- # [00:29] <jgraham> Perhaps
- # [00:29] * Joins: Benvie (~bbenvie@corp-nat.p2p.sfo1.mozilla.com)
- # [00:29] <Hixie> relying on non-default-install runtimes is a non-starter for me
- # [00:30] <jgraham> …OK
- # [00:30] <Hixie> i end up spending way too much time reinstalling libraries and so on
- # [00:30] <Hixie> i've set up a schelling fence around it. :-)
- # [00:31] * Joins: rniwa-m (~rniwam@94.sub-70-197-2.myvzw.com)
- # [00:31] <jgraham> Generally package management isn't a huge issue
- # [00:31] <jgraham> I find
- # [00:32] <jgraham> I mean this isn't 1998 where you have to compile stuff from source all the time
- # [00:32] <jgraham> Unless you are on OSX I guess
- # [00:32] <jgraham> Which is just awful
- # [00:32] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [00:33] * Quits: rniwa-m (~rniwam@94.sub-70-197-2.myvzw.com) (Client Quit)
- # [00:34] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
- # [00:36] * Quits: Guest52966 (~Krinkle@ec2-50-112-50-28.us-west-2.compute.amazonaws.com) (Changing host)
- # [00:36] * Joins: Guest52966 (~Krinkle@wikimedia/Krinkle)
- # [00:36] * Guest52966 is now known as Krinkle
- # [00:38] <Hixie> jgraham: it becomes way more of a pain when you're trying to not do anything as root (including installing packages)
- # [00:38] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [00:38] * Quits: othermaciej (~mjs@17.114.216.203) (Quit: othermaciej)
- # [00:40] <jgraham> Hixie: I just virtualenv all python stuff
- # [00:40] <Hixie> yeah if i did more python stuff i should probably get that figured out
- # [00:40] * Hixie isn't a huge python fan so hasn't bothered to learn it much
- # [00:41] <Hixie> sorry if it sounds like i'm full of stop energy today :-)
- # [00:41] <jgraham> If I had a bunch of bash-like stuff in python (I don't) I would just have a venv in my home directory that would be activated in my .bash_login
- # [00:41] <Hixie> a lot of this is automated stuff, but yeah
- # [00:41] <Hixie> (cron jobs, cgi scripts, etc)
- # [00:41] <jgraham> Then external packages would just be "pip install foo" and no need for root
- # [00:43] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
- # [00:48] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [00:55] * Quits: sgalineau (~sylvaing@192.150.22.5) (Remote host closed the connection)
- # [00:56] * Joins: sgalineau (~sylvaing@192.150.22.5)
- # [00:57] <SimonSapin> Hixie: is the multipage version generated asynchronously? I get the "This specification has been updated." message, even after reloading
- # [00:59] <SimonSapin> jgraham: you could add venv/bin to $PATH without "activating" it
- # [01:00] <Hixie> SimonSapin: yes, very asynchronously. but it shouldn't give you that error, because it has a separate idea of what version is current, iirc...
- # [01:02] * jorendorff is now known as jorendorff_away
- # [01:03] <Hixie> woah
- # [01:03] <Hixie> weird
- # [01:03] <Hixie> what's going on here
- # [01:04] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [01:05] <Hixie> oh aaaaanneeee
- # [01:07] <Hixie> annevk: so uh
- # [01:07] <Hixie> annevk: for some reason the multipage splitter is splitting an old version?
- # [01:08] * Joins: scor (~scor@c-98-217-11-242.hsd1.ma.comcast.net)
- # [01:09] * Quits: scor (~scor@c-98-217-11-242.hsd1.ma.comcast.net) (Changing host)
- # [01:09] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [01:15] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [01:23] <annevk> hmm
- # [01:23] <annevk> maybe stuff got bogus again
- # [01:25] <annevk> svn: Checksum mismatch while updating 'source'; expected: '7d276e7c114c0dff2072062753a37225', actual: '296d8957f3f9fce92805f2bd67155ca0'
- # [01:25] <annevk> svn: Delta source ended unexpectedly
- # [01:29] <annevk> Hixie: I also get
- # [01:29] <Hixie> annevk: it might be worth putting in some defensive code in case i call you twice in parallel? maybe that broke it?
- # [01:29] <annevk> warning: can't find target for #CSSGC
- # [01:29] <annevk> warning: can't find target for #CSSWM
- # [01:29] <Hixie> those are fixed on my side
- # [01:30] * Joins: weinig (~weinig@17.245.22.146)
- # [01:30] * Quits: decotii (~decotii@hq.croscon.com) (Quit: Leaving)
- # [01:31] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [01:31] * Quits: jeffreyatw (~jeffreyat@209.49.230.45) (Quit: jeffreyatw)
- # [01:33] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [01:34] <annevk> Fixed using http://stackoverflow.com/questions/10352934/svn-checksum-mismatch-while-updating
- # [01:34] <annevk> I think it's all good now
- # [01:34] <Hixie> cool, thanks
- # [01:34] * Quits: sgalineau (~sylvaing@192.150.22.5) (Remote host closed the connection)
- # [01:35] * Joins: sgalineau (~sylvaing@192.150.22.5)
- # [01:37] * Quits: sgalineau (~sylvaing@192.150.22.5) (Client Quit)
- # [01:43] * Quits: weinig (~weinig@17.245.22.146) (Quit: weinig)
- # [01:44] * Joins: weinig (~weinig@17.245.22.146)
- # [01:52] * Quits: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [02:05] * Krinkle is now known as Krinkle|detached
- # [02:10] * Quits: jsbell (jsbell@nat/google/x-kdlipikivtnmofve) (Quit: There's no place like home...)
- # [02:13] * Joins: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au)
- # [02:17] * Joins: mven (~mven@ip72-193-85-64.lv.lv.cox.net)
- # [02:17] * Quits: dbaron (~dbaron@corp-nat.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:18] <a-ja> Hixie: ping
- # [02:19] * Quits: llkats (~llkats@206.169.83.230)
- # [02:22] * Joins: othermaciej (~mjs@17.114.216.203)
- # [02:22] * Quits: alecf (~alecf@guest-nat.p2p.sfo1.mozilla.com) (Quit: alecf)
- # [02:25] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [02:27] * Quits: weinig (~weinig@17.245.22.146) (Ping timeout: 252 seconds)
- # [02:28] * jaket_ is now known as jaket
- # [02:28] * Quits: jaket (~jake@jake.pe) (Changing host)
- # [02:28] * Joins: jaket (~jake@unaffiliated/jaket)
- # [02:32] * Quits: jernoble|laptop (~jernoble@17.114.216.128) (Quit: Computer has gone to sleep.)
- # [02:35] * Quits: seventh (seventh@tmlgb002.tmlgb.datafoundry.com) (Ping timeout: 260 seconds)
- # [02:35] * Quits: Benvie (~bbenvie@corp-nat.p2p.sfo1.mozilla.com) (Ping timeout: 253 seconds)
- # [02:35] * Quits: bholley (~bholley@adsl-99-23-189-154.dsl.pltn13.sbcglobal.net) (Quit: bholley)
- # [02:39] * Quits: othermaciej (~mjs@17.114.216.203) (Ping timeout: 272 seconds)
- # [02:41] * Joins: othermaciej (~mjs@17.202.50.132)
- # [02:47] * Joins: jernoble|laptop (~jernoble@76.74.153.49)
- # [02:52] * Quits: ImBcmDth (~Jon@oftn/member/ImBcmDth) (Ping timeout: 260 seconds)
- # [02:57] * Quits: jernoble|laptop (~jernoble@76.74.153.49) (Quit: Computer has gone to sleep.)
- # [03:00] * Quits: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com) (Quit: tantek)
- # [03:00] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [03:01] * Quits: annevk (~annevk@guest-nat.p2p.sfo1.mozilla.com) (Remote host closed the connection)
- # [03:01] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Client Quit)
- # [03:02] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [03:05] * Joins: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com)
- # [03:10] * Quits: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com) (Ping timeout: 272 seconds)
- # [03:15] <Hixie> a-ja: pong
- # [03:17] * Joins: smaug_____ (~chatzilla@cs78246079.pp.htv.fi)
- # [03:18] * Joins: ImBcmDth (~Jon@oftn/member/ImBcmDth)
- # [03:19] * Quits: smaug_____ (~chatzilla@cs78246079.pp.htv.fi) (Client Quit)
- # [03:20] * Joins: smaug_____ (~chatzilla@cs78246079.pp.htv.fi)
- # [03:20] * Quits: ambv (~ambv@206.108.217.134) (Quit: sys.exit(0) # computer went to sleep)
- # [03:20] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 245 seconds)
- # [03:21] * smaug_____ is now known as smaug____
- # [03:23] * Joins: scor (~scor@c-98-217-11-242.hsd1.ma.comcast.net)
- # [03:23] * Quits: scor (~scor@c-98-217-11-242.hsd1.ma.comcast.net) (Changing host)
- # [03:23] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [03:23] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [03:28] * Quits: Snelhest45 (~Snelhest4@gateway/tor-sasl/snelhest45) (Quit: Snelhest45)
- # [03:41] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 264 seconds)
- # [03:49] * Joins: diagnostics247 (~brendan@host-186-81-111-24.midco.net)
- # [04:04] * Joins: bholley (~bholley@adsl-99-23-189-154.dsl.pltn13.sbcglobal.net)
- # [04:04] * Quits: bholley (~bholley@adsl-99-23-189-154.dsl.pltn13.sbcglobal.net) (Client Quit)
- # [04:05] * Quits: scrollback (scrollback@conference/jsconf/x-uljwgwccxnyqzlmz) (Remote host closed the connection)
- # [04:05] * Joins: 92AAAQUTE (scrollback@conference/jsconf/x-spoxpngvfizohtfj)
- # [04:06] * Quits: 92AAAQUTE (scrollback@conference/jsconf/x-spoxpngvfizohtfj) (Remote host closed the connection)
- # [04:06] * Joins: 92AAAQUTY (scrollback@conference/jsconf/x-pnklnhpxegotfrow)
- # [04:09] * Quits: othermaciej (~mjs@17.202.50.132) (Quit: othermaciej)
- # [04:11] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 272 seconds)
- # [04:13] * Quits: 92AAAQUTY (scrollback@conference/jsconf/x-pnklnhpxegotfrow) (Remote host closed the connection)
- # [04:14] * Joins: 92AAAQUV8 (scrollback@conference/jsconf/x-blpbecpuxdiamibd)
- # [04:24] * Parts: diagnostics247 (~brendan@host-186-81-111-24.midco.net) ("Leaving")
- # [04:37] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [04:41] * Joins: famicom_ (~famicom@5ED34CED.cm-7-4b.dynamic.ziggo.nl)
- # [04:46] * Joins: llkats (~llkats@c-67-188-8-143.hsd1.ca.comcast.net)
- # [04:49] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [04:51] * Quits: say2joe (~say2joe@209-253-225-97.ip.mcleodusa.net) (Quit: Leaving.)
- # [04:58] * Parts: a-ja (~Instantbi@70.230.145.161)
- # [05:13] * Joins: dbaron (~dbaron@173-228-85-52.dsl.dynamic.sonic.net)
- # [05:14] * Joins: hasather (~hasather@80.91.33.141)
- # [05:15] * Joins: jcgregorio_ (~jcgregori@108-192-129-122.lightspeed.rlghnc.sbcglobal.net)
- # [05:17] * jorendorff_away is now known as jorendorff
- # [05:19] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 252 seconds)
- # [05:19] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [05:24] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [05:33] * Joins: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net)
- # [05:36] * Quits: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net) (Client Quit)
- # [05:40] * Quits: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod) (Remote host closed the connection)
- # [05:40] * Joins: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod)
- # [05:45] * Quits: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod) (Ping timeout: 272 seconds)
- # [05:52] <MikeSmith> Hi Hixie
- # [05:52] <MikeSmith> will take a look at the e-mail about the registry stuff today
- # [05:56] * Joins: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod)
- # [05:57] * jorendorff is now known as jorendorff_away
- # [06:00] * Quits: Jarrod_ (~Jarrod_@pdpc/supporter/active/jarrod) (Ping timeout: 240 seconds)
- # [06:10] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [06:10] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [06:11] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Client Quit)
- # [06:25] * Joins: nessy (~silviapf@101.164.144.53)
- # [06:25] * Joins: hasather (~hasather@80.91.33.141)
- # [06:30] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 264 seconds)
- # [06:31] * Quits: llkats (~llkats@c-67-188-8-143.hsd1.ca.comcast.net)
- # [06:32] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [06:36] * Joins: niloy (~niloy@223.239.205.6)
- # [06:48] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Read error: Connection reset by peer)
- # [06:48] * Joins: jacobolu_ (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [06:54] * Quits: jcgregorio_ (~jcgregori@108-192-129-122.lightspeed.rlghnc.sbcglobal.net) (Ping timeout: 245 seconds)
- # [06:54] * Joins: donnyreza (~donnyreza@email.unikom.ac.id)
- # [06:57] <MikeSmith> Hixie: haven't read the message about the registry yet but as far as the complexity, from the valiator side at least we there's no complexity needed as far as the set of data
- # [06:57] <MikeSmith> because the only thing the validator needs to consume is the list of valid names, and that's it
- # [06:59] <MikeSmith> whatever other data that people people add as part of registering a name, the validator doesn't need to see or do anything with
- # [07:01] <MikeSmith> so as far as I can see all we need exposed to us for the validator side is a space-separated list of the names
- # [07:02] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [07:03] <MikeSmith> no point in even having them as a JSON document even, because it would just be overkill since all the validator code would need to do is take the character stream with the names and split it up on the spaces
- # [07:05] * Joins: shepazu_ (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [07:06] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Ping timeout: 240 seconds)
- # [07:06] * shepazu_ is now known as shepazu
- # [07:08] * Quits: [[zz]] (~zz]]@node-rg7.pool-180-180.dynamic.totbb.net) (Ping timeout: 240 seconds)
- # [07:26] * Quits: sayanee (~sayanee@210.23.18.230)
- # [08:07] * Joins: newbie (~kvirc@62.18.184.133)
- # [08:07] * newbie is now known as Guest52632
- # [08:09] <foolip> Hixie: yeah, the usage is shockingly low, and the intent to remove seems to have its required LGTMs, so here I go...
- # [08:24] * Quits: jacobolu_ (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [08:25] * Joins: rc0mbs (~rcombs@rcombs.me)
- # [08:25] * Quits: rcombs (~rcombs@rcombs.me) (Read error: Connection reset by peer)
- # [08:25] * rc0mbs is now known as rcombs
- # [08:26] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [08:27] * Quits: nessy (~silviapf@101.164.144.53) (Quit: Leaving.)
- # [08:27] * Joins: hasather (~hasather@80.91.33.141)
- # [08:31] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 252 seconds)
- # [08:32] * Quits: mven (~mven@ip72-193-85-64.lv.lv.cox.net) (Ping timeout: 245 seconds)
- # [08:36] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [08:43] * Quits: donnyreza (~donnyreza@email.unikom.ac.id) (Quit: Leaving)
- # [08:46] * Quits: kangil (~kangil@210.94.41.89) (Quit: Leaving)
- # [08:56] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [09:05] * Joins: marcosc_ (~marcosc@bl7-116-81.dsl.telepac.pt)
- # [09:06] * Quits: marcosc (~marcosc@bl9-213-235.dsl.telepac.pt) (Ping timeout: 252 seconds)
- # [09:07] * Joins: kangil (~kangil@210.94.41.89)
- # [09:20] * Joins: mbatle (mbatle@pasanda.collabora.co.uk)
- # [09:21] * Joins: Ms2ger (~Ms2ger@91.180.148.63)
- # [09:26] * Quits: dbaron (~dbaron@173-228-85-52.dsl.dynamic.sonic.net) (Ping timeout: 264 seconds)
- # [09:28] * Joins: mven (~mven@ip72-193-85-64.lv.lv.cox.net)
- # [09:42] * Joins: joelcox (~joelcox@unaffiliated/joelcox)
- # [09:42] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [09:49] * Quits: 92AAAQUV8 (scrollback@conference/jsconf/x-blpbecpuxdiamibd) (Remote host closed the connection)
- # [09:50] * Joins: 17SAABG07 (scrollback@conference/jsconf/x-txwulakogowlvuqc)
- # [09:51] * Joins: seventh (seventh@asnet02-129.austin.datafoundry.com)
- # [09:56] <Ms2ger> foolip, what are you removing?
- # [09:57] * Joins: Snelhest45 (~Snelhest4@gateway/tor-sasl/snelhest45)
- # [10:03] * Joins: hasather (~hasather@80.91.33.141)
- # [10:08] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 260 seconds)
- # [10:17] * Quits: rniwa (~rniwa@17.202.43.222) (Quit: rniwa)
- # [10:19] * Joins: [[zz]] (~zz]]@node-rg7.pool-180-180.dynamic.totbb.net)
- # [10:19] * Joins: Maurice (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [10:20] * Parts: mbatle (mbatle@pasanda.collabora.co.uk) ("Ex-Chat")
- # [10:25] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [10:25] * Joins: hasather (~hasather@80.91.33.141)
- # [10:30] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 252 seconds)
- # [10:38] <jgraham> SimonSapin: The point would be to make libraries in the virtualenv importable in random scripts, not just to make things in the venv/bin directory run (which I don't think they would without the venv being active anyway)
- # [10:50] <Ms2ger> jgraham, feel like reviewing? :)
- # [10:52] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [10:57] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [11:01] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 260 seconds)
- # [11:06] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [11:10] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Read error: Connection reset by peer)
- # [11:16] * Quits: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net) (Read error: Operation timed out)
- # [11:21] * Quits: [[zz]] (~zz]]@node-rg7.pool-180-180.dynamic.totbb.net) (Ping timeout: 252 seconds)
- # [11:23] * Joins: [[zz]] (~zz]]@node-rg7.pool-180-180.dynamic.totbb.net)
- # [11:53] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [11:53] * Quits: Streusel (~Anonymous@unaffiliated/streusel) (Quit: Leaving...)
- # [11:54] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Client Quit)
- # [11:56] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [11:58] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Client Quit)
- # [11:59] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [12:00] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [12:04] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 252 seconds)
- # [12:06] * Quits: famicom_ (~famicom@5ED34CED.cm-7-4b.dynamic.ziggo.nl) (Quit: Leaving)
- # [12:12] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [12:19] <Ms2ger> jgraham, r? https://github.com/w3c/testtwf-website/pull/211
- # [12:27] * Joins: hasather (~hasather@80.91.33.141)
- # [12:29] * Joins: pinage404 (~pinage404@2a01:e35:8b86:e330:260a:64ff:fe63:69ab)
- # [12:32] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 265 seconds)
- # [12:41] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 245 seconds)
- # [12:46] <MikeSmith> protip the help manage critic e-mail filtering: go into https://critic.hoppipolla.co.uk/config and add a "[critic]" or something prefix to all the email.subjectLine.* params
- # [12:46] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [12:49] * Ms2ger waves at zcorpan
- # [12:50] * zcorpan is not here
- # [12:50] <Ms2ger> Didn't mean to imply you were
- # [12:51] <Ms2ger> Will you be around for testtwf?
- # [12:55] <zcorpan> no
- # [12:55] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [13:08] * Quits: niloy (~niloy@223.239.205.6) (Ping timeout: 248 seconds)
- # [13:27] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [13:35] * Joins: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net)
- # [13:35] * Joins: hasather (~hasather@80.91.33.141)
- # [13:40] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 245 seconds)
- # [13:44] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [13:45] * Joins: zdobersek (~zan@179.43.133.2)
- # [13:47] * Ms2ger really needs a victim for FileAPI reviews
- # [14:01] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [14:06] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 272 seconds)
- # [14:10] <MikeSmith> "As usual, I agree with everything Simon said."
- # [14:23] * Quits: fredy (~fredy@2001:648:2ffc:1225:a800:ff:fe12:113e) (Excess Flood)
- # [14:25] * Joins: fredy (~fredy@snf-8914.vm.okeanos.grnet.gr)
- # [14:27] * Quits: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net) (Ping timeout: 260 seconds)
- # [14:27] * Quits: pinage404 (~pinage404@2a01:e35:8b86:e330:260a:64ff:fe63:69ab) (Remote host closed the connection)
- # [14:29] * Joins: pinage404 (~pinage404@2a01:e35:8b86:e330:260a:64ff:fe63:69ab)
- # [14:30] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [14:45] * Joins: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net)
- # [14:53] * Quits: fredy (~fredy@snf-8914.vm.okeanos.grnet.gr) (Excess Flood)
- # [14:53] * Joins: fredy (~fredy@2001:648:2ffc:1225:a800:ff:fe12:113e)
- # [14:58] <Ms2ger> Which Simon?
- # [15:03] <MikeSmith> the best Simon
- # [15:04] <annevk-cloud> Hixie: registry proposal looks good to me
- # [15:04] <MikeSmith> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/5sWUMC_d8Tg/gnxjyGTenvwJ
- # [15:05] <annevk-cloud> MikeSmith: would you not want JSON or some such for the data associated with meta names?
- # [15:05] <MikeSmith> annevk-cloud: because I will only use the names
- # [15:05] <MikeSmith> that's all we are using now
- # [15:06] <MikeSmith> and I have not plans to implement any of the other checking and reporting that Hixie is proposing
- # [15:06] <annevk-cloud> Hixie had some interesting suggestions as to how you could do more
- # [15:06] <annevk-cloud> I see
- # [15:06] <MikeSmith> right
- # [15:07] <MikeSmith> yeah I would be happy to add any of that if somebody else wants to provide a patch
- # [15:08] <MikeSmith> but I'm not convinced there's any problem that needs solving here, other than the very simple case of helping people catch unregistered/misspelled names
- # [15:09] <MikeSmith> and the problem of the latency between when people register new names and when Henri or me manage to get them added to the validator
- # [15:09] <MikeSmith> the only problem I've really had is I don't want to have to write code to scrape the wiki
- # [15:10] <MikeSmith> so I sure don't want to instead write even 10 times more code on the validator side to consume the rest of the registration data
- # [15:11] <MikeSmith> so all I want is a very simple API for retrieving just the list of registered names
- # [15:13] <MikeSmith> and as far as I can see the majority of the registered names are just junk that no (or almost no) existing applications actually consume
- # [15:14] <MikeSmith> so wI really have to wonder who are we really helping if we add yet more baroqueness around validator support for this feature
- # [15:19] * jorendorff_away is now known as jorendorff
- # [15:21] * jorendorff is now known as jorendorff_away
- # [15:24] * jorendorff_away is now known as jorendorff
- # [15:24] * Joins: [[zzz]] (~zz]]@node-s7j.pool-180-180.dynamic.totbb.net)
- # [15:26] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [15:28] * Quits: [[zz]] (~zz]]@node-rg7.pool-180-180.dynamic.totbb.net) (Ping timeout: 265 seconds)
- # [15:28] * [[zzz]] is now known as [[zz]]
- # [15:30] * Joins: jensnockert_ (~jensnocke@dynamic.1.22.64e950153c80.e0f8471ae7fa.afb.bredband2.com)
- # [15:33] * Quits: pinage404 (~pinage404@2a01:e35:8b86:e330:260a:64ff:fe63:69ab) (Quit: Screw you guys i'm going home ! KMP !)
- # [15:33] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Ping timeout: 264 seconds)
- # [15:37] * Joins: hasather (~hasather@80.91.33.141)
- # [15:41] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 245 seconds)
- # [15:42] * jorendorff is now known as jorendorff_away
- # [15:45] * Quits: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au) (Quit: Textual IRC Client: www.textualapp.com)
- # [15:49] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Read error: Connection reset by peer)
- # [15:51] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [15:58] * Joins: iancrowther (~iancrowth@host109-148-48-65.range109-148.btcentralplus.com)
- # [16:01] * Joins: ^esc_ (~esc-ape@178-165-128-125.dyn.orange.at)
- # [16:01] * Joins: Smylers (~smylers@31.55.116.18)
- # [16:04] * Quits: ^esc (~esc-ape@178-165-128-189.dyn.orange.at) (Ping timeout: 252 seconds)
- # [16:16] * Joins: barnabywalters (~barnabywa@89.17.128.127)
- # [16:17] * Quits: joelcox (~joelcox@unaffiliated/joelcox) (Quit: joelcox)
- # [16:17] <Ms2ger> If the element is mutable, the element's activation behavior is to do nothing.
- # [16:17] <Ms2ger> If the element is not mutable, it has no activation behavior.
- # [16:17] * Ms2ger wonders what the difference is
- # [16:20] <Ms2ger> jgraham, want to sign off my changes in https://critic.hoppipolla.co.uk/r/642?
- # [16:20] * Joins: scor (~scor@75.150.111.205)
- # [16:20] * Quits: scor (~scor@75.150.111.205) (Changing host)
- # [16:20] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [16:23] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [16:35] * Joins: hasather (~hasather@80.91.33.141)
- # [16:39] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 252 seconds)
- # [16:45] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [17:02] * Joins: espadrine (~ttyl@AMontsouris-158-1-96-63.w90-2.abo.wanadoo.fr)
- # [17:11] * Joins: shepazu_ (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [17:12] * Quits: [[zz]] (~zz]]@node-s7j.pool-180-180.dynamic.totbb.net) (Ping timeout: 245 seconds)
- # [17:12] * Quits: barnabywalters (~barnabywa@89.17.128.127) (Quit: barnabywalters)
- # [17:13] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Ping timeout: 248 seconds)
- # [17:13] * shepazu_ is now known as shepazu
- # [17:15] * Quits: Smylers (~smylers@31.55.116.18) (Quit: Leaving.)
- # [17:19] * Joins: [[zz]] (~zz]]@node-s7j.pool-180-180.dynamic.totbb.net)
- # [17:20] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Read error: Connection reset by peer)
- # [17:21] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [17:22] * Quits: fredy (~fredy@2001:648:2ffc:1225:a800:ff:fe12:113e) (Excess Flood)
- # [17:24] * Joins: fredy (~fredy@snf-8914.vm.okeanos.grnet.gr)
- # [17:26] * Joins: annevk (~annevk@ip-64-32-189-20.dsl.sca.megapath.net)
- # [17:27] * Joins: barnabywalters (~barnabywa@89.17.128.127)
- # [17:30] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
- # [17:36] * Joins: hasather (~hasather@80.91.33.141)
- # [17:37] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [17:40] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 252 seconds)
- # [17:44] * Quits: jensnockert_ (~jensnocke@dynamic.1.22.64e950153c80.e0f8471ae7fa.afb.bredband2.com) (Remote host closed the connection)
- # [17:44] * Joins: jensnockert (~jensnocke@dynamic.1.22.64e950153c80.e0f8471ae7fa.afb.bredband2.com)
- # [17:49] * Quits: jensnockert (~jensnocke@dynamic.1.22.64e950153c80.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 248 seconds)
- # [17:53] * Joins: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [17:55] <MikeSmith> Ms2ger: are the scripts that generate the canvas tests now working as expected again? can we close https://github.com/w3c/web-platform-tests/issues/215 ?
- # [17:55] <MikeSmith> Ms2ger: nm
- # [17:55] <MikeSmith> plh was asking me about the same thing
- # [17:55] <MikeSmith> I see you replied already
- # [17:56] <Ms2ger> He was?
- # [17:56] * Joins: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net)
- # [17:57] <MikeSmith> oh wait
- # [17:57] <MikeSmith> different issue
- # [17:57] <MikeSmith> I was thinking he asked you on #testing but I see now that was about #105
- # [17:57] * Quits: gavinc (~gavin@barad-dur.carothers.name) (Quit: Konversation terminated!)
- # [17:57] <MikeSmith> ok so can we close https://github.com/w3c/web-platform-tests/issues/215 ?
- # [17:58] <Ms2ger> Yep
- # [17:58] * Ms2ger does that
- # [17:59] * Quits: annevk (~annevk@ip-64-32-189-20.dsl.sca.megapath.net) (Remote host closed the connection)
- # [18:02] <MikeSmith> thanks
- # [18:18] <Ms2ger> annevk-cloud, any reason not to put the TextEncoder/Decoder tests into w-p-t rather than https://code.google.com/p/stringencoding?
- # [18:20] * Quits: iancrowther (~iancrowth@host109-148-48-65.range109-148.btcentralplus.com)
- # [18:24] * Joins: rc0mbs (~rcombs@rcombs.me)
- # [18:24] * Quits: rcombs (~rcombs@rcombs.me) (Read error: Connection reset by peer)
- # [18:25] * rc0mbs is now known as rcombs
- # [18:30] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [18:40] <Hixie> MikeSmith: the proposal isn't gonna work if you only implement one tenth of it :-)
- # [18:43] * Quits: [[zz]] (~zz]]@node-s7j.pool-180-180.dynamic.totbb.net) (Ping timeout: 252 seconds)
- # [18:48] * Joins: dbaron (~dbaron@173-228-85-52.dsl.dynamic.sonic.net)
- # [18:48] * Joins: [[zz]] (~zz]]@node-s7j.pool-180-180.dynamic.totbb.net)
- # [18:49] * Joins: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt)
- # [18:55] * Joins: a-ja (~Instantbi@70.230.145.161)
- # [18:59] <MikeSmith> Hixie: I'll reply to the message when I have more time but basically the only existing problem that I can so far agree is in need of solving is the part about having an actual API to expose the name values so that we can have the validator use that instead of us needing to hardcode the names in the validator sources
- # [19:00] <MikeSmith> I'm not opposed to the other parts of the proposal if somebody were to care enough to spend time implementing them
- # [19:03] * Quits: yoichio (yoichio@nat/google/x-hrmtujycygoswbrx) (Read error: Connection reset by peer)
- # [19:05] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [19:05] * Joins: SpiritDrift (uid23807@gateway/web/irccloud.com/x-jdpbnqxjivhxzfac)
- # [19:06] <SpiritDrift> join #webgl
- # [19:11] <a-ja> MikeSmith: newly-allowed ARIA values being added to validator?
- # [19:12] * Joins: boogyman (~boogyman@142.196.161.32)
- # [19:12] * Quits: boogyman (~boogyman@142.196.161.32) (Changing host)
- # [19:12] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [19:12] <a-ja> (8409 and 8412 in tracker)
- # [19:12] <MikeSmith> a-ja: I think we already have them in the validator
- # [19:12] <MikeSmith> if not please files bugs
- # [19:13] <a-ja> oh cool
- # [19:16] <Hixie> MikeSmith: makes sense
- # [19:16] <Hixie> MikeSmith: if the only thing we do is have a formal way to update validators, though, without e.g. the registration system, or the advice paragraphs on obsolete but known values, then we can build a much simpler system
- # [19:18] * Quits: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net) (Remote host closed the connection)
- # [19:18] * Joins: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net)
- # [19:18] <a-ja> Hixie: see my message 4 or 5 days ago re tracker 8409?....bad? data-x values for group
- # [19:19] <zewt> grr @ python and its silly unhashable dicts
- # [19:19] <Hixie> a-ja: message where?
- # [19:20] <a-ja> <code data-x="attr-aria-role-directory">group</code>,
- # [19:20] <a-ja> 2 occurrences
- # [19:20] <Hixie> isn't that fixed already?
- # [19:20] <Hixie> i think i fixed it when you first mentioned it
- # [19:21] <a-ja> maybe locally?
- # [19:21] <a-ja> just hadn't seen another checkin changing it
- # [19:21] <Hixie> i find no occurrences of /role-directory">group/ in the spec
- # [19:21] <Hixie> i probably fixed it in some other checkin
- # [19:21] <a-ja> k...cool
- # [19:21] <Hixie> i don't bother with dedicated checkins for minor stuff like that, i usually fix it in passing while i'm doing a bigger thing
- # [19:22] <Hixie> (thanks for noticing, btw)
- # [19:22] <Hixie> ok, gotta go, bbiab
- # [19:22] <Hixie> (noticing the typo, i mean.)
- # [19:22] <Ms2ger> http://html5.org/tools/web-apps-tracker?from=8409&to=8410
- # [19:22] <a-ja> btw...just saw un-prefixed border-box land in moz inbound
- # [19:23] <a-ja> (10yo bug)
- # [19:23] <a-ja> Ms2ger: that'd be rework of your patch
- # [19:24] <Ms2ger> Yep
- # [19:24] <Ms2ger> It even landed with my name on it :)
- # [19:24] <a-ja> noticed that :)
- # [19:25] <a-ja> Ms2ger: now uplift that sucker!
- # [19:25] <a-ja> if possible
- # [19:26] <Ms2ger> It's taken ten years, it can wait 6 more weeks :)
- # [19:26] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
- # [19:26] * a-ja know it's likely too late in cycle
- # [19:27] <a-ja> i'm just tired of it polluting my stylesheets
- # [19:28] <Ms2ger> Yeah, uplift is Monday after next, and I wouldn't be surprised by some breakage
- # [19:40] <Ms2ger> foolip, how about Window.captureEvents?
- # [19:42] <a-ja> Ms2ger: fyi, just submitted feedback to caniuse.com
- # [19:42] <Ms2ger> Thanks :)
- # [19:45] * Joins: hasather (~hasather@80.91.33.141)
- # [19:45] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [19:48] * Quits: hasather (~hasather@80.91.33.141) (Read error: Operation timed out)
- # [19:50] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Ping timeout: 265 seconds)
- # [19:51] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:51] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [19:52] * Quits: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net) (Remote host closed the connection)
- # [19:52] * Joins: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net)
- # [19:56] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [19:57] * Quits: marcosc_ (~marcosc@bl7-116-81.dsl.telepac.pt) (Remote host closed the connection)
- # [20:01] * Joins: rniwa (~rniwa@c-71-202-160-119.hsd1.ca.comcast.net)
- # [20:05] <satazor> Hello guys, I'm a developer of the recently released demo of http://baboom.com which is a new music service. We are using the new WebAudio API to provide FLAC playback, though we are having a few issues with it, and hopefully some of you guys can enlighten me
- # [20:06] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [20:07] <satazor> we are decoding FLAC files and using createScriptProcessor to fill raw pcm audio data, but the fact that the refill callback is on the UI thread has a major issue, which is that when browser is doing some heavy stuff, the audio data does not called in time, and that causes audio glitches
- # [20:07] <MikeSmith> satazor: that API isn't discussed here so much. I'm not sure who here is very familiar with it
- # [20:07] <MikeSmith> maybe roc
- # [20:08] <satazor> roc isn't here, or is under other username?
- # [20:09] <MikeSmith> satazor: no he'd be using that nick
- # [20:10] <satazor> I see, anyone else that could give me an hand?
- # [20:11] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 252 seconds)
- # [20:12] <MikeSmith> satazor: not that I can think of
- # [20:12] <MikeSmith> other options are posting to http://lists.w3.org/Archives/Public/public-audio/
- # [20:12] <MikeSmith> or to https://github.com/WebAudio/web-audio-api/issues
- # [20:13] <MikeSmith> which I realize aren't real-time discussion but I don't think the audio people are around on IRC much
- # [20:15] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [20:17] <MikeSmith> satazor: you could try #audio on irc.w3.org
- # [20:17] <satazor> alright thanks for all these resources
- # [20:23] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: is sleepy)
- # [20:30] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [20:31] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [20:41] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [20:42] * Joins: Streusel (~Anonymous@unaffiliated/streusel)
- # [20:42] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [20:43] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [20:45] * Joins: hasather (~hasather@80.91.33.141)
- # [20:46] * Quits: g4 (~g4@unaffiliated/gormer) (Remote host closed the connection)
- # [20:50] * Quits: hasather (~hasather@80.91.33.141) (Read error: Operation timed out)
- # [20:51] * Quits: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt) (Remote host closed the connection)
- # [20:52] * Joins: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt)
- # [20:55] * Joins: Smylers (~smylers@host86-140-154-23.range86-140.btcentralplus.com)
- # [20:55] * Parts: a-ja (~Instantbi@70.230.145.161)
- # [20:56] * Quits: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt) (Ping timeout: 252 seconds)
- # [20:58] * Joins: Benvie (~bbenvie@204.28.118.69)
- # [21:07] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [21:11] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 245 seconds)
- # [21:12] * Quits: charl (~charl@2001:67c:2564:524:4053:7e7b:e07e:7b6b) (Quit: leaving)
- # [21:14] * Joins: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt)
- # [21:36] * Quits: Smylers (~smylers@host86-140-154-23.range86-140.btcentralplus.com) (Quit: Leaving.)
- # [21:36] * Joins: Smylers (~smylers@host86-140-154-23.range86-140.btcentralplus.com)
- # [21:37] * Quits: Smylers (~smylers@host86-140-154-23.range86-140.btcentralplus.com) (Client Quit)
- # [21:46] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [21:48] <annevk-cloud> Ms2ger: ask jsbell
- # [21:48] <Ms2ger> !summon jsbell
- # [21:51] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Ping timeout: 248 seconds)
- # [21:54] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [21:55] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [21:55] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [22:01] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [22:02] * Quits: Ms2ger (~Ms2ger@91.180.148.63) (Quit: nn)
- # [22:07] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [22:12] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 272 seconds)
- # [22:18] * Joins: sicking (~sicking@c-98-210-154-157.hsd1.ca.comcast.net)
- # [22:24] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [22:25] * Joins: clamstar (~textual@cpe-67-247-7-62.nyc.res.rr.com)
- # [22:25] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [22:33] * Joins: annevk (~annevk@ip-64-32-189-20.dsl.sca.megapath.net)
- # [22:37] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [22:38] * Quits: bentruyman (~bentruyma@23.252.119.254) (Read error: Operation timed out)
- # [22:38] * Joins: bentruyman (~bentruyma@23.252.119.254)
- # [22:42] * Quits: Snelhest45 (~Snelhest4@gateway/tor-sasl/snelhest45) (Ping timeout: 240 seconds)
- # [22:43] * Joins: Snelhest45 (~Snelhest4@gateway/tor-sasl/snelhest45)
- # [22:48] * Joins: richt (~richt@cpc6-gran4-2-0-cust65.12-1.cable.virginm.net)
- # [22:50] * Quits: richt (~richt@cpc6-gran4-2-0-cust65.12-1.cable.virginm.net) (Client Quit)
- # [22:51] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [22:54] * Quits: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt) (Remote host closed the connection)
- # [22:55] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [22:55] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [22:56] * Quits: scor (~scor@drupal.org/user/52142/view) (Ping timeout: 240 seconds)
- # [23:00] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [23:01] * Joins: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt)
- # [23:07] * Quits: zdobersek (~zan@179.43.133.2) (Ping timeout: 252 seconds)
- # [23:08] * Quits: sicking (~sicking@c-98-210-154-157.hsd1.ca.comcast.net) (Quit: sicking)
- # [23:10] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [23:11] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [23:18] * Quits: bentruyman (~bentruyma@23.252.119.254) (Ping timeout: 245 seconds)
- # [23:19] * Joins: bentruyman (~bentruyma@23.252.119.254)
- # [23:26] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [23:33] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [23:40] * Quits: dbaron (~dbaron@173-228-85-52.dsl.dynamic.sonic.net) (Ping timeout: 264 seconds)
- # [23:43] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [23:56] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # Session Close: Sun Jan 26 00:00:00 2014
The end :)