Options:
- # Session Start: Mon Jan 20 00:00:00 2014
- # Session Ident: #whatwg
- # [00:28] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [00:29] * Joins: jernoble|laptop (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net)
- # [00:33] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 260 seconds)
- # [00:34] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [00:35] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
- # [00:38] * Quits: wefo (~wefo@gateway/tor-sasl/wefo) (Quit: wefo)
- # [00:48] * Quits: annevk (~annevk@2.31.25.243) (Remote host closed the connection)
- # [00:57] <gsnedders> Ergh, do we have to change UTF-8 to utf-8? It's uppercase almost everywhere, and we do a case-insensitive match, so it's not like the normative form matters much — may as well pave-the-cowpath (and be consistent with earlier standards) and call it UTF-8.
- # [00:57] <Hixie> change where?
- # [00:57] <Hixie> i call it UTF-8
- # [00:57] <Hixie> in prose, at least
- # [00:57] <gsnedders> Hixie: Web Encodings
- # [00:57] <gsnedders> Or rather Encoding as it seems to now be called.
- # [00:57] <Hixie> like, change it within the spec? isn't that up to anne?
- # [00:58] * gsnedders wonders if <!doctype html><meta charset=UTF-8><title>t</title> is conforming
- # [00:58] <gsnedders> "Authors must use the utf-8 encoding and must use the "utf-8" label to identify it."
- # [00:59] <gsnedders> Hixie: From my reading of this, the normative name of the encoding is lowercase.
- # [00:59] <gsnedders> i.e., the encoding is called "utf-8" and not "UTF-8", so if you're calling it "UTF-8" you're doing it wrong
- # [01:00] <Hixie> gsnedders: i just define UTF-8 = utf-8 and move on with my life :-)
- # [01:00] <gsnedders> (As for that snippet, the label isn't per-se case-insensitive, so prima-facie <meta charset=UTF-8> is against that.)
- # [01:01] <gsnedders> (I also don't get what's wrong with <meta charset=utf8>)
- # [01:03] <gsnedders> Like, I'm perfectly fine with wanting to get rid of unicode-1-1-utf-8 as a label. But utf8 or utf-8 really doesn't make a damned bit of difference, and trying to force everyone to use one is likely just going to cause confusion.
- # [01:04] <gsnedders> annevk-cloud: ^^
- # [01:13] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [01:18] <SimonSapin> gsnedders: The "get an encoding" (from a label) algorithm lower-cases the input before looking up
- # [01:19] <SimonSapin> is there anything that says authors should use the canonical "name" rather than any "label" ?
- # [01:20] <gsnedders> SimonSapin: Yes, that's getting an encoding from a label.
- # [01:20] <gsnedders> SimonSapin: That's not authors-must-use-this-label.
- # [01:20] <SimonSapin> is the latter a requirement?
- # [01:20] <gsnedders> "Authors must use the utf-8 encoding and must use the "utf-8" label to identify it."
- # [01:20] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [01:21] <gsnedders> The label as defined is that literal string of characters. Nothing says you're allowed to use that ASCII case-insensitively. Nothing says you're allowed to use the "utf8" label.
- # [01:21] <SimonSapin> hum, ok
- # [01:22] <gsnedders> To me, at least, that's fucking stupid. It makes huge numbers of documents non-conforming for I'm-not-sure-what-good.
- # [01:22] <gsnedders> s/what-good/what good/
- # [01:22] <SimonSapin> agreed
- # [01:23] <gsnedders> Also the fact the encoding is now named "utf-8" when almost everywhere actually calls it "UTF-8" is a completely needless change.
- # [01:23] <SimonSapin> personally I just don’t care about being "conforming" to that kind of requirements, but meh
- # [01:26] <SimonSapin> data:text/html;charset=utf8,<script>document.write(document.characterSet)</script> is UTF-8 upper case in Gecko and Blink
- # [01:26] <gsnedders> Non-conforming!
- # [01:29] * Quits: barnabywalters (~barnabywa@89.17.128.127) (Quit: barnabywalters)
- # [01:32] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [01:37] * gsnedders starts writing JS and realizes how long it's been since he's written much JS to run in the browser
- # [01:37] * gsnedders has spent too long in JS shells :)
- # [01:41] * jorendorff_away is now known as jorendorff
- # [01:41] <gsnedders> Do data URIs in iframes load async?
- # [01:44] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [01:44] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [01:45] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [01:47] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [01:48] * Quits: arunranga (~otherarun@cpe-98-14-83-233.nyc.res.rr.com) (Quit: arunranga)
- # [01:52] * jorendorff is now known as jorendorff_away
- # [01:56] * jorendorff_away is now known as jorendorff
- # [01:57] * Joins: dekiss (~dekiss@79.125.205.125)
- # [01:58] <dekiss> Hixie here?
- # [01:58] <dekiss> you gave me to work on one bug but I am confused :S
- # [01:58] <dekiss> I don't really understand what I need to do
- # [01:59] <dekiss> should I come up with a way for how can websites like caniuse.com be connected to the html spec?
- # [01:59] <dekiss> for checking browser's implementation of certain features
- # [02:00] * heycam is now known as heycam|away
- # [02:02] * Quits: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net) (Remote host closed the connection)
- # [02:02] * Joins: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net)
- # [02:03] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [02:07] * Quits: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net) (Ping timeout: 260 seconds)
- # [02:08] * Joins: smaug_____ (~chatzilla@cs78246079.pp.htv.fi)
- # [02:10] * Quits: scrollback (scrollback@conference/jsconf/x-bdzugnfvzopwmmhf) (Remote host closed the connection)
- # [02:10] * Joins: scrollback (scrollback@conference/jsconf/x-dtlzfhdjxijpltim)
- # [02:11] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 252 seconds)
- # [02:11] * smaug_____ is now known as smaug____
- # [02:12] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Client Quit)
- # [02:12] * jorendorff is now known as jorendorff_away
- # [02:13] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [02:16] <gsnedders> https://github.com/gsnedders/encoding-spec-names is a rough TC to check this
- # [02:18] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [02:20] * Joins: Mentioum (~Mentioum@213.205.240.249)
- # [02:30] * Joins: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net)
- # [02:30] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [02:31] * Quits: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net) (Client Quit)
- # [02:31] * Joins: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net)
- # [02:34] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 248 seconds)
- # [02:38] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [02:43] * Quits: jarek (~jarek@unaffiliated/jarek) (Ping timeout: 272 seconds)
- # [02:45] <dekiss> is it ok to place <a> on the same level as div?
- # [02:47] <dekiss> google.com has 28 errors
- # [02:48] <dekiss> wikipedia 14
- # [02:49] <dekiss> guys, can you depend on sites caniuse.com to officialy check what is the browsers implementation of certain features?
- # [02:49] <dekiss> I am not sure how serious is that
- # [02:50] <dekiss> I think the web lacks official "tool" for tracking browsers impementation of certain features
- # [02:58] * Joins: arunranga (~otherarun@cpe-98-14-83-233.nyc.res.rr.com)
- # [03:02] <Hixie> dekiss: yeah, the idea is to have some sort of mechanism whereby the html spec can have automatically updated annotations saying which parts are implemented and which aren't
- # [03:02] <Hixie> dekiss: i don't mind if we rely on caniuse.com, or something else
- # [03:02] <Hixie> or even merge many things together
- # [03:04] <dekiss> I think this will be very nice
- # [03:04] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 260 seconds)
- # [03:04] <dekiss> oh I really think html lacks this so much and will be of much use
- # [03:05] <dekiss> Hixie but honestly I am not sure if it is good ieda to rely on some websites, I don't know who is behind those websites, if it is trsutable person-organization that it is ok I think
- # [03:10] <Hixie> dekiss: it's what web devs rely on already
- # [03:10] <Hixie> dekiss: if it turns out to be unreliable, we change it
- # [03:10] <Hixie> dekiss: better something than nothing
- # [03:10] <Hixie> dekiss: and better anything than what we have now
- # [03:11] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [03:11] <dekiss> Hixie you are right on this
- # [03:16] <Domenic_> <!--"SHALL", "SHALL NOT",--> hmm
- # [03:16] <Domenic_> do we not like those?
- # [03:18] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [03:18] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [03:26] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [03:31] * jorendorff_away is now known as jorendorff
- # [03:34] <SimonSapin> Hixie: does HTML have a lot of ad-hoc syntaxes like this? http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#rules-for-parsing-dimension-values
- # [03:35] <SimonSapin> A Servo contributed was tempted to implement it with the CSS tokenizer… and I think it might be equivalent
- # [03:35] <SimonSapin> except for CSS comments
- # [03:36] <SimonSapin> So, would it be useful to you if CSS Syntax defined a "tokenize without comments" primitive, that other specs can use?
- # [03:36] <SimonSapin> TabAtkins: ^
- # [03:37] <SimonSapin> (TabAtkins: didn’t SVG want this as well?)
- # [03:40] * Quits: weinig (~weinig@24.130.60.35) (Quit: weinig)
- # [03:48] * heycam|away is now known as heycam
- # [03:48] <Hixie> Domenic_: it tends to make me use the passive voice, so i avoid it
- # [03:49] <Hixie> Domenic_: i had some difficulties with spec text i'd written that used shall
- # [03:49] <Hixie> Domenic_: so i stopped using it
- # [04:06] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [04:08] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [04:08] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [04:10] * Quits: jernoble|laptop (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net) (Quit: Computer has gone to sleep.)
- # [04:11] * Joins: newbie|2 (~kvirc@62.18.187.129)
- # [04:15] * Joins: jernoble|laptop (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net)
- # [04:19] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [04:20] * Joins: Goplat (~goplat@50-1-105-130.dsl.dynamic.sonic.net)
- # [04:20] * Quits: Goplat (~goplat@50-1-105-130.dsl.dynamic.sonic.net) (Changing host)
- # [04:20] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [04:21] <Itprotj> MikeSmith: Sorry, you were saying there was no documentation for the "Google-translate-customization" tag?
- # [04:26] <Itprotj> MikeSmith: If it helps this is the full tag I use <meta name="google-translate-customization" content="a940027e7f997750-6e3cf3faa4816ec1-g9f154a7bf834cf45-13" /> It provides a Google Translate box to choose different languages for the website
- # [04:28] <dekiss> are those custom meta tags part of the specification?
- # [04:29] <Itprotj> According to "http://wiki.whatwg.org/wiki/MetaExtensions" the tag is in the status of Proposal
- # [04:29] <dekiss> hmm let me see
- # [04:29] <Itprotj> Which makes me think it should be validating correctly
- # [04:31] <dekiss> all are proposal
- # [04:32] <dekiss> I am not sure if it is good idea custom meta tags to be added to the specification
- # [04:32] <dekiss> because if Google for example decide to change the meta tag, or imagine 5000 companies decide to change the tags
- # [04:33] <dekiss> it willo involve a lot of work to change the specification and there might be constant work
- # [04:33] <dekiss> to track custom meta tags changes
- # [04:33] <Itprotj> What would my options be then?
- # [04:34] <dekiss> how you mean
- # [04:34] <dekiss> well browser implement then unnoficially
- # [04:34] <dekiss> they are like semi official
- # [04:34] <dekiss> I mean widely suported it is publicly known, but officially not in the HTML spec
- # [04:35] <dekiss> I think it is ok for you to use anything that is out of the html specification, but you should be aware that not all browsers might support it
- # [04:39] <Itprotj> Okay it is just a concern that I would like to stay HTML5 validated whilst also keeping a Translate box for overseas viewers
- # [04:43] * Quits: Mentioum (~Mentioum@213.205.240.249) (Ping timeout: 252 seconds)
- # [04:47] <dekiss> I think that is good, I will try to make 100% valid website in the next few days
- # [04:47] <dekiss> however in the past I think I was inable to do so, because it was pretty much immposible for me to do some things which I wanted to make, without making the site not 100% valid
- # [04:48] * Joins: weinig (~weinig@24.130.60.35)
- # [04:48] <dekiss> I really think there should be massive campaign to influence developers to drop support for old browsers and bad browsers
- # [04:49] <dekiss> this came to ridicilous level now
- # [04:49] <dekiss> it is not a way to go, I think
- # [04:49] <dekiss> ideally browsers makers should make the browsers to autoupdate
- # [04:50] <dekiss> also Microsoft including Internet Explorer in the Windows, which had many BIG mistakes it was so sad
- # [04:50] <dekiss> finally Internet Explorer 11 is ok I think, at least I hear so and my pages look ok on it
- # [04:51] * jorendorff is now known as jorendorff_away
- # [04:52] <dekiss> there should not be 1000 libraries to make this job easy to developers, this is not a way to go, it is slowing the internet progress. It should be done other way. Also I am against any libraries
- # [04:52] <dekiss> like jQuery
- # [04:52] <dekiss> recently I want a lot of developers who don't know Javascript or DOM but know jQuery
- # [04:52] <dekiss> heh
- # [04:52] <dekiss> not a way to go
- # [04:58] <dekiss> I don't want to be understood wrongly but I must say this, I think the guy who makes jQuery is really good programmer talented, but to dedicate life to something that is not the right way to do it I can't understand, I really think he should be involved in html, css, ecmascript development
- # [04:58] <dekiss> and other things that matter
- # [04:58] <dekiss> I can't work in something that I don't believe it is a good thing to do
- # [04:58] <dekiss> and will do world and people good - progress
- # [04:58] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [04:58] * Joins: mefodij (~mefodij@193.28.144.229)
- # [05:08] * Joins: newtron (~newtron@69-165-159-35.dsl.teksavvy.com)
- # [05:10] * Quits: mefodij (~mefodij@193.28.144.229) (Remote host closed the connection)
- # [05:10] * Quits: scrollback (scrollback@conference/jsconf/x-dtlzfhdjxijpltim) (Remote host closed the connection)
- # [05:11] * Joins: scrollback (scrollback@conference/jsconf/x-kycudnxauiuknxry)
- # [05:15] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [05:19] * Joins: icaaq (~icaaq@c-e688e455.68-1076-74657210.cust.bredbandsbolaget.se)
- # [05:20] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 246 seconds)
- # [05:23] * Joins: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net)
- # [05:23] * jorendorff_away is now known as jorendorff
- # [05:29] <dekiss> I make this statements after I see 9 from 10 job posts on freelance websites are - Company offers position for Wordpress plugin fix developper
- # [05:29] <dekiss> :D
- # [05:37] * Quits: newtron (~newtron@69-165-159-35.dsl.teksavvy.com) (Remote host closed the connection)
- # [05:51] * icaaq is now known as icaaq|afck
- # [05:51] * icaaq|afck is now known as icaaq
- # [05:52] * icaaq is now known as icaaq|afck
- # [05:54] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
- # [05:56] * Quits: icaaq|afck (~icaaq@c-e688e455.68-1076-74657210.cust.bredbandsbolaget.se) (Ping timeout: 246 seconds)
- # [06:00] * Joins: newtron (~newtron@69-165-159-35.dsl.teksavvy.com)
- # [06:13] * Joins: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si)
- # [06:15] * jorendorff is now known as jorendorff_away
- # [06:16] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [06:16] * Quits: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si) (Client Quit)
- # [06:21] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 252 seconds)
- # [06:22] * Quits: SonicX (~quassel@ip98-180-46-147.ga.at.cox.net) (Remote host closed the connection)
- # [06:22] * heycam is now known as heycam|away
- # [06:22] * Joins: dekiss2 (~dekiss@46.217.83.66)
- # [06:24] * Quits: dekiss (~dekiss@79.125.205.125) (Ping timeout: 272 seconds)
- # [06:24] * Quits: eric_carlson (~ericc@c-67-188-57-61.hsd1.ca.comcast.net) (Quit: eric_carlson)
- # [06:30] * Quits: scrollback (scrollback@conference/jsconf/x-kycudnxauiuknxry) (Remote host closed the connection)
- # [06:31] * Joins: scrollback (scrollback@conference/jsconf/x-qgkhkvgwidfyxryl)
- # [06:44] * Quits: jeffreyatw (~jeffreyat@209.49.230.45) (Quit: jeffreyatw)
- # [07:01] * Quits: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net)
- # [07:04] * Quits: newtron (~newtron@69-165-159-35.dsl.teksavvy.com) (Remote host closed the connection)
- # [07:04] * Joins: newtron (~newtron@69-165-159-35.dsl.teksavvy.com)
- # [07:07] * Joins: mpt (~mpt@canonical/mpt)
- # [07:09] * Quits: newtron (~newtron@69-165-159-35.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [07:13] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [07:20] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Remote host closed the connection)
- # [07:23] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [07:27] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Ping timeout: 260 seconds)
- # [07:48] * Quits: scrollback (scrollback@conference/jsconf/x-qgkhkvgwidfyxryl) (Remote host closed the connection)
- # [07:48] * Joins: scrollback (scrollback@conference/jsconf/x-fkoteogkmptrbqdf)
- # [07:56] * Quits: scrollback (scrollback@conference/jsconf/x-fkoteogkmptrbqdf) (Remote host closed the connection)
- # [07:57] * Joins: scrollback (scrollback@conference/jsconf/x-fkujdixoqeypgyxk)
- # [08:01] * Krinkle|detached is now known as Krinkle
- # [08:01] * Joins: wefo (~wefo@gateway/tor-sasl/wefo)
- # [08:01] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
- # [08:04] * Joins: Ms2ger (~Ms2ger@193.190.253.150)
- # [08:04] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
- # [08:05] * Joins: newtron (~newtron@69-165-159-35.dsl.teksavvy.com)
- # [08:10] * Quits: newtron (~newtron@69-165-159-35.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [08:13] * Quits: weinig (~weinig@24.130.60.35) (Quit: weinig)
- # [08:14] * Quits: scrollback (scrollback@conference/jsconf/x-fkujdixoqeypgyxk) (Remote host closed the connection)
- # [08:14] * Joins: scrollback (scrollback@conference/jsconf/x-vrdcjhutfrqnjpac)
- # [08:16] * Quits: scrollback (scrollback@conference/jsconf/x-vrdcjhutfrqnjpac) (Remote host closed the connection)
- # [08:17] * Joins: scrollback (scrollback@conference/jsconf/x-lgnuteqmrjcwecom)
- # [08:17] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [08:20] * Joins: mvaldas9 (~mvaldas9@penthouse.gaumina.lt)
- # [08:22] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 264 seconds)
- # [08:23] * Ms2ger should get foolip some chocolate too :)
- # [08:24] * Quits: newbie|2 (~kvirc@62.18.187.129) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [08:24] * Quits: mvaldas9 (~mvaldas9@penthouse.gaumina.lt) (Client Quit)
- # [08:24] <Ms2ger> <!DOCTYPE HTML> <script>document.write('<meta charset="ISO-8859-' + '2">')</script>
- # [08:24] <Ms2ger> Ugh.
- # [08:25] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [08:26] <annevk-cloud> Where is that from?
- # [08:26] <Ms2ger> https://critic.hoppipolla.co.uk/r/592
- # [08:29] <annevk-cloud> I cannot access that if not signed into GitHub. Curious
- # [08:29] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 252 seconds)
- # [08:30] <annevk-cloud> Oh gsnedders, I recommend filing a bug rather than ranting on IRC. You might find it more relaxing ;)
- # [08:31] * Quits: Ms2ger (~Ms2ger@193.190.253.150) (Read error: Operation timed out)
- # [08:31] * annevk-cloud wonders what foolip did
- # [08:34] * Quits: scrollback (scrollback@conference/jsconf/x-lgnuteqmrjcwecom) (Remote host closed the connection)
- # [08:35] * Joins: scrollback (scrollback@conference/jsconf/x-yphdecjatihbvczb)
- # [08:36] * Quits: scrollback (scrollback@conference/jsconf/x-yphdecjatihbvczb) (Remote host closed the connection)
- # [08:37] * Joins: scrollback (scrollback@conference/jsconf/x-nvzgbmekuhkxchvc)
- # [08:39] * Quits: jernoble|laptop (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net) (Quit: Computer has gone to sleep.)
- # [08:43] * Joins: jernoble|laptop (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net)
- # [08:49] * Joins: Ms2ger (~Ms2ger@193.190.253.150)
- # [08:50] * Joins: zdobersek (~zan@179.43.133.226)
- # [08:50] * Joins: annevk (~annevk@2.31.25.243)
- # [08:52] <foolip> annevk-cloud: not me!
- # [08:54] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [08:54] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
- # [08:55] * Quits: scrollback (scrollback@conference/jsconf/x-nvzgbmekuhkxchvc) (Remote host closed the connection)
- # [08:55] * Quits: jernoble|laptop (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net) (Quit: Computer has gone to sleep.)
- # [08:56] * Joins: scrollback (scrollback@conference/jsconf/x-fdncutcybbyajguc)
- # [08:57] * Quits: scrollback (scrollback@conference/jsconf/x-fdncutcybbyajguc) (Remote host closed the connection)
- # [08:57] <Ms2ger> annevk, reviews
- # [08:57] * Joins: scrollback (scrollback@conference/jsconf/x-mawpeconbaqawgma)
- # [08:58] <Ms2ger> wefo, I'm sure the spec explains what clearRect does: whatwg.org/html
- # [09:00] * Quits: rcombs (~rcombs@rcombs.me) (Quit: ZNC - http://znc.sourceforge.net)
- # [09:00] * Joins: rcombs (~rcombs@rcombs.me)
- # [09:01] * Joins: newtron (~newtron@69-165-159-35.dsl.teksavvy.com)
- # [09:01] * Quits: scrollback (scrollback@conference/jsconf/x-mawpeconbaqawgma) (Remote host closed the connection)
- # [09:02] * Joins: scrollback (scrollback@conference/jsconf/x-zxbsimzjsxarprhe)
- # [09:05] * Quits: rcombs (~rcombs@rcombs.me) (Ping timeout: 240 seconds)
- # [09:05] * Joins: rcombs (~rcombs@rcombs.me)
- # [09:05] * Quits: newtron (~newtron@69-165-159-35.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [09:07] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: Textual IRC Client: www.textualapp.com)
- # [09:07] * Joins: Lachy (~Lachy@213.166.174.2)
- # [09:09] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
- # [09:11] <wefo> Not clearly.
- # [09:13] <TabAtkins> SimonSapin: SVG was going to see if they can just allow comments, and thus use the full CSS tokenizer. (They probably can.)
- # [09:13] <Ms2ger> TabAtkins, this is HTML, though
- # [09:14] <TabAtkins> SimonSapin: HTML *might* also be able to accept comments, but I'd also be fine with defining a tokenizer mode that disallowed comments.
- # [09:14] <TabAtkins> (Or rather, that emitted the / and * as delims.)
- # [09:15] <TabAtkins> Ms2ger: Right, but I'm unsure if there'd actually be any compat requiring /**/ comments to invalidate the attribute or whatever.
- # [09:16] <Ms2ger> Otoh, it seems like a lot of spec/impl/test work that would use time that could be better spent elsewhere
- # [09:17] <TabAtkins> GPHemsley: Yes, they *should* increment the list-item counter. That said, wk/b do *not* implement that counter. We don't actually use CSS Counters at all for ul/ol, because they're too slow.
- # [09:18] * Quits: annevk (~annevk@2.31.25.243) (Remote host closed the connection)
- # [09:18] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [09:18] <TabAtkins> Ms2ger: Right, that's certainly true, and it would be easy on my side to avoid it by defining a comment-free mode. I suspect that with that change, switching to using the CSS tokenizer rather than specialized microsyntaxes would be very little change, if any. (But I'd have to actually look at the spec text, which I haven't done yet.)
- # [09:18] * Joins: marcosc (~marcosc@bl12-180-10.dsl.telepac.pt)
- # [09:19] <Ms2ger> Well, implementing a comment-free mode is still Work(tm)
- # [09:20] <Ms2ger> That'd reduce testing time and possible web compat, but increase QA time to verify that nothing actually changed
- # [09:22] <Ms2ger> Anyway :)
- # [09:23] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 272 seconds)
- # [09:23] * Ms2ger wonders if Operians will come to fosdem
- # [09:25] <Ms2ger> TabAtkins, "if i have 200x100 <img>; if i set size if img to 400; this case what is the height?; 200? 100?"
- # [09:25] <Ms2ger> Looks like it's 200, but do you have a spec pointer? :)
- # [09:34] * Joins: icaaq (~icaaq@c-5eeaaa76-74736162.cust.telenor.se)
- # [09:34] <MikeSmith> jgraham: doing the last bit of that PR now
- # [09:37] <Ms2ger> TabAtkins, I think http://dev.w3.org/csswg/css-images/#default-sizing
- # [09:44] * Joins: darobin (~darobin@78.109.80.74)
- # [09:45] * Joins: niloy (~niloy@223.239.205.140)
- # [09:47] <MikeSmith> jgraham: done
- # [09:48] <MikeSmith> you want me to merge it?
- # [09:48] * Krinkle is now known as Krinkle|detached
- # [09:51] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Ping timeout: 252 seconds)
- # [09:52] * Joins: jensnockert_ (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [09:55] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Ping timeout: 248 seconds)
- # [09:55] <MikeSmith> marcosc: curious about what's "background actor stuff"
- # [09:56] <marcosc> MikeSmith: more context?
- # [09:56] <marcosc> not sure what you mean
- # [09:59] * Joins: hasather (~hasather@guest.schibsted.no)
- # [10:02] * Joins: newtron (~newtron@69-165-159-35.dsl.teksavvy.com)
- # [10:02] <jgraham> MikeSmith: Sure and thanks
- # [10:04] <marcosc> MikeSmith: oh, you mean in the roadmap
- # [10:05] * marcosc had to google "background actor stuff"
- # [10:05] <marcosc> :)
- # [10:06] <marcosc> MikeSmith: we are going to write a blog post to explain why we are doing what we are doing, I think. There is a Moz workweek happening next week, so I'm sure a lot that stuff will get clarified and updated.
- # [10:06] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [10:06] * Quits: newtron (~newtron@69-165-159-35.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [10:06] <Ms2ger> Ah, the jst work week
- # [10:07] <marcosc> yep
- # [10:08] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [10:08] <annevk-cloud> On my way to Heathrow for that and some informal service worker thingie this week
- # [10:09] <Ms2ger> Good flight
- # [10:09] <annevk-cloud> To prevent jet lag I am already tired
- # [10:09] <annevk-cloud> Thanks Ms2ger
- # [10:11] <MikeSmith> marcosc: ok
- # [10:12] * Joins: Lachy_ (~Lachy@213.166.174.2)
- # [10:13] * Quits: Lachy (~Lachy@213.166.174.2) (Read error: Connection reset by peer)
- # [10:15] * Quits: Streusel (~Anonymous@unaffiliated/streusel) (Quit: it's hard coming up with a message here)
- # [10:24] * Joins: richt (~richt@cpc6-gran4-2-0-cust65.12-1.cable.virginm.net)
- # [10:25] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [10:25] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [10:25] * Joins: zcorpan (~zcorpan@c-5eeaaaa7-74736162.cust.telenor.se)
- # [10:25] <zcorpan> "Tip for admins: instead of sub1.example.com use sandbox.sub1.example.com, which will limit impact of the cookie bomb to .sub1.example.com zone." is incorrect, isn't it? http://homakov.blogspot.fi/2014/01/cookie-bomb-or-lets-break-internet.html
- # [10:25] * Quits: hasather (~hasather@guest.schibsted.no) (Remote host closed the connection)
- # [10:26] * Joins: hasather (~hasather@guest.schibsted.no)
- # [10:30] * Quits: hasather (~hasather@guest.schibsted.no) (Ping timeout: 260 seconds)
- # [10:31] * Joins: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au)
- # [10:37] <annevk-cloud> Yeah, we use public suffix for Effective TLD determination
- # [10:38] * Joins: WolfieZero (~WolfieZer@neils-thunderbolt.manor.fubra.net)
- # [10:39] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [10:44] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 272 seconds)
- # [10:56] * Joins: darobin_ (~darobin@78.109.80.74)
- # [10:56] * Quits: darobin (~darobin@78.109.80.74) (Read error: Connection reset by peer)
- # [11:03] * Joins: newtron (~newtron@69-165-159-35.dsl.teksavvy.com)
- # [11:04] * Quits: icaaq (~icaaq@c-5eeaaa76-74736162.cust.telenor.se) (Ping timeout: 272 seconds)
- # [11:04] * Joins: hasather (~hasather@guest.schibsted.no)
- # [11:05] * Joins: newtron_ (~newtron@69-165-159-35.dsl.teksavvy.com)
- # [11:08] * Quits: newtron (~newtron@69-165-159-35.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [11:10] * Quits: newtron_ (~newtron@69-165-159-35.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [11:11] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
- # [11:15] * Joins: icaaq (~icaaq@gateway.creuna.se)
- # [11:42] * Quits: zcorpan (~zcorpan@c-5eeaaaa7-74736162.cust.telenor.se) (Ping timeout: 265 seconds)
- # [11:44] * Quits: richt (~richt@cpc6-gran4-2-0-cust65.12-1.cable.virginm.net) (Remote host closed the connection)
- # [11:46] * Quits: nessy (~silviapf@101.164.144.53) (Quit: Leaving.)
- # [11:56] * Joins: nessy (~silviapf@101.164.144.53)
- # [11:58] * Joins: zcorpan (~zcorpan@c-5eeaaaa7-74736162.cust.telenor.se)
- # [12:00] * Quits: scrollback (scrollback@conference/jsconf/x-zxbsimzjsxarprhe) (Remote host closed the connection)
- # [12:00] * Joins: scrollback (scrollback@conference/jsconf/x-qqtewpufobfnkxgh)
- # [12:01] * Quits: nessy (~silviapf@101.164.144.53) (Client Quit)
- # [12:06] * Quits: hasather (~hasather@guest.schibsted.no) (Remote host closed the connection)
- # [12:06] * Joins: newtron (~newtron@69-165-159-35.dsl.teksavvy.com)
- # [12:07] * Joins: hasather (~hasather@guest.schibsted.no)
- # [12:09] * Quits: zcorpan (~zcorpan@c-5eeaaaa7-74736162.cust.telenor.se) (Ping timeout: 264 seconds)
- # [12:11] * Quits: newtron (~newtron@69-165-159-35.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [12:11] * Quits: hasather (~hasather@guest.schibsted.no) (Ping timeout: 252 seconds)
- # [12:17] * Joins: felipeduardo (~felipedua@r253-pw-corumbatai.ibys.com.br)
- # [12:21] * Joins: hasather (~hasather@guest.schibsted.no)
- # [12:22] <Lachy_> ffffffn9#\M:gI
- # [12:22] * Joins: ^esc (~esc-ape@77.119.133.13.wireless.dyn.drei.com)
- # [12:23] * Quits: icaaq (~icaaq@gateway.creuna.se) (Remote host closed the connection)
- # [12:23] * Quits: Lachy_ (~Lachy@213.166.174.2) (Read error: Connection reset by peer)
- # [12:23] <marcosc> looks like Lachy_ passed out on his keyboard ... again
- # [12:24] * Joins: icaaq (~icaaq@gateway.creuna.se)
- # [12:25] * Joins: Lachy (~Lachy@213.166.174.2)
- # [12:28] * Quits: icaaq (~icaaq@gateway.creuna.se) (Ping timeout: 252 seconds)
- # [12:30] * Joins: icaaq (~icaaq@gateway.creuna.se)
- # [12:38] * Quits: felipeduardo (~felipedua@r253-pw-corumbatai.ibys.com.br) (Remote host closed the connection)
- # [12:38] * Joins: zcorpan (~zcorpan@2a00:801:e0:30:61f6:ba14:d076:b281)
- # [12:40] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [12:45] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 252 seconds)
- # [12:48] <MikeSmith> he typed the hex code for black there first
- # [12:51] <MikeSmith> or maybe he was writing a self description and he only got as far as the f in "foxy"
- # [12:51] <Lachy> WTF? How did that happen?
- # [12:54] <MikeSmith> wait it seems like he is actually typing an autobiography
- # [12:54] <jgraham> Lachy: Either you say on your keyboard (in which case we won't ask), or you are hurredly changing your bank password ;)
- # [12:55] <jgraham> *sat
- # [12:57] <Lachy> It's my login password for my computer. Not sure how it got entered into here. My computer seemed was frozen at the time I tried entering it.
- # [12:57] <Ms2ger> Or you blame the cat
- # [12:57] <Lachy> at least, part of it is
- # [13:00] * Joins: felipeduardo (~felipedua@r253-pw-corumbatai.ibys.com.br)
- # [13:00] <MikeSmith> I think most security experts recommend against using IRC to log in to your computer
- # [13:01] <jgraham> It turns out that most "security experts" are NSA shills, so you should probably do the opposite of what those guys say
- # [13:02] <Ms2ger> Oh, okay
- # [13:02] <Ms2ger> hunter2
- # [13:02] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [13:04] <darobin_> rofl
- # [13:06] * Quits: icaaq (~icaaq@gateway.creuna.se) (Remote host closed the connection)
- # [13:07] * Joins: icaaq (~icaaq@94.137.124.2)
- # [13:07] * Joins: newtron (~newtron@69-165-159-35.dsl.teksavvy.com)
- # [13:08] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
- # [13:08] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 260 seconds)
- # [13:11] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [13:12] * Joins: laurensclaessen (~laurenscl@91.183.84.141)
- # [13:12] * Joins: mpt (~mpt@41.164.30.186)
- # [13:12] * Quits: mpt (~mpt@41.164.30.186) (Changing host)
- # [13:12] * Joins: mpt (~mpt@canonical/mpt)
- # [13:12] * Quits: newtron (~newtron@69-165-159-35.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [13:15] <gsnedders> annevk-cloud: Nah, ranting on IRC is more relaxing. Less productive, but more relatxing.
- # [13:15] <gsnedders> annevk-cloud: I will file a bug, however :)
- # [13:16] * Quits: hasather (~hasather@guest.schibsted.no) (Remote host closed the connection)
- # [13:16] <wefo> jgraham: It depends on what advice they give.
- # [13:16] * Joins: hasather (~hasather@guest.schibsted.no)
- # [13:16] <wefo> If they give the advice to use the "cloud" in any manner, they are NSA shills.
- # [13:16] <wefo> If they give the advice to smack every cellphone you see, they are not.
- # [13:17] <wefo> Just the thought that my computer might have shipped with custom hardware/firmware makes me angry.
- # [13:18] <wefo> It's so dishonest.
- # [13:18] <wefo> If at least it was snooping on plaintext communication over the network.
- # [13:18] <wefo> Then they would just be cunts.
- # [13:19] <wefo> Now they are below subhuman.
- # [13:20] <jgraham> wefo: You might accidentially have taken something I said seriously
- # [13:21] * Quits: hasather (~hasather@guest.schibsted.no) (Ping timeout: 252 seconds)
- # [13:21] * Joins: dekiss (~dekiss@46.217.83.66)
- # [13:22] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
- # [13:22] <wefo> Yeah, silly me for not laughing everything away.
- # [13:23] <wefo> I guess I meant to say: "ya lol dat b dope ur a tinfoil hat lulz u fink ur so importent lol r u high dawg"
- # [13:23] * Quits: dekiss2 (~dekiss@46.217.83.66) (Ping timeout: 272 seconds)
- # [13:23] <Ms2ger> Good good
- # [13:25] * Quits: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au) (Quit: Textual IRC Client: www.textualapp.com)
- # [13:26] * darobin_ is now known as darobin
- # [13:26] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [13:27] * Joins: niloy_ (~niloy@223.239.205.140)
- # [13:28] * Joins: mpt (~mpt@canonical/mpt)
- # [13:29] * Joins: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net)
- # [13:29] * Quits: niloy (~niloy@223.239.205.140) (Read error: Connection reset by peer)
- # [13:31] * Joins: Kolombiken (~Adium@gateway.creuna.se)
- # [13:37] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [13:38] <MikeSmith> somebody forgot to ring the bell for the 4001st w-p-t commit
- # [13:39] * Ms2ger rings
- # [13:43] * Joins: darobin_ (~darobin@78.109.80.74)
- # [13:43] * Quits: darobin (~darobin@78.109.80.74) (Read error: Connection reset by peer)
- # [13:44] * Joins: mpt (~mpt@41.164.30.186)
- # [13:44] * Quits: mpt (~mpt@41.164.30.186) (Changing host)
- # [13:44] * Joins: mpt (~mpt@canonical/mpt)
- # [14:06] * Quits: WolfieZero (~WolfieZer@neils-thunderbolt.manor.fubra.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [14:08] * Joins: newtron (~newtron@69-165-159-35.dsl.teksavvy.com)
- # [14:13] * Joins: tj_vantoll (~Adium@c-68-84-189-15.hsd1.mi.comcast.net)
- # [14:13] * Quits: newtron (~newtron@69-165-159-35.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [14:15] * Joins: barnabywalters (~barnabywa@46-239-239-203.tal.is)
- # [14:19] * Joins: WolfieZero (~WolfieZer@neils-thunderbolt.manor.fubra.net)
- # [14:19] <zcorpan> heycam|away: pls fix https://www.w3.org/Bugs/Public/show_bug.cgi?id=22646 kthxbye
- # [14:19] * Quits: niloy_ (~niloy@223.239.205.140) (Ping timeout: 272 seconds)
- # [14:21] <zcorpan> MikeSmith: how is ffffff black?
- # [14:21] <MikeSmith> because it is?
- # [14:22] <MikeSmith> either that or it's white
- # [14:22] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [14:22] <zcorpan> it's white in css at least
- # [14:22] <MikeSmith> clearly I meant white
- # [14:22] <MikeSmith> read between the lines, man
- # [14:23] <MikeSmith> that's what the NSA pays you for!!
- # [14:23] <jgraham> I can see that MikeSmith will get himself killed at the next Zebra crossing
- # [14:23] <zcorpan> yeah but i also get paid for acting like i don't
- # [14:25] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
- # [14:28] * Joins: xvoom (~xvoom@41.250.242.15)
- # [14:28] <xvoom> hi everybody
- # [14:33] * Quits: xvoom (~xvoom@41.250.242.15) (Ping timeout: 252 seconds)
- # [14:42] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [14:42] * Joins: krawchyk (~krawchyk@65.220.49.251)
- # [14:42] * Quits: krawchyk (~krawchyk@65.220.49.251) (Max SendQ exceeded)
- # [14:45] * Ms2ger wonders why Google thinks the title of http://hoppipolla.co.uk/410/results.html is "Web Platform Tests Results - Mozilla XPath Documentation"
- # [14:46] * Quits: scrollback (scrollback@conference/jsconf/x-qqtewpufobfnkxgh) (Remote host closed the connection)
- # [14:47] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 252 seconds)
- # [14:47] * Joins: scrollback (scrollback@conference/jsconf/x-tbzmilyxvwvvpuql)
- # [14:51] <zcorpan> oops, looks like i missed to git add a helper file to resolve-url
- # [14:51] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
- # [14:53] * Quits: icaaq (~icaaq@94.137.124.2) (Ping timeout: 252 seconds)
- # [14:53] * Joins: krawchyk (~krawchyk@65.220.49.251)
- # [14:53] * Quits: krawchyk (~krawchyk@65.220.49.251) (Remote host closed the connection)
- # [14:54] * Joins: krawchyk (~krawchyk@65.220.49.251)
- # [14:58] * Joins: darobin (~darobin@78.109.80.74)
- # [14:58] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
- # [14:59] <zcorpan> https://critic.hoppipolla.co.uk/r/597
- # [15:01] <jgraham> Hmm, so Ubuntu decided I wanted to open http URLs in Thunderbird
- # [15:01] * Quits: darobin_ (~darobin@78.109.80.74) (Ping timeout: 248 seconds)
- # [15:01] <jgraham> That didn't work so well
- # [15:02] * Joins: tobie_ (~tobielang@col74-1-88-183-112-72.fbx.proxad.net)
- # [15:02] * Quits: laurensclaessen (~laurenscl@91.183.84.141) (Remote host closed the connection)
- # [15:02] * Quits: tobie_ (~tobielang@col74-1-88-183-112-72.fbx.proxad.net) (Client Quit)
- # [15:03] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [15:04] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [15:04] * Quits: [[zz]] (~zz]]@node-m3s.pool-101-108.dynamic.totbb.net) (Read error: Connection reset by peer)
- # [15:05] * Joins: [[zz]] (~zz]]@node-knj.pool-101-108.dynamic.totbb.net)
- # [15:06] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 260 seconds)
- # [15:07] * Joins: laurensclaessen (~laurenscl@91.183.84.141)
- # [15:09] * Joins: newtron (~newtron@69-165-159-35.dsl.teksavvy.com)
- # [15:11] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Quit: Leaving...)
- # [15:12] * Joins: decotii (~decotii@hq.croscon.com)
- # [15:12] * Quits: Ms2ger (~Ms2ger@193.190.253.150) (Quit: bbl)
- # [15:13] * Quits: newtron (~newtron@69-165-159-35.dsl.teksavvy.com) (Ping timeout: 272 seconds)
- # [15:15] <jgraham> zcorpan: What was the final word on snffing video?
- # [15:15] <zcorpan> jgraham: hah
- # [15:15] <jgraham> :(
- # [15:15] <zcorpan> there is no spoon
- # [15:16] <jgraham> So you have to get the Content-Type header right to ensure that a supporting browser will play the video at the moment?
- # [15:16] <jgraham> (also: I did your review)
- # [15:22] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
- # [15:28] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
- # [15:31] * Joins: icaaq (~icaaq@94.137.124.2)
- # [15:32] <zcorpan> right
- # [15:32] <zcorpan> yep, addressed it. now you have MORE lines to review. might be recursive
- # [15:36] * Joins: eric_carlson (~eric@17.202.47.101)
- # [15:37] * Quits: mpt (~mpt@canonical/mpt) (Quit: Ex-Chat)
- # [15:39] * jorendorff_away is now known as jorendorff
- # [15:40] <jgraham> zcorpan: Not recursive at all :) Merged
- # [15:40] <zcorpan> great, thanks!
- # [15:41] * Joins: ehynds (~erichynds@64.206.121.41)
- # [15:43] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [15:43] * ehynds is now known as erichynds
- # [15:44] * erichynds is now known as ehynds
- # [15:44] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
- # [15:44] * ehynds is now known as erichynds
- # [15:45] * erichynds is now known as ehynds
- # [15:47] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 260 seconds)
- # [15:54] * Quits: jensnockert_ (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Remote host closed the connection)
- # [16:00] * Joins: encryptd_fracta1 (~mfrawley@66-188-99-174.static.ftbg.wi.charter.com)
- # [16:07] * Joins: newtron (~newtron@199.71.174.203)
- # [16:24] * Joins: nzhenya (~nzhenya@193.28.144.216)
- # [16:26] * Quits: scrollback (scrollback@conference/jsconf/x-tbzmilyxvwvvpuql) (Remote host closed the connection)
- # [16:26] * Joins: scrollback (scrollback@conference/jsconf/x-cuielkbiwumwjciy)
- # [16:41] * Joins: lmclister (~lmclister@sjfw1-b.adobe.com)
- # [16:43] * Joins: hammer (~hammer@193.104.110.19)
- # [16:47] * Quits: nzhenya (~nzhenya@193.28.144.216) (Ping timeout: 252 seconds)
- # [16:48] * Quits: hammer (~hammer@193.104.110.19) (Ping timeout: 260 seconds)
- # [16:49] * Joins: ehsan (~ehsan@66.207.208.102)
- # [16:53] * Quits: davve (~user@83.218.67.123) (Quit: b)
- # [16:54] * Quits: zdobersek (~zan@179.43.133.226) (Ping timeout: 272 seconds)
- # [16:55] * Quits: laurensclaessen (~laurenscl@91.183.84.141) (Remote host closed the connection)
- # [16:55] * Quits: Lachy (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [16:57] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
- # [17:02] * Joins: laurensclaessen (~laurenscl@91.183.84.141)
- # [17:03] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
- # [17:03] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Client Quit)
- # [17:17] * Quits: scrollback (scrollback@conference/jsconf/x-cuielkbiwumwjciy) (Remote host closed the connection)
- # [17:17] * Joins: scrollback (scrollback@conference/jsconf/x-wzqbzoowcwhbtgog)
- # [17:19] * icaaq is now known as icaaq|afck
- # [17:22] * Quits: zcorpan (~zcorpan@2a00:801:e0:30:61f6:ba14:d076:b281) (Remote host closed the connection)
- # [17:22] * Joins: zcorpan (~zcorpan@2a00:801:e0:30:61f6:ba14:d076:b281)
- # [17:22] * Quits: zcorpan (~zcorpan@2a00:801:e0:30:61f6:ba14:d076:b281) (Remote host closed the connection)
- # [17:22] * Joins: Ms2ger (~Ms2ger@91.180.143.242)
- # [17:23] * Quits: icaaq|afck (~icaaq@94.137.124.2) (Ping timeout: 252 seconds)
- # [17:29] * Joins: jeffreyatw (~jeffreyat@209.49.230.45)
- # [17:33] * Quits: scrollback (scrollback@conference/jsconf/x-wzqbzoowcwhbtgog) (Remote host closed the connection)
- # [17:33] * Joins: scrollback (scrollback@conference/jsconf/x-edvicdoniuxsmejw)
- # [17:42] * Quits: laurensclaessen (~laurenscl@91.183.84.141)
- # [17:43] * Quits: fredy (~fredy@snf-8914.vm.okeanos.grnet.gr) (Excess Flood)
- # [17:44] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [17:45] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [17:46] * Joins: fredy (~fredy@snf-8914.vm.okeanos.grnet.gr)
- # [17:49] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 265 seconds)
- # [17:53] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [17:57] * Quits: bzalasky (~bzalasky@c-67-188-211-46.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [17:59] * Joins: sgalineau (~sylvaing@192.150.22.5)
- # [18:01] * Joins: icaaq (~icaaq@c-5eeaaa28-74736162.cust.telenor.se)
- # [18:04] * Quits: scrollback (scrollback@conference/jsconf/x-edvicdoniuxsmejw) (Remote host closed the connection)
- # [18:05] * Joins: scrollback (scrollback@conference/jsconf/x-jhldztxticmbiict)
- # [18:05] <jgraham> Dear spotify: When your "discover" feature shows that you have a good grasp of the kinds of music I like, why are you wasting prime screen estate advertising playlists featuring Milley Cirus and One Direction at me? Also, why are you advertising at all when I am paying you money not to show me adverts (other than via the aforementioned "Discover" feature, which is actually useful and so doesn't count).
- # [18:12] <gsnedders> jgraham: Because how can one not love One Direction and Milley Cirus? They are obviously the best thing ever.
- # [18:12] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Remote host closed the connection)
- # [18:13] * Joins: Maurice` (~copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [18:13] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [18:17] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Ping timeout: 252 seconds)
- # [18:17] * Quits: scrollback (scrollback@conference/jsconf/x-jhldztxticmbiict) (Remote host closed the connection)
- # [18:19] * Joins: scrollback (scrollback@conference/jsconf/x-mmziyeeqkexkejod)
- # [18:22] * Joins: dekiss2 (~dekiss@77.28.5.77)
- # [18:22] * Quits: tj_vantoll (~Adium@c-68-84-189-15.hsd1.mi.comcast.net) (Quit: Leaving.)
- # [18:23] * Quits: ehynds (~erichynds@64.206.121.41) (Remote host closed the connection)
- # [18:23] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [18:25] * Quits: dekiss (~dekiss@46.217.83.66) (Ping timeout: 248 seconds)
- # [18:28] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 252 seconds)
- # [18:31] * Quits: scrollback (scrollback@conference/jsconf/x-mmziyeeqkexkejod) (Read error: Connection reset by peer)
- # [18:31] * Joins: scrollback (scrollback@conference/jsconf/x-kmxoqusvdgvmokbu)
- # [18:32] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 260 seconds)
- # [18:36] * Quits: icaaq (~icaaq@c-5eeaaa28-74736162.cust.telenor.se) (Ping timeout: 252 seconds)
- # [18:39] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [18:39] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [18:40] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
- # [18:40] * Quits: fredy (~fredy@snf-8914.vm.okeanos.grnet.gr) (Excess Flood)
- # [18:40] * Joins: fredy (~fredy@2001:648:2ffc:1225:a800:ff:fe12:113e)
- # [18:43] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 246 seconds)
- # [18:44] * Joins: jernoble|laptop (~jernoble@17.114.216.128)
- # [18:47] * Joins: tj_vantoll (~Adium@c-68-84-189-15.hsd1.mi.comcast.net)
- # [18:50] * Quits: darobin (~darobin@78.109.80.74) (Remote host closed the connection)
- # [18:51] * Joins: smaug____ (~chatzilla@cs78246079.pp.htv.fi)
- # [18:51] * Joins: icaaq (~icaaq@94.234.170.40)
- # [19:00] * Quits: icaaq (~icaaq@94.234.170.40) (Ping timeout: 248 seconds)
- # [19:00] * Joins: richt (~richt@cpc6-gran4-2-0-cust65.12-1.cable.virginm.net)
- # [19:03] * Quits: scrollback (scrollback@conference/jsconf/x-kmxoqusvdgvmokbu) (Remote host closed the connection)
- # [19:04] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
- # [19:04] * Joins: scrollback (scrollback@conference/jsconf/x-pyzzdnatpxvlriau)
- # [19:05] * Quits: richt (~richt@cpc6-gran4-2-0-cust65.12-1.cable.virginm.net) (Ping timeout: 272 seconds)
- # [19:20] * Joins: pinage404 (~pinage404@2a01:e35:8b86:e330:260a:64ff:fe63:69ab)
- # [19:22] * Joins: icaaq (~icaaq@h132n3-s-oev-d1.ias.bredband.telia.com)
- # [19:23] <JonathanNeal> SteveF, http://www.jonathantneal.com/blog/introducing-subhead/
- # [19:23] * Joins: jonlee_ (~jonlee_@17.245.25.162)
- # [19:25] * Quits: WolfieZero (~WolfieZer@neils-thunderbolt.manor.fubra.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [19:27] * jorendorff is now known as jorendorff_away
- # [19:36] * Quits: smaug____ (~chatzilla@cs78246079.pp.htv.fi) (Ping timeout: 260 seconds)
- # [19:39] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [19:40] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [19:43] * Quits: scrollback (scrollback@conference/jsconf/x-pyzzdnatpxvlriau) (Remote host closed the connection)
- # [19:44] * Joins: scrollback (scrollback@conference/jsconf/x-ipvkbdoollkisifz)
- # [19:44] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 252 seconds)
- # [19:46] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [19:50] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 253 seconds)
- # [19:54] * Joins: weinig (~weinig@17.245.31.45)
- # [19:57] <TabAtkins> jgraham: Because spotify has learned the lessons of cable TV, which is that people forgot that they're paying you and accept advertising anyway?
- # [19:58] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
- # [20:00] * Quits: jonlee_ (~jonlee_@17.245.25.162) (Quit: jonlee_)
- # [20:01] <SteveF> JonathanNeal: cool will read
- # [20:03] * Joins: jonlee_ (~jonlee_@17.202.47.112)
- # [20:04] * Quits: newtron (~newtron@199.71.174.203) (Remote host closed the connection)
- # [20:04] * Joins: newtron (~newtron@199.71.174.203)
- # [20:06] * Quits: weinig (~weinig@17.245.31.45) (Quit: weinig)
- # [20:08] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 265 seconds)
- # [20:09] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 272 seconds)
- # [20:13] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [20:14] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Quit: barnabywalters)
- # [20:17] * jonlee_ is now known as jonlee_|afk
- # [20:18] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Ping timeout: 272 seconds)
- # [20:20] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [20:20] * jonlee_|afk is now known as jonlee_
- # [20:21] * Joins: barnabywalters (~barnabywa@157-157-39-144.dsl.dynamic.simnet.is)
- # [20:23] * Quits: barnabywalters (~barnabywa@157-157-39-144.dsl.dynamic.simnet.is) (Client Quit)
- # [20:24] * Joins: barnabywalters (~barnabywa@157-157-39-144.dsl.dynamic.simnet.is)
- # [20:26] * Joins: zdobersek (~zan@109.201.154.179)
- # [20:30] * jonlee_ is now known as jonlee_|afk
- # [20:32] * Joins: newtron (~newtron@199.71.174.203)
- # [20:35] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [20:38] * Quits: barnabywalters (~barnabywa@157-157-39-144.dsl.dynamic.simnet.is) (Quit: barnabywalters)
- # [20:40] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [20:45] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 246 seconds)
- # [20:45] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [20:47] * Joins: darobin (~darobin@78.208.93.24)
- # [20:47] * Joins: estanik (~estanik@91.210.101.153)
- # [20:52] * Joins: say2joe (~say2joe@209-253-225-97.ip.mcleodusa.net)
- # [20:54] * Quits: jernoble (~jernoble@17.202.47.100) (Quit: Computer has gone to sleep.)
- # [20:56] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [20:56] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [20:56] * Joins: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net)
- # [21:02] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [21:02] * Quits: scrollback (scrollback@conference/jsconf/x-ipvkbdoollkisifz) (Remote host closed the connection)
- # [21:04] * Joins: scrollback (scrollback@conference/jsconf/x-jjotaichirlkyzfn)
- # [21:07] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [21:09] * Quits: mrsly (uid23695@gateway/web/irccloud.com/x-qzfeabyqwpxwjurx) (Quit: Connection closed for inactivity)
- # [21:10] * Quits: krawchyk (~krawchyk@65.220.49.251)
- # [21:11] * Quits: estanik (~estanik@91.210.101.153) (Ping timeout: 260 seconds)
- # [21:14] * Joins: weinig (~weinig@17.114.219.107)
- # [21:15] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Remote host closed the connection)
- # [21:15] * Quits: weinig (~weinig@17.114.219.107) (Client Quit)
- # [21:15] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [21:19] * Joins: weinig (~weinig@17.114.219.107)
- # [21:20] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 272 seconds)
- # [21:20] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Ping timeout: 252 seconds)
- # [21:21] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: Textual IRC Client: www.textualapp.com)
- # [21:26] * Quits: weinig (~weinig@17.114.219.107) (Quit: weinig)
- # [21:27] * Joins: shaunbaker (~shaunbake@97e69e6b.skybroadband.com)
- # [21:31] * Joins: weinig (~weinig@17.114.219.107)
- # [21:31] * Joins: jernoble (~jernoble@17.202.47.100)
- # [21:31] * Quits: weinig (~weinig@17.114.219.107) (Client Quit)
- # [21:33] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [21:33] * Joins: jeremyj (~jeremyj@17.202.45.170)
- # [21:36] * Quits: felipeduardo (~felipedua@r253-pw-corumbatai.ibys.com.br) (Quit: Leaving)
- # [21:36] * Quits: jeremyj (~jeremyj@17.202.45.170) (Client Quit)
- # [21:39] * Joins: WolfieZero (~WolfieZer@neilandkerrie.plus.com)
- # [21:39] * Quits: marcosc (~marcosc@bl12-180-10.dsl.telepac.pt) (Remote host closed the connection)
- # [21:40] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Remote host closed the connection)
- # [21:41] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [21:42] * Joins: shtykova (~shtykova@91.210.101.60)
- # [21:44] * Quits: shaunbaker (~shaunbake@97e69e6b.skybroadband.com) (Remote host closed the connection)
- # [21:44] * Joins: shaunbaker (~shaunbake@195.69.155.61)
- # [21:44] * Joins: hoobdeebla (~hoobdeebl@ip70-190-42-239.ph.ph.cox.net)
- # [21:44] * Quits: jernoble|laptop (~jernoble@17.114.216.128) (Quit: Computer has gone to sleep.)
- # [21:45] * Quits: hober (~ted@unaffiliated/hober) (Quit: ERC Version 5.3 (IRC client for Emacs))
- # [21:45] * Joins: jernoble|laptop (~jernoble@17.114.216.128)
- # [21:45] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 260 seconds)
- # [21:46] * Quits: WolfieZero (~WolfieZer@neilandkerrie.plus.com) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [21:46] * Joins: jeremyj (~jeremyj@17.114.216.78)
- # [21:47] * Quits: sgalineau (~sylvaing@192.150.22.5) (Ping timeout: 264 seconds)
- # [21:48] * Joins: shaunbak_ (~shaunbake@97e69e6b.skybroadband.com)
- # [21:50] * Quits: jernoble|laptop (~jernoble@17.114.216.128) (Ping timeout: 252 seconds)
- # [21:52] * Joins: jernoble|laptop (~jernoble@17.245.29.222)
- # [21:52] * Quits: shaunbaker (~shaunbake@195.69.155.61) (Ping timeout: 260 seconds)
- # [21:54] * Quits: shtykova (~shtykova@91.210.101.60) (Remote host closed the connection)
- # [21:56] * jonlee_|afk is now known as jonlee_
- # [21:57] * Quits: jernoble|laptop (~jernoble@17.245.29.222) (Ping timeout: 260 seconds)
- # [21:57] * Quits: jeremyj (~jeremyj@17.114.216.78) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [21:59] * Joins: jernoble|laptop (~jernoble@17.114.216.128)
- # [21:59] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [22:00] * Quits: jernoble (~jernoble@17.202.47.100) (Quit: Computer has gone to sleep.)
- # [22:00] * Joins: jeremyj (~jeremyj@17.114.216.78)
- # [22:00] * Joins: reyre (~reyre@ip-64-32-189-20.dsl.sca.megapath.net)
- # [22:02] * Quits: darobin (~darobin@78.208.93.24) (Remote host closed the connection)
- # [22:06] * Quits: Ms2ger (~Ms2ger@91.180.143.242) (Quit: nn)
- # [22:07] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
- # [22:08] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 272 seconds)
- # [22:14] * jonlee_ is now known as jonlee_|afk
- # [22:15] * Quits: scrollback (scrollback@conference/jsconf/x-jjotaichirlkyzfn) (Remote host closed the connection)
- # [22:16] * Joins: scrollback (scrollback@conference/jsconf/x-bgigdbdvqsknkauz)
- # [22:19] * Joins: ehsan (~ehsan@66.207.208.102)
- # [22:26] * Quits: jeremyj (~jeremyj@17.114.216.78) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [22:26] * Joins: jeremyj (~jeremyj@17.114.216.78)
- # [22:30] * Quits: reyre (~reyre@ip-64-32-189-20.dsl.sca.megapath.net) (Remote host closed the connection)
- # [22:30] * heycam|away is now known as heycam
- # [22:32] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Read error: Connection reset by peer)
- # [22:33] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [22:42] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [22:42] * Joins: css (~css@unaffiliated/css)
- # [22:44] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # [22:46] * Quits: zcorpan (~zcorpan@ip-200.t2.se.opera.com) (Ping timeout: 248 seconds)
- # [23:00] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [23:00] * Quits: jernoble|laptop (~jernoble@17.114.216.128) (Quit: Computer has gone to sleep.)
- # [23:01] * Quits: jeremyj (~jeremyj@17.114.216.78) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [23:02] * Joins: zcorpan (~zcorpan@ip-200.t2.se.opera.com)
- # [23:03] * jonlee_|afk is now known as jonlee_
- # [23:03] * Quits: tj_vantoll (~Adium@c-68-84-189-15.hsd1.mi.comcast.net) (Quit: Leaving.)
- # [23:05] * Joins: jernoble (~jernoble@17.202.47.100)
- # [23:08] * Quits: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
- # [23:09] * Quits: shannonmoeller (~shannonmo@pool-108-17-8-225.bflony.fios.verizon.net) (Quit: Leaving...)
- # [23:09] * Joins: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net)
- # [23:10] * Quits: Maurice` (~copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
- # [23:12] * Quits: mounir (~mounir@oldworld.fr) (Quit: leaving)
- # [23:12] * icaaq is now known as icaaq|afck
- # [23:12] * Joins: mounir (~mounir@oldworld.fr)
- # [23:13] * jonlee_ is now known as jonlee_|afk
- # [23:15] * Quits: mounir (~mounir@oldworld.fr) (Client Quit)
- # [23:15] * Joins: mounir (~mounir@oldworld.fr)
- # [23:17] * Quits: icaaq|afck (~icaaq@h132n3-s-oev-d1.ias.bredband.telia.com) (Ping timeout: 260 seconds)
- # [23:18] * Joins: nessy (~silviapf@101.164.144.53)
- # [23:19] * Quits: shaunbak_ (~shaunbake@97e69e6b.skybroadband.com) (Remote host closed the connection)
- # [23:20] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:20] * Joins: shaunbaker (~shaunbake@195.69.155.61)
- # [23:20] * Quits: jernoble (~jernoble@17.202.47.100) (Quit: Computer has gone to sleep.)
- # [23:22] * Quits: pinage404 (~pinage404@2a01:e35:8b86:e330:260a:64ff:fe63:69ab) (Quit: Screw you guys i'm going home ! KMP !)
- # [23:24] * jonlee_|afk is now known as jonlee_
- # [23:25] * Joins: jernoble (~jernoble@17.202.47.100)
- # [23:27] * Quits: zdobersek (~zan@109.201.154.179) (Quit: Leaving.)
- # [23:27] * Joins: jeremyj (~jeremyj@17.202.45.170)
- # [23:32] * Quits: shaunbaker (~shaunbake@195.69.155.61) (Remote host closed the connection)
- # [23:33] * Quits: jeffreyatw (~jeffreyat@209.49.230.45) (Read error: Connection reset by peer)
- # [23:33] * Joins: jeffreyatw (~jeffreyat@209.49.230.45)
- # [23:35] * Joins: hober (~ted@unaffiliated/hober)
- # [23:36] * Joins: newbie|2 (~kvirc@62.18.95.136)
- # [23:39] * Quits: jeremyj (~jeremyj@17.202.45.170) (Quit: Textual IRC Client: www.textualapp.com)
- # [23:45] * jonlee_ is now known as jonlee_|afk
- # [23:48] * jonlee_|afk is now known as jonlee_
- # [23:57] * Quits: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com) (Remote host closed the connection)
- # [23:58] * Joins: jensnockert (~jensnocke@dynamic.1.24.64e950153c80.01b11587a2c.afb.bredband2.com)
- # Session Close: Tue Jan 21 00:00:00 2014
The end :)