Options:
- # Session Start: Wed Oct 31 00:00:00 2012
- # Session Ident: #whatwg
- # [00:06] <zcorpan> http://filamentgroup.com/lab/rwd_img_compression/ is interesting
- # [00:07] <zcorpan> if that is good enough for retina, yet has smaller file size than what people do today for non-retina, it seems like a solved problem with just <img src>.
- # [00:09] * Quits: tomaw (tom@freenode/staff/tomaw) (Quit: Quitting)
- # [00:09] <zcorpan> well, <img src width height>. we might want a way to say "2x" without knowing the exact dimensions
- # [00:09] * Joins: WeirdAl (~chatzilla@g2spf.ask.info)
- # [00:09] * Joins: tomaw (tom@freenode/staff/tomaw)
- # [00:10] <zewt> fg
- # [00:10] <WeirdAl> Hey folks - looking at svn.whatwg.org/webapps, and I'm wondering how the multipage version is generated... I'm wondering if you have a script for that which could be checked in. :)
- # [00:10] <zewt> yeah, that.
- # [00:10] <zcorpan> (and design a solution just for the remaining problems with the art direction use case)
- # [00:11] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [00:12] * Quits: jsbell (jsbell@nat/google/x-jigjtsynbpmlnnhl) (Remote host closed the connection)
- # [00:12] * Joins: tantek (~tantek@93.158.42.225)
- # [00:12] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [00:12] <zewt> dear whoever this person is: files are not measured in pounds
- # [00:13] <zcorpan> i wonder how webp compares with this technique
- # [00:14] <zewt> zcorpan: it's roundabout, but it sounds like a wordy way of saying "high pixel density images can tolerate more artifacts" and "just quadruple your image resolution and target the same file size"
- # [00:14] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [00:14] <zewt> it's roundabout, so i'm not sure if i'm getting from it what was intended (and I'm a bit distracted)
- # [00:15] * Joins: jsbell (jsbell@nat/google/x-sacaskdzkupkjgvz)
- # [00:15] <zcorpan> zewt: right. though the bigger image has worse artifacts even when scaled down for the sky, as the first comment points out. which is why i wonder how webp compares.
- # [00:16] <zewt> a proper test would be three images: low-dpi high-bitrate ("regular"), high-dpi high-bitrate ("regular retina") and high-dpi low-bitrate-matching-#1s-file-size
- # [00:16] <zcorpan> and various different images
- # [00:17] <zewt> (i have an ipad 3 in front of me, but without a decent test I don't feel like painstakingly typing that URL into it; chrome to ipad wanted)
- # [00:18] <zcorpan> maybe i can hack together a test. i'll see if i have interesting images. also, what is a good webp encoder and what is a good jpeg encoder these days?
- # [00:19] <zewt> (don't know; i stopped paying attention to webp since it didn't look like it was a serious attempt at a general-purpose jpeg replacement)
- # [00:20] <zewt> seemed (a couple years ago?) like it was hyperfocused on "a lossy image format for web pages" and not caring about replacing jpeg in general, and I don't think I want a world where we have two production lossy image formats and people need to make complex judgements to decide which to use
- # [00:21] <zcorpan> i thought webp was being improved. though i haven't followed it closely.
- # [00:21] * Quits: sedovsek (~robert@89.143.185.131) (Quit: sedovsek)
- # [00:22] <zewt> it's not that it isn't being improved (no idea on that, really), but that it seemed they were happy to not support things that aren't directly relevant to web images
- # [00:22] <zcorpan> i wish more time was spent on improving jpeg encoders
- # [00:22] <zewt> for example, jpeg's max file size I believe is 64x64k, webp 16x16k
- # [00:23] <zewt> users shouldn't need criteria like "use webp! but if your file is very large, use jpeg instead!"
- # [00:23] * Joins: Plashtop (~Plashtop@c-76-122-27-92.hsd1.fl.comcast.net)
- # [00:23] <zewt> (that's just the random thing I happened to recall off the top of my head, I think there were others but it's been too long)
- # [00:23] <zcorpan> right
- # [00:24] <zewt> cmyk might have been another
- # [00:24] <zewt> (i guess those are both print things, where you probably don't want jpeg either)
- # [00:25] <zcorpan> though 16x16k seems enough even for big images that have twice the resolution you want
- # [00:25] <zcorpan> for the web, i mean
- # [00:26] <zewt> for the web, sure (more than that will tend to choke browsers anyway)
- # [00:36] * Quits: Kolombiken (~Adium@c80-216-10-244.bredband.comhem.se) (Quit: Leaving.)
- # [00:47] <Hixie> gah
- # [00:48] <Hixie> anyone remember where i put those tests recently that checked <embed> behaviour when display:none / height:0 / etc?
- # [00:48] * Joins: ap_ (~ap@2620:149:4:1b01:d461:41b4:aab9:8643)
- # [00:49] * Quits: cabanier (~cabanier@93.158.45.250) (Ping timeout: 260 seconds)
- # [00:50] * Quits: ap (~ap@2620:149:4:1b01:3897:d038:c634:21a8) (Ping timeout: 246 seconds)
- # [00:50] * ap_ is now known as ap
- # [00:54] * Quits: garciawebdev (~garciaweb@190.244.76.14) (Remote host closed the connection)
- # [00:54] * Quits: danzik17 (~danzik17@89.sub-70-192-13.myvzw.com) (Ping timeout: 245 seconds)
- # [00:54] * Quits: drublic (~drublic@frbg-5d84e436.pool.mediaWays.net) (Remote host closed the connection)
- # [00:55] <WeirdAl> Hixie: no idea, but on another note: how do you generate the multipage editions of the HTML5 spec from the source file?
- # [00:55] <WeirdAl> (see my question posted 45 minutes ago)
- # [00:58] <Hixie> it's a complicated set of scripts
- # [00:58] <Hixie> split across multiple machines
- # [00:58] <Hixie> why?
- # [00:58] * Joins: erichynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net)
- # [01:04] * Quits: sicking (~sicking@18-185.80-90.static-ip.oleane.fr) (Quit: sicking)
- # [01:09] * Joins: danzik17 (~danzik17@164.55.254.106)
- # [01:10] * jonlee is now known as jonlee|afk
- # [01:10] <zcorpan> i have an image that got absolutely ruined by quality 0 jpeg with gimp
- # [01:11] * jernoble is now known as jernoble|afk
- # [01:11] * jernoble|afk is now known as jernoble
- # [01:13] * Quits: jsbell (jsbell@nat/google/x-sacaskdzkupkjgvz) (Quit: There's no place like home...)
- # [01:14] * Quits: rdworth (~rworth@pool-72-66-13-241.washdc.fios.verizon.net) (Remote host closed the connection)
- # [01:15] * Joins: cabanier (~cabanier@93.158.46.58)
- # [01:20] * Quits: jonlee|afk (~jonlee@2620:149:4:1b01:9154:7d6:5db0:afda) (Ping timeout: 246 seconds)
- # [01:21] <WeirdAl> Hixie - well, I'd like to be able to locally break that 6MB file up into chapters
- # [01:21] <WeirdAl> and I'd rather use official scripts than try to homebrew it
- # [01:22] <WeirdAl> Python would be really good at it, I'd think...
- # [01:23] <WeirdAl> if the scripts were checked in, that'd be good enough for me to work with (I think)
- # [01:23] * Joins: ap_ (~ap@17.245.107.141)
- # [01:26] <WeirdAl> hmm, I'll have to file a bug on XHTML serialization - it doesn't specify what should happen with the XML prolog, if there ever was one
- # [01:26] <WeirdAl> when parsing the DOM, the <?xml ?> prolog is usually lost.
- # [01:26] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (Ping timeout: 252 seconds)
- # [01:27] * Quits: ap (~ap@2620:149:4:1b01:d461:41b4:aab9:8643) (Ping timeout: 246 seconds)
- # [01:27] * ap_ is now known as ap
- # [01:28] * Joins: Youdaman (~Youdaman@ppp121-75.static.internode.on.net)
- # [01:28] <Youdaman> g'day
- # [01:28] <Youdaman> divya: thank you for your informative video via MarakanaTechTV :)
- # [01:30] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
- # [01:33] * Joins: jonlee (~jonlee@2620:149:4:1b01:469:e3f9:c914:ea42)
- # [01:33] * Quits: jonlee (~jonlee@2620:149:4:1b01:469:e3f9:c914:ea42) (Client Quit)
- # [01:38] * Joins: jonlee (~jonlee@2620:149:4:1b01:9401:7219:d524:4ca0)
- # [01:39] * Joins: imrobert (~robert@139.62.87.109)
- # [01:41] * Quits: pablof (~pablof@144.189.150.129) (Quit: ^z)
- # [01:43] * Joins: Lachy (~Lachy@93.158.44.177)
- # [01:45] * Quits: WeirdAl (~chatzilla@g2spf.ask.info) (Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032])
- # [01:48] * Quits: say2joe (~say2joe@204.56.108.2) (Quit: Leaving.)
- # [01:51] * abstractj|away is now known as abstractj
- # [01:57] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [01:58] * Quits: erichynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net)
- # [02:00] <zcorpan> so from my testing, with the image i played around with, using quality 0, 10, 20, results in quite blocky artifacts which look horrible. however, quality 40 is OK and gives a better image zoomed in compared to smaller quality 90 image.
- # [02:01] * Quits: Lachy (~Lachy@93.158.44.177) (Read error: Connection reset by peer)
- # [02:03] <zcorpan> so using a 2x image with 40 quality results in similar-filesize with better quality for retina (or zoomed in), while using 4x with 10 quality results in similar-filesize with horrible quality everywhere
- # [02:04] <zcorpan> (compared to 1x 90 quality)
- # [02:04] <zcorpan> (all 4:2:2 subsampling and unchecked most checkboxes in gimp's export jpeg)
- # [02:05] * Joins: shepazu (~shepazu@93.158.49.143)
- # [02:05] * Joins: Lachy (~Lachy@93.158.44.177)
- # [02:06] <zcorpan> (using 4:2:0 subsampling seems to reduce file size but doesn't degrade quality noticeably)
- # [02:09] * Quits: Lachy (~Lachy@93.158.44.177) (Client Quit)
- # [02:10] * Quits: thisgeek (~chris@ool-45757782.dyn.optonline.net) (Quit: thisgeek)
- # [02:11] * Quits: necolas_ (~necolas@8.25.197.25) (Remote host closed the connection)
- # [02:15] * Quits: imrobert (~robert@139.62.87.109) (Quit: leaving)
- # [02:15] * Quits: ap (~ap@17.245.107.141) (Remote host closed the connection)
- # [02:15] * Joins: ap (~ap@2620:149:4:1b01:5c3:3c9d:4b4a:c86c)
- # [02:20] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [02:27] * Joins: imrobert (~robert@139.62.87.109)
- # [02:27] * Joins: j_wright (~jwright@ip70-173-176-222.lv.lv.cox.net)
- # [02:27] * Quits: jacobolus (~jacobolus@173-164-253-217-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [02:30] * Quits: imrobert (~robert@139.62.87.109) (Client Quit)
- # [02:32] * Joins: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net)
- # [02:32] * jonlee is now known as jonlee|afk
- # [02:33] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (Quit: ERC Version 5.3 (IRC client for Emacs))
- # [02:35] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [02:36] * Quits: JohnAlbin (~JohnAlbin@114-24-53-41.dynamic.hinet.net) (Quit: JohnAlbin)
- # [02:38] <zcorpan> http://simon.html5.org/dump/compressive/test.html
- # [02:38] <Hixie> hm, weirdal left
- # [02:39] <Hixie> size 25% isn't loading properly for me
- # [02:39] <Hixie> quality 10 is a disaster on the wall
- # [02:40] * Joins: necolas (~necolas@adsl-71-135-36-191.dsl.pltn13.pacbell.net)
- # [02:40] * Quits: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net) (Quit: linclark)
- # [02:41] <zcorpan> problems uploading...
- # [02:44] <zcorpan> sigh. i'll try again tomorrow.
- # [02:44] * Quits: zcorpan (~zcorpan@93.158.47.235) (Remote host closed the connection)
- # [02:48] * Joins: plutoniix (~plutoniix@node-8h0.pool-101-108.dynamic.totbb.net)
- # [02:48] * Joins: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com)
- # [02:49] * Quits: ap (~ap@2620:149:4:1b01:5c3:3c9d:4b4a:c86c) (Quit: ap)
- # [02:50] * Joins: JohnAlbin (~JohnAlbin@124.219.23.29)
- # [02:50] * Joins: imrobert (~robert@139.62.87.109)
- # [02:52] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
- # [02:52] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
- # [02:52] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [02:55] * boaz is now known as boaz|away
- # [02:57] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [03:06] * Quits: shepazu (~shepazu@93.158.49.143) (Quit: is sleepy)
- # [03:14] * Quits: gavin_ (~gavin@76.14.87.162) (Ping timeout: 260 seconds)
- # [03:14] * Quits: imrobert (~robert@139.62.87.109) (Quit: leaving)
- # [03:15] * Quits: rniwa (~rniwa@17.212.154.167) (Quit: rniwa)
- # [03:18] * Quits: danzik17 (~danzik17@164.55.254.106) (Ping timeout: 244 seconds)
- # [03:26] * Quits: necolas (~necolas@adsl-71-135-36-191.dsl.pltn13.pacbell.net) (Ping timeout: 265 seconds)
- # [03:30] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: Leaving...)
- # [03:31] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [03:31] * Quits: tawhuac (~tawhuac@190.71.162.239) (Quit: Leaving)
- # [03:31] * Joins: danzik17 (~danzik17@89.sub-70-192-13.myvzw.com)
- # [03:32] * Joins: necolas (~necolas@adsl-71-135-43-197.dsl.pltn13.pacbell.net)
- # [03:32] * Joins: gavin_ (~gavin@76.14.87.162)
- # [03:33] * boaz|away is now known as boaz
- # [03:52] * Quits: necolas (~necolas@adsl-71-135-43-197.dsl.pltn13.pacbell.net) (Ping timeout: 256 seconds)
- # [03:58] * Joins: necolas (~necolas@adsl-71-135-33-32.dsl.pltn13.pacbell.net)
- # [04:09] <GPHemsley> apparently filesize equates to "weight" now?
- # [04:13] <GPHemsley> wait, so, WeirdAl doesn't want to reverse-engineer the scripts powering the spec that was written because people were always having to reverse-engineer how scripts were processed?
- # [04:30] * Joins: k4k1_c0der (~k4k1_c0de@118.97.212.179)
- # [04:31] <SamB_MacG5> "complicated set of scripts split across multiple machines" sounds like a bad idea ...
- # [04:31] <SamB_MacG5> (though I guess that's also par for debian.org/debian.net ...)
- # [04:38] * Joins: a-ja (~Instantbi@70.230.156.144)
- # [04:46] * Quits: danzik17 (~danzik17@89.sub-70-192-13.myvzw.com) (Ping timeout: 248 seconds)
- # [04:55] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [05:00] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [05:00] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [05:05] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 260 seconds)
- # [05:10] * abstractj is now known as abstractj|away
- # [05:28] * Quits: irfaN (~nrth@unaffiliated/irfan) (Quit: This computer has gone to sleep)
- # [05:32] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [05:45] * Joins: kennyluck (~kennyluck@119.161.158.96)
- # [05:53] * Joins: niloy (~niloy@203.196.177.156)
- # [05:55] * Quits: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com) (Read error: Connection reset by peer)
- # [05:56] * Joins: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com)
- # [05:56] * Quits: JohnAlbin (~JohnAlbin@124.219.23.29) (Quit: JohnAlbin)
- # [05:58] * Joins: yoshiaki (~yoshiaki@81.255.204.171)
- # [06:01] * jonlee|afk is now known as jonlee
- # [06:01] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 248 seconds)
- # [06:01] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Ping timeout: 256 seconds)
- # [06:05] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: dflk;adfslkj;alsiekfj;laiskdf)
- # [06:07] * Joins: dydz (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net)
- # [06:11] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 265 seconds)
- # [06:16] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [06:22] * Quits: k4k1_c0der (~k4k1_c0de@118.97.212.179)
- # [06:35] * Quits: nessy (~silviapf@2401:fa00:0:fd00:a4e6:5809:ff6c:a61c) (Quit: Leaving.)
- # [06:56] * Joins: silverroots (~silverroo@144.187.148.25)
- # [06:57] * Joins: JohnAlbin (~JohnAlbin@111-250-147-37.dynamic.hinet.net)
- # [07:06] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [07:07] * Joins: WeirdAl (~chatzilla@c-71-198-116-32.hsd1.ca.comcast.net)
- # [07:09] * Quits: yoshiaki (~yoshiaki@81.255.204.171) (Remote host closed the connection)
- # [07:10] * Joins: yoshiaki_ (~yoshiaki@81.255.204.171)
- # [07:14] * Quits: yoshiaki_ (~yoshiaki@81.255.204.171) (Ping timeout: 265 seconds)
- # [07:18] * Quits: cabanier (~cabanier@93.158.46.58) (Ping timeout: 276 seconds)
- # [07:18] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
- # [07:18] * Joins: nessy (~silviapf@49.176.99.13)
- # [07:23] * Quits: nessy (~silviapf@49.176.99.13) (Client Quit)
- # [07:25] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [07:30] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [07:37] * Quits: WeirdAl (~chatzilla@c-71-198-116-32.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [07:39] * Joins: shepazu (~shepazu@93.158.40.45)
- # [07:46] * Quits: tantek (~tantek@93.158.42.225) (Quit: tantek)
- # [08:00] * Joins: cabanier (~cabanier@93.158.45.210)
- # [08:01] * Joins: GPHemsley (~GPHemsley@c-24-99-164-150.hsd1.ga.comcast.net)
- # [08:01] * Quits: GPHemsley (~GPHemsley@c-24-99-164-150.hsd1.ga.comcast.net) (Changing host)
- # [08:01] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [08:01] * Joins: nessy (~silviapf@124-149-60-250.dyn.iinet.net.au)
- # [08:14] * Quits: cabanier (~cabanier@93.158.45.210) (Quit: Leaving.)
- # [08:15] * Quits: dydz (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net) (Quit: dydz)
- # [08:16] * Joins: annevk (~annevk@91.217.168.220)
- # [08:18] * Joins: smaug____ (~chatzilla@93.158.42.205)
- # [08:19] * Quits: shepazu (~shepazu@93.158.40.45) (Quit: is sleepy)
- # [08:21] * Joins: MikeSmith (~MikeSmith@91.217.168.220)
- # [08:22] <annevk> Hixie: I'm afraid of me bringing it up again later :p
- # [08:22] <annevk> (re WorkerUtils)
- # [08:26] * Joins: jdaggett (~jdaggett@wave.mozilla.or.jp)
- # [08:27] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (Ping timeout: 265 seconds)
- # [08:29] * Joins: zcorpan (~zcorpan@93.158.49.143)
- # [08:31] * Quits: JohnAlbin (~JohnAlbin@111-250-147-37.dynamic.hinet.net) (Quit: JohnAlbin)
- # [08:34] * Joins: yoshiaki_ (~yoshiaki@91.217.168.220)
- # [08:35] * Joins: tantek (~tantek@91.217.168.220)
- # [08:39] * Quits: necolas (~necolas@adsl-71-135-33-32.dsl.pltn13.pacbell.net) (Remote host closed the connection)
- # [08:39] * Joins: shepazu (~shepazu@91.217.168.220)
- # [08:43] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
- # [08:46] * Joins: richt (~richt@91.217.168.216)
- # [08:47] * Joins: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de)
- # [08:49] * Quits: jarib (~jarib@unaffiliated/jarib) (Excess Flood)
- # [08:49] * Joins: jarib (~jarib@unaffiliated/jarib)
- # [08:49] * Quits: zcorpan (~zcorpan@93.158.49.143) (Remote host closed the connection)
- # [08:49] <divya> Youdaman: thanks you are welcome is that why you are here :)
- # [08:49] <divya> if so i am glad :)
- # [08:50] * Joins: richt_ (~richt@prod07.pvpn.lon.witopia.net)
- # [08:53] <hsivonen> is there a backchannel for the plenary?
- # [08:53] * Quits: richt (~richt@91.217.168.216) (Ping timeout: 260 seconds)
- # [08:53] <annevk> #tpac-chat on W3C IRC
- # [08:54] <hsivonen> thanks
- # [08:54] <annevk> there's also #tpac-treehouse on Freenode, but more quiet
- # [08:54] * Joins: Lachy (~Lachy@91.217.168.220)
- # [08:54] <Ms2ger> Anything happening?
- # [08:56] <hsivonen> Ms2ger; we should listen to analysts
- # [08:59] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Ping timeout: 252 seconds)
- # [09:00] <Youdaman> divya: yep that's why i'm here :)
- # [09:01] * Joins: SimonSapin (~simon@91.217.168.220)
- # [09:02] * Joins: sedovsek (~robert@89.143.12.238)
- # [09:03] <smaug____> hsivonen: and there is also #tpac
- # [09:03] <annevk> modular modular modular
- # [09:04] <annevk> because if you split a coherent doc in two, it's modular...
- # [09:04] * Joins: Kolombiken (~Adium@217.13.228.226)
- # [09:04] <hsivonen> #tpac is for minuting
- # [09:06] <annevk> teehee, I think I can merge parse and interpret soonish
- # [09:07] <divya> Youdaman: naice!
- # [09:07] <divya> any new memes yet?
- # [09:08] <divya> i see no source for memes tho.
- # [09:08] <hober> annevk divya: i guess we could make some kind of whaambulance meme
- # [09:08] <divya> ahah what does it mean hober
- # [09:09] <annevk> http://lists.w3.org/Archives/Public/public-script-coord/2012OctDec/0110.html
- # [09:09] <annevk> divya: ^^
- # [09:10] <divya> waaah
- # [09:10] <divya> naice
- # [09:11] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
- # [09:11] <divya> WHAAMBULANCE
- # [09:12] * Joins: zcorpan (~zcorpan@91.217.168.220)
- # [09:23] * Joins: bradee-oh (~bradee-oh@91.217.168.220)
- # [09:24] * jonlee is now known as jonlee|afk
- # [09:25] * Parts: a-ja (~Instantbi@70.230.156.144)
- # [09:27] * Quits: jdaggett (~jdaggett@wave.mozilla.or.jp) (Ping timeout: 260 seconds)
- # [09:28] * Quits: richt_ (~richt@prod07.pvpn.lon.witopia.net) (Read error: Connection reset by peer)
- # [09:28] * Joins: yoshia___ (~yoshiaki@91.217.168.220)
- # [09:29] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Quit: bbl)
- # [09:30] * Joins: richt (~richt@prod07.pvpn.lon.witopia.net)
- # [09:32] * Quits: yoshiaki_ (~yoshiaki@91.217.168.220) (Ping timeout: 244 seconds)
- # [09:34] <nessy> http://www.youtube.com/watch?v=IT0ofNU1NzA
- # [09:34] <nessy> I actually had to look that one up ;-)
- # [09:37] * Joins: henrikkok (~henrikkok@hul.teknet.opasia.dk)
- # [09:37] * abstractj|away is now known as abstractj
- # [09:41] * Quits: tantek (~tantek@91.217.168.220) (Quit: tantek)
- # [09:43] * Quits: nessy (~silviapf@124-149-60-250.dyn.iinet.net.au) (Quit: Leaving.)
- # [09:43] * Joins: tantek (~tantek@91.217.168.220)
- # [09:43] * Quits: Lachy (~Lachy@91.217.168.220) (Quit: Computer has gone to sleep.)
- # [09:45] * Quits: tantek (~tantek@91.217.168.220) (Client Quit)
- # [09:47] * Quits: hendry (~hendry@sg.webconverger.com) (Remote host closed the connection)
- # [09:51] * Joins: Lachy (~Lachy@91.217.168.220)
- # [09:51] * Quits: zcorpan (~zcorpan@91.217.168.220) (Remote host closed the connection)
- # [09:53] * Joins: hendry (~hendry@sg.webconverger.com)
- # [09:54] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
- # [09:55] * Quits: richt (~richt@prod07.pvpn.lon.witopia.net) (Ping timeout: 256 seconds)
- # [09:56] * Joins: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de)
- # [10:00] * Quits: bradee-oh (~bradee-oh@91.217.168.220) (Quit: bradee-oh)
- # [10:01] * Joins: cabanier (~cabanier@91.217.168.220)
- # [10:02] * Quits: espadrine (~thaddee_t@85-218-2-62.dclient.lsne.ch) (Ping timeout: 260 seconds)
- # [10:02] * Joins: nessy (~silviapf@124-149-60-250.dyn.iinet.net.au)
- # [10:02] * Quits: SimonSapin (~simon@91.217.168.220) (Ping timeout: 260 seconds)
- # [10:03] * Quits: Lachy (~Lachy@91.217.168.220) (Quit: Computer has gone to sleep.)
- # [10:03] * Joins: Lachy (~Lachy@91.217.168.220)
- # [10:05] * Joins: pyrsmk (~pyrsmk@137.127.75.86.rev.sfr.net)
- # [10:05] * Quits: Lachy (~Lachy@91.217.168.220) (Client Quit)
- # [10:11] * Joins: bradee-oh (~bradee-oh@91.217.168.220)
- # [10:16] * Quits: cabanier (~cabanier@91.217.168.220) (Quit: Leaving.)
- # [10:20] * Quits: yoshia___ (~yoshiaki@91.217.168.220) (Read error: Connection reset by peer)
- # [10:21] * Quits: silverroots (~silverroo@144.187.148.25) (Remote host closed the connection)
- # [10:21] * Joins: tantek (~tantek@91.217.168.216)
- # [10:21] * Joins: silverroots (~silverroo@144.187.148.25)
- # [10:22] * Quits: tantek (~tantek@91.217.168.216) (Client Quit)
- # [10:23] * Joins: yoshiaki_ (~yoshiaki@91.217.168.220)
- # [10:24] * Quits: smaug____ (~chatzilla@93.158.42.205) (Ping timeout: 256 seconds)
- # [10:30] * Joins: nessy1 (~silviapf@124-171-34-73.dyn.iinet.net.au)
- # [10:30] * Joins: smaug____ (~chatzilla@91.217.168.216)
- # [10:31] * Quits: nessy (~silviapf@124-149-60-250.dyn.iinet.net.au) (Ping timeout: 240 seconds)
- # [10:33] * Quits: j_wright (~jwright@ip70-173-176-222.lv.lv.cox.net) (Ping timeout: 260 seconds)
- # [10:34] * Joins: nonge_ (~nonge@80.130.159.108)
- # [10:35] * Joins: Lachy (~Lachy@91.217.168.220)
- # [10:38] * Quits: nonge (~nonge@p508299CC.dip.t-dialin.net) (Ping timeout: 276 seconds)
- # [10:39] * Joins: SimonSapin (~simon@91.217.168.220)
- # [10:41] * Quits: bradee-oh (~bradee-oh@91.217.168.220) (Quit: bradee-oh)
- # [10:43] * Quits: yoshiaki_ (~yoshiaki@91.217.168.220) (Remote host closed the connection)
- # [10:44] * Joins: yoshiaki_ (~yoshiaki@91.217.168.216)
- # [10:44] * Quits: yoshiaki_ (~yoshiaki@91.217.168.216) (Read error: Connection reset by peer)
- # [10:45] * Quits: Lachy (~Lachy@91.217.168.220) (Quit: Computer has gone to sleep.)
- # [10:45] * Joins: charlvn (~charlvn@charlvn.nl)
- # [10:49] * Quits: henrikkok (~henrikkok@hul.teknet.opasia.dk) (Quit: Leaving.)
- # [10:49] * Joins: henrikkok (~henrikkok@hul.teknet.opasia.dk)
- # [10:57] * Joins: zcorpan (~zcorpan@91.217.168.220)
- # [10:57] * Joins: yoshiaki_ (~yoshiaki@91.217.168.220)
- # [10:58] * Quits: yoshiaki_ (~yoshiaki@91.217.168.220) (Remote host closed the connection)
- # [10:59] * Joins: yoshiaki_ (~yoshiaki@91.217.168.220)
- # [10:59] * Joins: Lachy (~Lachy@91.217.168.220)
- # [10:59] * Quits: SimonSapin (~simon@91.217.168.220) (Ping timeout: 246 seconds)
- # [11:00] * Joins: bradee-oh (~bradee-oh@91.217.168.220)
- # [11:01] * Joins: SimonSapin (~simon@91.217.168.220)
- # [11:03] * Quits: yoshiaki_ (~yoshiaki@91.217.168.220) (Ping timeout: 252 seconds)
- # [11:03] * Joins: tantek (~tantek@91.217.168.220)
- # [11:04] * Quits: MikeSmith (~MikeSmith@91.217.168.220) (Quit: MikeSmith)
- # [11:04] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [11:05] * Joins: richt (~richt@91.217.168.220)
- # [11:06] * Joins: cabanier (~cabanier@91.217.168.220)
- # [11:10] * Joins: baku (~baku@93-40-64-123.ip37.fastwebnet.it)
- # [11:14] * Joins: MikeSmith_ (~MikeSmith@91.217.168.220)
- # [11:15] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Read error: Connection reset by peer)
- # [11:16] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
- # [11:16] * Quits: plutoniix (~plutoniix@node-8h0.pool-101-108.dynamic.totbb.net) (Quit: จรลี จรลา)
- # [11:18] * Joins: Stevef_ (~chatzilla@93.158.42.253)
- # [11:30] * Quits: SimonSapin (~simon@91.217.168.220) (Ping timeout: 255 seconds)
- # [11:34] * Joins: SimonSapin (~simon@91.217.168.216)
- # [11:44] * Quits: jarib (~jarib@unaffiliated/jarib) (Excess Flood)
- # [11:45] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [11:45] * Joins: jarib (~jarib@unaffiliated/jarib)
- # [11:49] * Quits: bradee-oh (~bradee-oh@91.217.168.220) (Quit: bradee-oh)
- # [11:49] * Quits: foolip (~philip@node-7lfbazjg1xxnis7gb.a0.ipv6.opera.com) (Ping timeout: 260 seconds)
- # [11:51] * Quits: richt (~richt@91.217.168.220) (Remote host closed the connection)
- # [11:52] * Joins: bradee-oh (~bradee-oh@91.217.168.220)
- # [11:55] * Quits: tantek (~tantek@91.217.168.220) (Quit: tantek)
- # [11:56] * Quits: shepazu (~shepazu@91.217.168.220) (Quit: is sleepy)
- # [11:57] * Joins: shepazu (~shepazu@91.217.168.216)
- # [11:57] * Joins: ehsan_ (~ehsan@24-212-206-174.cable.teksavvy.com)
- # [11:57] * Quits: shepazu (~shepazu@91.217.168.216) (Client Quit)
- # [11:58] * Quits: gnarf (~gnarf@unaffiliated/gnarf) (Ping timeout: 244 seconds)
- # [11:59] * Quits: zcorpan (~zcorpan@91.217.168.220) (Remote host closed the connection)
- # [11:59] * Joins: mamund_ (mamund@obsidian.recompiled.net)
- # [11:59] * Quits: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com) (Ping timeout: 260 seconds)
- # [12:00] * Quits: FireFly (~firefly@oftn/member/FireFly) (Ping timeout: 246 seconds)
- # [12:00] * Quits: mamund (mamund@obsidian.recompiled.net) (Ping timeout: 245 seconds)
- # [12:00] * Quits: bradee-oh (~bradee-oh@91.217.168.220) (Quit: bradee-oh)
- # [12:01] * Joins: foolip (~philip@node-7lfbao663dsubdphq.a0.ipv6.opera.com)
- # [12:02] * Joins: FireFly (~firefly@oftn/member/FireFly)
- # [12:07] * Quits: Stevef_ (~chatzilla@93.158.42.253) (Ping timeout: 245 seconds)
- # [12:07] * Joins: gnarf (~gnarf@unaffiliated/gnarf)
- # [12:07] * Quits: Lachy (~Lachy@91.217.168.220) (Quit: Computer has gone to sleep.)
- # [12:07] * Quits: MikeSmith_ (~MikeSmith@91.217.168.220) (Quit: MikeSmith_)
- # [12:07] * Quits: cabanier (~cabanier@91.217.168.220) (Quit: Leaving.)
- # [12:09] * Quits: annevk (~annevk@91.217.168.220) (Remote host closed the connection)
- # [12:09] * Joins: yoshiaki_ (~yoshiaki@91.217.168.216)
- # [12:09] * Quits: smaug____ (~chatzilla@91.217.168.216) (Read error: Operation timed out)
- # [12:10] * Quits: SimonSapin (~simon@91.217.168.216) (Ping timeout: 260 seconds)
- # [12:11] * Joins: MikeSmith (~MikeSmith@91.217.168.220)
- # [12:11] * Quits: nessy1 (~silviapf@124-171-34-73.dyn.iinet.net.au) (Quit: Leaving.)
- # [12:12] * abstractj is now known as abstractj|gump
- # [12:13] * Quits: yoshiaki_ (~yoshiaki@91.217.168.216) (Read error: Operation timed out)
- # [12:14] * Joins: annevk (~annevk@91.217.168.220)
- # [12:18] * Quits: MikeSmith (~MikeSmith@91.217.168.220) (Quit: MikeSmith)
- # [12:20] * Quits: [[zz]] (~q@node-7zy.pool-125-25.dynamic.totbb.net) (Read error: Connection reset by peer)
- # [12:21] * Joins: [[zz]] (~q@node-19ox.pool-101-109.dynamic.totbb.net)
- # [12:31] * Joins: yoshiaki (~yoshiaki@91.217.168.220)
- # [12:34] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Ping timeout: 264 seconds)
- # [12:35] * Joins: alrra (~alrra@unaffiliated/alrra)
- # [12:54] * Joins: demet8 (~demet8@142.196.248.126)
- # [12:56] * Joins: erichynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net)
- # [12:56] * Joins: Ms2ger (~Ms2ger@vpnf111.ugent.be)
- # [13:01] * Joins: cabanier (~cabanier@91.217.168.220)
- # [13:05] * Joins: MikeSmith (~MikeSmith@91.217.168.220)
- # [13:08] * Joins: bradee-oh (~bradee-oh@91.217.168.220)
- # [13:09] * Quits: MikeSmith (~MikeSmith@91.217.168.220) (Client Quit)
- # [13:09] * Quits: cabanier (~cabanier@91.217.168.220) (Quit: Leaving.)
- # [13:10] * Joins: cabanier (~cabanier@91.217.168.220)
- # [13:12] * Joins: zcorpan (~zcorpan@91.217.168.220)
- # [13:12] * Joins: Stevef_ (~chatzilla@93.158.42.253)
- # [13:14] * Quits: cabanier (~cabanier@91.217.168.220) (Client Quit)
- # [13:18] * Quits: silverroots (~silverroo@144.187.148.25) (Remote host closed the connection)
- # [13:20] * Quits: bradee-oh (~bradee-oh@91.217.168.220) (Quit: bradee-oh)
- # [13:21] * Quits: annevk (~annevk@91.217.168.220) (Remote host closed the connection)
- # [13:22] * Joins: smaug____ (~chatzilla@91.217.168.216)
- # [13:22] * abstractj|gump is now known as abstractj
- # [13:22] * Quits: yoshiaki (~yoshiaki@91.217.168.220) (Remote host closed the connection)
- # [13:23] * Joins: annevk (~annevk@91.217.168.220)
- # [13:23] * Joins: yoshiaki_ (~yoshiaki@91.217.168.220)
- # [13:24] * Joins: richt (~richt@91.217.168.216)
- # [13:25] <smaug____> "Extended DRM"
- # [13:25] * Joins: krawchyk (~krawchyk@65.220.49.251)
- # [13:25] * Joins: bradee-oh (~bradee-oh@91.217.168.216)
- # [13:25] <smaug____> must be something awesome :/
- # [13:25] * Joins: MikeSmith (~MikeSmith@91.217.168.220)
- # [13:25] * Joins: SimonSapin (~simon@91.217.168.220)
- # [13:26] * Quits: MikeSmith (~MikeSmith@91.217.168.220) (Client Quit)
- # [13:26] * Joins: Lachy (~Lachy@91.217.168.220)
- # [13:27] * Quits: yoshiaki_ (~yoshiaki@91.217.168.220) (Ping timeout: 260 seconds)
- # [13:28] * Quits: Areks (~Areks@rs.gridnine.com) (Read error: Connection reset by peer)
- # [13:28] * Joins: Areks (~Areks@rs.gridnine.com)
- # [13:30] <annevk> uhuh
- # [13:30] <annevk> zcorpan: went okay I think, considering the TPAC
- # [13:30] * Joins: cabanier (~cabanier@91.217.168.220)
- # [13:30] <annevk> the topic, lol
- # [13:30] * Joins: yoshiaki (~yoshiaki@91.217.168.220)
- # [13:31] <zcorpan> cool
- # [13:31] <Ms2ger> The TuPAC?
- # [13:31] * Joins: tantek (~tantek@91.217.168.220)
- # [13:32] * Quits: cabanier (~cabanier@91.217.168.220) (Client Quit)
- # [13:33] * Joins: cabanier (~cabanier@91.217.168.220)
- # [13:33] * Quits: richt (~richt@91.217.168.216) (Quit: Leaving...)
- # [13:33] * Quits: erichynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net)
- # [13:33] * Joins: richt (~richt@91.217.168.220)
- # [13:38] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [13:40] * Joins: shepazu (~shepazu@91.217.168.216)
- # [13:40] * Quits: Youdaman (~Youdaman@ppp121-75.static.internode.on.net)
- # [13:41] * Joins: erichynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net)
- # [13:43] * Quits: ehsan_ (~ehsan@24-212-206-174.cable.teksavvy.com) (Remote host closed the connection)
- # [13:48] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
- # [13:48] * Joins: JohnAlbin (~JohnAlbin@114-42-55-22.dynamic.hinet.net)
- # [13:50] * danielfilho|w is now known as danielfilho
- # [13:50] * Quits: Yudai (~Yudai@nttkyo088069.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (Quit: Tiarra 0.1+svn-36726: SIGTERM received; exit)
- # [13:52] * Quits: JohnAlbin (~JohnAlbin@114-42-55-22.dynamic.hinet.net) (Client Quit)
- # [13:53] * Quits: jahman (~woops@129.175.204.73) (Remote host closed the connection)
- # [14:00] * Quits: demet8 (~demet8@142.196.248.126) (Quit: demet8)
- # [14:00] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [14:02] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [14:03] * Joins: jahman (~woops@129.175.204.73)
- # [14:06] <[tm]> wtf "ERROR Closing Link: 91.217.168.220 (Too many user connections (global))"
- # [14:07] <[tm]> from irc.freenode.net
- # [14:09] * Joins: duboisp (~duboisp@out-pq-244.wireless.telus.com)
- # [14:11] * Quits: duboisp (~duboisp@out-pq-244.wireless.telus.com) (Client Quit)
- # [14:11] * Joins: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com)
- # [14:13] * Joins: Yudai (~Yudai@nttkyo209092.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [14:14] * Joins: nrth (~nrth@91.72.112.11)
- # [14:16] * Quits: niloy (~niloy@203.196.177.156) (Read error: Connection reset by peer)
- # [14:16] * Joins: thisgeek (~chris@ool-45757d25.dyn.optonline.net)
- # [14:18] <annevk> yeah someone should email the Freenode staff with our IP
- # [14:18] <annevk> to ask for an upgrade
- # [14:18] <annevk> had the same problem yesterday
- # [14:19] <[tm]> annevk: no way to get around it from the client side, right?
- # [14:19] <Ms2ger> ssh, I guess
- # [14:19] * Quits: yoshiaki (~yoshiaki@91.217.168.220) (Remote host closed the connection)
- # [14:19] * Joins: danzik17 (~danzik17@164.55.254.106)
- # [14:20] * Joins: yoshiaki_ (~yoshiaki@91.217.168.220)
- # [14:21] <[tm]> Ms2ger: yeah that's what I'm doing here
- # [14:22] * Quits: Lachy (~Lachy@91.217.168.220) (Quit: Computer has gone to sleep.)
- # [14:22] * Joins: MikeSmith (~MikeSmith@91.217.168.220)
- # [14:23] * Joins: eric_carlson_ (~eric@2620:149:4:1b01:7065:586f:a48:7f5e)
- # [14:24] * Quits: yoshiaki_ (~yoshiaki@91.217.168.220) (Ping timeout: 246 seconds)
- # [14:24] <smaug____> drm is just pure evil
- # [14:24] * Quits: Ms2ger (~Ms2ger@vpnf111.ugent.be) (Ping timeout: 255 seconds)
- # [14:25] * Quits: baku (~baku@93-40-64-123.ip37.fastwebnet.it) (Ping timeout: 255 seconds)
- # [14:25] * Quits: eric_carlson (~eric@2620:149:4:1b01:7065:586f:a48:7f5e) (Ping timeout: 246 seconds)
- # [14:25] * eric_carlson_ is now known as eric_carlson
- # [14:25] <tantek> not sure if drm is pure evil, or pure stupidity.
- # [14:26] * Joins: Ms2ger (~Ms2ger@vpnp088.ugent.be)
- # [14:26] * nrth is now known as irfaN
- # [14:26] * Quits: irfaN (~nrth@91.72.112.11) (Changing host)
- # [14:26] * Joins: irfaN (~nrth@unaffiliated/irfan)
- # [14:26] * Joins: sicking (~sicking@91.217.168.220)
- # [14:26] <hober> that or isn't an xor :)
- # [14:26] * Quits: SimonSapin (~simon@91.217.168.220) (Ping timeout: 252 seconds)
- # [14:27] * Quits: bradee-oh (~bradee-oh@91.217.168.216) (Quit: bradee-oh)
- # [14:27] * Quits: tantek (~tantek@91.217.168.220) (Quit: tantek)
- # [14:27] * Joins: smaug (~chatzilla@91.217.168.220)
- # [14:28] * Quits: cabanier (~cabanier@91.217.168.220) (Quit: Leaving.)
- # [14:28] * Joins: dydz (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net)
- # [14:29] * Quits: smaug____ (~chatzilla@91.217.168.216) (Ping timeout: 260 seconds)
- # [14:29] * smaug is now known as smaug____
- # [14:29] * Quits: jarib (~jarib@unaffiliated/jarib) (Excess Flood)
- # [14:29] * Joins: bradee-oh (~bradee-oh@91.217.168.216)
- # [14:29] * Joins: jarib (~jarib@unaffiliated/jarib)
- # [14:31] * Quits: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com) (Read error: Connection reset by peer)
- # [14:32] * Joins: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [14:32] * Joins: continuum (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [14:33] * Joins: Lachy (~Lachy@91.217.168.220)
- # [14:33] * Quits: sicking (~sicking@91.217.168.220) (Quit: sicking)
- # [14:33] * Joins: sicking (~sicking@91.217.168.216)
- # [14:35] * Quits: smaug____ (~chatzilla@91.217.168.220) (Remote host closed the connection)
- # [14:36] * Joins: yoshiaki (~yoshiaki@91.217.168.220)
- # [14:36] * Joins: smaug____ (~chatzilla@91.217.168.220)
- # [14:38] * Joins: cabanier (~cabanier@91.217.168.216)
- # [14:41] <annevk> [tm]: no, we had the same problem at Opera, I emailed them telling them we're Opera and we like their service and would need upwards of 200 allowed connections
- # [14:41] <annevk> [tm]: that's about all it takes
- # [14:41] <gsnedders> Can you not just msg some online staff?
- # [14:42] <annevk> well I couldn't connect at the time :)
- # [14:43] * Joins: SimonSapin (~simon@91.217.168.216)
- # [14:45] * Quits: kennyluck (~kennyluck@119.161.158.96) (Quit: kennyluck)
- # [14:48] * Quits: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com) (Remote host closed the connection)
- # [14:50] * Quits: sicking (~sicking@91.217.168.216) (Quit: sicking)
- # [15:00] * Joins: JohnAlbin (~JohnAlbin@114-42-55-22.dynamic.hinet.net)
- # [15:00] * Quits: SimonSapin (~simon@91.217.168.216) (Quit: Leaving.)
- # [15:01] * Joins: jonlee (~jonlee@2620:149:4:1b01:9401:7219:d524:4ca0)
- # [15:01] * Quits: Ms2ger (~Ms2ger@vpnp088.ugent.be) (Read error: Connection reset by peer)
- # [15:03] * Quits: kochi (~kochi@2401:fa00:4:1004:26be:5ff:fe03:db82) (Ping timeout: 246 seconds)
- # [15:03] * Quits: jonlee|afk (~jonlee@2620:149:4:1b01:9401:7219:d524:4ca0) (Ping timeout: 246 seconds)
- # [15:03] * Quits: [tm] (~mike@sideshowbarker.net) (Ping timeout: 246 seconds)
- # [15:03] * Joins: kochi (~kochi@2401:fa00:4:1004:26be:5ff:fe03:db82)
- # [15:03] * Joins: [tm] (~mike@sideshowbarker.net)
- # [15:03] * Quits: beverloo (peter@nat/google/x-zgvpaczunjbgzjcz) (Ping timeout: 246 seconds)
- # [15:03] * Joins: SimonSapin (~simon@91.217.168.216)
- # [15:04] * Quits: jamesr (jamesr@nat/google/x-spitrabdlwblbelp) (Ping timeout: 246 seconds)
- # [15:04] * Joins: jamesr (jamesr@nat/google/x-lkzdrkyiptmhmave)
- # [15:04] * Quits: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb) (Ping timeout: 246 seconds)
- # [15:04] * Joins: beverloo (peter@nat/google/x-waknglrmqpcaexnu)
- # [15:05] * Joins: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb)
- # [15:07] * Joins: tantek (~tantek@91.217.168.216)
- # [15:07] * Quits: SimonSapin (~simon@91.217.168.216) (Ping timeout: 256 seconds)
- # [15:08] * Joins: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net)
- # [15:14] * Quits: Lachy (~Lachy@91.217.168.220) (Quit: Computer has gone to sleep.)
- # [15:15] * Quits: tantek (~tantek@91.217.168.216) (Quit: tantek)
- # [15:16] * Quits: erichynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net)
- # [15:16] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [15:16] * Joins: tantek (~tantek@91.217.168.220)
- # [15:16] * Quits: smaug____ (~chatzilla@91.217.168.220) (Ping timeout: 240 seconds)
- # [15:18] * Quits: richt (~richt@91.217.168.220) (Remote host closed the connection)
- # [15:20] * Quits: Stevef_ (~chatzilla@93.158.42.253) (Ping timeout: 268 seconds)
- # [15:20] * Joins: Ms2ger (~Ms2ger@vpnf154.ugent.be)
- # [15:22] * Quits: bradee-oh (~bradee-oh@91.217.168.216) (Quit: bradee-oh)
- # [15:22] * Joins: smaug____ (~chatzilla@91.217.168.220)
- # [15:23] * Joins: MacTed (~Thud@63.119.36.36)
- # [15:23] * Quits: cabanier (~cabanier@91.217.168.216) (Quit: Leaving.)
- # [15:24] * Quits: yoshiaki (~yoshiaki@91.217.168.220) (Remote host closed the connection)
- # [15:25] * Joins: yoshiaki_ (~yoshiaki@91.217.168.220)
- # [15:25] * Quits: tantek (~tantek@91.217.168.220) (Quit: tantek)
- # [15:29] * Quits: yoshiaki_ (~yoshiaki@91.217.168.220) (Ping timeout: 256 seconds)
- # [15:30] * Joins: drublic_ (~drublic@p5098a42b.dip0.t-ipconnect.de)
- # [15:31] * Joins: ehsan (~ehsan@66.207.208.98)
- # [15:32] * Joins: garciawebdev (~garciaweb@190.244.76.14)
- # [15:34] * Quits: zcorpan (~zcorpan@91.217.168.220) (Remote host closed the connection)
- # [15:34] * Quits: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de) (Ping timeout: 276 seconds)
- # [15:35] * Quits: shepazu (~shepazu@91.217.168.216) (Quit: is sleepy)
- # [15:39] * Joins: cabanier (~cabanier@91.217.168.220)
- # [15:45] * Quits: annevk (~annevk@91.217.168.220) (Remote host closed the connection)
- # [15:45] * Joins: Stevef_ (~chatzilla@93.158.42.253)
- # [15:45] * Quits: Ms2ger (~Ms2ger@vpnf154.ugent.be) (Quit: bbl)
- # [15:45] * Quits: MikeSmith (~MikeSmith@91.217.168.220) (Quit: MikeSmith)
- # [15:47] * Joins: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net)
- # [15:47] * Quits: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net) (Changing host)
- # [15:47] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [15:47] * Quits: continuum (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [15:50] * Quits: Stevef_ (~chatzilla@93.158.42.253) (Ping timeout: 265 seconds)
- # [15:51] * Quits: cabanier (~cabanier@91.217.168.220) (Quit: Leaving.)
- # [15:52] * Joins: Lachy (~Lachy@91.217.168.220)
- # [15:52] * Joins: annevk (~annevk@91.217.168.220)
- # [15:53] * Quits: dydz (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net) (Quit: dydz)
- # [15:53] * Joins: cabanier (~cabanier@91.217.168.220)
- # [15:53] * Joins: yoshiaki_ (~yoshiaki@91.217.168.220)
- # [15:53] * Joins: zcorpan (~zcorpan@91.217.168.220)
- # [15:56] * Quits: Yudai (~Yudai@nttkyo209092.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (Ping timeout: 255 seconds)
- # [16:01] * Joins: Yudai (~Yudai@nttkyo315180.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [16:01] * Joins: bradee-oh (~bradee-oh@91.217.168.220)
- # [16:01] * Quits: Yudai (~Yudai@nttkyo315180.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (Client Quit)
- # [16:01] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [16:02] * Joins: yorick (~quassel@unaffiliated/yorick)
- # [16:03] * Joins: richt (~richt@91.217.168.216)
- # [16:04] * Joins: MikeSmith (~MikeSmith@91.217.168.220)
- # [16:04] * Joins: Yudai (~Yudai@nttkyo314209.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [16:05] <GPHemsley> If anyone gets a chance in between arguments, feedback welcome on my latest commit to mimesniff.
- # [16:06] * Joins: espadrine (~thaddee_t@vpn-b-195-072.epfl.ch)
- # [16:08] * Joins: dydz (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net)
- # [16:08] * Quits: dydz (~dydz@76-220-18-65.lightspeed.sntcca.sbcglobal.net) (Client Quit)
- # [16:08] * Joins: tantek (~tantek@91.217.168.220)
- # [16:09] * Quits: Jedi_ (~Jedi@jedi.org) (Read error: Connection reset by peer)
- # [16:10] * Joins: SimonSapin (~simon@91.217.168.220)
- # [16:11] * Joins: lilmonkey` (~colin@pdpc/supporter/professional/riven)
- # [16:11] <annevk> GPHemsley: hard to review :/
- # [16:11] <GPHemsley> yeah, the stupid differ b0rked
- # [16:11] <GPHemsley> marked sections as changed that hadn't been changed
- # [16:11] <GPHemsley> no idea why
- # [16:12] <annevk> a bunch of things like "a video type supported by the user agent" are not linked
- # [16:12] * Joins: Jedi_ (~Jedi@jedi.org)
- # [16:12] <annevk> GPHemsley: whitespace?
- # [16:12] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (Disconnected by services)
- # [16:12] <GPHemsley> the majority of the changes are in the "Unknown media type" section
- # [16:13] * lilmonkey` is now known as lilmonkey
- # [16:13] <GPHemsley> which I completely rewrote
- # [16:13] <GPHemsley> those unlinked terms were like that before this change
- # [16:13] <GPHemsley> I haven't defined them yet
- # [16:13] <annevk> k
- # [16:13] <GPHemsley> all of 5.2 needs review
- # [16:14] <annevk> in general I guess the cleanup looks good, but it might take a while before you find someone to review that
- # [16:14] <annevk> maybe once people write tests for it
- # [16:14] <GPHemsley> a few definitions were added in 3
- # [16:14] <GPHemsley> yeah
- # [16:14] <GPHemsley> incidentally, where would those tests live?
- # [16:15] * Joins: sicking (~sicking@91.217.168.220)
- # [16:16] * Quits: sicking (~sicking@91.217.168.220) (Client Quit)
- # [16:16] <annevk> Hixie: looks like we need quirks.spec.whatwg.org
- # [16:16] <annevk> Hixie: ownership -> annevankesteren again
- # [16:17] <GPHemsley> abarth: Do you recall if the order of the list of type patterns is significant in mimesniff?
- # [16:17] * Joins: shepazu (~shepazu@91.217.168.220)
- # [16:17] <GPHemsley> abarth: (There doesn't appear to be much overlap between the patterns that could result in a precedence conflict, IMO.)
- # [16:20] * Joins: Ms2ger (~Ms2ger@vpnf215.ugent.be)
- # [16:24] * Joins: blooberry (~blooberry@134.134.137.75)
- # [16:29] * Quits: Ms2ger (~Ms2ger@vpnf215.ugent.be) (Ping timeout: 255 seconds)
- # [16:30] * Joins: Ms2ger (~Ms2ger@vpnf215.ugent.be)
- # [16:31] * Quits: henrikkok (~henrikkok@hul.teknet.opasia.dk) (Quit: Leaving.)
- # [16:32] * Joins: jacobolus (~jacobolus@99-127-228-11.lightspeed.sntcca.sbcglobal.net)
- # [16:32] * Quits: jsoncorwin (~textual@c-67-170-235-108.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [16:32] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [16:32] * Quits: thisgeek (~chris@ool-45757d25.dyn.optonline.net) (Ping timeout: 244 seconds)
- # [16:32] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Client Quit)
- # [16:35] * Quits: alrra (~alrra@unaffiliated/alrra) (Ping timeout: 268 seconds)
- # [16:36] * Parts: Kolombiken (~Adium@217.13.228.226)
- # [16:41] * Quits: jacobolus (~jacobolus@99-127-228-11.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
- # [16:41] * Joins: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net)
- # [16:41] * Quits: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net) (Changing host)
- # [16:41] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [16:42] * Quits: SimonSapin (~simon@91.217.168.220) (Ping timeout: 246 seconds)
- # [16:42] * Quits: Ms2ger (~Ms2ger@vpnf215.ugent.be) (Ping timeout: 240 seconds)
- # [16:42] * Joins: jacobolus (~jacobolus@99-127-228-11.lightspeed.sntcca.sbcglobal.net)
- # [16:43] * Quits: jacobolus (~jacobolus@99-127-228-11.lightspeed.sntcca.sbcglobal.net) (Client Quit)
- # [16:43] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Client Quit)
- # [16:45] * Joins: necolas (~necolas@adsl-71-135-33-32.dsl.pltn13.pacbell.net)
- # [16:46] * Joins: Ms2ger (~Ms2ger@vpnb206.ugent.be)
- # [16:50] * Quits: shepazu (~shepazu@91.217.168.220) (Quit: is sleepy)
- # [16:51] * Quits: yoshiaki_ (~yoshiaki@91.217.168.220) (Remote host closed the connection)
- # [16:51] * Joins: yoshiaki_ (~yoshiaki@91.217.168.220)
- # [16:51] * Quits: Lachy (~Lachy@91.217.168.220) (Quit: Computer has gone to sleep.)
- # [16:51] * Quits: richt (~richt@91.217.168.216) (Remote host closed the connection)
- # [16:53] * Quits: bradee-oh (~bradee-oh@91.217.168.220) (Quit: bradee-oh)
- # [16:53] * Quits: zcorpan (~zcorpan@91.217.168.220) (Remote host closed the connection)
- # [16:55] * Quits: annevk (~annevk@91.217.168.220) (Remote host closed the connection)
- # [16:55] * Quits: lokling (~quassel@quassel.woboq.de) (Quit: No Ping reply in 180 seconds.)
- # [16:56] * Joins: lokling_ (~quassel@quassel.woboq.de)
- # [16:56] * Quits: yoshiaki_ (~yoshiaki@91.217.168.220) (Ping timeout: 264 seconds)
- # [16:56] * Quits: jarib (~jarib@unaffiliated/jarib) (Excess Flood)
- # [16:58] * drublic_ is now known as drublic
- # [16:58] * Joins: jarib (~jarib@unaffiliated/jarib)
- # [16:58] * Quits: cabanier (~cabanier@91.217.168.220) (Quit: Leaving.)
- # [17:00] * Quits: smaug____ (~chatzilla@91.217.168.220) (Ping timeout: 244 seconds)
- # [17:01] * boaz is now known as boaz|away
- # [17:01] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [17:02] * Quits: Yudai (~Yudai@nttkyo314209.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (Quit: Tiarra 0.1+svn-36726: SIGTERM received; exit)
- # [17:03] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
- # [17:04] * Joins: jsbell (~jsbell@c-69-181-34-84.hsd1.ca.comcast.net)
- # [17:04] * Joins: cabanier (~cabanier@91.217.168.220)
- # [17:05] * Joins: annevk (~annevk@91.217.168.220)
- # [17:05] * Joins: yoshiaki (~yoshiaki@91.217.168.216)
- # [17:06] * boaz|away is now known as boaz
- # [17:06] * Quits: annevk (~annevk@91.217.168.220) (Remote host closed the connection)
- # [17:07] * Joins: annevk (~annevk@91.217.168.220)
- # [17:07] * Quits: MikeSmith (~MikeSmith@91.217.168.220) (Quit: MikeSmith)
- # [17:08] * Quits: annevk (~annevk@91.217.168.220) (Remote host closed the connection)
- # [17:08] * Joins: shepazu (~shepazu@91.217.168.216)
- # [17:08] * Joins: richt (~richt@91.217.168.216)
- # [17:08] * Joins: SimonSapin (~simon@91.217.168.220)
- # [17:12] * Joins: ap (~ap@2620:149:4:1b01:5c3:3c9d:4b4a:c86c)
- # [17:13] * Quits: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de) (Remote host closed the connection)
- # [17:14] * Joins: smaug____ (~chatzilla@91.217.168.220)
- # [17:14] * Joins: MikeSmith (~MikeSmith@91.217.168.220)
- # [17:14] * Joins: mattgifford (~mattgiffo@70.102.199.158)
- # [17:17] * Joins: annevk (~annevk@91.217.168.220)
- # [17:17] * Joins: Yudai (~Yudai@nttkyo314209.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [17:23] * Joins: Stevef_ (~chatzilla@93.158.42.253)
- # [17:25] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (Excess Flood)
- # [17:26] * Joins: scor (~scor@132.183.242.197)
- # [17:26] * Quits: scor (~scor@132.183.242.197) (Changing host)
- # [17:26] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [17:28] * Joins: lilmonkey (~colin@53518387.cm-6-2c.dynamic.ziggo.nl)
- # [17:28] * Quits: lilmonkey (~colin@53518387.cm-6-2c.dynamic.ziggo.nl) (Changing host)
- # [17:28] * Joins: lilmonkey (~colin@pdpc/supporter/professional/riven)
- # [17:29] * Joins: Lachy (~Lachy@91.217.168.220)
- # [17:31] * jonlee is now known as jonlee|afk
- # [17:34] * Quits: Ms2ger (~Ms2ger@vpnb206.ugent.be) (Ping timeout: 265 seconds)
- # [17:35] * Quits: shepazu (~shepazu@91.217.168.216) (Quit: is sleepy)
- # [17:36] * Quits: Lachy (~Lachy@91.217.168.220) (Quit: Computer has gone to sleep.)
- # [17:36] * Quits: yoshiaki (~yoshiaki@91.217.168.216) (Remote host closed the connection)
- # [17:36] * Quits: necolas (~necolas@adsl-71-135-33-32.dsl.pltn13.pacbell.net) (Ping timeout: 240 seconds)
- # [17:36] * Quits: richt (~richt@91.217.168.216) (Ping timeout: 260 seconds)
- # [17:37] * Joins: yoshiaki_ (~yoshiaki@91.217.168.220)
- # [17:38] * abstractj is now known as abstractj|brb
- # [17:38] * Joins: WeirdAl (~chatzilla@g2spf.ask.info)
- # [17:39] * Quits: SimonSapin (~simon@91.217.168.220) (Ping timeout: 255 seconds)
- # [17:41] * Joins: nessy (~silviapf@124-171-34-73.dyn.iinet.net.au)
- # [17:42] * Quits: Yudai (~Yudai@nttkyo314209.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (Quit: Tiarra 0.1+svn-36726: SIGTERM received; exit)
- # [17:42] * Quits: yoshiaki_ (~yoshiaki@91.217.168.220) (Ping timeout: 276 seconds)
- # [17:42] * Joins: necolas (~necolas@adsl-71-135-34-39.dsl.pltn13.pacbell.net)
- # [17:43] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Ping timeout: 246 seconds)
- # [17:44] * Quits: necolas (~necolas@adsl-71-135-34-39.dsl.pltn13.pacbell.net) (Remote host closed the connection)
- # [17:45] * Quits: MikeSmith (~MikeSmith@91.217.168.220) (Quit: MikeSmith)
- # [17:46] * jonlee|afk is now known as jonlee
- # [17:47] * Quits: cabanier (~cabanier@91.217.168.220) (Quit: Leaving.)
- # [17:47] * Joins: Yudai (~Yudai@nttkyo312205.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [17:48] * Joins: pablof (~pablof@144.189.150.129)
- # [17:49] * Joins: say2joe (~say2joe@204.56.108.2)
- # [17:49] <abarth> GPHemsley: I think the order is mostly not important
- # [17:49] <GPHemsley> ah, good
- # [17:49] <abarth> GPHemsley: That's something you should check before changing, however
- # [17:49] <GPHemsley> ah, not so good
- # [17:49] <GPHemsley> :P
- # [17:50] * abstractj|brb is now known as abstractj
- # [17:52] * Quits: Druide__ (~Druid@p5B137EE2.dip.t-dialin.net)
- # [17:54] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [17:55] * Joins: cabanier (~cabanier@91.217.168.220)
- # [17:58] * Quits: tantek (~tantek@91.217.168.220) (Quit: tantek)
- # [17:59] * Joins: necolas (~necolas@adsl-71-135-34-39.dsl.pltn13.pacbell.net)
- # [18:00] * boaz is now known as boaz|away
- # [18:02] * Quits: ehsan (~ehsan@66.207.208.98) (Read error: Connection reset by peer)
- # [18:02] * Quits: cabanier (~cabanier@91.217.168.220) (Quit: Leaving.)
- # [18:03] * Joins: ehsan (~ehsan@66.207.208.98)
- # [18:03] * Quits: necolas (~necolas@adsl-71-135-34-39.dsl.pltn13.pacbell.net) (Remote host closed the connection)
- # [18:06] * Joins: baku (~baku@93-40-64-123.ip37.fastwebnet.it)
- # [18:08] * Quits: jamesr (jamesr@nat/google/x-lkzdrkyiptmhmave) (Ping timeout: 246 seconds)
- # [18:08] * Quits: beverloo (peter@nat/google/x-waknglrmqpcaexnu) (Ping timeout: 246 seconds)
- # [18:09] * Quits: mbatle (mbatle@pasanda.collabora.co.uk) (Ping timeout: 246 seconds)
- # [18:09] * Joins: mbatle (mbatle@pasanda.collabora.co.uk)
- # [18:09] * Joins: jamesr (jamesr@nat/google/x-xvzyxttorzblrrem)
- # [18:10] * jonlee is now known as jonlee|afk
- # [18:13] * Quits: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com) (Quit: adactio)
- # [18:13] * Joins: beverloo (peter@nat/google/x-bwjlteyznvfparws)
- # [18:13] * Quits: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb) (Ping timeout: 246 seconds)
- # [18:14] * Quits: jamesr (jamesr@nat/google/x-xvzyxttorzblrrem) (Ping timeout: 246 seconds)
- # [18:14] * Joins: jacobolus (~jacobolus@108-71-93-34.lightspeed.sntcca.sbcglobal.net)
- # [18:14] * Joins: jamesr (jamesr@nat/google/x-vjskbkfyrlqbkzvs)
- # [18:17] * Joins: rniwa (~rniwa@17.212.154.167)
- # [18:17] * Joins: cabanier (~cabanier@93.158.42.66)
- # [18:20] * Quits: jarib (~jarib@unaffiliated/jarib) (Excess Flood)
- # [18:20] * Joins: jarib (~jarib@unaffiliated/jarib)
- # [18:25] * Quits: smaug____ (~chatzilla@91.217.168.220) (Ping timeout: 276 seconds)
- # [18:27] * Joins: shepazu (~shepazu@93.158.41.8)
- # [18:28] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [18:28] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [18:29] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [18:32] * Joins: Yudai_ (~Yudai@nttkyo088119.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [18:33] * Quits: Yudai (~Yudai@nttkyo312205.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (Ping timeout: 260 seconds)
- # [18:34] * Joins: Yudai__ (~Yudai@nttkyo087104.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
- # [18:37] * Quits: Yudai_ (~Yudai@nttkyo088119.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (Ping timeout: 260 seconds)
- # [18:37] * moo-_- is now known as Hallomoo
- # [18:39] * ojan_away is now known as ojan
- # [18:40] * Quits: WeirdAl (~chatzilla@g2spf.ask.info) (Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032])
- # [18:40] * Joins: pablof_ (~pablof@144.189.150.129)
- # [18:40] * Quits: pablof (~pablof@144.189.150.129) (Ping timeout: 245 seconds)
- # [18:40] * pablof_ is now known as pablof
- # [18:43] * Quits: shepazu (~shepazu@93.158.41.8) (Quit: is sleepy)
- # [18:58] * Joins: krawchyk_ (~krawchyk@65.220.49.251)
- # [18:59] * Quits: krawchyk (~krawchyk@65.220.49.251) (Read error: Operation timed out)
- # [19:03] * Joins: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk)
- # [19:04] * Quits: nessy (~silviapf@124-171-34-73.dyn.iinet.net.au) (Quit: Leaving.)
- # [19:04] * Quits: Stevef_ (~chatzilla@93.158.42.253) (Ping timeout: 244 seconds)
- # [19:04] <annevk> Hixie: I also want notifications or notification
- # [19:05] * abstractj is now known as abstractj|lunch
- # [19:05] <annevk> Hixie: given that we have "Fullscreen" I think "Notification" makes sense
- # [19:08] * annevk is looking forward to next week
- # [19:08] * annevk wants to solve host names
- # [19:15] * Joins: hasather_ (~hasather_@cm-84.208.105.178.getinternet.no)
- # [19:20] * Joins: Kolombiken (~Adium@217.13.228.226)
- # [19:20] * Quits: Kolombiken (~Adium@217.13.228.226) (Client Quit)
- # [19:23] <Hixie> annevk: "fullscreens" wouldn't make sense, would it?
- # [19:24] <Hixie> "notifications" seems more correct to me, but i dunno, your call
- # [19:24] <annevk> okay
- # [19:24] <Hixie> notifications. and quirks. ?
- # [19:24] <annevk> for now, yes
- # [19:24] <annevk> tantek wants to add some stuff, but he's not yet ready I think
- # [19:24] <annevk> thanks
- # [19:25] <annevk> gonna go back to the reception thingie now
- # [19:25] <Hixie> is zcorpan giving up on quirks?
- # [19:25] <annevk> no, W3C gave up on him by not allowing CC0, so he wants to move it here
- # [19:25] <Hixie> aah, ok
- # [19:25] <annevk> but he wants to reuse my setup for github
- # [19:25] <Hixie> so your user?
- # [19:25] <annevk> yes
- # [19:25] <Hixie> roger
- # [19:26] * Parts: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [19:26] <Hixie> (when was quirks ever a w3c spec?)
- # [19:27] <Hixie> both done
- # [19:27] <Hixie> let me know when to update the specs list
- # [19:29] <Hixie> oh, i see, they just don't want people to do drafts under a non-CLA license
- # [19:29] <Hixie> ok
- # [19:30] <Hixie> well that's a non-issue, we only need the FSA from the w3c
- # [19:33] * jonlee|afk is now known as jonlee
- # [19:39] * Joins: jernoble_ (~jernoble@17.244.24.116)
- # [19:43] * Joins: alrra (~alrra@unaffiliated/alrra)
- # [19:46] * Quits: pyrsmk (~pyrsmk@137.127.75.86.rev.sfr.net) (Remote host closed the connection)
- # [19:53] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
- # [20:00] * Joins: snowfox_ben (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net)
- # [20:05] * jonlee is now known as jonlee|afk
- # [20:05] * Quits: jacobolus (~jacobolus@108-71-93-34.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
- # [20:06] * Joins: MikeSmith (~MikeSmith@91.217.168.220)
- # [20:07] * Quits: krawchyk_ (~krawchyk@65.220.49.251) (Remote host closed the connection)
- # [20:08] * Joins: krawchyk (~krawchyk@65.220.49.251)
- # [20:08] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [20:09] * Quits: MikeSmith (~MikeSmith@91.217.168.220) (Client Quit)
- # [20:09] <GPHemsley> Hixie: Thanks for all the bugs! :P
- # [20:09] <GPHemsley> Hixie: A few of them are just wording issues, so I'll need your help figuring out how to say what I mean.
- # [20:10] <Hixie> sure
- # [20:11] * Quits: griswold (~quassel@blackhole.space150.com) (Read error: Connection reset by peer)
- # [20:12] * Joins: griswold (~quassel@vpn.space150.com)
- # [20:12] * Joins: jacobolus (~jacobolus@173-164-253-217-SFBA.hfc.comcastbusiness.net)
- # [20:13] * abstractj|lunch is now known as abstractj
- # [20:15] * Joins: jsoncorwin (~textual@c-67-170-235-108.hsd1.ca.comcast.net)
- # [20:17] * Joins: imrobert (~robert@139.62.87.109)
- # [20:17] * Quits: imrobert (~robert@139.62.87.109) (Client Quit)
- # [20:17] * Joins: MikeSmith (~MikeSmith@91.217.168.220)
- # [20:31] <Hixie> MikeSmith: https://www.w3.org/Bugs/Public/show_bug.cgi?id=18338#c2 (please feel free to close the bug or reassign it if you think it shouldn't be in html after all)
- # [20:31] * MikeSmith looks now
- # [20:32] * Quits: annevk (~annevk@91.217.168.220) (Remote host closed the connection)
- # [20:32] <MikeSmith> Hixie: I guess I've been waiting to hear what hsivonen thinks of that one
- # [20:33] * Quits: hasather_ (~hasather_@cm-84.208.105.178.getinternet.no) (Remote host closed the connection)
- # [20:33] <MikeSmith> I vaguely recall him saying that he thinks it'd good to have the HTML spec say something about this
- # [20:33] <MikeSmith> anyway I'll ask him
- # [20:33] <MikeSmith> gotta drop off soon
- # [20:34] * Joins: annevk (~annevk@91.217.168.220)
- # [20:34] * Quits: annevk (~annevk@91.217.168.220) (Remote host closed the connection)
- # [20:37] * Quits: ^esc (~esc_ape@178.115.251.140.wireless.dyn.drei.com) (Ping timeout: 244 seconds)
- # [20:40] * Quits: baku (~baku@93-40-64-123.ip37.fastwebnet.it) (Ping timeout: 264 seconds)
- # [20:40] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [20:41] <GPHemsley> Hixie: Wasn't sure if you wanted me to move the components for the bugs assigned to do; I didn't.
- # [20:42] <GPHemsley> Hixie: I've responded to all the bugs you filed.
- # [20:42] * Quits: MikeSmith (~MikeSmith@91.217.168.220) (Quit: MikeSmith)
- # [20:43] <Hixie> k
- # [20:43] <GPHemsley> Hixie: P.S. Don't forget MIMESNIFF is also referenced here: http://www.whatwg.org/specs/web-apps/current-work/multipage/iana.html
- # [20:43] <GPHemsley> (Not sure if you need to update that, except maybe the name of the spec.)
- # [20:44] * Quits: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de) (Remote host closed the connection)
- # [20:46] * Joins: Kolombiken (~Adium@c80-216-10-244.bredband.comhem.se)
- # [20:54] <Hixie> that section is not long for this world
- # [20:55] * Joins: ^esc (~esc_ape@77.117.247.214.wireless.dyn.drei.com)
- # [20:57] * Joins: nessy (~silviapf@124-171-34-73.dyn.iinet.net.au)
- # [20:59] * Quits: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk) (Quit: Leaving.)
- # [20:59] * Quits: alrra (~alrra@unaffiliated/alrra) (Ping timeout: 268 seconds)
- # [21:01] * Joins: Ms2ger (~Ms2ger@119.193-242-81.adsl-dyn.isp.belgacom.be)
- # [21:01] * Joins: cgcardona (~cgcardona@64.124.34.2)
- # [21:01] * Quits: cgcardona (~cgcardona@64.124.34.2) (Changing host)
- # [21:01] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [21:04] * boaz|away is now known as boaz
- # [21:07] * jonlee|afk is now known as jonlee
- # [21:10] * Quits: Kolombiken (~Adium@c80-216-10-244.bredband.comhem.se) (Quit: Leaving.)
- # [21:11] * Quits: krawchyk (~krawchyk@65.220.49.251) (Remote host closed the connection)
- # [21:22] * Joins: sedovsek (~robert@188-230-195-85.dynamic.t-2.net)
- # [21:23] <Ms2ger> Hixie, do you mind us being crazy? :)
- # [21:25] * Quits: jsbell (~jsbell@c-69-181-34-84.hsd1.ca.comcast.net) (Quit: jsbell)
- # [21:27] * Quits: snowfox_ben (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net) (Quit: snowfox_ben)
- # [21:32] * GPHemsley proposes having a media type 'font'.
- # [21:33] <GPHemsley> (Also 'archive')
- # [21:33] <GPHemsley> font/ttf
- # [21:33] <GPHemsley> archive/zip
- # [21:33] <GPHemsley> etc.
- # [21:33] * Joins: Druide_ (~Druid@p5B137EE2.dip.t-dialin.net)
- # [21:34] <Ms2ger> Heh
- # [21:38] <GPHemsley> Ms2ger: Unrealistic?
- # [21:38] * GPHemsley thinks too much gets lumped into 'application'
- # [21:38] <Ms2ger> I've seen people talk about font/ for years :)
- # [21:41] <GPHemsley> ah
- # [21:41] <GPHemsley> well
- # [21:41] <GPHemsley> hmm
- # [21:41] * Joins: chriseppstein (~chrisepps@99-6-85-4.lightspeed.sntcca.sbcglobal.net)
- # [21:41] <GPHemsley> If I spec it, they will come?
- # [21:41] * Quits: MacTed (~Thud@63.119.36.36)
- # [21:42] <GPHemsley> "A font type is any valid media type where type is equal to "font" or the media type portion is equal to one of the following: ..."
- # [21:43] <GPHemsley> Ms2ger, Hixie: What do you think?
- # [21:43] <Ms2ger> I care very little :)
- # [21:43] * Joins: hasather_ (~hasather_@cm-84.208.105.178.getinternet.no)
- # [21:44] * GPHemsley assumes that is support.
- # [21:44] <GPHemsley> ;)
- # [21:45] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [21:47] * Quits: hasather_ (~hasather_@cm-84.208.105.178.getinternet.no) (Ping timeout: 252 seconds)
- # [21:48] * abstractj is now known as abstractj|away
- # [21:52] * Joins: Druide__ (~Druid@p5B13793D.dip.t-dialin.net)
- # [21:52] * Quits: Druide_ (~Druid@p5B137EE2.dip.t-dialin.net) (Ping timeout: 244 seconds)
- # [21:55] * Quits: yorick (~quassel@unaffiliated/yorick) (Quit: No Ping reply in 180 seconds.)
- # [21:55] * Joins: yorick (~quassel@unaffiliated/yorick)
- # [21:59] * Quits: charlvn (~charlvn@charlvn.nl) (Quit: leaving)
- # [22:02] * Joins: sedovsek_ (~robert@188-230-195-85.dynamic.t-2.net)
- # [22:04] * Joins: sedovsek__ (~robert@188-230-195-85.dynamic.t-2.net)
- # [22:05] * Joins: jsbell (~jsbell@c-69-181-34-84.hsd1.ca.comcast.net)
- # [22:05] * Quits: sedovsek (~robert@188-230-195-85.dynamic.t-2.net) (Ping timeout: 260 seconds)
- # [22:05] * sedovsek__ is now known as sedovsek
- # [22:08] * Quits: sedovsek_ (~robert@188-230-195-85.dynamic.t-2.net) (Ping timeout: 248 seconds)
- # [22:14] * Quits: garciawebdev (~garciaweb@190.244.76.14) (Remote host closed the connection)
- # [22:19] * boaz is now known as boaz|away
- # [22:20] * Joins: smaug____ (~chatzilla@93.158.47.227)
- # [22:20] * ojan is now known as ojan_away
- # [22:29] * Quits: Ms2ger (~Ms2ger@119.193-242-81.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [22:30] * Quits: ^esc (~esc_ape@77.117.247.214.wireless.dyn.drei.com) (Ping timeout: 244 seconds)
- # [22:35] * Joins: ^esc (~esc_ape@178.115.248.93.wireless.dyn.drei.com)
- # [22:36] * Joins: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [22:36] * Quits: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Client Quit)
- # [22:39] * ojan_away is now known as ojan
- # [22:43] * Joins: mkanat (mkanat@nat/google/x-gxmjwxmdlmlqulam)
- # [22:45] * Quits: JohnAlbin (~JohnAlbin@114-42-55-22.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
- # [22:55] * Quits: danzik17 (~danzik17@164.55.254.106) (Ping timeout: 260 seconds)
- # [22:57] <Hixie> GPHemsley: i agree, if we assume mime types make sense at all, that there should be a font/ top-level type, but i'm not sure the mime sniffing spec is where it should be. But then if you want to replace the IANA MIME type registry and all the MIME machinery, it would make sense to have a new spec that subsumes mime sniffing and all those things.
- # [22:58] <Hixie> GPHemsley: might want to approach the IETF first to see if they're amenable to considering that first, though
- # [22:58] <Hixie> GPHemsley: also, might be worth getting the mime sniffing stuff solid first :-P
- # [23:12] * Joins: tantek (~tantek@93.158.40.163)
- # [23:19] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
- # [23:23] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:29] * Joins: richt (~richt@93.158.46.195)
- # [23:30] <hsivonen> epub has prior art for font types.
- # [23:31] <hsivonen> application/vnd.ms-opentype and application/font-woff
- # [23:31] <hsivonen> better not reinvent that stuff
- # [23:34] * Quits: richt (~richt@93.158.46.195) (Ping timeout: 260 seconds)
- # [23:36] <hsivonen> I don't know where the idpf pulled those out of, but this stuff has been made up already
- # [23:37] * jernoble is now known as jernoble|afk
- # [23:37] * jernoble|afk is now known as jernoble
- # [23:40] * Quits: jacobolus (~jacobolus@173-164-253-217-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [23:40] * Quits: sedovsek (~robert@188-230-195-85.dynamic.t-2.net) (Quit: sedovsek)
- # [23:41] * Joins: jacobolus (~jacobolus@173-164-253-217-SFBA.hfc.comcastbusiness.net)
- # [23:41] * Quits: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net) (Quit: linclark)
- # [23:41] * Quits: jacobolus (~jacobolus@173-164-253-217-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [23:42] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
- # [23:42] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
- # [23:42] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [23:42] * Joins: a-ja (~Instantbi@70.230.156.144)
- # [23:42] * Joins: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net)
- # [23:44] * Quits: jsbell (~jsbell@c-69-181-34-84.hsd1.ca.comcast.net) (Quit: jsbell)
- # [23:45] * Joins: zcorpan (~zcorpan@93.158.43.194)
- # [23:45] * jonlee is now known as jonlee|afk
- # [23:45] * jonlee|afk is now known as jonlee
- # [23:46] * jernoble_ is now known as jernoble|afk
- # [23:47] * Quits: jernoble|afk (~jernoble@17.244.24.116) (Quit: Computer has gone to sleep.)
- # [23:47] * Quits: linclark (~clark@c-67-186-35-246.hsd1.pa.comcast.net) (Quit: linclark)
- # [23:56] * Joins: jsbell (~jsbell@c-69-181-34-84.hsd1.ca.comcast.net)
- # [23:57] * Quits: jamesr (jamesr@nat/google/x-vjskbkfyrlqbkzvs) (Remote host closed the connection)
- # Session Close: Thu Nov 01 00:00:01 2012
The end :)