Options:
- # Session Start: Fri Dec 23 00:00:00 2011
- # Session Ident: #whatwg
- # [00:04] * Joins: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net)
- # [00:05] * Quits: martndemus (~martndemu@h254064.upc-h.chello.nl) (Quit: Lost terminal)
- # [00:06] * Joins: silentimp (~silentimp@112-58-133-95.pool.ukrtel.net)
- # [00:12] <BenoitRen> Okay, comment posted. Bye!
- # [00:12] * Quits: BenoitRen (~BenoitRen@91.177.148.13) (Quit: Chatzilla 0.9.75.1 [SeaMonkey 1.1.19/2010022818])
- # [00:18] * Quits: wesbos (~wesbos@71-17-71-205.yktn.hsdb.sasknet.sk.ca) (Quit: Leaving...)
- # [00:18] <dglazkov> what's the hottest multi-player game nowadays
- # [00:18] <TabAtkins> WOW
- # [00:18] <TabAtkins> Still.
- # [00:19] * bga want img { tabIndex: 0 } for usercss
- # [00:20] <dglazkov> excellent
- # [00:20] * dglazkov aims to be the first to mention WoW in a spec
- # [00:20] <bga> for selecting images w/o mouse in opera
- # [00:20] <heycam> dglazkov, http://www.wowwiki.com/Shadow_priest
- # [00:20] <bga> ok dglazkov :)
- # [00:21] <TabAtkins> bga: nav-index (not well-implemented)
- # [00:23] * Quits: silentimp (~silentimp@112-58-133-95.pool.ukrtel.net) (Ping timeout: 244 seconds)
- # [00:24] <bga> thanks
- # [00:25] * Joins: silentimp (~silentimp@169-17-132-95.pool.ukrtel.net)
- # [00:26] <bga> TabAtkins btw is still no plans to include better UI into html. is still css apearence and emulating using plain html?
- # [00:26] <bga> XUL will be nice
- # [00:26] <TabAtkins> bga: I don't understand what you're asking.
- # [00:27] <bga> native UI
- # [00:27] <bga> sorry
- # [00:28] <TabAtkins> I still don't understand the question. Can you rephrase it?
- # [00:28] * heycam is now known as heycam|away
- # [00:28] <bga> TabAtkins current way is emulate tabs using plain html and css apearance property
- # [00:29] <bga> via <ul> <li> for example
- # [00:29] <bga> understand?
- # [00:29] <TabAtkins> Yes.
- # [00:30] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Quit: tantek)
- # [00:30] <bga> css way is good but forse authors reinvent wheel is bad
- # [00:33] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [00:34] <bga> TabAtkins and when we will get <tabs> <tab> <tree-item> <vsplit> <hsplit> etc ? :)
- # [00:35] <bga> and <grid> of course
- # [00:35] <TabAtkins> Never, because CSS is the proper layer for that.
- # [00:35] <bga> :(
- # [00:35] <TabAtkins> In some cases, we can use CSS to make it easy to do those kinds of UI things.
- # [00:36] <TabAtkins> Flexbox makes tabs easier. Grid Layout does grids. Lists 4 might handle tree lists. No clue yet how to handle splitters (especially resizable splitters), but it's something I want to think about at some point.
- # [00:36] <bga> => extjs will live and other 1000 ui libs
- # [00:37] <bga> TabAtkins but its swing way. bad way. slow way
- # [00:38] <TabAtkins> I don't understand why it's bad or slow.
- # [00:38] <bga> 'i can paint pixels, ok, i can make ui!'
- # [00:39] <bga> TabAtkins as author i want just write <tabs> in html. NET, XUL, QT gives me this ability
- # [00:40] <TabAtkins> bga: None of those are the web, with the web's particular separation of concerns.
- # [00:40] <TabAtkins> Rarely, it makes sense to add UI paradigms into HTML - look at <details>, which was a great addition.
- # [00:41] <bga> TabAtkins ok, you split webapp and webpage
- # [00:41] * Joins: silentimp_ (~silentimp@166-1-132-95.pool.ukrtel.net)
- # [00:41] <bga> webapp need ui stuff
- # [00:41] <TabAtkins> Which is why I'm working on stuff that helps webapps build UI.
- # [00:41] <TabAtkins> Like Flexbox.
- # [00:42] <bga> build from scratch each time
- # [00:42] * Quits: silentimp (~silentimp@169-17-132-95.pool.ukrtel.net) (Ping timeout: 240 seconds)
- # [00:42] * silentimp_ is now known as silentimp
- # [00:43] <TabAtkins> That's fine. Webapps dont' actually want native OS styles.
- # [00:43] <kennyluck> Is Firefox gradually deprecating XUL?
- # [00:43] <zewt> TabAtkins: who knows if they don't want it, since there's no way to get it, heh
- # [00:44] <bga> TabAtkins thats is not fine. user want native look of ui
- # [00:44] <zewt> practically speaking, it's very difficult to get native-behaving OS widgets generically
- # [00:44] <TabAtkins> zewt: Asking people, and also noting that almost no one attempts to emulate OS styles with CSS.
- # [00:44] <zewt> (in a cross-platform way)
- # [00:44] <TabAtkins> Plus lots of people use appearance:none and styles to make the few controls that *are* OS-native look different.
- # [00:45] <zewt> TabAtkins: well, it's hard, and anything short of near-perfect emulation is ugly and embarrassing
- # [00:45] <TabAtkins> bga: If we give authors something that they dont' want, they won't use it.
- # [00:45] <zewt> native-looking widgets floating in the middle of non-native stuff look out of place
- # [00:45] <TabAtkins> Yup.
- # [00:45] <hober> beware the uncanny valley
- # [00:46] <TabAtkins> In some cases it's worth it (like getting a single consistent datepicker from <input type=date>, or consistent controls from <video>) but usually authors want to theme it with their website.
- # [00:46] <zewt> realistically speaking, whatever the initial reasons, people are definitely now in the habit of making their own custom UIs, so it's probably too late to change the momentum, even if they would have gone for it at one point
- # [00:46] * heycam|away is now known as heycam
- # [00:47] <bga> heh
- # [00:47] * Quits: Morphous_ (jan@f049162163.adsl.alicedsl.de) (Ping timeout: 240 seconds)
- # [00:48] <bga> chaos of themes. each app has own theme. hell
- # [00:48] <bga> but ok
- # [00:48] <zewt> theme != ui
- # [00:48] <bga> i still can write usercss
- # [00:48] <bga> :)
- # [00:48] <zewt> in lynx?
- # [00:49] <bga> :)
- # [00:50] * Quits: davidb_ (~davidb@66.207.208.98) (Quit: davidb_)
- # [00:55] <dglazkov> re: WoW, done: dvcs.w3.org/hg/webcomponents/rev/a3e6d321e899
- # [00:55] <dglazkov> probably easier to read here: dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#shadow-dom-example
- # [00:57] <TabAtkins> dglazkov: You realize that <a href="example.com/stories/1"> does not make a link to example.com, right?
- # [00:57] <dglazkov> dur
- # [00:57] <dglazkov> lemme fix
- # [00:57] <TabAtkins> Use the protocol-relative url!
- # [00:57] <TabAtkins> //example.com
- # [00:58] <dglazkov> too clever
- # [00:58] <dglazkov> :)
- # [00:58] <TabAtkins> More people need to know about this.
- # [00:58] <dglazkov> alright
- # [00:59] <TabAtkins> Also, ugh, you capitalize your color keywords? SO UGLY
- # [00:59] <TabAtkins> ^_^
- # [00:59] <dglazkov> it's not me, it's bob
- # [01:00] <TabAtkins> I hate Bob.
- # [01:00] <dglazkov> well, he's at a comiccon, you should tell him that when he comes bacck
- # [01:01] * Quits: silentimp (~silentimp@166-1-132-95.pool.ukrtel.net) (Ping timeout: 240 seconds)
- # [01:01] * Quits: tomasf (~tom@c-b7dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Quit: tomasf)
- # [01:02] * Joins: Morphous_ (jan@f049160041.adsl.alicedsl.de)
- # [01:07] * Joins: silentimp (~silentimp@41-27-133-95.pool.ukrtel.net)
- # [01:15] * Quits: silentimp (~silentimp@41-27-133-95.pool.ukrtel.net) (Read error: Connection reset by peer)
- # [01:17] * Joins: silentimp (~silentimp@195-16-132-95.pool.ukrtel.net)
- # [01:22] * Quits: FireFly (firefly@firefly.xen.prgmr.com) (Changing host)
- # [01:22] * Joins: FireFly (firefly@unaffiliated/firefly)
- # [01:25] * Quits: smaug____ (~chatzilla@193-64-22-202-nat.elisa-mobile.fi) (Ping timeout: 252 seconds)
- # [01:30] * Quits: rillian_lime (~rillian@184.71.182.138) (Remote host closed the connection)
- # [01:37] * Quits: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [01:47] * Quits: schnoomac (~schnoomac@melbourne.99cluster.com) (Quit: schnoomac)
- # [01:49] * Quits: silentimp (~silentimp@195-16-132-95.pool.ukrtel.net) (Read error: Connection reset by peer)
- # [01:59] * Joins: silentimp (~silentimp@212-24-133-95.pool.ukrtel.net)
- # [02:02] * Quits: sicking (~chatzilla@nat/mozilla/x-vudvozkzgraaveyc) (Ping timeout: 255 seconds)
- # [02:02] * Quits: th3_Chr1s (~christoph@p54ABE534.dip.t-dialin.net) (Quit: and bye)
- # [02:14] * eric_carlson is now known as ericc|away
- # [02:19] * Quits: silentimp (~silentimp@212-24-133-95.pool.ukrtel.net) (Ping timeout: 240 seconds)
- # [02:20] * Joins: silentimp (~silentimp@64-11-133-95.pool.ukrtel.net)
- # [02:20] * Quits: TabAtkins (tabatkins@nat/google/x-vcubuomohsebmrww) (Quit: Lost terminal)
- # [02:27] * Quits: JonathanNeal (~Jonathan@dsl211-159-045.lax1.dsl.speakeasy.net) (Quit: Leaving.)
- # [02:31] * Quits: ap (~ap@2620:149:4:1b01:593f:dad4:97ed:a4d1) (Quit: ap)
- # [02:31] * Joins: jacobolus (~jacobolus@199-83-223-112.PUBLIC.monkeybrains.net)
- # [02:36] * Quits: ben_alman (~cowboy@184-106-134-167.static.cloud-ips.com) (Excess Flood)
- # [02:37] * Joins: ben_alman (~cowboy@184-106-134-167.static.cloud-ips.com)
- # [02:38] * Quits: hasather_ (~hasather_@81-237-212-176-no86.tbcn.telia.com) (Remote host closed the connection)
- # [02:39] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
- # [02:45] * Quits: silentimp (~silentimp@64-11-133-95.pool.ukrtel.net) (Ping timeout: 240 seconds)
- # [02:55] * Joins: silentimp (~silentimp@78-60-132-95.pool.ukrtel.net)
- # [02:55] * Quits: weinig (~weinig@2620:149:4:1b01:1c2d:5d2f:bf91:98ef) (Quit: weinig)
- # [02:56] * Quits: silentimp (~silentimp@78-60-132-95.pool.ukrtel.net) (Read error: Connection reset by peer)
- # [02:56] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [02:57] * heycam is now known as heycam|away
- # [02:58] * Joins: silentimp (~silentimp@174-121-132-95.pool.ukrtel.net)
- # [03:00] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
- # [03:05] * Joins: Evanescence (~Evanescen@122.237.21.250)
- # [03:20] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Ping timeout: 244 seconds)
- # [03:24] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
- # [03:26] * Joins: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [03:42] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [03:44] * Quits: LBP (~Mirc@pD9EB17A8.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
- # [03:44] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Remote host closed the connection)
- # [03:44] * Joins: LBP (~Mirc@pD9EB18F4.dip0.t-ipconnect.de)
- # [03:45] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [03:46] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [03:49] * Joins: silentimp_ (~silentimp@103-37-133-95.pool.ukrtel.net)
- # [03:50] * Quits: silentimp (~silentimp@174-121-132-95.pool.ukrtel.net) (Ping timeout: 240 seconds)
- # [03:50] * silentimp_ is now known as silentimp
- # [03:52] * Quits: nessy1 (~Adium@124-171-25-158.dyn.iinet.net.au) (Quit: Leaving.)
- # [03:54] * Joins: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [03:57] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [04:02] * Joins: miketaylr (~miketaylr@12.145.2.130)
- # [04:08] * Joins: mkanat (mkanat@nat/google/x-kyxdujnwsxvzhecg)
- # [04:24] * Quits: Evanescence (~Evanescen@122.237.21.250) (Quit: my website: http://stardiviner.dyndns-blog.com/)
- # [04:27] * Quits: miketaylr (~miketaylr@12.145.2.130) (Quit: miketaylr)
- # [04:32] * Joins: Evanescence (~Evanescen@122.237.21.250)
- # [04:33] * Joins: jacobolu_ (~jacobolus@199-83-223-231.PUBLIC.monkeybrains.net)
- # [04:36] * Quits: jacobolus (~jacobolus@199-83-223-112.PUBLIC.monkeybrains.net) (Ping timeout: 252 seconds)
- # [04:39] * Quits: mkanat (mkanat@nat/google/x-kyxdujnwsxvzhecg) (Quit: Ex-Chat)
- # [04:43] * Joins: rniwa_ (~rniwa@216.239.45.130)
- # [04:43] * Quits: rniwa (rniwa@nat/google/x-pgenrlwupfpunayy) (Quit: rniwa)
- # [04:43] * rniwa_ is now known as rniwa
- # [04:48] * Joins: silentimp_ (~silentimp@255-72-133-95.pool.ukrtel.net)
- # [04:49] * Quits: silentimp (~silentimp@103-37-133-95.pool.ukrtel.net) (Ping timeout: 252 seconds)
- # [04:49] * silentimp_ is now known as silentimp
- # [04:50] * Joins: gavinc__ (~gavin@50-0-77-3.dsl.static.sonic.net)
- # [04:53] * Quits: gavinc (~gavin@50-0-77-3.dsl.static.sonic.net) (Ping timeout: 240 seconds)
- # [04:54] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [04:57] * Joins: weinig (~weinig@2620:149:4:1b01:7c1a:cfaf:242:5e02)
- # [04:59] * Joins: silentimp_ (~silentimp@222-21-133-95.pool.ukrtel.net)
- # [04:59] * Joins: nonge (~nonge@p508290F0.dip.t-dialin.net)
- # [05:00] * Quits: silentimp (~silentimp@255-72-133-95.pool.ukrtel.net) (Ping timeout: 240 seconds)
- # [05:00] * silentimp_ is now known as silentimp
- # [05:06] * Quits: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net) (Quit: The computer fell asleep)
- # [05:06] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
- # [05:09] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [05:10] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [05:10] * Quits: silentimp (~silentimp@222-21-133-95.pool.ukrtel.net) (Read error: Connection reset by peer)
- # [05:11] * Quits: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
- # [05:16] * Joins: MikeSmith_ (~MikeSmith@EM111-191-217-180.pool.e-mobile.ne.jp)
- # [05:16] * Joins: silentimp (~silentimp@166-4-132-95.pool.ukrtel.net)
- # [05:18] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [05:19] * Quits: MikeSmith (~MikeSmith@EM1-112-220-183.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [05:19] * MikeSmith_ is now known as MikeSmith
- # [05:30] * Joins: dnlcttr (~dnlcttr@74-131-188-203.dhcp.insightbb.com)
- # [05:31] * Quits: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Quit: snowfox)
- # [05:33] * heycam|away is now known as heycam
- # [05:35] * Quits: Evanescence (~Evanescen@122.237.21.250) (Quit: my website: http://stardiviner.dyndns-blog.com/)
- # [05:38] <kennyluck> there's been no mail for two days on www-style. That made me think I was kicked off the list.
- # [05:44] * heycam is now known as heycam|away
- # [05:52] * Quits: silentimp (~silentimp@166-4-132-95.pool.ukrtel.net) (Quit: silentimp)
- # [05:54] * Joins: Evanescence (~Evanescen@122.237.21.250)
- # [05:56] * Quits: weinig (~weinig@2620:149:4:1b01:7c1a:cfaf:242:5e02) (Quit: weinig)
- # [06:01] * Quits: dnlcttr (~dnlcttr@74-131-188-203.dhcp.insightbb.com) (Quit: dnlcttr)
- # [06:03] * Joins: dnlcttr (~dnlcttr@74-131-188-203.dhcp.insightbb.com)
- # [06:04] * heycam|away is now known as heycam
- # [06:05] * Joins: wesbos (~wesbos@71-17-71-205.yktn.hsdb.sasknet.sk.ca)
- # [06:10] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [06:29] * Quits: dnlcttr (~dnlcttr@74-131-188-203.dhcp.insightbb.com) (Quit: dnlcttr)
- # [06:34] * Quits: ezoe (~ezoe@203-140-89-91f1.kyt1.eonet.ne.jp) (Quit: And Now for Something Completely Different.)
- # [06:53] * Quits: jacobolu_ (~jacobolus@199-83-223-231.PUBLIC.monkeybrains.net) (Remote host closed the connection)
- # [06:55] * Joins: JonathanNeal (~Jonathan@cpe-67-49-64-18.socal.res.rr.com)
- # [07:04] * Joins: JonathanNeal1 (~Jonathan@cpe-67-49-64-18.socal.res.rr.com)
- # [07:06] * Quits: JonathanNeal (~Jonathan@cpe-67-49-64-18.socal.res.rr.com) (Ping timeout: 244 seconds)
- # [07:09] * Joins: dydx (~dydz@adsl-75-36-186-46.dsl.pltn13.sbcglobal.net)
- # [07:11] * Quits: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Quit: jamesr)
- # [07:17] * Quits: bzed (~bzed@devel.recluse.de) (Ping timeout: 252 seconds)
- # [07:18] * Joins: bzed (~bzed@devel.recluse.de)
- # [07:19] * Joins: plutoniix (~plutoniix@103.1.164.55)
- # [07:24] * Joins: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [07:24] * Quits: JonathanNeal1 (~Jonathan@cpe-67-49-64-18.socal.res.rr.com) (Quit: Leaving.)
- # [07:25] * Quits: plutoniix (~plutoniix@103.1.164.55) (Ping timeout: 252 seconds)
- # [07:26] * heycam is now known as heycam|away
- # [07:28] * Quits: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Client Quit)
- # [07:34] * Quits: espadrine (~thaddee_t@AMontsouris-157-1-116-34.w90-46.abo.wanadoo.fr) (Ping timeout: 255 seconds)
- # [07:38] * Joins: plutoniix (~plutoniix@103.1.164.33)
- # [07:41] * Quits: wesbos (~wesbos@71-17-71-205.yktn.hsdb.sasknet.sk.ca) (Quit: Leaving...)
- # [07:44] * Quits: plutoniix (~plutoniix@103.1.164.33) (Quit: Leaving)
- # [07:45] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
- # [07:49] * Quits: andyg (~andyg@CPE-124-189-148-81.sqcy1.win.bigpond.net.au) (Ping timeout: 248 seconds)
- # [07:51] * Joins: andyg (~andyg@CPE-124-189-148-81.sqcy1.win.bigpond.net.au)
- # [07:56] * Joins: FlorianX (~Dimitri@p578F1BA1.dip.t-dialin.net)
- # [07:56] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [07:59] * Quits: FlorianX (~Dimitri@p578F1BA1.dip.t-dialin.net) (Client Quit)
- # [08:01] * Joins: Areks (~Areks@rs.gridnine.com)
- # [08:24] * Quits: rniwa (~rniwa@216.239.45.130) (Quit: rniwa)
- # [08:27] * Quits: jwalden (~waldo@nat/mozilla/x-nwbcxgkxyqgmuutb) (Quit: ChatZilla 0.9.87-4.1450hg.fc15 [XULRunner 8.0/20111108090029])
- # [08:29] * Joins: micheil (~micheil@94.197.127.231.threembb.co.uk)
- # [08:33] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 252 seconds)
- # [08:33] * Quits: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net) (Quit: The computer fell asleep)
- # [08:34] * Joins: myakura (~myakura@FL1-211-135-241-47.tky.mesh.ad.jp)
- # [08:34] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
- # [08:43] * Quits: cpearce (~chatzilla@ip-118-90-47-248.xdsl.xnet.co.nz) (Read error: Connection reset by peer)
- # [08:50] * Joins: zcorpan (~zcorpan@c-699de355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [08:54] * Joins: Ms2ger (~Ms2ger@91.181.135.44)
- # [08:57] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [09:04] * Quits: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net) (Quit: The computer fell asleep)
- # [09:04] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
- # [09:07] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [09:08] * Quits: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [09:12] * Joins: GlitchMr (~glitchmr@178-36-15-167.adsl.inetia.pl)
- # [09:32] * Quits: dydx (~dydz@adsl-75-36-186-46.dsl.pltn13.sbcglobal.net) (Quit: dydx)
- # [09:38] * Quits: nonge (~nonge@p508290F0.dip.t-dialin.net) (Read error: Operation timed out)
- # [09:45] * Joins: woef (~woef@91.183.84.141)
- # [09:50] <zcorpan> dglazkov: bob made two links to the same article
- # [09:52] * Joins: nonge (~nonge@p5082962B.dip.t-dialin.net)
- # [09:52] <zcorpan> dglazkov: also, the <pre>s have pretty small font i think
- # [09:54] <zcorpan> dglazkov: imho, the reference to WoW should be a lot more subtle, such that only actual WoW players would get the reference
- # [10:06] * Quits: micheil (~micheil@94.197.127.231.threembb.co.uk) (Quit: micheil)
- # [10:10] * Joins: diraol (~diraol@201.87.62.201)
- # [10:14] * Joins: gwicke (~gabriel@212.255.26.171)
- # [10:15] <erlehmann> zcorpan, which reference?
- # [10:20] * Quits: Areks (~Areks@rs.gridnine.com) (Ping timeout: 268 seconds)
- # [10:21] * heycam|away is now known as heycam
- # [10:22] <zcorpan> http://krijnhoetmer.nl/irc-logs/whatwg/20111223#l-84
- # [10:22] * Joins: tndH (~Rob@adsl-178-78-99-119.karoo.kcom.com)
- # [10:31] * Quits: diraol (~diraol@201.87.62.201) (Quit: Leaving.)
- # [10:35] * Joins: Lachy (~Lachy@cm-84.215.59.50.getinternet.no)
- # [10:39] * heycam is now known as heycam|away
- # [10:40] * Joins: Areks (~Areks@rs.gridnine.com)
- # [10:45] * Joins: tomasf (~tom@c-b7dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [10:47] * Quits: zcorpan (~zcorpan@c-699de355.410-6-64736c14.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [10:48] * Joins: zcorpan (~zcorpan@c-699de355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [10:50] * Quits: gwicke (~gabriel@212.255.26.171) (Quit: Bye!)
- # [11:15] * Quits: Areks (~Areks@rs.gridnine.com) (Ping timeout: 268 seconds)
- # [11:16] * Joins: MikeSmith_ (~MikeSmith@EM111-191-87-100.pool.e-mobile.ne.jp)
- # [11:19] * Quits: MikeSmith (~MikeSmith@EM111-191-217-180.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [11:19] * MikeSmith_ is now known as MikeSmith
- # [11:21] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [11:22] * Quits: Lachy (~Lachy@cm-84.215.59.50.getinternet.no) (Quit: Computer has gone to sleep.)
- # [11:25] * Joins: richt (~richt@cpc1-gran1-0-0-cust600.12-1.cable.virginmedia.com)
- # [11:40] * Joins: Lachy (Lachy@nat/opera/x-pdkqnugddzhkuqum)
- # [11:56] * Joins: gwicke (~gabriel@212.255.26.171)
- # [12:03] * Joins: hasather_ (~hasather_@81-237-212-176-no86.tbcn.telia.com)
- # [12:17] * Joins: smaug____ (~chatzilla@193-64-22-254-nat.elisa-mobile.fi)
- # [12:24] * Quits: hasather_ (~hasather_@81-237-212-176-no86.tbcn.telia.com) (Ping timeout: 240 seconds)
- # [12:24] * Joins: hasather_ (~hasather_@81-237-212-176-no86.tbcn.telia.com)
- # [12:31] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
- # [12:46] <annevk> fwiw, the WebKit bug on removing document.charset / defaultCharset was wontfixed suggesting I file a bug on removing document.defaultCharset
- # [12:46] <annevk> not sure I'm gonna file those bugs anymore
- # [13:02] <annevk> heycam|away: there's no undefined in IDL?
- # [13:02] <annevk> heycam|away: because then I could write DOMString or undefined
- # [13:06] <Ms2ger> No
- # [13:07] <annevk> meh
- # [13:07] <annevk> I'm not even sure if undefined is handled the same way for open() everywhere
- # [13:14] * Joins: tomasf_ (~tom@2002:55e5:dbb7:0:91d2:629e:5661:d57d)
- # [13:16] * Quits: Evanescence (~Evanescen@122.237.21.250) (Quit: my website: http://stardiviner.dyndns-blog.com/)
- # [13:17] * Quits: tomasf (~tom@c-b7dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Ping timeout: 240 seconds)
- # [13:17] * tomasf_ is now known as tomasf
- # [13:19] * Joins: charlvn (~charlvn@524BA444.cm-4-4c.dynamic.ziggo.nl)
- # [13:20] <Ms2ger> * gavin thought OMG IDL was a joke
- # [13:20] <Ms2ger> <shaver> gavin: in some ways, it is
- # [13:21] <annevk> hehe
- # [13:21] <annevk> most certainly
- # [13:21] <annevk> also: http://www.youtube.com/watch?v=F4zEAPZxtBA
- # [13:21] <annevk> highly relevant
- # [13:28] * Quits: tomasf (~tom@2002:55e5:dbb7:0:91d2:629e:5661:d57d) (Read error: Connection reset by peer)
- # [13:29] * Joins: nessy (~Adium@58-6-45-80.dyn.iinet.net.au)
- # [13:30] * Quits: nessy (~Adium@58-6-45-80.dyn.iinet.net.au) (Client Quit)
- # [13:35] <annevk> ah http://mxr.mozilla.org/mozilla-central/source/intl/uconv/ucvja/nsJapaneseToUnicode.cpp#174
- # [13:35] <annevk> that pretty much matches my testing
- # [13:35] <annevk> but no rationale
- # [13:35] <annevk> (Opera always consumes both)
- # [13:38] * Quits: LBP (~Mirc@pD9EB18F4.dip0.t-ipconnect.de) (Quit: Bye, bye!)
- # [13:40] * Joins: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
- # [13:42] <Ms2ger> annevk, https://bugzilla.mozilla.org/show_bug.cgi?id=690225, which I can't access
- # [13:42] <annevk> same here, I'm not in the secret club
- # [13:43] * Quits: jdong_ (~quassel@222.126.155.250) (Quit: No Ping reply in 180 seconds.)
- # [13:43] * Joins: jdong_ (~quassel@222.126.155.250)
- # [13:45] <smaug____> why is bug 690225 still closed :/
- # [13:48] <annevk> there's a similar bug for EUC-JP https://bugzilla.mozilla.org/show_bug.cgi?id=563618
- # [13:48] <annevk> but the changes all seem kind of sketchy
- # [13:48] * Quits: jdong_ (~quassel@222.126.155.250) (Quit: No Ping reply in 180 seconds.)
- # [13:48] * Joins: jdong_ (~quassel@222.126.155.250)
- # [13:49] <smaug____> bug 690225 is not a crasher
- # [13:50] <Ms2ger> 3.6?
- # [13:50] <annevk> https://bugzilla.mozilla.org/show_bug.cgi?id=25037 and https://bugzilla.mozilla.org/show_bug.cgi?id=64235 seem like the actual culprits
- # [13:50] <smaug____> Ms2ger: what is the latest 3.6. the bug has .24-fixed
- # [13:51] <Ms2ger> .25
- # [13:52] * Quits: jdong_ (~quassel@222.126.155.250) (Client Quit)
- # [13:52] * Joins: jdong_ (~quassel@222.126.155.250)
- # [13:52] <annevk> so Gecko had sensible error handling and then had to change that :(
- # [13:55] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [13:58] * Joins: graememcc (~chatzilla@host86-150-159-9.range86-150.btcentralplus.com)
- # [14:07] * Joins: LBP (~Mirc@pD9EB18F4.dip0.t-ipconnect.de)
- # [14:11] * Joins: tomasf (~tom@c-b7dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [14:11] * Joins: freechelmimi (c258de0a@gateway/web/freenode/ip.194.88.222.10)
- # [14:11] <freechelmimi> Ping hsivonen
- # [14:12] <freechelmimi> Was reading the great http://webm.html5.org
- # [14:12] <freechelmimi> I think for IE 678
- # [14:12] <freechelmimi> We could tell users to install chromeFrame
- # [14:13] <freechelmimi> as it even works without admin rights
- # [14:14] * Quits: smaug____ (~chatzilla@193-64-22-254-nat.elisa-mobile.fi) (Ping timeout: 268 seconds)
- # [14:23] <ernini> with chrome frame that site still reports that the browser doesn't support it
- # [14:23] <freechelmimi> ernini: Does it ? we should modify it then
- # [14:24] <freechelmimi> Are you sure chrome frame is used ?
- # [14:24] <ernini> yeh just installed it, restarted the browser
- # [14:24] <freechelmimi> because the javascript webm support test should succeed
- # [14:24] <freechelmimi> Let me test
- # [14:26] <freechelmimi> You're right ernini
- # [14:26] <freechelmimi> ha ok , I'm dumb :-)
- # [14:27] <freechelmimi> yeah the website has to force whrome Frame usage
- # [14:27] <freechelmimi> So it's quite tricky to say actually that installing chrome frame is gonna make IE6 playing webm
- # [14:27] <freechelmimi> But I'll force my users anyway :-)
- # [14:28] <freechelmimi> hsivonen: forget my proposal for now then ....
- # [14:30] <ernini> freechelmimi: oke cool :)
- # [14:30] <ernini> was just thinking of adding google chrome frame in our winxp base image
- # [14:31] <ernini> so was kinda testing with that page :D
- # [14:31] <freechelmimi> It's a great idea to integrate chrome frame
- # [14:31] <freechelmimi> and activate it for specific intranet pages for exemple
- # [14:32] <freechelmimi> like youtube did
- # [14:32] * gwicke is now known as gwicke_away
- # [14:32] <ernini> yeh got some intranet sites that won't with google chrome, so only needs to be used when tested with
- # [14:33] * Joins: agektmr (~Adium@p1181-ipbf3510marunouchi.tokyo.ocn.ne.jp)
- # [14:33] * Quits: freechelmimi (c258de0a@gateway/web/freenode/ip.194.88.222.10) (Quit: Page closed)
- # [14:37] <ernini> but now i see indeed that only sites that explicitly opt-in will use it
- # [14:37] <ernini> so thats good
- # [14:39] * Joins: temp02 (~temp01@unaffiliated/temp01)
- # [14:39] * gwicke_away is now known as gwicke
- # [14:40] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 240 seconds)
- # [14:44] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [14:44] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [14:47] * Quits: LBP (~Mirc@pD9EB18F4.dip0.t-ipconnect.de) (Quit: Bye, bye!)
- # [14:55] * Quits: zcorpan (~zcorpan@c-699de355.410-6-64736c14.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [14:56] * Joins: zcorpan (~zcorpan@c-699de355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [14:57] * Quits: agektmr (~Adium@p1181-ipbf3510marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving.)
- # [14:58] * Joins: dbaron (~dbaron@pool-72-94-180-111.phlapa.fios.verizon.net)
- # [15:02] * Joins: dnlcttr (~dnlcttr@74-131-188-203.dhcp.insightbb.com)
- # [15:11] * Quits: virtuelv (~virtuelv_@196.62.9.46.customer.cdi.no) (Ping timeout: 276 seconds)
- # [15:12] * Joins: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [15:13] * Joins: necolas (~necolas@host-92-12-148-102.as43234.net)
- # [15:14] * Quits: dnlcttr (~dnlcttr@74-131-188-203.dhcp.insightbb.com) (Quit: dnlcttr)
- # [15:15] * Joins: jdong_bot_ (~jdong_bot@114.112.45.180)
- # [15:17] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Remote host closed the connection)
- # [15:17] * Joins: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl)
- # [15:18] * Quits: xec (~xec@2a00:10b0:1:1002:5ab0:35ff:fef8:6a01) (Quit: Merry Christmas!)
- # [15:23] * Joins: MacTed (~Thud@63.119.36.36)
- # [15:28] * Quits: GlitchMr (~glitchmr@178-36-15-167.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [15:29] * Joins: Evanescence (~Evanescen@122.237.21.250)
- # [15:30] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [15:31] * Joins: agektmr (~Adium@p1181-ipbf3510marunouchi.tokyo.ocn.ne.jp)
- # [15:33] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [15:35] * Joins: diraol (~diraol@201.87.62.201)
- # [15:38] * Joins: ehsan (~ehsan@66.207.208.98)
- # [15:39] * Quits: diraol (~diraol@201.87.62.201) (Quit: Leaving.)
- # [15:41] * Quits: charlvn (~charlvn@524BA444.cm-4-4c.dynamic.ziggo.nl) (Ping timeout: 276 seconds)
- # [15:48] * Joins: davidb (~davidb@bas1-toronto06-2925211583.dsl.bell.ca)
- # [15:48] * Quits: seventh (seventh@27.100.19.59) (Ping timeout: 240 seconds)
- # [15:49] * Quits: Evanescence (~Evanescen@122.237.21.250) (Quit: my website: http://stardiviner.dyndns-blog.com/)
- # [15:50] * Quits: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Quit: snowfox)
- # [15:50] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [15:51] * Joins: smaug____ (~chatzilla@cs181151161.pp.htv.fi)
- # [15:51] * Quits: davidb (~davidb@bas1-toronto06-2925211583.dsl.bell.ca) (Client Quit)
- # [15:55] * Quits: dbaron (~dbaron@pool-72-94-180-111.phlapa.fios.verizon.net) (Read error: Connection reset by peer)
- # [15:57] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [16:03] * Joins: dbaron (~dbaron@pool-72-94-180-111.phlapa.fios.verizon.net)
- # [16:07] * Joins: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [16:11] * Quits: MrOpposite (~MrOpposit@unaffiliated/mropposite) (Ping timeout: 255 seconds)
- # [16:17] * Quits: woef (~woef@91.183.84.141) (Ping timeout: 276 seconds)
- # [16:26] * Joins: Huvet (~Emil@c-f2c9e555.07-131-73746f39.cust.bredbandsbolaget.se)
- # [16:26] <Huvet> Hi! Can i request a new PyPi release?
- # [16:27] <annevk> probably not here
- # [16:27] <Huvet> ah, html5lib.
- # [16:28] <Huvet> important info :)
- # [16:28] <Huvet> It's a mess installing from source, and this bug is blocking: normal usage of it: http://code.google.com/p/html5lib/issues/detail?id=138&q=etree
- # [16:28] <annevk> I think the problem with releasing it is that trunk does not pass all the tests
- # [16:28] <annevk> jgraham / gsnedders might know more
- # [16:31] <Huvet> also, the wiki seems down: http://wiki.whatwg.org/
- # [16:32] * Quits: richt (~richt@cpc1-gran1-0-0-cust600.12-1.cable.virginmedia.com) (Read error: Connection reset by peer)
- # [16:33] * Joins: richt (~richt@cpc1-gran1-0-0-cust600.12-1.cable.virginmedia.com)
- # [16:33] * Quits: temp02 (~temp01@unaffiliated/temp01) (Read error: Connection reset by peer)
- # [16:35] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 252 seconds)
- # [16:39] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [16:43] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [16:46] * Joins: virtuelv (~virtuelv_@196.62.9.46.customer.cdi.no)
- # [16:48] * Quits: Lachy (Lachy@nat/opera/x-pdkqnugddzhkuqum) (Quit: Computer has gone to sleep.)
- # [16:49] * Quits: zcorpan (~zcorpan@c-699de355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan)
- # [16:53] * Quits: virtuelv (~virtuelv_@196.62.9.46.customer.cdi.no) (Quit: Ex-Chat)
- # [16:56] * Quits: nonge (~nonge@p5082962B.dip.t-dialin.net) (Quit: Verlassend)
- # [17:04] * Quits: hasather_ (~hasather_@81-237-212-176-no86.tbcn.telia.com) (Remote host closed the connection)
- # [17:08] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Quit: tantek)
- # [17:12] * Joins: plutoniix (~plutoniix@125.25.36.247.adsl.dynamic.totbb.net)
- # [17:16] * Joins: MikeSmith_ (~MikeSmith@EM111-191-149-132.pool.e-mobile.ne.jp)
- # [17:16] * Quits: richt (~richt@cpc1-gran1-0-0-cust600.12-1.cable.virginmedia.com) (Remote host closed the connection)
- # [17:19] * Quits: MikeSmith (~MikeSmith@EM111-191-87-100.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [17:19] * MikeSmith_ is now known as MikeSmith
- # [17:26] * Quits: ben_alman (~cowboy@184-106-134-167.static.cloud-ips.com) (Excess Flood)
- # [17:27] * Joins: ben_alman (~cowboy@184-106-134-167.static.cloud-ips.com)
- # [17:31] * Quits: jdong_bot_ (~jdong_bot@114.112.45.180) (Remote host closed the connection)
- # [17:43] * Joins: charlvn (~charlvn@524BA444.cm-4-4c.dynamic.ziggo.nl)
- # [17:50] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [17:59] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [18:04] * Quits: charlvn (~charlvn@524BA444.cm-4-4c.dynamic.ziggo.nl) (Ping timeout: 240 seconds)
- # [18:07] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
- # [18:09] * Joins: davidb (~davidb@bas1-toronto06-2925211583.dsl.bell.ca)
- # [18:10] * Quits: jochen__ (jochen@nat/google/x-dbchlsesoshkcwkk) (Remote host closed the connection)
- # [18:11] * Joins: jochen__ (jochen@nat/google/x-yokuafpbhpggvnqd)
- # [18:14] * Quits: gavinc__ (~gavin@50-0-77-3.dsl.static.sonic.net) (Remote host closed the connection)
- # [18:17] * Joins: charlvn (~charlvn@524BA444.cm-4-4c.dynamic.ziggo.nl)
- # [18:24] * Quits: davidb (~davidb@bas1-toronto06-2925211583.dsl.bell.ca) (Quit: davidb)
- # [18:25] * Joins: GlitchMr (~glitchmr@178-36-57-127.adsl.inetia.pl)
- # [18:26] * Joins: dydx (~dydz@adsl-75-36-186-46.dsl.pltn13.sbcglobal.net)
- # [18:59] * Joins: dnlcttr (~dnlcttr@64-130-155-155.pool.dsl.scrtc.com)
- # [19:06] * Joins: davidb (~davidb@bas1-toronto06-2925211583.dsl.bell.ca)
- # [19:08] * gwicke is now known as gwicke_away
- # [19:11] * gwicke_away is now known as gwicke
- # [19:16] * Quits: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Quit: snowfox)
- # [19:29] * Quits: dnlcttr (~dnlcttr@64-130-155-155.pool.dsl.scrtc.com) (Quit: dnlcttr)
- # [19:37] * Joins: martndemus (~martndemu@h254064.upc-h.chello.nl)
- # [19:38] * Quits: davidb (~davidb@bas1-toronto06-2925211583.dsl.bell.ca) (Quit: davidb)
- # [19:42] * Quits: smaug____ (~chatzilla@cs181151161.pp.htv.fi) (Ping timeout: 252 seconds)
- # [19:46] * Joins: dnlcttr (~dnlcttr@64-130-155-155.pool.dsl.scrtc.com)
- # [19:50] * Quits: graememcc (~chatzilla@host86-150-159-9.range86-150.btcentralplus.com) (Ping timeout: 276 seconds)
- # [19:54] * Joins: graememcc (~chatzilla@host86-147-207-113.range86-147.btcentralplus.com)
- # [20:03] * Quits: agektmr (~Adium@p1181-ipbf3510marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving.)
- # [20:11] <gsnedders> Huvet: Eh, yeah, jgraham should do that.
- # [20:18] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [20:28] * Quits: myakura (~myakura@FL1-211-135-241-47.tky.mesh.ad.jp) (Remote host closed the connection)
- # [20:39] * Joins: wesbos (~wesbos@71-17-71-205.yktn.hsdb.sasknet.sk.ca)
- # [20:41] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 255 seconds)
- # [20:42] * Quits: GlitchMr (~glitchmr@178-36-57-127.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [20:43] * Joins: dainbrain (~dain@nat.corp.mediatemple.net)
- # [20:45] * Joins: Druid_ (~Druid@p5B05D7CB.dip.t-dialin.net)
- # [20:46] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [20:50] * Joins: smaug____ (~chatzilla@GYKMMCXCV.gprs.sl-laajakaista.fi)
- # [20:51] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Quit: tantek)
- # [21:05] * Quits: charlvn (~charlvn@524BA444.cm-4-4c.dynamic.ziggo.nl) (Ping timeout: 240 seconds)
- # [21:06] * Quits: dnlcttr (~dnlcttr@64-130-155-155.pool.dsl.scrtc.com) (Quit: dnlcttr)
- # [21:06] * Joins: rillian_lime (~rillian@184.71.182.138)
- # [21:09] * Quits: smaug____ (~chatzilla@GYKMMCXCV.gprs.sl-laajakaista.fi) (Ping timeout: 255 seconds)
- # [21:11] * Joins: dnlcttr (~dnlcttr@64-130-155-155.pool.dsl.scrtc.com)
- # [21:20] * Quits: wesbos (~wesbos@71-17-71-205.yktn.hsdb.sasknet.sk.ca) (Quit: Leaving...)
- # [21:25] * Joins: Lachy (~Lachy@cm-84.215.59.50.getinternet.no)
- # [21:27] * Quits: Lachy (~Lachy@cm-84.215.59.50.getinternet.no) (Client Quit)
- # [21:27] * Joins: Areks (~Areks@89-178-34-156.broadband.corbina.ru)
- # [21:31] * Quits: dydx (~dydz@adsl-75-36-186-46.dsl.pltn13.sbcglobal.net) (Quit: dydx)
- # [21:38] * Joins: wesbos (~wesbos@71-17-71-205.yktn.hsdb.sasknet.sk.ca)
- # [21:39] * Joins: smaug____ (~chatzilla@GGZYYDCCXV.gprs.sl-laajakaista.fi)
- # [21:49] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [21:49] * Joins: jacobolus (~jacobolus@c-76-21-10-192.hsd1.ca.comcast.net)
- # [21:58] * Quits: dnlcttr (~dnlcttr@64-130-155-155.pool.dsl.scrtc.com) (Quit: dnlcttr)
- # [22:03] * Joins: KillerX (~anant@70-36-146-71.dsl.dynamic.sonic.net)
- # [22:05] * Quits: MacTed (~Thud@63.119.36.36)
- # [22:09] * Joins: KevinMarks (~KevinMark@c-71-204-145-244.hsd1.ca.comcast.net)
- # [22:12] * Joins: dydx (~dydz@adsl-76-228-82-246.dsl.pltn13.sbcglobal.net)
- # [22:17] * Quits: dydx (~dydz@adsl-76-228-82-246.dsl.pltn13.sbcglobal.net) (Quit: dydx)
- # [22:19] * Joins: weinig (~weinig@2620:149:4:1b01:c123:dca6:f056:65a0)
- # [22:22] * Quits: wookiehangover (~wookiehan@c-67-161-138-118.hsd1.co.comcast.net) (Read error: Connection reset by peer)
- # [22:24] <annevk> so godaddy just reversed their position (somewhat)
- # [22:24] <annevk> wikipedia still gonna move?
- # [22:26] <zewt> not fickle at all
- # [22:27] * Joins: dydx (~dydz@adsl-76-228-82-246.dsl.pltn13.sbcglobal.net)
- # [22:28] * Joins: wookiehangover (~wookiehan@c-67-161-138-118.hsd1.co.comcast.net)
- # [22:30] * Joins: KillerX_ (~anant@70-36-146-71.dsl.dynamic.sonic.net)
- # [22:31] * Quits: KillerX (~anant@70-36-146-71.dsl.dynamic.sonic.net) (Ping timeout: 248 seconds)
- # [22:31] * KillerX_ is now known as KillerX
- # [22:33] * Quits: dydx (~dydz@adsl-76-228-82-246.dsl.pltn13.sbcglobal.net) (Quit: dydx)
- # [22:36] <annevk> dropping a paypal account is btw incredibly hard
- # [22:36] * Quits: danielfilho (~daniel@187.31.77.7) (Quit: </html>)
- # [22:36] <annevk> there were about four confirmation screens after I found the tiny link in submenu of submenu etc.
- # [22:37] <annevk> searching for "opzeggen" / "afmelden" / "annuleren" on the Dutch paypal site yields no results
- # [22:37] <annevk> had to search on Google first to find another site to tell me how to go about it
- # [22:40] <zewt> not as bad as godaddy's autorenewal evil, heh
- # [22:41] <zewt> they'll automatically bill you full price to renew ssl certs by default, without telling you in advance (except i assume buried in some 100-page "agreement", which doesn't qualify)
- # [22:42] <gsnedders> But they are one of the few domains registers that allowed me to renew a domain while not in the same country as my credit card is registered to.
- # [22:45] * Joins: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [22:50] * Quits: Ms2ger (~Ms2ger@91.181.135.44) (Quit: nn)
- # [22:50] * Quits: wesbos (~wesbos@71-17-71-205.yktn.hsdb.sasknet.sk.ca) (Quit: Leaving...)
- # [22:50] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [22:57] * Quits: erlehmann (~erlehmann@89.204.155.105) (Ping timeout: 240 seconds)
- # [22:58] * Joins: wesbos (~wesbos@71-17-71-205.yktn.hsdb.sasknet.sk.ca)
- # [23:03] * Joins: dydx (~dydz@adsl-76-228-82-246.dsl.pltn13.sbcglobal.net)
- # [23:10] * Joins: erlehmann (~erlehmann@89.204.155.200)
- # [23:14] * Quits: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Quit: snowfox)
- # [23:19] * Quits: MikeSmith (~MikeSmith@EM111-191-149-132.pool.e-mobile.ne.jp) (Ping timeout: 244 seconds)
- # [23:24] * Joins: MikeSmith (~MikeSmith@EM114-48-198-41.pool.e-mobile.ne.jp)
- # [23:27] <zewt> gross, html mail that sets the whole thing as background-color: #FFFFFF
- # [23:27] * Quits: webben (~benjamin@173-203-84-17.static.cloud-ips.com) (Ping timeout: 244 seconds)
- # [23:28] <zewt> the amount of eyes-clenched-shut-nobody-does-things-in-any-other-way-but-ours in software development is still staggering, even today
- # [23:30] * Joins: Lirodon (~lirodon@wikipedia/ViperSnake151)
- # [23:30] * Quits: Huvet (~Emil@c-f2c9e555.07-131-73746f39.cust.bredbandsbolaget.se) (Quit: Leaving.)
- # [23:30] <Lirodon> Hixie, oh good. phpbb 3. finally :>
- # [23:35] * Parts: Lirodon (~lirodon@wikipedia/ViperSnake151) ("Leaving")
- # [23:36] * Quits: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net) (Ping timeout: 244 seconds)
- # [23:38] * Joins: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
- # [23:42] * Quits: wesbos (~wesbos@71-17-71-205.yktn.hsdb.sasknet.sk.ca) (Quit: Leaving...)
- # [23:45] * Quits: dydx (~dydz@adsl-76-228-82-246.dsl.pltn13.sbcglobal.net) (Ping timeout: 248 seconds)
- # [23:48] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:50] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
- # [23:50] * Joins: dydx (~dydz@adsl-76-228-82-246.dsl.pltn13.sbcglobal.net)
- # [23:54] * Joins: wesbos (~wesbos@71-17-71-205.yktn.hsdb.sasknet.sk.ca)
- # [23:55] * Quits: annevk (~annevk@5355737B.cm-6-6b.dynamic.ziggo.nl) (Remote host closed the connection)
- # [23:55] * Quits: nephyrin (~nephyrin@people.mozilla.com) (Quit: ... Besides, it was hot)
- # [23:56] * Joins: nephyrin (~nephyrin@people.mozilla.com)
- # [23:57] * Joins: webben (~benjamin@173-203-84-17.static.cloud-ips.com)
- # [23:59] * Quits: dbaron (~dbaron@pool-72-94-180-111.phlapa.fios.verizon.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # Session Close: Sat Dec 24 00:00:00 2011
The end :)