Options:
- # Session Start: Sat Oct 11 00:00:00 2014
- # Session Ident: #whatwg
- # [00:00] * Joins: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt)
- # [00:00] * Quits: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt) (Client Quit)
- # [00:01] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 258 seconds)
- # [00:04] * Quits: dbaron (~dbaron@2620:101:80fb:232:3c31:d8fc:4ec5:2d82) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [00:05] * Quits: Smylers (~smylers@host86-157-183-118.range86-157.btcentralplus.com) (Quit: Leaving.)
- # [00:06] * Joins: dbaron (~dbaron@2620:101:80fb:224:753c:3642:f67d:d8df)
- # [00:12] * Quits: KevinMarks_ (~yaaic@2607:fb90:2203:1974:5be:d759:2e9c:5556) (Remote host closed the connection)
- # [00:16] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
- # [00:16] * Joins: ehsan (~ehsan@2001:450:1f:224:3047:a74e:87c6:143)
- # [00:20] * Joins: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com)
- # [00:21] <say2joe> @Hixie: nice honorable mention in https://dev.opera.com/articles/css-twenty-years-hakon/
- # [00:22] * Quits: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 258 seconds)
- # [00:23] * Quits: voiceofgrog (uid19945@gateway/web/irccloud.com/x-rtxskqoghstpfvtk) (Quit: Connection closed for inactivity)
- # [00:24] * Quits: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net) (Read error: Connection reset by peer)
- # [00:26] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [00:29] * Joins: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net)
- # [00:34] * Quits: Mso150 (~Mso150@80.83.238.113) (Read error: Connection reset by peer)
- # [00:39] * Joins: espadrine_ (~espadrine@AMontsouris-158-1-19-78.w92-128.abo.wanadoo.fr)
- # [00:41] * Quits: espadrine (~espadrine@AMontsouris-158-1-61-195.w92-128.abo.wanadoo.fr) (Ping timeout: 272 seconds)
- # [00:41] * espadrine_ is now known as espadrine
- # [00:43] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [00:50] * Quits: ehsan (~ehsan@2001:450:1f:224:3047:a74e:87c6:143) (Remote host closed the connection)
- # [00:55] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 240 seconds)
- # [01:02] <Hixie> say2joe: :-)
- # [01:03] * Quits: ambv (~ambv@206.108.217.134) (Read error: Connection reset by peer)
- # [01:03] * Joins: ambv_ (~ambv@206.108.217.134)
- # [01:09] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [01:15] * ambv_ is now known as ambv
- # [01:18] * Quits: dbaron (~dbaron@2620:101:80fb:224:753c:3642:f67d:d8df) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [01:21] * Joins: Mso150 (~Mso150@80.83.238.49)
- # [01:21] * Joins: dbaron (~dbaron@2620:101:80fb:232:3c31:d8fc:4ec5:2d82)
- # [01:31] * Quits: espadrine (~espadrine@AMontsouris-158-1-19-78.w92-128.abo.wanadoo.fr) (Quit: espadrine)
- # [01:32] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.cpe.webspeed.dk)
- # [01:37] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 272 seconds)
- # [01:37] * Quits: ambv (~ambv@206.108.217.134) (Quit: sys.exit(0) # app closed)
- # [01:41] * Quits: Maurice (copyman@unaffiliated/maurice)
- # [01:45] * Quits: dbaron (~dbaron@2620:101:80fb:232:3c31:d8fc:4ec5:2d82) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [01:45] * Joins: dbaron (~dbaron@2620:101:80fb:224:753c:3642:f67d:d8df)
- # [01:48] <Hixie> who are good implementors to cc for shared worker stuff?
- # [01:48] <Hixie> (https://www.w3.org/Bugs/Public/show_bug.cgi?id=24691 is asking, quite reasonably i think, for a shared worker that survives page loads within an origin)
- # [01:49] <Hixie> hsivonen: ping https://www.w3.org/Bugs/Public/show_bug.cgi?id=26783
- # [01:49] <boogyman> Hixie: doesn't that break the HTTP protocol of being stateless?
- # [01:51] <Hixie> HTTP stopped being stateless long ago
- # [01:51] <Hixie> but in any case, no
- # [01:51] <Hixie> since this isn't tied to HTTP
- # [01:54] <boogyman> well, as soon as cookies were introduced (among other means) it became stateless, but those require some other technology to process them, where workers are a technology by themselves.
- # [01:54] <boogyman> stateful*
- # [01:55] <Hixie> i don't see how surviving shared workers would be any different than, say, localStorage, or indexDB, or a sibling iframe, or...
- # [01:58] <boogyman> I see the first two as no different from cookies, and a sibling iframe as similar to xhr
- # [01:58] <Hixie> then i don't understand what you mean by "some other technology"
- # [01:58] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [01:59] <boogyman> but you do make fair points about the capabilities.
- # [02:00] <Hixie> in particular i don't understand the difference between a sibling iframe that stays alive while your iframe is navigated, and a shared worker that survives your navigation
- # [02:00] <Hixie> in terms of making http stateful, they seem identical
- # [02:01] <boogyman> i would agree with that conclusion. is that what occurs?
- # [02:10] * Quits: ap (~ap@17.202.44.214)
- # [02:14] <Hixie> how do you mean?
- # [02:17] * Joins: voiceofgrog (~voiceofgr@unaffiliated/voiceofgrog)
- # [02:17] * Quits: gavinc (~gavin@092f-d786-7997-ec14-030d-4002-3420-2062.6rd.ip6.sonic.net) (Quit: Konversation terminated!)
- # [02:18] * Quits: voiceofgrog (~voiceofgr@unaffiliated/voiceofgrog) (Max SendQ exceeded)
- # [02:18] * Joins: voiceofgrog (~voiceofgr@unaffiliated/voiceofgrog)
- # [02:18] <boogyman> My experience with sibling iframe is a 2min google search
- # [02:19] * Joins: ambv (~ambv@206.108.217.134)
- # [02:19] * Quits: voiceofgrog (~voiceofgr@unaffiliated/voiceofgrog) (Max SendQ exceeded)
- # [02:19] <boogyman> so when you say "sibling iframe stays alive", i am not exactly sure how that introduces state into HTTP
- # [02:20] * Quits: bnicholson (~bnicholso@2620:101:80fc:224:7e7a:91ff:fe25:a5c6) (Ping timeout: 260 seconds)
- # [02:20] * Joins: voiceofgrog (~voiceofgr@2601:e:9f80:102c:643c:6a5f:c601:2d9a)
- # [02:20] * Quits: voiceofgrog (~voiceofgr@2601:e:9f80:102c:643c:6a5f:c601:2d9a) (Changing host)
- # [02:20] * Joins: voiceofgrog (~voiceofgr@unaffiliated/voiceofgrog)
- # [02:21] * Quits: voiceofgrog (~voiceofgr@unaffiliated/voiceofgrog) (Max SendQ exceeded)
- # [02:21] * Joins: voiceofgrog (~voiceofgr@unaffiliated/voiceofgrog)
- # [02:24] * Quits: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com) (Quit: Leaving.)
- # [02:27] * Joins: roc (~chatzilla@216.2.51.36)
- # [02:28] * Quits: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net) (Read error: Connection reset by peer)
- # [02:32] * Joins: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net)
- # [02:36] <Hixie> boogyman: how does a shared worker introduce state into HTTP?
- # [02:43] <boogyman> by definition it introduces the ability for a continued process to execute regardless of user-interaction on screen.
- # [02:44] <Hixie> ditto with an iframe
- # [02:45] <Hixie> anything you can do to community with a shared worker, you can do when communicating to an iframe
- # [02:45] <Hixie> or indeed to the iframe host
- # [02:50] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.cpe.webspeed.dk) (Ping timeout: 258 seconds)
- # [02:55] * Joins: bnicholson (~bnicholso@24.130.60.241)
- # [02:59] <Hixie> annevk: got a 500 from the twitter notification script
- # [02:59] * Quits: dbaron (~dbaron@2620:101:80fb:224:753c:3642:f67d:d8df) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [03:07] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:08] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 272 seconds)
- # [03:10] * Quits: ambv (~ambv@206.108.217.134) (Quit: sys.exit(0) # computer went to sleep)
- # [03:13] <GPHemsley> MikeSmith: Oh, how long have you been on the admin list? ^_^
- # [03:14] <GPHemsley> FTR, I'm switching us to track MediaWiki via git
- # [03:14] <MikeSmith> GPHemsley: since whenever it was the Hixie added me 😺
- # [03:14] <GPHemsley> so upgrading will just be a combination of pulling and switching branches
- # [03:15] <GPHemsley> MikeSmith: Oh, showing off with emoji, too? :-P
- # [03:15] <MikeSmith> nice
- # [03:15] <GPHemsley> (and running the upgrade script)
- # [03:16] <MikeSmith> 👻
- # [03:17] <MikeSmith> in other news if anybody can help me round up all the web developers responsible for online movie-ticket booking forms and get them into one room together so that I can kill them all at the same time please let me knwo
- # [03:21] <MikeSmith> short of that if somebody can give give the home addresses of the devs that made the form at http://www.aeoncinema.com/cinema/minatomirai/ that'd be a good start
- # [03:25] <MikeSmith> me sees that "environment settings objects" has landed
- # [03:25] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [03:26] <MikeSmith> me wonders is Hixie is going to open a new bug for adding "environment kind"
- # [03:28] <Hixie> see the bug
- # [03:28] <Hixie> i decided not to
- # [03:28] <Hixie> if you think i should anyway, do file a new bug :-)
- # [03:29] * Krinkle is now known as Krinkle|detached
- # [03:37] * Joins: say2joe (~say2joe@static-71-177-221-212.lsanca.fios.verizon.net)
- # [03:44] * GPHemsley wonders if all the emoji pushed the slash key off MikeSmith's keyboard
- # [03:44] <GPHemsley> OK, actual migration about to happen. Try not to use the wiki until I give the all-clear.
- # [03:47] * Quits: hatzopoulos_ (~hatzopoul@modemcable153.86-83-70.mc.videotron.ca) (Read error: Connection reset by peer)
- # [03:48] * Joins: hatzopoulos_ (~hatzopoul@modemcable153.86-83-70.mc.videotron.ca)
- # [03:59] <GPHemsley> OK, upgrade complete. If you notice any issues, let me know,
- # [03:59] <GPHemsley> (It seems to be slow right now, but I don't know if that's just a caching thing. If it persists, we may have to investigate.)
- # [04:00] <GPHemsley> Hixie, annevk, MikeSmith: FYI ^
- # [04:01] * Joins: tantek (~tantek@38.111.11.2)
- # [04:05] <say2joe> @annevk can you point me to the right place to better understand the URL spec gh repo? I've forked and have a small change I'd like to submit a pull request for … but new to the xxx.src.html vs xxx.html spec file with makefile setup. thanks.
- # [04:06] * Joins: mven (~textual@ip70-170-113-82.lv.lv.cox.net)
- # [04:10] <GPHemsley> monetary breakage; please stand by
- # [04:11] <GPHemsley> breakage repaired
- # [04:17] <GPHemsley> hmm... apparently a 404 caused the slowdown
- # [04:17] <GPHemsley> (forgot to copy an image)
- # [04:18] <GPHemsley> anyway, we should be good now
- # [04:19] <GPHemsley> if anyone wants any further changes, let me know
- # [04:21] <GPHemsley> say2joe: Anolis is the preprocessor
- # [04:21] <GPHemsley> src is the file you edit
- # [04:22] * GPHemsley wanders off
- # [04:27] * Quits: say2joe (~say2joe@static-71-177-221-212.lsanca.fios.verizon.net) (Quit: Leaving.)
- # [04:30] * Joins: dbaron (~dbaron@50.0.192.112)
- # [04:32] * Joins: say2joe (~say2joe@static-71-177-221-212.lsanca.fios.verizon.net)
- # [04:41] * Quits: say2joe (~say2joe@static-71-177-221-212.lsanca.fios.verizon.net) (Quit: Leaving.)
- # [04:48] <Domenic> annevk: the URL spec Readme should be updated to answer say2joe's question IMO.
- # [04:57] * Quits: mven (~textual@ip70-170-113-82.lv.lv.cox.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [05:01] * Joins: mven (~textual@ip70-170-113-82.lv.lv.cox.net)
- # [05:19] * Krinkle|detached is now known as Krinkle
- # [05:48] * Krinkle is now known as Krinkle|detached
- # [05:57] * Quits: tantek (~tantek@38.111.11.2) (Quit: tantek)
- # [06:07] * Quits: CvP (~CvP@203.76.123.238) (Disconnected by services)
- # [06:07] * Joins: xCG (~CvP@203.76.123.238)
- # [06:08] * xCG is now known as CvP
- # [06:17] * Quits: voiceofgrog (~voiceofgr@unaffiliated/voiceofgrog) (Remote host closed the connection)
- # [06:20] * Quits: dbaron (~dbaron@50.0.192.112) (Ping timeout: 258 seconds)
- # [06:27] * Quits: CvP (~CvP@203.76.123.238) (Quit: [ UPP ] > all)
- # [06:30] * Joins: CvP (~CvP@203.76.123.238)
- # [06:31] * Joins: dbaron (~dbaron@50.0.192.112)
- # [06:37] * Quits: dbaron (~dbaron@50.0.192.112) (Ping timeout: 260 seconds)
- # [06:44] * Quits: mven (~textual@ip70-170-113-82.lv.lv.cox.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [06:44] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [06:54] * Quits: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 32.0/20140902134853])
- # [07:03] * Joins: Smylers (~smylers@host86-157-183-118.range86-157.btcentralplus.com)
- # [07:06] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [07:07] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [07:08] * Joins: tommyliu (~tommyliu@183.37.188.22)
- # [07:11] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [07:13] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [07:13] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Read error: Connection reset by peer)
- # [07:28] * Quits: Areks (~Areks@89-178-151-42.broadband.corbina.ru) (Ping timeout: 245 seconds)
- # [07:30] * Quits: tommyliu (~tommyliu@183.37.188.22) (Remote host closed the connection)
- # [07:42] * Joins: tommyliu (~tommyliu@183.37.188.22)
- # [07:43] * Quits: tommyliu (~tommyliu@183.37.188.22) (Remote host closed the connection)
- # [07:50] * Quits: hatzopoulos_ (~hatzopoul@modemcable153.86-83-70.mc.videotron.ca) (Quit: Leaving)
- # [07:53] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [08:00] * Joins: Areks (~Areks@89-178-151-42.broadband.corbina.ru)
- # [08:05] * Quits: Smylers (~smylers@host86-157-183-118.range86-157.btcentralplus.com) (Quit: Leaving.)
- # [08:11] * Joins: benschwarz (uid2121@gateway/web/irccloud.com/x-fxvqngcwqvurmgog)
- # [08:14] * Joins: ambv (~ambv@173.252.71.129)
- # [08:24] * Joins: tommyliu (~tommyliu@61.144.248.40)
- # [08:46] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [09:06] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [09:11] * Joins: Smylers (~smylers@host86-157-183-118.range86-157.btcentralplus.com)
- # [09:16] * Quits: Areks (~Areks@89-178-151-42.broadband.corbina.ru) (Ping timeout: 244 seconds)
- # [09:17] * Quits: roc (~chatzilla@216.2.51.36) (Remote host closed the connection)
- # [09:22] * Quits: tommyliu (~tommyliu@61.144.248.40) (Remote host closed the connection)
- # [09:22] * Joins: tommyliu (~tommyliu@23.228.209.28)
- # [09:24] * Quits: Smylers (~smylers@host86-157-183-118.range86-157.btcentralplus.com) (Quit: Leaving.)
- # [09:30] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [09:30] * Joins: tommyliu_ (~tommyliu@61.144.248.40)
- # [09:33] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [09:34] * Quits: tommyliu (~tommyliu@23.228.209.28) (Ping timeout: 260 seconds)
- # [09:37] * Quits: jensnockert (~jensnocke@213.208.225.218) (Ping timeout: 244 seconds)
- # [09:39] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Quit: ChatZilla 0.9.91 [Firefox 32.0.3/20140923175406])
- # [09:44] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [09:49] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 260 seconds)
- # [09:55] * Quits: tommyliu_ (~tommyliu@61.144.248.40) (Remote host closed the connection)
- # [09:56] * Joins: tommyliu (~tommyliu@23.228.209.28)
- # [09:57] * Joins: tommyliu_ (~tommyliu@61.144.248.40)
- # [10:00] * Quits: tommyliu (~tommyliu@23.228.209.28) (Ping timeout: 244 seconds)
- # [10:02] * Joins: Ms2ger (~Ms2ger@242.234-64-87.adsl-dyn.isp.belgacom.be)
- # [10:03] * Quits: tommyliu_ (~tommyliu@61.144.248.40) (Remote host closed the connection)
- # [10:03] * Joins: tommyliu (~tommyliu@61.144.248.40)
- # [10:10] * Joins: CssNoob (~CssnooB@120.28.215.6)
- # [10:11] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Read error: Connection reset by peer)
- # [10:12] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [10:18] * Quits: tommyliu (~tommyliu@61.144.248.40) (Remote host closed the connection)
- # [10:19] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Read error: Connection reset by peer)
- # [10:19] * Joins: tommyliu (~tommyliu@23.228.209.28)
- # [10:19] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [10:22] * Joins: tommyliu_ (~tommyliu@61.144.248.40)
- # [10:23] * Joins: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
- # [10:23] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [10:25] * Joins: Maurice (copyman@unaffiliated/maurice)
- # [10:25] * Quits: tommyliu (~tommyliu@23.228.209.28) (Ping timeout: 244 seconds)
- # [10:42] * Quits: jensnockert (~jensnocke@213.208.225.218) (Remote host closed the connection)
- # [10:42] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [10:43] * Quits: jensnockert (~jensnocke@213.208.225.218) (Remote host closed the connection)
- # [10:44] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [10:48] * Quits: jensnockert (~jensnocke@213.208.225.218) (Ping timeout: 272 seconds)
- # [10:49] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [10:53] * Joins: espadrine (~espadrine@AMontsouris-158-1-19-78.w92-128.abo.wanadoo.fr)
- # [10:54] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [10:56] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [11:00] * Quits: richt (~richt@c83-248-244-196.bredband.comhem.se) (Ping timeout: 250 seconds)
- # [11:02] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [11:02] * Joins: Areks (~Areks@89-178-151-42.broadband.corbina.ru)
- # [11:03] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [11:04] * Quits: jensnockert (~jensnocke@213.208.225.218) (Remote host closed the connection)
- # [11:05] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [11:07] * Joins: richt (~richt@c83-248-244-196.bredband.comhem.se)
- # [11:07] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Client Quit)
- # [11:09] * Quits: jensnockert (~jensnocke@213.208.225.218) (Ping timeout: 250 seconds)
- # [11:09] * Quits: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginm.net) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [11:10] * Quits: Mso150 (~Mso150@80.83.238.49) (Ping timeout: 255 seconds)
- # [11:11] * Quits: richt (~richt@c83-248-244-196.bredband.comhem.se) (Ping timeout: 240 seconds)
- # [11:11] * Quits: ambv (~ambv@173.252.71.129) (Quit: sys.exit(0) # app closed)
- # [11:15] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 260 seconds)
- # [11:15] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [11:16] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [11:16] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [11:22] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [11:23] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [11:29] * Quits: Areks (~Areks@89-178-151-42.broadband.corbina.ru) (Ping timeout: 258 seconds)
- # [11:30] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [11:38] * Quits: jensnockert (~jensnocke@213.208.225.218) (Remote host closed the connection)
- # [11:38] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [11:39] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [11:40] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Client Quit)
- # [11:43] * Quits: jensnockert (~jensnocke@213.208.225.218) (Ping timeout: 272 seconds)
- # [11:47] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Remote host closed the connection)
- # [11:48] * Parts: charl (~charl@subarashii.eu)
- # [12:03] * Quits: CvP (~CvP@203.76.123.238) (Quit: [ UPP ] > all)
- # [12:05] * Joins: CvP (~CvP@203.76.123.238)
- # [12:10] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [12:11] * Joins: richt (~richt@c83-248-244-196.bredband.comhem.se)
- # [12:12] * Joins: espadrine` (~ttyl@AMontsouris-158-1-19-78.w92-128.abo.wanadoo.fr)
- # [12:12] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [12:15] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [12:18] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [12:23] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [12:30] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [12:31] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [12:32] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Client Quit)
- # [12:35] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [12:45] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [12:57] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [13:01] * Quits: benschwarz (uid2121@gateway/web/irccloud.com/x-fxvqngcwqvurmgog) (Quit: Connection closed for inactivity)
- # [13:03] * Quits: espadrine (~espadrine@AMontsouris-158-1-19-78.w92-128.abo.wanadoo.fr) (Quit: espadrine)
- # [13:14] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 255 seconds)
- # [13:28] * Joins: tantek (~tantek@70-4-99-243.pools.spcsdns.net)
- # [13:28] * Quits: rego (~rego@66.193.27.77.dynamic.mundo-r.com) (Remote host closed the connection)
- # [13:31] * Quits: CvP (~CvP@203.76.123.238) (Read error: Connection reset by peer)
- # [13:32] * Joins: CvP (~CvP@203.76.123.238)
- # [13:33] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [13:38] * Quits: jensnockert (~jensnocke@213.208.225.218) (Remote host closed the connection)
- # [13:39] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [13:40] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [13:41] * Quits: jensnockert (~jensnocke@213.208.225.218) (Read error: Connection reset by peer)
- # [13:41] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [13:47] <annevk> Hixie: seems that DreamHost updating broke the script
- # [13:47] <annevk> win some, lose some
- # [14:11] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [14:12] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [14:27] * Joins: nielsle (~nielsle@3239078-cl69.boa.fiberby.dk)
- # [14:31] * Quits: tantek (~tantek@70-4-99-243.pools.spcsdns.net) (Ping timeout: 245 seconds)
- # [14:32] <annevk> Hixie: I think I fixed it
- # [14:32] * Joins: espadrine (~espadrine@AMontsouris-158-1-19-78.w92-128.abo.wanadoo.fr)
- # [14:50] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [15:03] * Quits: tommyliu_ (~tommyliu@61.144.248.40) (Remote host closed the connection)
- # [15:03] * Joins: tommyliu (~tommyliu@61.144.248.40)
- # [15:08] * Quits: CssNoob (~CssnooB@120.28.215.6) (Ping timeout: 272 seconds)
- # [15:08] * Quits: tommyliu (~tommyliu@61.144.248.40) (Ping timeout: 245 seconds)
- # [15:15] * Joins: xiinotulp (~plutoniix@node-d94.pool-125-24.dynamic.totbb.net)
- # [15:18] * Quits: plutoniix (~plutoniix@node-5p6.pool-125-25.dynamic.totbb.net) (Ping timeout: 272 seconds)
- # [15:32] * Quits: CvP (~CvP@203.76.123.238) (Quit: [ UPP ] > all)
- # [15:32] * Quits: espadrine (~espadrine@AMontsouris-158-1-19-78.w92-128.abo.wanadoo.fr) (Quit: espadrine)
- # [15:33] * Joins: CvP (~CvP@203.76.123.238)
- # [15:35] * xiinotulp is now known as plutoniix
- # [15:56] * Quits: jensnockert (~jensnocke@213.208.225.218) (Remote host closed the connection)
- # [15:57] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 246 seconds)
- # [15:57] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [15:57] * Joins: zdobersek (~zan@109.201.154.139)
- # [16:01] * Joins: roc (~chatzilla@216.2.51.36)
- # [16:01] * Quits: jensnockert (~jensnocke@213.208.225.218) (Ping timeout: 260 seconds)
- # [16:08] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [16:11] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [16:16] * Joins: tommyliu (~tommyliu@183.37.188.22)
- # [16:16] * Quits: tommyliu (~tommyliu@183.37.188.22) (Remote host closed the connection)
- # [16:17] * Quits: roc (~chatzilla@216.2.51.36) (Remote host closed the connection)
- # [16:18] * Quits: nielsle (~nielsle@3239078-cl69.boa.fiberby.dk) (Quit: Leaving)
- # [16:19] * Joins: tommyliu_ (~tommyliu@183.37.188.22)
- # [16:20] * Joins: tantek (~tantek@31-35-199.wireless.csail.mit.edu)
- # [16:38] * Joins: dbaron (~dbaron@50.0.192.112)
- # [16:41] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [16:43] * Quits: ^esc (~esc-ape@178.165.131.81.wireless.dyn.drei.com) (Ping timeout: 250 seconds)
- # [16:46] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [16:47] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 260 seconds)
- # [16:55] * Joins: BigBangUDR (~Thunderbi@101.59.13.71)
- # [16:56] * Quits: BigBangUDR (~Thunderbi@101.59.13.71) (Client Quit)
- # [17:04] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [17:21] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 258 seconds)
- # [17:22] * Joins: darobin (~darobin@2a01:e34:ed05:d180:a9cf:1f4a:ad6b:874a)
- # [17:29] * Joins: BigBangUDR (~Thunderbi@101.59.13.71)
- # [17:31] * Quits: BigBangUDR (~Thunderbi@101.59.13.71) (Client Quit)
- # [17:32] * Joins: Areks (~Areks@89-178-151-42.broadband.corbina.ru)
- # [17:37] * Quits: jensnockert (~jensnocke@213.208.225.218) (Remote host closed the connection)
- # [17:37] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [17:42] * Quits: jensnockert (~jensnocke@213.208.225.218) (Ping timeout: 255 seconds)
- # [17:44] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [17:45] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [17:50] * Quits: ImBcmDth (~Jon@oftn/member/ImBcmDth) (Ping timeout: 244 seconds)
- # [17:52] * Quits: darobin (~darobin@2a01:e34:ed05:d180:a9cf:1f4a:ad6b:874a) (Remote host closed the connection)
- # [17:55] * Joins: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon)
- # [18:12] * Joins: BigBangUDR (~Thunderbi@101.59.13.71)
- # [18:13] * Joins: ImBcmDth (~Jon@oftn/member/ImBcmDth)
- # [18:19] * Joins: razvansky (~razvansky@p4FFF3DD1.dip0.t-ipconnect.de)
- # [18:22] * Quits: tommyliu_ (~tommyliu@183.37.188.22) (Remote host closed the connection)
- # [18:23] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 258 seconds)
- # [18:24] * Joins: tommyliu (~tommyliu@183.37.188.22)
- # [18:25] * Quits: jensnockert (~jensnocke@213.208.225.218) (Remote host closed the connection)
- # [18:26] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [18:30] * Quits: jensnockert (~jensnocke@213.208.225.218) (Ping timeout: 245 seconds)
- # [18:31] * Joins: CssNoob (~CssnooB@120.28.215.6)
- # [18:31] * Joins: CssN00b (~CssnooB@120.28.215.6)
- # [18:31] * Quits: CssN00b (~CssnooB@120.28.215.6) (Client Quit)
- # [18:31] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [18:37] * Joins: darobin (~darobin@2a01:e34:ed05:d180:8da7:d89a:d5dc:97b7)
- # [18:37] * Quits: BigBangUDR (~Thunderbi@101.59.13.71) (Quit: BigBangUDR)
- # [18:38] * Quits: razvansky (~razvansky@p4FFF3DD1.dip0.t-ipconnect.de) (Quit: razvansky)
- # [18:38] * Quits: darobin (~darobin@2a01:e34:ed05:d180:8da7:d89a:d5dc:97b7) (Remote host closed the connection)
- # [18:40] * Joins: voiceofgrog (~voiceofgr@unaffiliated/voiceofgrog)
- # [18:44] * Quits: zdobersek (~zan@109.201.154.139) (Quit: Leaving.)
- # [18:51] * Quits: jensnockert (~jensnocke@213.208.225.218) (Remote host closed the connection)
- # [18:51] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [18:53] * Joins: jochen__ (jochen@nat/google/x-nbmrvpiwuwswcoph)
- # [18:56] * Quits: jensnockert (~jensnocke@213.208.225.218) (Ping timeout: 260 seconds)
- # [18:58] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [19:01] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 272 seconds)
- # [19:08] * Quits: tantek (~tantek@31-35-199.wireless.csail.mit.edu) (Quit: tantek)
- # [19:18] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [19:19] * Joins: Mso150 (~Mso150@80.83.239.14)
- # [19:25] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 260 seconds)
- # [19:29] * Joins: say2joe (~say2joe@72.37.138.194)
- # [19:40] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [19:51] * Quits: espadrine` (~ttyl@AMontsouris-158-1-19-78.w92-128.abo.wanadoo.fr) (Remote host closed the connection)
- # [19:51] * Quits: say2joe (~say2joe@72.37.138.194) (Quit: Leaving.)
- # [19:51] * Joins: say2joe (~say2joe@72.37.138.194)
- # [19:57] * Quits: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon) (Quit: Connection closed for inactivity)
- # [19:58] * Joins: roc (~chatzilla@216.2.51.36)
- # [20:03] * Joins: BigBangUDR (~Thunderbi@115.247.93.110)
- # [20:03] * Quits: BigBangUDR (~Thunderbi@115.247.93.110) (Client Quit)
- # [20:09] * Quits: roc (~chatzilla@216.2.51.36) (Remote host closed the connection)
- # [20:12] * Joins: razvansky (~razvansky@p4FFF3DD1.dip0.t-ipconnect.de)
- # [20:22] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [20:30] * Quits: jensnockert (~jensnocke@213.208.225.218) (Remote host closed the connection)
- # [20:30] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [20:32] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [20:33] * Quits: razvansky (~razvansky@p4FFF3DD1.dip0.t-ipconnect.de) (Quit: razvansky)
- # [20:34] * Quits: jensnockert (~jensnocke@213.208.225.218) (Ping timeout: 245 seconds)
- # [20:36] * Joins: razvansky (~razvansky@p4FFF3DD1.dip0.t-ipconnect.de)
- # [20:37] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 272 seconds)
- # [20:42] * Quits: razvansky (~razvansky@p4FFF3DD1.dip0.t-ipconnect.de) (Quit: razvansky)
- # [21:02] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [21:04] * Joins: erlehmann (~erlehmann@f049223132.adsl.alicedsl.de)
- # [21:08] * Quits: Mso150 (~Mso150@80.83.239.14) (Ping timeout: 260 seconds)
- # [21:09] * Joins: Mso150 (~Mso150@80.83.238.32)
- # [21:09] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [21:10] * Quits: erlehmann (~erlehmann@f049223132.adsl.alicedsl.de) (Excess Flood)
- # [21:10] * Joins: erlehmann (~erlehmann@f049223132.adsl.alicedsl.de)
- # [21:13] * Quits: Mso150 (~Mso150@80.83.238.32) (Ping timeout: 245 seconds)
- # [21:13] * Joins: Mso150 (~Mso150@217.118.64.35)
- # [21:13] * Joins: tantek (~tantek@31-35-199.wireless.csail.mit.edu)
- # [21:14] * Joins: Smylers (~smylers@host86-157-183-118.range86-157.btcentralplus.com)
- # [21:18] * Joins: espadrine (~espadrine@AMontsouris-158-1-19-78.w92-128.abo.wanadoo.fr)
- # [21:20] * Quits: lerc (~quassel@121-74-5-229.telstraclear.net) (Ping timeout: 250 seconds)
- # [21:24] * Quits: Smylers (~smylers@host86-157-183-118.range86-157.btcentralplus.com) (Quit: Leaving.)
- # [21:34] * Joins: tomasf (~tomasf@h210n5-n-d4.ias.bredband.telia.com)
- # [21:37] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 246 seconds)
- # [21:51] * Quits: jensnockert (~jensnocke@213.208.225.218) (Remote host closed the connection)
- # [21:52] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [21:52] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [21:57] * Quits: jensnockert (~jensnocke@213.208.225.218) (Ping timeout: 240 seconds)
- # [22:02] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [22:16] * Quits: CssNoob (~CssnooB@120.28.215.6) (Quit: Leaving)
- # [22:17] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [22:31] * Quits: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net) (Read error: Connection reset by peer)
- # [22:35] * Joins: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net)
- # [22:35] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [22:39] * Quits: Ms2ger (~Ms2ger@242.234-64-87.adsl-dyn.isp.belgacom.be) (Ping timeout: 240 seconds)
- # [22:42] * Joins: espadrine_ (~espadrine@AMontsouris-158-1-24-46.w92-128.abo.wanadoo.fr)
- # [22:43] * Quits: espadrine (~espadrine@AMontsouris-158-1-19-78.w92-128.abo.wanadoo.fr) (Ping timeout: 255 seconds)
- # [22:43] * espadrine_ is now known as espadrine
- # [22:43] * Quits: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net) (Read error: Connection reset by peer)
- # [22:47] * Joins: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net)
- # [22:58] * Quits: tomasf (~tomasf@h210n5-n-d4.ias.bredband.telia.com) (Quit: tomasf)
- # [23:02] * Quits: ondras (~ondras@zarovi.cz) (Ping timeout: 240 seconds)
- # [23:02] * Joins: ondras (~ondras@zarovi.cz)
- # [23:08] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Read error: Connection reset by peer)
- # [23:08] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [23:12] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:18] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 260 seconds)
- # [23:18] * Quits: Mso150 (~Mso150@217.118.64.35) (Ping timeout: 250 seconds)
- # [23:20] * Joins: Mso150 (~Mso150@217.118.64.40)
- # [23:23] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [23:27] * Quits: jensnockert (~jensnocke@213.208.225.218) (Remote host closed the connection)
- # [23:28] * Joins: jensnockert (~jensnocke@213.208.225.218)
- # [23:35] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [23:59] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 246 seconds)
- # Session Close: Sun Oct 12 00:00:00 2014
The end :)