Options:
- # Session Start: Thu May 20 00:00:00 2010
- # Session Ident: #whatwg
- # [00:11] * Joins: shepazu (~schepers@client-235-129.events.shownets.net)
- # [00:13] * Quits: mmn (~mmn@129-97-225-97.uwaterloo.ca) (Quit: Leaving.)
- # [00:18] * aroben is now known as aroben|away
- # [00:20] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: null)
- # [00:27] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Quit: Ex-Chat)
- # [00:29] * Quits: shepazu (~schepers@client-235-129.events.shownets.net) (Quit: shepazu)
- # [00:34] * Quits: danbri (~danbri@unaffiliated/danbri) (Ping timeout: 240 seconds)
- # [00:38] <roc> I have a question about sandboxed iframes again
- # [00:39] <roc> if a sandboxed iframe has scripts disabled, any child non-sandboxed iframes would still have scripts enabled, right?
- # [00:39] <roc> as far as I can tell from the spec, that's true
- # [00:39] <roc> hmm, but that can't be right
- # [00:40] <roc> oh here we go
- # [00:40] * Joins: danbri (~danbri@unaffiliated/danbri)
- # [00:40] <roc> "In addition, any browsing contexts nested within an iframe, either directly or indirectly, must have all the flags set on them as were set on the iframe's Document's browsing context when the iframe's Document was created."
- # [00:43] * Joins: annevk (~annevk@5355737B.cable.casema.nl)
- # [00:44] * Quits: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [00:44] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Read error: Connection timed out)
- # [00:44] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [01:08] * Quits: epeus (~KevinMark@157.22.22.57) (Quit: The computer fell asleep)
- # [01:14] * Joins: f1lt3r (~f1lt3r@64.119.159.231)
- # [01:15] <f1lt3r> Leave my sense of logic at the door eh? :) Sounds like a fun place to hang out.
- # [01:18] * Quits: micheil (~micheil@124-170-52-1.dyn.iinet.net.au) (Ping timeout: 240 seconds)
- # [01:19] * Joins: mmn (~mmn@129-97-120-252.uwaterloo.ca)
- # [01:20] <MikeSmith> does anybody know if the WebM subset of Matroiska includes multitrack support? (for caption tracks, additional audio tracks, etc.)
- # [01:22] * Joins: shepazu (~schepers@client-235-129.events.shownets.net)
- # [01:27] <kinetik> MikeSmith: http://www.webmproject.org/code/specs/container/
- # [01:27] <kinetik> MikeSmith: no captions. you can include multiple tracks, but it's not clear how the non-default ones are supposed to be handled yet.
- # [01:27] <zcorpan_> "Initial WebM release does not support subtitles.
- # [01:27] <zcorpan_> WHATWG / W3C RFC will release guidance on subtitles and other overlays in HTML5 <video> in the near future. WebM intends to follow that guidance."
- # [01:28] * Joins: Lachy (~Lachlan@85.196.122.246)
- # [01:37] * Quits: erlehmann (~erlehmann@dslb-188-102-051-205.pools.arcor-ip.net) (Remote host closed the connection)
- # [01:38] <nessy> interesting!
- # [01:39] <nessy> kinetik: but it would technically be trivial to include the subtitling functionality of Matroska into WebM, right?
- # [01:40] <kinetik> nessy: fairly simple, yes
- # [01:40] <nessy> got a lot of reading specs to do :)
- # [01:40] <kinetik> nessy: i think the main problem right now is that the matroska spec specifies three or four subtitle formats
- # [01:40] <nessy> and they only want one?
- # [01:40] <kinetik> ideally we'd want to support one, and that one being whatever is web friendly
- # [01:41] <nessy> I like the "we" in that sentence ;)
- # [01:42] <f1lt3r> lol
- # [01:42] <nessy> any mailing lists or stuff you'd recommend to join? where does the webm community hang out?
- # [01:42] <kinetik> nessy: http://www.webmproject.org/about/discuss/
- # [01:42] * Quits: KaOSoFt (~KaOSoFt@190.24.156.162) (Quit: Ex-Chat)
- # [01:43] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 246 seconds)
- # [01:43] <nessy> thanks! (not actually that easy to find...)
- # [01:44] <f1lt3r> zcorpan_, where can i find out more about w3c subtitle work?
- # [01:47] * Quits: weinig (~weinig@17.246.17.242) (Quit: weinig)
- # [01:48] <zcorpan_> https://groups.google.com/a/webmproject.org/group/webm-discuss/browse_thread/thread/21ec1286b09e5616#
- # [01:48] <zcorpan_> f1lt3r: i think the work being referred to was removed from the w3c copy of the spec
- # [01:48] <f1lt3r> ok
- # [01:48] <zcorpan_> f1lt3r: but there's http://whatwg.org/html5#websrt
- # [01:49] <zcorpan_> (the previous link was unrelated)
- # [01:49] * Joins: erlehmann (~erlehmann@dslb-188-102-051-205.pools.arcor-ip.net)
- # [01:53] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Read error: Connection timed out)
- # [01:53] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [01:55] * Quits: dglazkov (~dglazkov@nat/google/x-qxyvvzxjdbgqyrny) (Quit: dglazkov)
- # [02:00] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [02:02] <MikeSmith> kinetik: thanks for the info
- # [02:02] <MikeSmith> and zcorpan_
- # [02:06] <Lachy> nessy, kinetik, the plan is for WebM to eventually support whatever format is specced for use in HTML5, which at this stage, is the WebSRT proposal.
- # [02:07] <kinetik> Lachy: that's my understanding too, but it's not clear from webmproject.org
- # [02:07] <Lachy> kinetik, I know cause I've been involved in the discussions for the past few weeks
- # [02:09] * Quits: shepazu (~schepers@client-235-129.events.shownets.net) (Quit: shepazu)
- # [02:11] <kinetik> Lachy: on seaotter?
- # [02:14] <Lachy> yes
- # [02:14] <MikeSmith> "Overall, VP8 appears to be significantly weaker than H.264 compression-wise"
- # [02:15] <MikeSmith> who's Jason Garrett-Glaser?
- # [02:15] <kinetik> one of the lead x264 (an h.264 encoder) developers
- # [02:16] <MikeSmith> ah, OK
- # [02:21] * Quits: zcorpan_ (~zcorpan@c-aa99e355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan_)
- # [02:22] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (*.net *.split)
- # [02:22] * Quits: payman (~payman@pat.se.opera.com) (*.net *.split)
- # [02:22] * Quits: jcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (*.net *.split)
- # [02:22] * Quits: gsnedders (~gsnedders@204.232.194.186) (*.net *.split)
- # [02:22] * Quits: erlehmann (~erlehmann@dslb-188-102-051-205.pools.arcor-ip.net) (Read error: Operation timed out)
- # [02:23] * Joins: erlehmann (~erlehmann@dslb-188-102-051-205.pools.arcor-ip.net)
- # [02:24] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [02:24] * Joins: payman (~payman@pat.se.opera.com)
- # [02:24] * Joins: jcranmer (~jcranmer@ltsp2.csl.tjhsst.edu)
- # [02:24] * Joins: gsnedders (~gsnedders@204.232.194.186)
- # [02:25] * Quits: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk) (Ping timeout: 260 seconds)
- # [02:26] <MikeSmith> <snort> ASS gets my vote for best-named subtitle/caption format http://www.matroska.org/technical/specs/subtitles/ssa.html
- # [02:26] * Joins: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk)
- # [02:32] <karlcow> MikeSmith, Lachy: Do you know if there are asian device makers who would be annoyed by vp8. thinking about samsung, nintendo and sony for example. Or do they use chipsets from elsewhere.
- # [02:33] <Lachy> karlcow, I don't have any inside info on hardware vendors
- # [02:34] <karlcow> the list of people participating to the new webm consortium is missing some companies. Apple, Nokia, Samsung, Sony, it will be interesting to see how it evolves. Let's hope it doesn't turn into another war
- # [02:40] * Joins: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [02:43] <MikeSmith> dunno know what any of those companies might think in regard to this news
- # [02:43] <MikeSmith> and wouldn't want to speculate
- # [02:44] <MikeSmith> and wouldn't say even if I did know anything :)
- # [02:45] <karlcow> hehe
- # [02:45] * Parts: doublec (~doublec@li30-216.members.linode.com)
- # [02:45] * Quits: ap (~ap@17.246.17.104) (Quit: ap)
- # [02:45] * Joins: doublec (~doublec@li30-216.members.linode.com)
- # [02:46] <karlcow> MikeSmith: I wouldn't hear what you would not have to say about it ;)
- # [02:49] * Joins: mmn1 (~mmn@129-97-120-252.uwaterloo.ca)
- # [02:49] * Quits: mmn (~mmn@129-97-120-252.uwaterloo.ca) (Read error: Connection reset by peer)
- # [02:50] * Joins: wycats (~wycats@bakkara.customers.2k.net.ua)
- # [02:51] <wycats> Hixie: from your perspective, what is the best way to ensure that forms post UTF-8
- # [02:51] <wycats> the most reliable combination I can find is accept-charset, a hidden field with unicode character as value, and _charset_ to validate (if available)
- # [02:51] <wycats> is there anything else?
- # [02:51] <wycats> is this unreliable?
- # [02:52] <Philip`> Is the host document UTF-8?
- # [02:52] * Quits: Lachy (~Lachlan@85.196.122.246) (Quit: Leaving)
- # [02:53] <wycats> Philip`: yes
- # [02:53] <wycats> Philip`: but the user can change it :/
- # [02:53] * Joins: Lachy (~Lachlan@southampton.perfect-privacy.com)
- # [02:53] <wycats> it seems that accept-charset + hidden field with unicode value results in all browsers (including IE) ignoring user-overridden charsets
- # [02:53] * Quits: sicking (~chatzilla@nat/mozilla/x-yvguwjaiekljrpmv) (Ping timeout: 258 seconds)
- # [02:54] <wycats> I'm asking here because there was a lot of discussion on back-compat in the WF2 days around this topic (from what I can glean)
- # [02:55] * Quits: tndH (~Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [02:59] * Quits: dbaron (~dbaron@nat/mozilla/x-acjkynribjksrfkf) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [03:07] * Quits: mmn1 (~mmn@129-97-120-252.uwaterloo.ca) (Quit: Leaving.)
- # [03:08] * Joins: miketaylr (~miketaylr@24.42.95.234)
- # [03:10] * Quits: yutak_home (~kee@U017209.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [03:13] * Quits: MikeSmith (~MikeSmith@EM114-48-40-86.pool.e-mobile.ne.jp) (Quit: This computer has gone to sleep)
- # [03:25] * Joins: drry (~drry@unaffiliated/drry)
- # [03:30] * Quits: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk) (Ping timeout: 240 seconds)
- # [03:30] * Joins: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk)
- # [03:31] * Joins: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [03:36] * Quits: dave_levin (~dave_levi@74.125.59.73) (Quit: dave_levin)
- # [03:38] * Quits: Lachy (~Lachlan@southampton.perfect-privacy.com) (Ping timeout: 260 seconds)
- # [03:41] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [03:43] * Joins: Lachy (~Lachlan@85.196.122.246)
- # [03:43] * Quits: roc (~roc@203-97-204-82.dsl.clear.net.nz) (Read error: Connection reset by peer)
- # [03:43] * Joins: nimbupani (~nimbupani@219.64.117.145)
- # [03:43] * Joins: roc (~roc@203-97-204-82.dsl.clear.net.nz)
- # [03:47] * Quits: roc (~roc@203-97-204-82.dsl.clear.net.nz) (Read error: Connection reset by peer)
- # [03:52] * Joins: boogyman (~boogy@unaffiliated/boogyman)
- # [03:54] * Joins: mmn (~mmn@129-97-225-97.uwaterloo.ca)
- # [03:54] * Joins: MikeSmith (~MikeSmith@EM114-48-40-86.pool.e-mobile.ne.jp)
- # [04:02] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 258 seconds)
- # [04:02] * Joins: erlehmann_ (~erlehmann@dslb-188-103-025-188.pools.arcor-ip.net)
- # [04:04] * Quits: erlehmann (~erlehmann@dslb-188-102-051-205.pools.arcor-ip.net) (Ping timeout: 264 seconds)
- # [04:06] * Joins: rolandsteiner (~rolandste@220.109.219.244)
- # [04:07] * Joins: sicking (~chatzilla@adsl-99-179-44-34.dsl.pltn13.sbcglobal.net)
- # [04:08] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [04:15] * Quits: boaz (~boaz@64.119.159.231) (Quit: boaz)
- # [04:17] <MikeSmith> if I were a tech reporter, I think right now I'd be asking for comments on WebM from some companies with serious business stakes in IPTV
- # [04:29] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [04:34] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [04:34] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [04:35] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Ping timeout: 245 seconds)
- # [04:38] * Joins: wakaba_1 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [04:38] * Quits: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Read error: No route to host)
- # [04:39] * Quits: sicking (~chatzilla@adsl-99-179-44-34.dsl.pltn13.sbcglobal.net) (Ping timeout: 246 seconds)
- # [04:39] * Joins: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [04:39] <MikeSmith> http://kynesim.blogspot.com/2010/04/interesting-times-for-ott-video.html is interesting
- # [04:39] <MikeSmith> "From a royalty regime point of view it's much more important to replace AC3 and MP3 with Vorbis than it is to replace HTML5 with Theora. Particularly since the MP3 licensors, in particular, are apt to charge punitive rates to implementations which take other formats too - this being one reason why IPTV broadcasts generally avoid mp3"
- # [04:40] * Joins: roc (~roc@203-97-204-82.dsl.clear.net.nz)
- # [04:42] * Quits: wakaba_1 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [04:46] * Quits: rolandsteiner (~rolandste@220.109.219.244) (Quit: Leaving.)
- # [04:50] <othermaciej> mp3 patents should expire within a few years...
- # [04:53] * Quits: scherkus (~scherkus@74.125.59.73) (Ping timeout: 264 seconds)
- # [04:53] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Quit: ⌘Q)
- # [05:07] <MikeSmith> othermaciej: so I'm sure the patent holders will do everything they can to make as much money as possible on them during those few remaining years
- # [05:07] <MikeSmith> I would if I were them
- # [05:12] * Quits: crash\ (crash@lubyte.de) (Ping timeout: 264 seconds)
- # [05:14] <nimbupani> Would the companies not try to extend the life of the patent? http://en.wikipedia.org/wiki/Evergreening
- # [05:17] * othermaciej is not a patent law expert
- # [05:17] <othermaciej> MikeSmith: many of them are also patent holders on AAC and I expect they would not want to scare people off AAC by being dicks about <P3
- # [05:18] * Joins: crash\ (crash@lubyte.de)
- # [05:22] * Joins: MikeSmithX (~MikeSmith@EM114-48-62-56.pool.e-mobile.ne.jp)
- # [05:24] * Quits: aroben|away (~aroben@unaffiliated/aroben) (Read error: Connection reset by peer)
- # [05:26] * Joins: sicking (~chatzilla@adsl-99-179-44-34.dsl.pltn13.sbcglobal.net)
- # [05:26] * Quits: MikeSmith (~MikeSmith@EM114-48-40-86.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [05:26] * Joins: scherkus (~scherkus@c-98-203-232-19.hsd1.wa.comcast.net)
- # [05:28] * Quits: othermaciej (~mjs@17.246.18.93) (Quit: othermaciej)
- # [05:36] * Quits: sicking (~chatzilla@adsl-99-179-44-34.dsl.pltn13.sbcglobal.net) (Ping timeout: 260 seconds)
- # [05:45] * Quits: jwalden (~waldo@nat/mozilla/x-uwfqsxfihvckciuk) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2/20100122095031])
- # [05:47] * Quits: m_W (~mwj@c-69-141-106-205.hsd1.nj.comcast.net) (Ping timeout: 240 seconds)
- # [05:48] * Quits: erlehmann_ (~erlehmann@dslb-188-103-025-188.pools.arcor-ip.net) (Quit: Ex-Chat)
- # [05:51] * Joins: m_W (~mwj@c-69-141-106-205.hsd1.nj.comcast.net)
- # [05:51] <MikeSmithX> nimbupani: that's a depressing article
- # [05:51] <nimbupani> MikeSmithX: evergreening?
- # [05:51] <MikeSmithX> one more among the list of things I guess I should know about but would almost rather not
- # [05:51] <MikeSmithX> nimbupani: yeah
- # [05:51] * MikeSmithX is now known as MikeSmith
- # [05:52] <nimbupani> yeah thats how big pharmas make their money :(
- # [05:52] <MikeSmith> well, everybody's got a right to make money
- # [05:53] <nimbupani> indian companies making AIDS meds for 1/10th cost were sued out of existence coz of patent infringements
- # [05:53] * Quits: Aleoss (AleossIRC@142-165-189-222.sktn.hsdb.sasknet.sk.ca) (Ping timeout: 276 seconds)
- # [05:53] * Joins: gavin__ (~gavin@people.mozilla.com)
- # [05:53] <MikeSmith> well, that's definitely screwed up then
- # [05:53] * Joins: mamund_ (mamund@frost.nullshells.net)
- # [05:53] <nimbupani> so big NGOs in Africa get grants to pay big pharmas LOTS of money to get these expensive meds and then give them for free for AIDS victims who are poor.
- # [05:53] <MikeSmith> I guess it could be argued that they are still playing by the rules
- # [05:54] <MikeSmith> and that it's the rules that need to change
- # [05:54] <nimbupani> MikeSmith: yes, exactly.
- # [05:54] <nimbupani> this patent law is screwed I think.
- # [05:54] * Joins: scherkus_ (~scherkus@c-98-203-232-19.hsd1.wa.comcast.net)
- # [05:55] <MikeSmith> I'm sure they use a good part of their profits to lobby against changing the rules
- # [05:56] <nimbupani> i think so too.
- # [05:57] * Joins: rolandsteiner (~rolandste@220.109.219.244)
- # [05:57] * Joins: kcliu_ (gjliou@linux1.cs.nctu.edu.tw)
- # [05:57] <nimbupani> Plus US has all these Free Trade Agreements that let them sue companies in the countries they have FTAs with (for patent infringements)
- # [05:58] <nimbupani> the carrot in the case of Singapore was visa waiver for Singapore citizens and special H1B category for them, one of the things in return was stricter enforcement of anti-piracy practices (among others).
- # [05:59] * Quits: mmn (~mmn@129-97-225-97.uwaterloo.ca) (Quit: Leaving.)
- # [05:59] * Quits: scherkus (~scherkus@c-98-203-232-19.hsd1.wa.comcast.net) (*.net *.split)
- # [05:59] * Quits: nessy (~Adium@124-168-183-12.dyn.iinet.net.au) (*.net *.split)
- # [05:59] * Quits: gavin (~gavin@firefox/developer/gavin) (*.net *.split)
- # [05:59] * Joins: nessy (~Adium@124-168-183-12.dyn.iinet.net.au)
- # [06:02] * Quits: drry (~drry@unaffiliated/drry) (*.net *.split)
- # [06:02] * Quits: mamund (mamund@frost.nullshells.net) (*.net *.split)
- # [06:02] * Quits: hamaji (~hamaji@220.109.219.244) (*.net *.split)
- # [06:02] * Quits: kcliu (gjliou@linux1.cs.nctu.edu.tw) (*.net *.split)
- # [06:02] * Joins: othree (~othree@admin39.ct.ntust.edu.tw)
- # [06:03] * Joins: dave_levin (~dave_levi@c-98-203-247-78.hsd1.wa.comcast.net)
- # [06:05] * Joins: kennyluck_ (~kennyluck@2001:200:1c0:3508:225:ff:fe4d:f8c7)
- # [06:06] * Quits: kennyluck (~kennyluck@tea04.w3.mag.keio.ac.jp) (Ping timeout: 240 seconds)
- # [06:06] * kennyluck_ is now known as kennyluck
- # [06:08] <MikeSmith> sounds more like extortion than a carrot
- # [06:09] * Joins: hamaji (~hamaji@220.109.219.244)
- # [06:10] * Joins: drry (~drry@unaffiliated/drry)
- # [06:10] * Quits: drry (~drry@unaffiliated/drry) (Excess Flood)
- # [06:10] * Joins: drry (~drry@unaffiliated/drry)
- # [06:11] <nimbupani> :)
- # [06:16] * Joins: theMadness (~petal@host57-134-static.35-88-b.business.telecomitalia.it)
- # [06:21] * Quits: michaeln (~michaeln@nat/google/x-uazlbkrtiblibkpi) (Quit: Leaving.)
- # [06:24] * Quits: scherkus_ (~scherkus@c-98-203-232-19.hsd1.wa.comcast.net) (Quit: lol)
- # [06:42] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [06:48] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [06:52] * Joins: kennyluck_ (~kennyluck@tea04.w3.mag.keio.ac.jp)
- # [06:54] * Quits: cpearce (~cpearce@203-97-204-82.dsl.clear.net.nz) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.15/2009101909])
- # [06:55] * Quits: MikeSmith (~MikeSmith@EM114-48-62-56.pool.e-mobile.ne.jp) (Ping timeout: 264 seconds)
- # [06:56] * Quits: kennyluck (~kennyluck@2001:200:1c0:3508:225:ff:fe4d:f8c7) (Ping timeout: 268 seconds)
- # [06:56] * kennyluck_ is now known as kennyluck
- # [06:59] * Quits: miketaylr (~miketaylr@24.42.95.234) (Remote host closed the connection)
- # [07:06] * gavin__ is now known as gavin
- # [07:06] * Quits: gavin (~gavin@people.mozilla.com) (Changing host)
- # [07:06] * Joins: gavin (~gavin@firefox/developer/gavin)
- # [07:14] * Joins: mpilgrim (~pilgrim@12.35.79.3)
- # [07:18] * Joins: pesla (~pesla@188.202.125.121)
- # [07:27] * Joins: MikeSmith (~MikeSmith@EM114-48-19-161.pool.e-mobile.ne.jp)
- # [07:34] * Quits: rolandsteiner (~rolandste@220.109.219.244) (Quit: Leaving.)
- # [07:46] * Quits: roc (~roc@203-97-204-82.dsl.clear.net.nz) (Quit: roc)
- # [07:47] * Joins: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [07:53] * Joins: sicking (~chatzilla@adsl-99-179-44-34.dsl.pltn13.sbcglobal.net)
- # [07:53] * Joins: zalan (~zalan@192.100.124.156)
- # [07:55] * Quits: mike][inq (~mike@2001:858:5:303:224:81ff:fe12:b5c4) (Remote host closed the connection)
- # [08:03] * Quits: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Ping timeout: 258 seconds)
- # [08:04] * Joins: wakaba_0 (~wakaba_@203-140-90-184.eonet.ne.jp)
- # [08:07] * Joins: micheil (~micheil@124-170-52-1.dyn.iinet.net.au)
- # [08:14] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Remote host closed the connection)
- # [08:17] * Joins: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de)
- # [08:24] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Ping timeout: 240 seconds)
- # [08:28] * Quits: nimbupani (~nimbupani@219.64.117.145) (Quit: nimbupani)
- # [08:35] * Joins: mike][inq (~mike@2001:858:5:303:224:81ff:fe12:b5c4)
- # [08:37] * Quits: pesla (~pesla@188.202.125.121) (Read error: Connection reset by peer)
- # [08:38] * Joins: pesla (~pesla@188.202.125.121)
- # [08:46] * Joins: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl)
- # [08:50] * Joins: nimbupani (~nimbupani@219.64.117.145)
- # [08:54] * Quits: mpilgrim (~pilgrim@12.35.79.3) (Ping timeout: 260 seconds)
- # [08:56] * Joins: eighty4 (~eighty4@h-112-7.A163.corp.bahnhof.se)
- # [08:59] * Quits: nimbupani (~nimbupani@219.64.117.145) (Quit: nimbupani)
- # [08:59] * Joins: mpilgrim (~pilgrim@12.35.79.3)
- # [08:59] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [09:00] * Quits: mpilgrim (~pilgrim@12.35.79.3) (Remote host closed the connection)
- # [09:06] * Joins: zcorpan_ (~zcorpan@c-aa99e355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [09:09] * Joins: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie)
- # [09:11] * Joins: roc (~roc@121-72-195-165.dsl.telstraclear.net)
- # [09:20] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [09:22] * Joins: shepazu (~schepers@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [09:35] * Quits: kennyluck (~kennyluck@tea04.w3.mag.keio.ac.jp) (Quit: kennyluck)
- # [09:48] * Joins: kennyluck (~kennyluck@2001:200:1c0:2900:225:ff:fe4d:f8c7)
- # [09:54] * Joins: svl (~chatzilla@a194-109-2-65.dmn.xs4all.nl)
- # [10:05] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [10:06] * Joins: Creap (~jacob@jacobrask.net)
- # [10:14] * Joins: erikvold (~erikvold@24.84.33.12)
- # [10:16] * Quits: MikeSmith (~MikeSmith@EM114-48-19-161.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [10:18] * Joins: MikeSmith (~MikeSmith@EM114-48-198-22.pool.e-mobile.ne.jp)
- # [10:20] * Joins: gregw (~gregwilki@host116-234-static.43-88-b.business.telecomitalia.it)
- # [10:21] * Joins: smaug (~chatzilla@a91-154-43-186.elisa-laajakaista.fi)
- # [10:27] * Joins: rolandsteiner (~rolandste@220.109.219.244)
- # [10:29] * Quits: rektide (rektide@voodoowarez.com) (Read error: Operation timed out)
- # [10:31] * Quits: webben (~benjamin@173-203-84-17.static.cloud-ips.com) (Ping timeout: 264 seconds)
- # [10:34] * Joins: mat_t (~mattomasz@91.189.88.12)
- # [10:34] <hsivonen> I downloaded the 64-bit Ubuntu WebM build of Opera, but it doesn't support WebM. How do I make sure the app doesn't load libs from the Opera installed from .deb and actually loads from the directory extracted from .tar.gz?
- # [10:35] * Joins: virtuelv (~virtuelv_@52.95.189.109.customer.cdi.no)
- # [10:35] <hsivonen> 32-bit WebM-enabled MozillaDeveloperPreview on Mac, WFM, on the other hand
- # [10:39] * Quits: sicking (~chatzilla@adsl-99-179-44-34.dsl.pltn13.sbcglobal.net) (Ping timeout: 264 seconds)
- # [10:39] <Lachy> hsivonen, foolip should know, if he's around
- # [10:40] <Lachy> but I will try the build now, see if it works for me
- # [10:41] * Quits: erikvold (~erikvold@24.84.33.12) (Quit: me so sleepy)
- # [10:41] <hsivonen> I'm still on Karmic, FWIW
- # [10:43] <foolip> hi there
- # [10:43] <foolip> there's a problem with the libc version linked in the Linux builds
- # [10:43] <hsivonen> hi
- # [10:44] <foolip> if you put those plugins in GST_PLUGIN_PATH and do gst-inspect opera_vp8, do you see some plugin load failed warnings?
- # [10:44] <Creap> with ARIA boolean values, does that mean I should have aria-haspopup=true, aria-haspopup=aria-haspopup or just aria-haspopup in html5?
- # [10:44] <Lachy> foolip, the build kind of works for me in Ubuntu.
- # [10:44] * Joins: ROBOd (~robod@92.86.245.246)
- # [10:44] <annevk> Creap, I think ARIA is different from boolean attributes as defined in HTML
- # [10:45] <annevk> Creap, we gave Last Call comments to that effect
- # [10:45] <foolip> Karmic just might be too old, I built on Lucid
- # [10:45] <annevk> Creap, I lost track as to whether they were addressed or not
- # [10:45] * Joins: webben (~benjamin@173-203-84-17.static.cloud-ips.com)
- # [10:45] <Lachy> foolip, but the audio seems to drop out after a few seconds, and comes back only after I seek.
- # [10:45] <Creap> ok
- # [10:45] <foolip> hsivonen: if that's the issue, then we know about it (too late) and are going to fix it
- # [10:46] <zcorpan_> Creap: it should be =true according to the aria spec, iirc
- # [10:46] <foolip> Lachy: low bandwidth?
- # [10:46] <Lachy> no, playing from localhost
- # [10:46] <Lachy> well, sort of. Ubuntu running in a virtual machine is accessing the web server running under Mac on the same computer
- # [10:46] <foolip> Lachy: file a bug :) (not in #whatwg)
- # [10:47] <hsivonen> foolip: http://pastebin.mozilla.org/726083
- # [10:47] <Lachy> will do soon
- # [10:47] <foolip> hsivonen: yeah, that's the same issue
- # [10:47] <hsivonen> foolip: thanks
- # [10:47] <foolip> sorry about that, linux libraries were rushed
- # [10:48] * Joins: Phae (~phaeness@gatek.thls.bbc.co.uk)
- # [10:49] * hsivonen looks forward to having WebM in mozilla-central and therefore in my local builds
- # [10:50] <doublec> hsivonen, the patches are in the bugs now. I'm just touching my stuff up for review
- # [10:51] * Joins: rektide (rektide@voodoowarez.com)
- # [10:52] <Lachy> hmm, maybe the audio issue is caused by VMWare trying to take a snapshot of the virtual machine, and using a lot of resources. I usually have to wait for that to finish before doing things
- # [10:55] * Joins: workmad3 (~workmad3@2002:8258:c3b9:c:223:dfff:feaa:a0aa)
- # [10:56] <hsivonen> doublec: great!
- # [11:01] <annevk> "I didn't patent CSS" heh
- # [11:05] <hsivonen> I think it's great howcome made that point on stage.
- # [11:13] * Quits: hasather (~david@pat-tdc.opera.com) (Ping timeout: 258 seconds)
- # [11:17] <Lachy> annevk, Håkon may not have, but Microsoft did :-)
- # [11:18] <Lachy> according to the CSS patent disclosures
- # [11:19] <MikeSmith> about http://html5.org/tools/web-apps-tracker?from=4926&to=4927 .. is that constraint meant to be machine checkable?
- # [11:19] <annevk> i think it is
- # [11:20] <othermaciej> how can you detect "include data blocks"?
- # [11:20] <MikeSmith> how do I determine if an instance of the element contains data blocks?
- # [11:20] <othermaciej> I can imagine it for certain known mime types
- # [11:20] <othermaciej> but in general, the validator can't know what the browser would treat as script
- # [11:21] <MikeSmith> (what othermaciej said ... I type too clow)
- # [11:21] <othermaciej> not for sure anywa
- # [11:21] <MikeSmith> *slow
- # [11:21] <othermaciej> it can identify JavaScript and known non-script types and that's it
- # [11:21] * Parts: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [11:21] * Joins: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [11:23] <MikeSmith> what's the current state of discussion around the Content Security Policy spec?
- # [11:23] <MikeSmith> http://people.mozilla.org/~bsterne/content-security-policy/
- # [11:24] <MikeSmith> have other browser vendors expressed some support for implementing it yet?
- # [11:24] <othermaciej> I think the WebKit project may be interested in implementing it
- # [11:24] <othermaciej> but
- # [11:25] <othermaciej> I dunno how good the current rev is
- # [11:25] <zcorpan_> MikeSmith: i think html5 should specify a dedicated mime type for 'data blocks'
- # [11:26] <MikeSmith> zcorpan_: aye
- # [11:26] <MikeSmith> othermaciej: OK, thanks
- # [11:26] <othermaciej> no clear statement from vendors
- # [11:26] <othermaciej> I prefer security features that work more automatically w/ less work by the content author
- # [11:26] <othermaciej> but clearly the idea of dropping priveleges has a certain appeal right now
- # [11:26] <othermaciej> good night
- # [11:27] * Parts: Creap (~jacob@jacobrask.net)
- # [11:28] <MikeSmith> 'night
- # [11:29] * Joins: hasather (~david@pat-tdc.opera.com)
- # [11:30] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [11:31] * Quits: kennyluck (~kennyluck@2001:200:1c0:2900:225:ff:fe4d:f8c7) (Quit: kennyluck)
- # [11:31] <hsivonen> are the right people at Opera aware of the content type trouble with http://devfiles.myopera.com/articles/1891/sunflower-webm.html ?
- # [11:32] <roc> Lachy: yesterday you said something about the performance of WebM decoding with the CPU on 1080p
- # [11:32] * pesla is now known as peslafk
- # [11:32] <hsivonen> (the video file is application/octet-stream; should be video/webm)
- # [11:33] <hasather> hsivonen: I can mail the guy
- # [11:33] <hsivonen> hasather: thanks
- # [11:34] <annevk> according to foolip application/octet-stream should play per the specification
- # [11:35] <roc> Lachy: Using GL to perform YUV conversion and scaling, we can play fullscreen 1080p using slightly less than one core of my 3-year-old Macbook pro , so it's definitely doable
- # [11:35] <annevk> specification is somewhat unclear on media types; e.g. if a UA supports Ogg Theora and WebM, someone puts WebM as video/ogg on the web, it should still play per spec
- # [11:35] <roc> which specification?
- # [11:35] <annevk> HTML5
- # [11:36] <annevk> "The MIME type "application/octet-stream" with no parameters is never a type that the user agent knows it cannot render."
- # [11:37] <roc> ah
- # [11:37] <roc> interesting, I wasn't aware of that
- # [11:37] <annevk> and fetching resources says
- # [11:37] <annevk> "If the media resource is found to have Content-Type metadata that, when parsed as a MIME type (including any codecs described by the codecs parameter), represents a type that the user agent knows it cannot render (even if the actual media data is in a supported format)"
- # [11:37] <annevk> it doesn't actually say anything about mismatching
- # [11:38] <hsivonen> annevk: looks like the spec is settuing us up for image/* all over again
- # [11:38] <annevk> not sure whether to consider this broken or a feature
- # [11:38] <hsivonen> right. magic numbers within image/* work
- # [11:38] <hsivonen> except for SVG maybe
- # [11:38] <annevk> yeah, SVG is noted as exception
- # [11:38] <zcorpan_> i noticed this about a year ago or so
- # [11:38] <annevk> for images
- # [11:39] <zcorpan_> don't remember if i emailed the list, but at least Hixie didn't think it was an obvious bug as to change the spec
- # [11:39] <annevk> zcorpan_, was there discussion about it too? I though there was
- # [11:39] <zcorpan_> at least in #whatwg, yeah
- # [11:40] <roc> hum
- # [11:40] * Joins: kennyluck (~kennyluck@2001:200:1c0:3508:225:ff:fe4d:f8c7)
- # [11:40] <roc> when did this get added?
- # [11:40] <roc> adding a requirement for binary sniffing of all media types is a fairly big deal
- # [11:42] <foolip> that is what we're doing
- # [11:42] <annevk> I think we should remove that
- # [11:42] <annevk> I guess Apple advocated it
- # [11:42] * Quits: smaug (~chatzilla@a91-154-43-186.elisa-laajakaista.fi) (Ping timeout: 264 seconds)
- # [11:42] <MikeSmith> Lachy: about http://www.w3.org/Bugs/Public/show_bug.cgi?id=9707 .. the bug-status guidelines that othermaciej wrote up pretty much reserve the "invalid" state for bug reports that are simply spam. I think we are meant to use "worksforme" instead for cases like this one
- # [11:43] <annevk> but all this is based on vague recollections so don't take my word for it :)
- # [11:43] <foolip> I wouldn't mind changing the spec, but would make actually changeing the implemention veeery low priority
- # [11:43] <hsivonen> Why does http://videojs.com/ have a *fallback* for Opera?
- # [11:43] <foolip> zcorpan_: can you check it out?
- # [11:44] <zcorpan_> roc: at first there were no checking at all in the spec
- # [11:44] <annevk> it was added between april and august 2009
- # [11:44] <zcorpan_> roc: then some checks were added, mostly due to feedback from me iirc
- # [11:45] * annevk goes to find the exact diff
- # [11:45] <zcorpan_> oh maybe you're discussing something else
- # [11:45] <annevk> foolip, wouldn't it be a trivial change?
- # [11:45] <foolip> annevk: not at all
- # [11:46] <foolip> once we hand off the media to the platform, it doesn't even have the MIME type, it uses only sniffing to set up the decoding pipeline
- # [11:46] <annevk> http://www.w3.org/Bugs/Public/show_bug.cgi?id=7977
- # [11:47] <roc> thanks anne
- # [11:47] <annevk> foolip, ah yeah, but the application/octet-stream one should be more doable
- # [11:48] <foolip> annevk: to just not support it?
- # [11:48] * foolip hsan't looked at the bug
- # [11:48] <foolip> oh, simon's old bug
- # [11:49] <foolip> we already handle application/octet-stream as per spec
- # [11:49] <roc> that bug report is not very helpful
- # [11:50] <annevk> foolip, right, to not support it
- # [11:50] <annevk> roc, not really, no :/
- # [11:50] <zcorpan_> annevk: why would we want to not support application/octet-stream?
- # [11:51] <foolip> I'm beginning to think that MIME types are just silly
- # [11:51] <foolip> well, it's nice that things aren't served as text/plain I guess
- # [11:51] <jgraham> That seems to be a surprisingly common conclusion
- # [11:52] <annevk> zcorpan_, I could be convinced that we want to support lack of a Content-Type header everywhere, but then we should be consistent about it
- # [11:52] <foolip> bah, I'm not writing a manifesto for/against MIME today, life goes on
- # [11:52] <annevk> zcorpan_, e.g. <html manifest> does not support lack of a content type, neither does EventSource() iirc
- # [11:53] <zcorpan_> <video> is more like <img> though
- # [11:54] * zcorpan_ doesn't really care much either way
- # [11:54] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [11:55] <annevk> we might gain some more friends by getting rid of Content-Type :p
- # [11:58] <roc> hmmm
- # [11:58] <hasather> hsivonen: the video should work now
- # [11:58] <zcorpan_> annevk: i think there are more effective ways to gain friends :P
- # [11:58] <roc> I wonder how we handle unknown content-types for video right now
- # [11:58] * Quits: Phae (~phaeness@gatek.thls.bbc.co.uk)
- # [11:59] <zcorpan_> what was the issue with http://videojs.com/ ?
- # [11:59] <roc> ah, I think we just fail
- # [12:00] <hsivonen> hasather: thanks
- # [12:00] <zcorpan_> i get a <video> there in opera
- # [12:01] <hsivonen> zcorpan_: opera isn't on the support list but on the fallback list
- # [12:01] <hsivonen> zcorpan_: problem with advertising, not code, then
- # [12:07] * Quits: MikeSmith (~MikeSmith@EM114-48-198-22.pool.e-mobile.ne.jp) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [12:10] * Joins: Phae (~phaeness@gatek.mh.bbc.co.uk)
- # [12:12] * Quits: zalan (~zalan@192.100.124.156) (Ping timeout: 260 seconds)
- # [12:14] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 276 seconds)
- # [12:17] * Quits: Lachy (~Lachlan@85.196.122.246) (Quit: This computer has gone to sleep)
- # [12:28] * Joins: tndH (~Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com)
- # [12:31] * Quits: rolandsteiner (~rolandste@220.109.219.244) (Quit: Leaving.)
- # [12:39] * Joins: smaug (~chatzilla@a91-154-43-186.elisa-laajakaista.fi)
- # [12:45] * Quits: wakaba_0 (~wakaba_@203-140-90-184.eonet.ne.jp) (Ping timeout: 260 seconds)
- # [12:46] <annevk> ooh I found the wrong bug?
- # [12:46] <annevk> sorry
- # [12:47] * annevk looks once more
- # [12:47] * Joins: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [12:50] <annevk> the actual revision was http://html5.org/tools/web-apps-tracker?from=3497&to=3498
- # [12:50] <annevk> it is not tied back to any bug report or email unfortunately
- # [12:50] <annevk> though you could look in the archives of mailing lists to see if hixie confirmed such a change around 2009-07-30
- # [12:52] * Disconnected
- # [12:53] * Attempting to rejoin channel #whatwg
- # [12:53] * Rejoined channel #whatwg
- # [12:53] * Topic is 'WHATWG: http://www.whatwg.org/ -- logs: http://krijnhoetmer.nl/irc-logs/ -- stats: http://gavinsharp.com/irc/whatwg.html -- Please leave your sense of logic at the door, thanks!'
- # [12:53] * Set by annevk42 on Mon Oct 19 23:03:06
- # [12:55] * Joins: Lachy (~Lachlan@pat-tdc.opera.com)
- # [12:55] * annevk cannot find something in the whatwg archives so fast
- # [13:06] <Philip`> annevk: Do you mean http://article.gmane.org/gmane.ietf.http-wg/4340 ?
- # [13:07] <Philip`> (or the public-html equivalent)
- # [13:07] <Philip`> (which Google is less happy to find for me)
- # [13:08] <annevk> guess so
- # [13:09] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [13:10] * Quits: virtuelv (~virtuelv_@52.95.189.109.customer.cdi.no) (Quit: Ex-Chat)
- # [13:12] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [13:20] * Joins: AnthonyCat (~AnthonyCa@2002:3aaf:19c2:0:21f:5bff:feb6:f0e1)
- # [13:21] * Quits: AnthonyCat (~AnthonyCa@2002:3aaf:19c2:0:21f:5bff:feb6:f0e1) (Client Quit)
- # [13:26] * Joins: zalan (~zalan@catv-89-135-142-235.catv.broadband.hu)
- # [13:27] * Quits: wakaba_0 (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [13:28] * Quits: zalan (~zalan@catv-89-135-142-235.catv.broadband.hu) (Client Quit)
- # [13:30] * Joins: zalan (~zalan@catv-89-135-142-235.catv.broadband.hu)
- # [13:31] * Joins: boaz (~boaz@64.119.159.231)
- # [13:47] * Quits: f1lt3r (~f1lt3r@64.119.159.231) (Remote host closed the connection)
- # [13:49] * Joins: f1lt3r (~f1lt3r@64.119.159.231)
- # [13:51] * Joins: MikeSmith (~MikeSmith@EM114-48-49-127.pool.e-mobile.ne.jp)
- # [13:52] * Joins: yutak_home (~kee@U017209.ppp.dion.ne.jp)
- # [14:05] * Quits: roc (~roc@121-72-195-165.dsl.telstraclear.net) (Quit: roc)
- # [14:06] * Joins: roc (~roc@121-72-195-165.dsl.telstraclear.net)
- # [14:09] * Joins: karlushi (~karlushi@fw.vdl2.ca)
- # [14:13] * Quits: smaug (~chatzilla@a91-154-43-186.elisa-laajakaista.fi) (*.net *.split)
- # [14:13] * Quits: kennyluck (~kennyluck@2001:200:1c0:3508:225:ff:fe4d:f8c7) (*.net *.split)
- # [14:13] * Quits: mike][inq (~mike@2001:858:5:303:224:81ff:fe12:b5c4) (*.net *.split)
- # [14:13] * Quits: jmb (~jmb@login.ecs.soton.ac.uk) (*.net *.split)
- # [14:13] * Quits: yutak (~yutak@nat/google/x-bebdkcyjrfgviwmw) (*.net *.split)
- # [14:13] * Quits: wakaba (~wakaba@181.63.138.58.dy.bbexcite.jp) (*.net *.split)
- # [14:13] * Quits: kinetik (~kinetik@121.98.132.55) (*.net *.split)
- # [14:13] * Quits: ojan (~ojan@nat/google/x-czjvbzmnceaszxog) (*.net *.split)
- # [14:13] * Quits: peroo (~peroo@peroo.xen.prgmr.com) (*.net *.split)
- # [14:16] * Joins: smaug (~chatzilla@a91-154-43-186.elisa-laajakaista.fi)
- # [14:16] * Joins: kennyluck (~kennyluck@2001:200:1c0:3508:225:ff:fe4d:f8c7)
- # [14:16] * Joins: mike][inq (~mike@2001:858:5:303:224:81ff:fe12:b5c4)
- # [14:16] * Joins: jmb (~jmb@login.ecs.soton.ac.uk)
- # [14:16] * Joins: yutak (~yutak@nat/google/x-bebdkcyjrfgviwmw)
- # [14:16] * Joins: wakaba (~wakaba@181.63.138.58.dy.bbexcite.jp)
- # [14:16] * Joins: kinetik (~kinetik@121.98.132.55)
- # [14:16] * Joins: ojan (~ojan@nat/google/x-czjvbzmnceaszxog)
- # [14:16] * Joins: peroo (~peroo@peroo.xen.prgmr.com)
- # [14:20] <annevk> TabAtkins, awake by any chance?
- # [14:20] * Quits: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl) (Quit: Necrathex)
- # [14:20] <annevk> TabAtkins, I was wondering if the split between display values is really intuitive enough for authors
- # [14:20] <annevk> TabAtkins, I think we should at least provide some simple shorthands for flex usage
- # [14:29] * Quits: karlushi (~karlushi@fw.vdl2.ca) (Read error: Connection timed out)
- # [14:38] * Quits: gregw (~gregwilki@host116-234-static.43-88-b.business.telecomitalia.it) (Ping timeout: 265 seconds)
- # [14:38] * Joins: karlushi (~karlushi@fw.vdl2.ca)
- # [14:46] * Joins: davidb (~davidb@mozca02.ca.mozilla.com)
- # [14:49] * Quits: workmad3 (~workmad3@2002:8258:c3b9:c:223:dfff:feaa:a0aa) (Quit: Leaving...)
- # [14:53] * Joins: gregw (~gregwilki@host116-234-static.43-88-b.business.telecomitalia.it)
- # [14:53] * Quits: gregw (~gregwilki@host116-234-static.43-88-b.business.telecomitalia.it) (Remote host closed the connection)
- # [14:54] * Quits: m_W (~mwj@c-69-141-106-205.hsd1.nj.comcast.net) (Ping timeout: 240 seconds)
- # [15:05] * Quits: karlushi (~karlushi@fw.vdl2.ca) (Read error: Connection timed out)
- # [15:07] * Joins: BlurstOfTimes (~blurstoft@168.203.118.46)
- # [15:14] * Joins: karlushi (~karlushi@fw.vdl2.ca)
- # [15:17] * Joins: aroben (~aroben@unaffiliated/aroben)
- # [15:29] * Joins: miketaylr (~miketaylr@38.117.156.163)
- # [15:30] <zcorpan_> ah, so it was mozilla guys asking for application/octet-stream
- # [15:32] * Quits: nessy (~Adium@124-168-183-12.dyn.iinet.net.au) (Quit: Leaving.)
- # [15:33] * Quits: f1lt3r (~f1lt3r@64.119.159.231) (Quit: Gettin' out while I still can!)
- # [15:33] <annevk> and now they wonder why lol
- # [15:33] <annevk> typical that only we ended up implementing it :p
- # [15:34] <zcorpan_> i think the spec is fine as is, fwiw
- # [15:34] * Quits: mamund_ (mamund@frost.nullshells.net) (Ping timeout: 260 seconds)
- # [15:38] * Joins: mamund (mamund@frost.nullshells.net)
- # [15:38] <annevk> yeah, paving the path for getting rid of content negotiation and what not :p
- # [15:39] <annevk> on the other hand, it makes me wonder why we'd support media types on the HTTP level at all...
- # [15:39] <annevk> for video
- # [15:40] <zcorpan_> to make videos playable in top-level browsing context without sniffing everything for video
- # [15:42] <annevk> so in a top-level browsing context we'd not play video labeled as application/octet-stream?
- # [15:43] <zcorpan_> not sure
- # [15:43] <zcorpan_> but we wouldn't for text/plain or text/html
- # [15:46] * Quits: Thezilch (~fuz007@cpe-76-90-63-19.socal.res.rr.com) (Read error: Connection reset by peer)
- # [15:49] * Parts: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [16:03] * Quits: shepazu (~schepers@76-253-3-102.lightspeed.sntcca.sbcglobal.net) (Quit: shepazu)
- # [16:06] * Quits: MikeSmith (~MikeSmith@EM114-48-49-127.pool.e-mobile.ne.jp) (Read error: Connection reset by peer)
- # [16:07] * Joins: MikeSmith (~MikeSmith@EM114-49-11-0.pool.e-mobile.ne.jp)
- # [16:14] * Joins: gregw (~gregwilki@host116-234-static.43-88-b.business.telecomitalia.it)
- # [16:16] * Quits: karlushi (~karlushi@fw.vdl2.ca) (Read error: Connection timed out)
- # [16:16] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:16] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:17] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:17] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:17] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:17] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:18] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:18] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:18] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:18] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:18] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:18] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:18] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:19] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:19] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:19] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:19] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [16:19] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:19] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:19] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:19] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:20] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:20] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:20] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:20] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:21] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:21] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:21] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:21] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:21] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:21] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:21] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:22] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:22] * Joins: f1lt3r (~f1lt3r@64.119.159.231)
- # [16:22] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:22] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:22] * Joins: pauld (~chatzilla@194.102.13.2)
- # [16:22] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:22] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:23] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:23] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Excess Flood)
- # [16:25] * Joins: karlushi (~karlushi@fw.vdl2.ca)
- # [16:28] * Quits: zcorpan_ (~zcorpan@c-aa99e355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan_)
- # [16:28] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:36] * Quits: gregw (~gregwilki@host116-234-static.43-88-b.business.telecomitalia.it) (Quit: Ex-Chat)
- # [16:47] * Joins: Aleoss (AleossIRC@142-165-189-222.sktn.hsdb.sasknet.sk.ca)
- # [16:52] * Joins: f1lt3r_ (~f1lt3r@64.119.159.231)
- # [16:52] * Quits: f1lt3r (~f1lt3r@64.119.159.231) (Quit: Gettin' out while I still can!)
- # [16:55] <Dashiva> "Awesome for legacy browsers like IE9 and Safari." :)
- # [16:59] * Quits: peslafk (~pesla@188.202.125.121) (Remote host closed the connection)
- # [16:59] * Quits: maikmerten (~merten@ls5dhcp196.cs.uni-dortmund.de) (Remote host closed the connection)
- # [16:59] * Joins: pesla (~pesla@188.202.125.121)
- # [17:00] * Quits: tndH (~Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com) (Remote host closed the connection)
- # [17:03] * Quits: Maurice (~ano@a80-101-46-164.adsl.xs4all.nl) (Quit: Disconnected...)
- # [17:07] * Quits: karlushi (~karlushi@fw.vdl2.ca) (Read error: Connection timed out)
- # [17:09] * Joins: zcorpan_ (~zcorpan@c-aa99e355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [17:12] * Quits: Lachy (~Lachlan@pat-tdc.opera.com) (Quit: This computer has gone to sleep)
- # [17:12] <paul_irish> (sorry about the flood flood. eek)
- # [17:16] * Joins: karlushi (~karlushi@fw.vdl2.ca)
- # [17:19] * Quits: svl (~chatzilla@a194-109-2-65.dmn.xs4all.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky!)
- # [17:21] * Quits: daedb (~daed@78-72-108-100-no178.tbcn.telia.com) (Remote host closed the connection)
- # [17:22] * Joins: daedb (~daed@78-72-108-100-no178.tbcn.telia.com)
- # [17:25] * Joins: Lachy (~Lachlan@85.196.122.246)
- # [17:25] * Quits: salavas (~salavas@h4n1fls31o279.telia.com) (Ping timeout: 248 seconds)
- # [17:26] * Joins: erikvold (~erikvold@24.84.33.12)
- # [17:26] * Joins: wycats_ (~wycats@bakkara.customers.2k.net.ua)
- # [17:27] * Joins: salavas (~salavas@h4n1fls31o279.telia.com)
- # [17:28] * Quits: eighty4 (~eighty4@h-112-7.A163.corp.bahnhof.se) (Remote host closed the connection)
- # [17:29] * Quits: wycats (~wycats@bakkara.customers.2k.net.ua) (Ping timeout: 258 seconds)
- # [17:29] * wycats_ is now known as wycats
- # [17:29] * Quits: dave_levin (~dave_levi@c-98-203-247-78.hsd1.wa.comcast.net) (Quit: dave_levin)
- # [17:29] * Joins: tndH (~Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com)
- # [17:30] <zcorpan_> Lachy: Hixie said websrt would be used for chapters also
- # [17:31] <Lachy> really?
- # [17:31] <Lachy> but it's not a chapter format
- # [17:32] <zcorpan_> http://krijnhoetmer.nl/irc-logs/whatwg/20100504#l-77
- # [17:33] * Quits: zcorpan_ (~zcorpan@c-aa99e355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan_)
- # [17:36] * Quits: pauld (~chatzilla@194.102.13.2) (Ping timeout: 260 seconds)
- # [17:41] * Quits: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 258 seconds)
- # [17:43] * Quits: Phae (~phaeness@gatek.mh.bbc.co.uk)
- # [17:44] * Joins: wycats_ (~wycats@bakkara.customers.2k.net.ua)
- # [17:46] * Quits: wycats (~wycats@bakkara.customers.2k.net.ua) (Ping timeout: 248 seconds)
- # [17:46] * wycats_ is now known as wycats
- # [17:47] <TabAtkins> annevk: I'm up now.
- # [17:47] <TabAtkins> What were you thinking?
- # [17:50] * Joins: epeus (~KevinMark@157.22.22.57)
- # [17:52] * Joins: sicking (~chatzilla@nat/mozilla/x-cswnifuarsdnhpso)
- # [17:57] * Joins: JohnnyAmerica (~Simon@213-64-113-37-no97.tbcn.telia.com)
- # [18:10] * Joins: wycats_ (~wycats@bakkara.customers.2k.net.ua)
- # [18:10] * Quits: wycats (~wycats@bakkara.customers.2k.net.ua) (Read error: No route to host)
- # [18:10] * wycats_ is now known as wycats
- # [18:11] * Joins: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [18:17] * Joins: wycats_ (~wycats@bakkara.customers.2k.net.ua)
- # [18:17] * Quits: wycats (~wycats@bakkara.customers.2k.net.ua) (Ping timeout: 265 seconds)
- # [18:17] * wycats_ is now known as wycats
- # [18:31] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [18:31] * Joins: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [18:33] * Joins: ap_ (~ap@17.246.17.104)
- # [18:34] * Joins: mlpug (~mlpug@a88-115-164-40.elisa-laajakaista.fi)
- # [18:35] * Quits: salavas (~salavas@h4n1fls31o279.telia.com) (Ping timeout: 260 seconds)
- # [18:36] * Quits: pesla (~pesla@188.202.125.121) (Quit: pesla)
- # [18:43] * Joins: virtuelv (~virtuelv_@52.95.189.109.customer.cdi.no)
- # [18:45] * Quits: karlushi (~karlushi@fw.vdl2.ca) (Read error: Connection timed out)
- # [18:51] * Joins: maikmerten (~maikmerte@port-92-201-116-58.dynamic.qsc.de)
- # [18:56] * Quits: MikeSmith (~MikeSmith@EM114-49-11-0.pool.e-mobile.ne.jp) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [18:58] * Joins: JonathanNeal (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com)
- # [18:58] * Quits: erikvold (~erikvold@24.84.33.12) (Quit: erikvold)
- # [18:59] * Joins: dbaron (~dbaron@nat/mozilla/x-rdsqbehhkarfypaa)
- # [19:04] * Joins: erlehmann (~erlehmann@89.204.137.101)
- # [19:04] * Joins: gregw (~gregwilki@host116-234-static.43-88-b.business.telecomitalia.it)
- # [19:05] * Joins: dave_levin (~dave_levi@nat/google/x-nfyypwvckcuwyahp)
- # [19:10] * Quits: mat_t (~mattomasz@91.189.88.12) (Remote host closed the connection)
- # [19:17] * Quits: zalan (~zalan@catv-89-135-142-235.catv.broadband.hu)
- # [19:28] * Quits: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [19:30] * Quits: sicking (~chatzilla@nat/mozilla/x-cswnifuarsdnhpso) (Ping timeout: 260 seconds)
- # [19:31] * Quits: aroben (~aroben@unaffiliated/aroben) (Read error: No route to host)
- # [19:31] * Joins: aroben (~aroben@unaffiliated/aroben)
- # [19:33] * Joins: mmn (~mmn@129-97-225-97.uwaterloo.ca)
- # [19:37] * Quits: lhnz (~lhnz@188-223-83-48.zone14.bethere.co.uk) (Quit: Leaving)
- # [19:37] * Quits: gregw (~gregwilki@host116-234-static.43-88-b.business.telecomitalia.it) (Quit: Ex-Chat)
- # [19:40] * Joins: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com)
- # [19:42] * Joins: gour (~gour@93-136-241-139.adsl.net.t-com.hr)
- # [19:46] * Quits: mhausenblas (~mhausenbl@wg1-nat.fwgal01.deri.ie) (Quit: mhausenblas)
- # [19:46] * Quits: davidb (~davidb@mozca02.ca.mozilla.com) (Quit: davidb)
- # [19:46] * Joins: zcorpan_ (~zcorpan@c-aa99e355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [19:59] <zcorpan_> what are the requirements for media chapters?
- # [20:00] <zcorpan_> and what are the solutions being used today for media chapters?
- # [20:02] <gour> i'm reading diveintohtml5 and wonder if it is safe to use 'html' doctype and some similar html5 enhancements for a web site (which will be generated by static site generator)?
- # [20:03] <zcorpan_> depends on what you mean by 'safe'
- # [20:03] <TabAtkins> The html doctype is completely safe; it's been usable for years.
- # [20:03] * Joins: sicking (~chatzilla@nat/mozilla/x-wtpvifcflegvplfa)
- # [20:03] <gour> that's it will be useful for those users using old IE crap
- # [20:03] <TabAtkins> Many of the simpler new elements can be used, but you have to use the html5 shim in IE, and apply proper styling to them yourself, as they're not officially recognized yet.
- # [20:03] * Joins: jrgarrison (~garrison@wikiotics/jrgarrison)
- # [20:04] <paul_irish> gour: yup. it'll kick it into standards mode, which means your css and js will act the exact same as if you had the xhtml1 or html4 strict doctype up there
- # [20:04] <gour> i plan to use YAML framework which takes care of (almost all) IE 'idioms'
- # [20:05] <TabAtkins> Alternately, you may look at this page for valid html doctypes that will trigger standards mode in all browsers: http://www.xanthir.com/etc/doctype.php
- # [20:05] <gour> let me see...
- # [20:05] <zcorpan_> TabAtkins: they're not valid
- # [20:06] <TabAtkins> zcorpan_: Really? I discussed it here in the room, and thought it was valid a while back.
- # [20:06] <TabAtkins> Did something change on me recently?
- # [20:06] <zcorpan_> they trigger standards mode
- # [20:06] <zcorpan_> they're not valid
- # [20:06] <TabAtkins> Ah, right. Yes.
- # [20:06] <TabAtkins> That's fine. ^_^
- # [20:07] <TabAtkins> But I will amend my statment in the future. I didn't mean that sense of "valid".
- # [20:07] * Joins: shepazu (~schepers@client-235-129.events.shownets.net)
- # [20:08] <gour> TabAtkins: http://code.google.com/p/html5shiv/ is the place of html5 shiv?
- # [20:09] <TabAtkins> Yes.
- # [20:09] <gour> ta
- # [20:15] * Quits: sicking (~chatzilla@nat/mozilla/x-wtpvifcflegvplfa) (Ping timeout: 265 seconds)
- # [20:15] * Quits: maikmerten (~maikmerte@port-92-201-116-58.dynamic.qsc.de) (Remote host closed the connection)
- # [20:19] * Quits: shepazu (~schepers@client-235-129.events.shownets.net) (Ping timeout: 248 seconds)
- # [20:21] * Joins: shepazu (~schepers@client-235-129.events.shownets.net)
- # [20:21] <paul_irish> <!dOcTYpE HTMl > is valid though. :)
- # [20:21] <paul_irish> html5 doctype, myspace style.
- # [20:23] * Joins: othermaciej (~mjs@17.246.16.219)
- # [20:24] <gour> :-)
- # [20:31] <TabAtkins> msg paul_irish You work for g now, right?
- # [20:31] <TabAtkins> Shit.
- # [20:31] <TabAtkins> Eh.
- # [20:33] * Quits: shepazu (~schepers@client-235-129.events.shownets.net) (Quit: shepazu)
- # [20:34] <paul_irish> :) I don't start for another 2 weeks or so.
- # [20:36] * Joins: davidb (~davidb@bas2-streetsville39-2925211944.dsl.bell.ca)
- # [20:37] * Quits: erlehmann (~erlehmann@89.204.137.101) (Quit: Ex-Chat)
- # [20:47] * Joins: davidb_ (~davidb@bas2-streetsville39-2925212340.dsl.bell.ca)
- # [20:49] * Quits: davidb (~davidb@bas2-streetsville39-2925211944.dsl.bell.ca) (Ping timeout: 245 seconds)
- # [20:49] * davidb_ is now known as davidb
- # [20:51] * Joins: sicking (~chatzilla@nat/mozilla/x-tiddbuhtgalqsaad)
- # [20:53] * Joins: davidb_ (~davidb@bas2-streetsville39-2925211873.dsl.bell.ca)
- # [20:56] * Quits: davidb (~davidb@bas2-streetsville39-2925212340.dsl.bell.ca) (Ping timeout: 240 seconds)
- # [20:56] * davidb_ is now known as davidb
- # [21:00] * Quits: othermaciej (~mjs@17.246.16.219) (Quit: othermaciej)
- # [21:01] * Joins: othermaciej (~mjs@17.246.16.219)
- # [21:01] * Quits: kennyluck (~kennyluck@2001:200:1c0:3508:225:ff:fe4d:f8c7) (Quit: kennyluck)
- # [21:09] * Joins: karlushi (~karlushi@fw.vdl2.ca)
- # [21:11] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 240 seconds)
- # [21:12] * Quits: mlpug (~mlpug@a88-115-164-40.elisa-laajakaista.fi) (Remote host closed the connection)
- # [21:12] * Joins: kennyluck (~kennyluck@2001:200:1c0:3508:225:ff:fe4d:f8c7)
- # [21:13] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [21:16] * Quits: othermaciej (~mjs@17.246.16.219) (Read error: Connection reset by peer)
- # [21:16] * Quits: davidb (~davidb@bas2-streetsville39-2925211873.dsl.bell.ca) (Quit: davidb)
- # [21:25] * Quits: Peter- (~peter@5ED0FB63.cable.ziggo.nl) (Ping timeout: 264 seconds)
- # [21:25] * Joins: Peter- (~peter@5ED0FB63.cable.ziggo.nl)
- # [21:29] * aroben is now known as aroben|lunch
- # [21:31] * Joins: othermaciej (~mjs@17.246.16.219)
- # [21:36] * Quits: kinetik (~kinetik@121.98.132.55) (Remote host closed the connection)
- # [21:36] * Joins: kinetik (~kinetik@121.98.132.55)
- # [21:43] * Quits: kinetik (~kinetik@121.98.132.55) (Ping timeout: 240 seconds)
- # [21:44] * Joins: kinetik (~kinetik@121.98.132.55)
- # [21:45] * Quits: kennyluck (~kennyluck@2001:200:1c0:3508:225:ff:fe4d:f8c7) (Quit: kennyluck)
- # [21:47] * Joins: wycats_ (~wycats@bakkara.customers.2k.net.ua)
- # [21:50] * Quits: wycats (~wycats@bakkara.customers.2k.net.ua) (Ping timeout: 265 seconds)
- # [21:50] * wycats_ is now known as wycats
- # [22:02] * jgraham finishes /The Thousand Autumns of Jacob de Zoet/, wonders what he was planning to do
- # [22:02] <jgraham> It's a fantastic book by the way
- # [22:03] * Joins: gregw_ (~gregwilki@host116-234-static.43-88-b.business.telecomitalia.it)
- # [22:04] <jgraham> Although possibly I feel too sad to do anything useful
- # [22:04] * Joins: davidb (~davidb@bas2-streetsville39-2925211873.dsl.bell.ca)
- # [22:04] <jgraham> Finishing good books sucks
- # [22:05] * aroben|lunch is now known as aroben
- # [22:09] <jgraham> (it is also possible that listening to the Eels isn't the most chhering way to recover)
- # [22:09] <jgraham> *cheering
- # [22:11] * Parts: gour (~gour@93-136-241-139.adsl.net.t-com.hr) ("WeeChat 0.3.2")
- # [22:16] * Quits: BlurstOfTimes (~blurstoft@168.203.118.46) (Remote host closed the connection)
- # [22:19] * Joins: shepazu (~schepers@client-235-129.events.shownets.net)
- # [22:21] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [22:25] * Joins: KaOSoFt (~KaOSoFt@190.24.156.162)
- # [22:29] * Joins: jwalden (~waldo@nat/mozilla/x-wuqqgaxlxpvmgonv)
- # [22:30] * Quits: karlushi (~karlushi@fw.vdl2.ca) (Read error: Connection timed out)
- # [22:35] * Quits: roc (~roc@121-72-195-165.dsl.telstraclear.net) (Quit: roc)
- # [22:38] * Quits: davidb (~davidb@bas2-streetsville39-2925211873.dsl.bell.ca) (Quit: davidb)
- # [22:38] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [22:41] * Quits: mmn (~mmn@129-97-225-97.uwaterloo.ca) (Quit: Leaving.)
- # [22:45] * Joins: BlurstOfTimes (~blurstoft@168.203.116.84)
- # [22:50] * Quits: shepazu (~schepers@client-235-129.events.shownets.net) (Quit: shepazu)
- # [22:53] * Quits: ROBOd (~robod@92.86.245.246) (Quit: http://www.robodesign.ro)
- # [22:53] * Joins: karlushi (~karlushi@fw.vdl2.ca)
- # [22:54] * Joins: pesla (~pesla@ip51cc03a5.speed.planet.nl)
- # [22:55] <jgraham> Leaving the xkcd book lying around is dangerous. Now my life is soundtracked by intermittent bursts of laughter mingled with the occasional "that is /so/ like you"
- # [22:55] * Quits: eighty4 (~eighty4@c-d9cee455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [22:58] <jgraham> Although I guess the fact that I am writing a monolouge about it on irc does provide some truth to the claims
- # [23:04] * Quits: miketaylr (~miketaylr@38.117.156.163) (Remote host closed the connection)
- # [23:05] * Quits: BlurstOfTimes (~blurstoft@168.203.116.84) (Quit: Leaving...)
- # [23:06] * Quits: jlebar (~jlebar@128.12.22.184) (Remote host closed the connection)
- # [23:06] * Joins: cpearce (~cpearce@203-97-204-82.dsl.clear.net.nz)
- # [23:06] <TabAtkins> ^_^
- # [23:07] * Joins: shepazu (~schepers@client-235-129.events.shownets.net)
- # [23:08] * Joins: mmn (~mmn@129-97-225-97.uwaterloo.ca)
- # [23:09] * Quits: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [23:09] * Joins: f1lt3r (~f1lt3r@64.119.159.231)
- # [23:11] * Quits: f1lt3r_ (~f1lt3r@64.119.159.231) (Quit: Gettin' out while I still can!)
- # [23:23] * Quits: zcorpan_ (~zcorpan@c-aa99e355.410-6-64736c14.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [23:40] * Quits: JonathanNeal (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com) (Quit: Leaving)
- # [23:41] * Quits: mmn (~mmn@129-97-225-97.uwaterloo.ca) (Read error: Connection reset by peer)
- # [23:42] * Joins: mmn (~mmn@129-97-225-97.uwaterloo.ca)
- # [23:49] * Joins: nessy (~Adium@124-168-183-12.dyn.iinet.net.au)
- # [23:52] * Joins: roc (~roc@203-97-204-82.dsl.clear.net.nz)
- # [23:56] * Joins: DaFireball (~dinges@240-216-164-193.fiber.trined.nl)
- # Session Close: Fri May 21 00:00:00 2010
The end :)