2018-01-01 [20:34:45.0000] Hello, when does readyState start being present on a dynamically loaded script tag? [20:34:54.0000] (Happy New Year) [20:35:53.0000] s/tag/element [10:03:25.0000] Hi, I am wondering about how to replicate the resolution of relative img src URLs [10:04:53.0000] In a page at http://example.com/index.html without , an will load http://example.com/foo.png in all browsers I know. However, I don't see how (if?) this follows from the HTML spec [10:06:23.0000] The only information I found is that relative URLs are resolved relative to the document base URL. But wouldn't that mean that http://example.com/index.html/foo.png would be loaded? [10:10:42.0000] Nevermind, found the relevant part of the URL spec: "[set] url’s path to a copy of base’s path, and then remove url’s path’s last item, if any." 2018-01-02 [14:28:23.0000] am I missing something or does the definition of agent cluster in html not actually say that a window and its same origin iframes are in the same agent cluster? The definition of "can share memory with" seems to only allow "A can share memory with B" for cases where B is a dedicated worker agent... [14:29:06.0000] ah, never mind, same origin iframes would be the exact same agent, so that would work already 2018-01-03 [00:34:18.0000] Domenic: URL preview looks good [07:11:27.0000] kochi: got my flight to Tokyo, will arrive Sunday morning and leave very early Wednesday morning [07:53:20.0000] what might "For each node tree TREE in DOCUMENT" mean [07:55:43.0000] hayato: ^ [07:55:46.0000] that is in https://w3c.github.io/webcomponents/spec/shadow/#sequential-focus-navigation [08:07:15.0000] I can guess what it means, but it is a bit unclear [08:09:49.0000] hmm, "Stop this algorithm." there... So step 2 finds just one element [08:16:46.0000] and step 3 takes a scope as input, yet the algorithm "For each scope SCOPE:"... what does for each means [08:16:52.0000] /me files bugs 2018-01-04 [16:04:34.0000] Oh no, Quirks Mode doesn't have a Twitter account /cc zcorpan [16:04:48.0000] oh no! [16:05:00.0000] And its web platform tests directory is different than its spec shortname [16:05:29.0000] no it does have one, https://twitter.com/quirksstandard [16:05:49.0000] Ah! Well then that'll get added to the header shortly :) [16:06:10.0000] lol we need to fix its logo [16:07:02.0000] Hmm it doesn't have its own logo, it's created with CSS [23:41:03.0000] One day you have shared memory, and then you don't [23:43:24.0000] sometimes you need to retrace your steps in order to move forward [00:35:51.0000] annevk: is Firefox thinking of changing its shared content process model in light of this? [00:36:04.0000] JakeA: I don't know [00:36:20.0000] JakeA: is Chrome considering not having a limit? [00:38:26.0000] annevk: I believe so. https://www.chromium.org/developers/design-documents/site-isolation [00:38:49.0000] If I understand it right, that means one process per similar origin [00:38:57.0000] Mark Miller is certainly vindicated in putting all the authority in the URL and then not having the URLs leak somehow [00:39:20.0000] Not that I know any system that fully works that way, but it would not have been vulnerable today [00:39:32.0000] Ambient authority strikes again [00:39:49.0000] JakeA: sure, but Chrome has a limit at which it stops doing that [00:40:11.0000] Ahh ok. Didn't know. [01:24:01.0000] annevk: I'm going to review https://github.com/whatwg/fetch/pull/579 with tests now, anything to look out for? I see "Add more tests" not checked. [01:25:45.0000] foolip: I think I've added more tests since and Domenic might have even run some code coverage check [01:26:20.0000] foolip: so I think I simply forgot to check it, but perhaps there's things I've overlooked [01:27:13.0000] tobie: is it you or "us" that controls that https://whatpr.org/fetch/579.html includes the big red warning? excluding it would be nice, because the sha is wrong, and results in two changes that are invisible when navigating. (changes 3 and 4) [01:27:35.0000] annevk: I'll take a look then. [01:27:55.0000] foolip: it seems some comments from Domenic about the tests went unaddressed [01:28:47.0000] foolip: the red warning is important [01:29:20.0000] annevk: you don't think the URL alone will scare people away? [01:29:31.0000] foolip: no [01:29:55.0000] OK then :) [01:29:56.0000] foolip: standards are hosted in so many different places that URLs unfortunately are not clear enough [03:42:33.0000] foolip: it is you. Fixing the sha would be good though. [03:42:44.0000] foolip: what's wrong with it? [03:43:50.0000] foolip: I'm not too sure what you mean by: "results in two changes that are invisible when navigating" [03:45:55.0000] foolip: note that you can specify how you pass the parameters to bikeshed via the config file, see: https://github.com/tobie/pr-preview#params-optional [03:47:47.0000] Is it ok to put a dfn in a non-normative section? [03:55:05.0000] tobie: it seems rather questionable [03:55:32.0000] annevk: yeah, which is precisely why I'm bringing it up here. [03:55:46.0000] tobie: in https://whatpr.org/fetch/579/07999e9...3ee4d8e.html, notice what happens when you press next a few times [03:55:58.0000] tobie: the warning is collapsed and so there's nothing to see [03:56:04.0000] tobie: I'd say no and try to refactor, but hard without context [03:56:05.0000] can't really see how to fix that though [03:57:14.0000] foolip: in that scenario you're reviewing a specific diff, no? [03:57:47.0000] annevk: I was trying to create an informative section about legacy WebIDL constructs, as there's often confusion with editors wrt to legacy vs deprecated from WebIDL [03:58:34.0000] tobie: seems that could be normative to some extent, as we have requirements around such constructs for new standards [03:59:31.0000] annevk: agreed, but "new standards" are not a conformance class [03:59:44.0000] (maybe they should be?) [04:00:23.0000] foolip: oh, I see, the collapsed warning is hiding stuff away? [04:00:38.0000] tobie: standards are to some extent, at least lots of specs make various requirements of them [04:00:52.0000] tobie: hard to test though [04:01:22.0000] annevk: yeah [04:02:22.0000] foolip: (fyi, you can navigate HTML diffs using the "j" and "k" keys) [04:14:05.0000] zcorpan, do you still deal with chromium? [04:16:20.0000] Ms2ger: not currently [05:07:43.0000] annevk: your thoughts on https://github.com/heycam/webidl/pull/506 welcomed (informative section on legacy constructs) [05:29:42.0000] I am probably overlooking a thing, but maybe someone here can just tell me: when getting the textContent of an HTML void element, should that result in null or an empty string? [05:33:56.0000] Zegnat: empty string I'd expect [05:34:46.0000] Zegnat: though I think you helped me find a bug as https://dom.spec.whatwg.org/#dom-node-textcontent does not really say what happens when there are no Text node children [05:35:20.0000] Zegnat: would you like to appear in the Acknowledgments section? [05:35:28.0000] (and if, how?) [05:35:39.0000] Oh, that would be pretty cool. What information usually goes there? Name and URL? [05:35:57.0000] Ah, just name. "Martijn van der Ven{ [05:36:39.0000] Yeah, “empty string” would lead me to ask the question “how do I concat 0 nodes” ;) [05:38:40.0000] annevk, looks like ordered set serializer is the only use of "concatenation" in the spec that considered that case [05:38:55.0000] Maybe we should just define "concatenation" in infra.swo [05:41:28.0000] I feel slightly vindicated now that it seems I didn't really overlook anything. Ha. [06:44:27.0000] Ms2ger: sounds reasonable; guess I should audit callsites [06:52:55.0000] tobie: sorry, maybe tomorrow [06:55:10.0000] Domenic: annevk: thanks for the PR reviews, gonna be MIA for the next couple days just FYI! [06:55:49.0000] domfarolino: enjoy the other thing! [07:14:38.0000] Zegnat: https://github.com/whatwg/dom/issues/555 [07:20:37.0000] annevk, I subscribed for notifications. For now I am going to assume empty string. [07:21:16.0000] Zegnat: yeah, that's what it should be [07:21:26.0000] Zegnat: that's what all impls do anyway, iirc [07:24:49.0000] thanks! [07:26:12.0000] Looks like it is what implementation do, yes. [07:26:12.0000] It still feels a little odd to me on HTML void elements. Elements with content model "nothing" can never have a Text node descendent, so empty string (which could be an empty Text node descendent, IIRC) is not obvious to me. [07:28:01.0000] Zegnat: have you ever tried to appendChild to a void element? [07:29:26.0000] Zegnat: (aka content model is not an actual limitation) [07:30:06.0000] Also, templates. [07:31:33.0000] True, it totally makes sense from the DOM point of view. It just didn’t make sense in my head when I ended up doing textContent on a void element. [07:32:43.0000] I will never forget how textContent works after today though. After spending way too long on figuring out this concat thing before asking here. [08:23:43.0000] "How to concat 0 nodes" strings form a monoid under concatenation, so "empty string" is the correct answer. ^_^ [08:33:43.0000] /me ignores [08:34:10.0000] annevk, parsing "data,x" into a URL, what happens? [09:39:39.0000] TabAtkins: https://github.com/tabatkins/bikeshed/issues/1161 is somewhat high priority as it'd be sad to lose those legacy open bugs links when transitioning to new WHATWG boilerplate. [09:50:29.0000] Ms2ger: without a base URL you'd get failure [09:50:46.0000] Ms2ger: "absolute URLs" need a scheme [10:02:29.0000] Domenic: Will check on it as soon as I'm in the office [10:02:33.0000] <3 [10:50:10.0000] Domenic: I'll try to come up with some CSS suggestions for the redesign tomorrow [10:51:18.0000] annevk: I gave it a shot myself, might be good enough? [10:53:34.0000] At least for the homepage [10:53:38.0000] Secondary pages I'm less sure [10:53:54.0000] Domenic: I'd go for more space at the top still [10:54:08.0000] Domenic: looks very cramped on a large display at least [10:54:26.0000] Hmm yes that change got lost it seems [10:54:28.0000] I also miss the color a bit, admittedly [10:55:40.0000] I also think we should stick with images/ and not have this legacy dir and new dir, but that's rather minor [10:56:13.0000] I think images/ is a lost cause [10:56:28.0000] Still doesn't have that much spacing at the very top [10:56:31.0000] I don't think so [10:56:34.0000] Oh very top hmm [10:56:36.0000] If it was, /principles would be too [10:56:42.0000] I think principles is too actually [10:56:55.0000] It works fine here [10:56:59.0000] Although perhaps nobody visited it before [10:57:01.0000] Yeah [10:57:06.0000] And I had visited it [10:57:09.0000] For sure [10:57:14.0000] Hmm [10:58:27.0000] Well I'll leave it all be for now, top spacing and /img works for me, but when you have time we can revisit [11:03:49.0000] Domenic: the big thing with the tabbed pages is the boxes not being clickable btw [11:03:58.0000] Yeah that's easy to fix [11:04:00.0000] Domenic: which you can solve with some display:block float:left trick [11:04:09.0000] Or maybe it's easy with flexbox these days? [11:04:14.0000] Yeah I think flexbox or similar [11:04:17.0000] It's fixed on the homepage [11:04:22.0000] Just gotta port that [11:04:23.0000] I only know 2006 era CSS [11:04:46.0000] Well our homepage only works in modern browsers after this redesign [11:45:52.0000] Grid yo, stop doing crazy float hacks. Hide it inside a @supports block and let down-level browsers get a minimal but useful bare-HTML view. [12:03:48.0000] No need to hide within @supports for that, right? [12:06:33.0000] Depends on how much code beyond the base Grid declarations you're applying - if you've got styling that would be bad when Grid's not there, you want @supports to group it together. [12:48:28.0000] TabAtkins: are deploys to api.csswg.org instant for new bikeshed boilerplate? [12:48:47.0000] Nearly so - the server has a commit hook on the repo. [12:48:57.0000] Hmm hmm [15:16:48.0000] TabAtkins: align-items: left & align-items: left are no valid, right? [15:17:18.0000] perhttps://drafts.csswg.org/css-align-3/#propdef-align-items [15:17:43.0000] Nah, they're fine. (And you repeated the same thing twice; I presume one meant to refer to "right"?) [15:17:52.0000] *-items take the same grammar as *-self. [15:17:55.0000] yeah [15:18:36.0000] ...huh, we didn't put left and right into the grammar terms. I think that's a mistake. [15:18:36.0000] TabAtkins: OK but if I follow the links in Values part there I find nothing that allows "left" or "right" [15:18:41.0000] ah OK [15:18:49.0000] should I file an issue? [15:19:37.0000] or if you can just update the spec source, I am happier with that :) [15:19:38.0000] I just pinged fantasai. [15:19:45.0000] OK [15:19:46.0000] thanks 2018-01-05 [18:37:57.0000] annevk: great to hear that. have a safe trip! [18:38:09.0000] /me starts working today [20:52:50.0000] is there any plan of integrating native private class members? [22:32:24.0000] tkore: you want #tc39 and yes, I think so [00:17:48.0000] foolip: I keep getting "curl: (7) Failed to connect to resources.whatwg.org port 443: Connection timed out" [00:17:54.0000] foolip: and similar such error messages [00:18:08.0000] foolip: I wonder if Travis has some kind of limit on curl calls? [00:18:21.0000] foolip: or maybe our server has some kind of limit we're not aware of? [00:18:34.0000] foolip: did you end up adding CDNs? [00:24:53.0000] annevk: no CDN yet, but it also wouldn't help when deploying, stuff still has to go to one place [00:25:07.0000] annevk: you're seeing this in many Travis jobs? [00:25:46.0000] foolip: I'm more worried about CDNs adding more uncertainty, so I'd prefer not adding one if we don't need it [00:26:13.0000] foolip: I have this one whatwg/infra job I can't seem to get a good result from [00:26:41.0000] foolip: and it's on master and blocking other PRs [00:26:47.0000] /me restarts it again [00:29:30.0000] foolip: seems to be either that or an internal server error, but due to the bad debugging messages I'm not sure if the internal server error was for the original curl or another one that build.sh performs [01:14:02.0000] Is a sharedworker intercepted by a service worker on the scope from which the sharedworker is fetched? [01:14:57.0000] yoav: yeah, that should also be the case for dedicated workers though, iirc, but browsers have issues [01:15:44.0000] well, I'm writing Request.destination tests, my "worker" test works fine, but same test for "sharedworker" doesn't (and it seems like SW is not intercepting) [01:16:00.0000] (but I could be wrong and it's something else entirely) [01:19:59.0000] yoav: it might work fine due to a bug in the test and the impl 😃 [01:20:19.0000] :) [01:20:46.0000] console.log() from the SW spits out the request for the worker (so the SW sees it) [01:20:48.0000] yoav: see https://github.com/whatwg/html/issues/3112 [01:21:05.0000] yoav: currently all workers are not subresources and therefore behave the same as documents when it comes to service worker selection [01:21:26.0000] ok, so the fact that the document sees the SW is a bug? [01:21:39.0000] yoav: however, implementations might not do this correctly for dedicated workers and we're undecided on what is going to change [01:21:41.0000] s/SW/dedicated worker/ [01:21:51.0000] yoav: that's the status quo, yes [01:22:02.0000] ok, so if I'm writing tests, I should use that, right? [01:22:11.0000] *I should not use that [01:22:17.0000] yoav: right, tests should be against the spec [01:22:36.0000] yoav: you can make the test not rely on this aspect though by making the scope encompass both [01:23:09.0000] Anyone around who knows a bit about createImageBitmap? [01:23:26.0000] annevk: ok, thanks! :) [01:24:12.0000] Ms2ger: a bit, yes [01:25:33.0000] Because that's all you need to review https://github.com/w3c/web-platform-tests/pull/8880 ;) [01:26:25.0000] very good [01:32:06.0000] junov could maybe help own that [01:34:46.0000] annevk: another question, are favicons intercepted? [01:35:16.0000] I assume they are... [01:36:03.0000] yoav: per spec, yes, but it only defines favicon.ico fetching as part of fetching a document [01:36:20.0000] yoav: if a UA fetches /favicon.ico early it's not documented [01:36:34.0000] hmm, so dynamically loading of favicons based on element is not defined? [01:37:04.0000] yoav: I'm only talking about /favicon.ico; all other icons are defined afaik [01:37:10.0000] ok [01:37:18.0000] yoav: and all other icons are intercepted, to be clear [01:37:37.0000] cool [01:54:37.0000] annevk, thanks (and will try to pay more attention to var/let) [02:16:37.0000] annevk: I'm upgrading my Mac and can't easily look now, did restarting it work? [02:17:49.0000] foolip: no, just different errors [02:18:07.0000] foolip: I guess I should look at the build script and see if I can add some echo statements [02:43:37.0000] foolip: https://github.com/whatwg/whatwg.org/pull/159 [02:44:06.0000] annevk: I see it was a 500, which is quite surprising, never seen that before. I wonder if it's really nginx that did it or if there's some intermediate thing involved here on Travis's end [02:44:29.0000] foolip: I think the 500 came from api.csswg.org [02:44:47.0000] foolip: I now get a 400 which indicates something is wrong Bikeshed-wise [02:45:15.0000] annevk: oh... I saw curl in the command and curl in the failure, got confused [02:45:35.0000] Yeah, I just restarted, now it's 400 [02:46:39.0000] I suspect that's because we now have this WHATWG Group template [02:47:01.0000] And you can't select an older Bikeshed to build against [02:47:31.0000] Okay, so I think it all makes sense and probably requires Domenic to resolve as he has all the pieces in his head [02:47:50.0000] We still could do with better error messages if Bikeshed fails [02:47:58.0000] annevk: isn't the WHATWG group a new thing in Bikeshed, so the problem is api.csswg.org doesn't have the updated code yet? [02:48:01.0000] I have some ideas [02:48:27.0000] foolip: I think it now has the updated code and the problem is that whatwg/infra is not using it [02:48:36.0000] we could just run Bikeshed on Travis, and have a place that says "master" that we could use to pin the version when needed [02:48:59.0000] foolip: since we haven't merged the whatwg/infra PR that uses the new Bikeshed template (as all those PRs also depend on something else) [02:49:00.0000] But, that's also stuff to maintain. [02:49:11.0000] annevk: oh I see [02:49:17.0000] I think the current setup is fine [02:49:38.0000] OK, so this wasn't a problem of api.csswg.org doing the wrong thing [02:49:41.0000] The main thing we need to improve is how the log reads (provide more context) and curl error messages [02:49:51.0000] Well, the 500 was weird [02:50:04.0000] And the timeouts from resources.whatwg.org were weird too [02:50:07.0000] anyway, marquee's graphs have been looking very much the same for a week, and not under much load at all [02:50:22.0000] Yeah I doubt it's us really [02:50:24.0000] but there could exist bugs of course [02:50:30.0000] I think Travis has some kind of curl limit [03:58:24.0000] annevk: I'm trying to parse spec's sequential focusing [03:58:46.0000] I'm having trouble with https://html.spec.whatwg.org/multipage/interaction.html#sequential-navigation-search-algorithm [03:58:55.0000] I mean to understand that [03:59:27.0000] selection mechanism DOM vs sequential [03:59:40.0000] and what actually happens there [04:01:54.0000] perhaps it is https://html.spec.whatwg.org/multipage/interaction.html#suitable-sequentially-focusable-area which I don't understand [04:03:02.0000] "Let candidate be the first suitable sequentially focusable area in the home control group following starting point" what is that first [04:48:58.0000] Hmm, where's Ms2ger [05:23:54.0000] Can anyone point me to what the root node that MutationObserver is listening on? I'm experiencing document.body but was under the impression that it'd be document.documentElement or something. [05:25:50.0000] My bad.. I had the wrong target :) [05:37:59.0000] annevk: nm the sequential focus question. I think I managed collect the needed information scattered around the spec. Focus handling is hard (to spec and implement). [05:43:35.0000] smaug____: sorry for totally ignoring that... when folks mention focus I tend to blur [05:43:49.0000] (as indeed, it's way hard) [06:56:05.0000] Are there incoming references to Selectors besides https://dom.spec.whatwg.org/ in the DOM/JS world? [06:56:43.0000] fantasai: HTML [06:56:58.0000] fantasai: maybe Fullscreen API (it defines new selectors at least) [06:57:30.0000] Seems like Fullscreen does not, but maybe should [06:58:38.0000] fantasai: https://quirks.spec.whatwg.org/ [06:59:00.0000] fantasai: that's probably it as far as WHATWG goes [06:59:14.0000] annevk: thanks! [06:59:26.0000] annevk: Anything on the W3C side I should be aware of? [06:59:34.0000] /me never knows where things live in the scripting world [07:00:03.0000] fantasai: I'm not really sure, nothing really comes to mind though [07:01:28.0000] annevk: Web components maybe? Do you know where the current "you should look at this" spec lives for that? :) [07:03:07.0000] fantasai: Web Components is DOM + HTML + some leftover bits yet to be upstreamed, and some new CSS specs [07:03:30.0000] fantasai: of those, the HTML and CSS bits reference Selectors (HTML defines a new pseudo-class and the CSS stuff defines more) [07:04:06.0000] Afaik the CSS bits are in css-scoping; does anything else on the CSS side live elsewhere than the CSSWG? [07:04:17.0000] fantasai: maybe the Selectors spec should start hosting a registry of pseudo-classes [07:04:40.0000] fantasai: HTML defines ":defined" [07:04:54.0000] fantasai: pretty sure that's it [07:05:20.0000] fantasai: https://html.spec.whatwg.org/multipage/semantics-other.html#pseudo-classes [07:05:30.0000] fantasai: https://github.com/w3c/webcomponents/issues/665 is related [07:05:33.0000] I think we've mostly been trying to host the definitions inline in Selectors, with references out to other specs as needed to fully define the semantics. [07:05:40.0000] Web components has been an exception to that, though [07:05:58.0000] fantasai: Fullscreen too [07:06:09.0000] fantasai: Fullscreen even extends the CSS stacking context business... [07:06:31.0000] fantasai: (note that I'd be happy for CSS to embrace and extinguish) [07:06:49.0000] Yeah, I vaguely remember discussions about where that stuff should live and there was some non-technical reason for it at the point the spec was written... [07:07:26.0000] fantasai: maybe nobody has turned Appendix E of CSS 2 into something proper yet? [07:07:34.0000] indeed :) [07:08:01.0000] Tab and I have that on the to-do list for css-position, but we haven't taken over that spec yet so it's kindof in limbo afaict [07:08:30.0000] I'm trying to prep a new WD of Selectors, fwiw. [07:08:43.0000] annevk: can I get a re-approval on https://github.com/whatwg/whatwg.org/pull/158 ? [07:08:46.0000] It's preventing all builds [07:10:09.0000] Domenic: sorry, I'm pretty sure I had approved that [07:10:18.0000] Yeah, somehow it disappeared. [07:10:27.0000] but need to sort through the churn on the sections that are/were referenced by or written for other specs.. which may or may not still exist [07:10:30.0000] ~_ [07:10:31.0000] Domenic: maybe because I removed the comment? Weird [07:10:46.0000] fantasai: good times [07:11:11.0000] fantasai: if you want to create a pseudo-class registry somewhere (maybe in the spec) I can supply PRs now and then [07:11:29.0000] fantasai: the current situation with sometimes CSS defining things and sometimes other specs is a bit messy [07:11:36.0000] yeah, definitely [07:11:48.0000] I'll look over the HTML/Fullscreen specs and see what's a good idea to do [07:11:56.0000] cool cool [07:31:24.0000] Domenic: do you want me to merge some? e.g. whatwg/url? [07:31:34.0000] Domenic: also, \o/ [07:31:40.0000] annevk: I can handle it. Only encoding is I guess stuck somehow. [07:31:56.0000] This also adds service workers to everything. [07:32:05.0000] cool [08:21:05.0000] Domenic: mobile requires version="1.1" in SVG? [08:21:13.0000] No, it was just inconsistent [08:21:18.0000] Should we remove them from everywhere? [08:21:26.0000] Domenic: yes please 😃 [08:21:59.0000] Done [08:22:53.0000] annevk: https://github.com/w3c/web-platform-tests/pull/6890 is still in progress right? Several of the tests that fail with my implementation were not changed. [08:23:28.0000] Domenic: well I thought I fixed those that were wrong [08:23:39.0000] All 6 of them were wrong according to the spec [08:23:39.0000] Domenic: since you didn't implement the base64 semantics of the spec [08:23:43.0000] I didn't? [08:23:57.0000] Domenic: your comments suggested you didn't [08:24:12.0000] Domenic: I also left some questions [08:24:22.0000] I don't see them... [08:24:28.0000] I commented on things I thought were spec bugs but you said they were not spec bugs [08:24:31.0000] So in that case they're test bugs [08:24:34.0000] Since I implemented the spec [08:24:59.0000] Domenic: ah okay, I didn't look specifically at https://github.com/w3c/web-platform-tests/pull/6890#issuecomment-350530361 [08:25:13.0000] Domenic: I thought the next comment summarized but it touched on some other things and some same things [08:25:24.0000] next two comments* [08:25:31.0000] The second comment after summarizes that [08:25:44.0000] It explains how the spec gets the result in each case [08:25:53.0000] (the result that mismatches the tests) [08:26:12.0000] Domenic: thanks, I misread [08:26:17.0000] \o/ [08:26:30.0000] Domenic: maybe I can fix in an hour, otherwise tomorrow [08:26:34.0000] sg [08:26:54.0000] I am rather sick today, just trying to distract myself with something interesting -_-. Will turn to computer games soon, probably. [08:27:41.0000] Domenic: good idea; Switch's been a lot of fun [10:45:04.0000] Say I was, theoretically, writing up a stage-0 proposal to add seeded random numbers to JS. I feel like the best interface is a Math.seededRandom(seed) generator function, which returns an iterator of random values. Any other reasonable options? [10:45:37.0000] I kinda want to steer away from just having Math.random({seed:0}) update some global seed - far too easy for two applications to clash and mess each other up. [10:45:59.0000] Why trust JS devs to properly seed their random numbers? [10:46:31.0000] I'm not - if you want normal good randomess, you use the normal random APIs. This is for when you specifically need a reproducible string of random numbers. [10:46:47.0000] (Without having to explicitly stash them somewhere, because the API I want them for is stateless.) [10:47:44.0000] Specifically, the https://lab.iamvdo.me/houdini/rough-boxes Houdini demo, which currently repaints the rough borders totally differently every time the callback is called. [10:48:03.0000] The only way around that today is to have them handroll a linear congruential generator or something, which is dumb. [10:48:08.0000] I'm just worried some idiot dev working for a bank ends up using Math.seededRandom(0) [10:48:41.0000] And decides to roll their own crypto [10:49:05.0000] Or generate user keys with it [10:49:21.0000] That's always a possibility. [10:49:56.0000] Its a lot harder to pull off if you have to implement your own seeded random algorithms [10:49:57.0000] Given that they have good options (both the bad crypto of Math.random() and the better crypto of the actual crypto API), I don't think it's very important to worry about misuse of an even worse crypto. [10:50:07.0000] TabAtkins: what is wrong with https://developer.mozilla.org/en-US/docs/Web/API/RandomSource/getRandomValues? [10:50:39.0000] @annevk What I just said - the Houdini APIs are stateless, so there's no place to stash that array. [10:51:20.0000] TabAtkins: I guess I don't understand [10:52:19.0000] Anything that boils down to "pre-generate a list of random numbers, then re-use that list multiple times" isn't very good for the Houdini APIs. The invocations have very limited access to state data, and can't reasonably generate their own . [10:52:44.0000] Note that gRV() is *not* seeded in the way I mean, where the seed is controllable by the user. [10:53:19.0000] (Disclaimer: Not a JS dev) Could you just add a default parameter to Math.random like seeded=false and allow providing a seed that way? [10:53:45.0000] I addressed that up above - that means you'd be fiddling with some global random seed, which means that *two* users of seeded randomess will fight with each other. [10:54:15.0000] (And it's not clear that the global seed will actually work as intended with the Houdini APIs, where each invocation of the callback might happen in a different process with a fresh global.) [10:54:42.0000] I mean like this (in C++): int getRandom(bool isSeeded=false, int seed=0) [10:55:33.0000] If isSeeded is false, in this case, it ignores the value of seed [10:56:42.0000] Hm, that might work. (well, JS doesn't need the extra bool, the presence of the seed argument will work fine) The assumption being that you feed your previous result in as the new seed for the next invocation? [10:57:11.0000] Yes [10:57:13.0000] Problem is - how is that better than the more convenient seededRandom() returning an iterator of random values starting from that seed? [10:57:34.0000] There's no new functionality or protection, just an API that requires slightly more manual intervention to pull multiple out. [10:57:50.0000] It doesn't call out to idiot developers saying "Abuse me" as strongly [10:58:19.0000] I don't see how that's possible. `Math.random({seed: 0})` vs `Math.seededRandom(0)` seem pretty equivalent in that regard. [10:59:24.0000] I guess maybe trying to save idiot devs from themselves in JS is somewhat of a fools errand [11:00:01.0000] Math.random({seed: 0}) might require them to read the docs? [11:00:02.0000] No, it's valid. I just don't see how one is better or worse than the other in this regard, and the second has better ergonomics. [11:03:35.0000] My C++ instincts tell me to just overload Math.random() but IDK what the JS idiomatic approach is. [11:03:51.0000] C++ instincts are very often wrong when designing idiomatic JS apis. ^_^ [11:04:08.0000] (Those, and Java instincts, are the cause of most of the worst-designed JS APIs, imho.) [11:05:06.0000] I see 2 possible benefits to adding a new parameter to Math.random() [11:05:31.0000] 1) No new API [11:06:39.0000] Domenic: no disagreement on step 6/7 being terrible [11:06:55.0000] Domenic: I've been wanting to refactor that, but there's so much tied up into a knot it's rather impossible [11:07:03.0000] 2) Since getting a sequence of random values from a seed requires feeding the last value back into the function, it is more unlikely that someone who doesn't understand what the consequences are of fixed seeds will be able to successfully make their code work with the seed parameter. [11:08:38.0000] Also, is there a good way of generating seeds in JS? [11:08:38.0000] TabAtkins: a new method makes sense if the return type is different. And the iterator seems pretty reasonable, although perhaps too clever? Will think on it further. [11:09:47.0000] annevk: not sure if you saw my suggestion at https://github.com/whatwg/html/issues/3327, but that's a quick fix that would have saved me. [11:10:32.0000] Domenic: some of that might be doable, but most of it is intertwined and not a good first bug [11:10:38.0000] Domenic: iirc though [11:11:11.0000] I think you can just move stuff until after, there's really no reason why it's defined during step 5. [11:11:32.0000] Because it references variables and such [11:11:43.0000] Please do read it carefully before making changes 😃 [13:29:20.0000] Apple joined the AV1 group \o/, prolly too soon, but I’m excited [13:30:29.0000] annevk: what is the implication of that? [13:31:36.0000] wanderview: that we might have royalty-free standardized video in the future [14:19:34.0000] annevk: do you plan to rename more wpt directories to match spec shortnames? I would approve, especially for xhr. [14:21:40.0000] foolip: it seems XHR is indeed broken now… Domenic? [14:22:06.0000] foolip: I guess we can rename, but that one is more risky [14:22:38.0000] foolip: and the renames are annoying due to git log not dealing with them well [14:23:52.0000] Oh, oops :( [14:24:02.0000] I say we just rename it? [14:26:32.0000] Please grep as other stuff might depend on it [14:27:12.0000] And there’s def incoming README refs [14:27:53.0000] Anyways, nn all 😊💤 [14:51:09.0000] TabAtkins: #tc39 is a reasonable place to ask ES library design questions [14:51:24.0000] Yeah, I was getting feedback from a different population. ^_^ [14:53:30.0000] TabAtkins: understood. just saw your response about C++ and Java instincts though :) [15:17:38.0000] annevk: https://github.com/w3c/web-platform-tests/pull/8937 2018-01-06 [03:19:08.0000] Domenic: the reduced boilerplate is amazing by the way [03:19:16.0000] Domenic: storage.bs is really super clean now [03:19:35.0000] Domenic: kinda hard to believe that's all it takes to setup a spec from now on [03:19:51.0000] Domenic: (well, ignoring repository setup, which maybe some day we'll automate too) [03:42:10.0000] whatwg/infra had another curl timeout... [04:04:25.0000] We should write a blog post about the various infrastructure improvements [04:04:57.0000] Less boilerplate, PR Preview for HTML (and everyone else), consolidated build process [04:05:04.0000] Though I guess we want more build process changes [04:17:40.0000] Oh, service workers is worth announcing too \o/ [09:21:15.0000] It'd be ideal if we did HTML too, that's what's been holding me off from tweeting [09:30:18.0000] Domenic: trickier due to multipage? [09:43:50.0000] I guess so. We just need to output a manifest of resources though. [09:46:20.0000] Domenic: you on board with adding CONTRIBUTING.md everywhere? [09:46:34.0000] Domenic: I'm happy to look into the HTML service worker next week [09:46:35.0000] annevk: not really, but it seems like it's already being done [09:46:45.0000] Domenic: I haven't committed anything [09:46:47.0000] (and I don't care that much) [09:47:00.0000] Well I guess it just doesn't feel like it adds much over the readme [09:47:13.0000] Domenic: the main thing is that it pops up when creating a PR [09:47:23.0000] iirc [09:47:51.0000] Yeah, I think most people ignore that, based on how few read it in jsdom [09:48:11.0000] I guess it's OK though [09:48:33.0000] Okay, let's try it for a bit then, it's just a one liner [09:51:18.0000] Hmm, why is https://encoding.spec.whatwg.org/windows-1252.txt a 404? [09:51:31.0000] foolip: ^^ [09:51:43.0000] index-, right? [09:51:51.0000] https://encoding.spec.whatwg.org/index-windows-1252.txt [09:52:18.0000] Oh, strange autocomplete then [09:52:25.0000] Thanks [09:52:34.0000] Domenic: does the service worker handle those files? [09:52:48.0000] I just discovered it does not: https://github.com/whatwg/whatwg.org/issues/163 [09:53:07.0000] Also it does not handle any of the dependent resources either: https://github.com/whatwg/misc-server/issues/68 [09:53:11.0000] So, definitely still WIP :) [10:28:44.0000] Domenic: the readme also currently doesn't refer to CONTRIBUTING.md in any way, that we could change somehow though [12:28:05.0000] annevk: how did you find that URL, should it be redirected? [12:33:38.0000] foolip: nah, think it’s a false alarm [12:35:05.0000] Maybe you mistakenly typed it manually at some point and it gut stuck in your history? [12:39:12.0000] I suspect so 2018-01-08 [19:02:37.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! pbpkh: lilmonkey timdream hsivonen ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:02:37.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! zzwmm: ato trevnorris timdream ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:02:42.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! diutuq: Fusl igrigorik yoichio ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:02:42.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! exujoctz: dboehmer gwicke #whatwg ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:02:47.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! dnobt: #whatwg seventh Hasimir ▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:02:47.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! kultyqglqx: wycats kochi dpk ▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:02:52.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! xnwqabqp: beowulf annevk plutoniix ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:02:52.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! azljawxjbq: hsivonen Fusl dmurph ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:02:58.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! nelxv: abarth daurnimator dmurph ▄▄▄▄▄▄▄▄▄▄▄▄ [19:02:58.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! uyltsj: timdream karatkievich.freenode.net KiChjang ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:02.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! avgqwmxx: plutoniix ato zama ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:02.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! hnvdxrxugt: justJanne XhmikosR yoav_ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:07.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! xxroajstjj: hfaafb not-an-aardvark trevnorris ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:07.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! wjfrj: LEI Fusl hsivonen ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:10.0000] bruh i was just chilling [19:03:12.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ybgup: justJanne XhmikosR calvaris ▄▄▄▄▄▄▄▄▄▄ [19:03:12.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ayeqpmlj: yoav_ abarth XhmikosR ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:15.0000] don't just ping me out of the blue [19:03:17.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! cepcayxdfc: justJanne felixsanz wcpan ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:17.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ehxcz: SimonSapin zama ecobos ▄▄▄▄▄▄▄▄▄▄▄ [19:03:22.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! kfnnbdr: XhmikosR hfaafb GPHemsley ▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:22.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! tubtsa: trevnorris calvaris KiChjang ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:27.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! seozzknc: webguynow dpk felixsanz ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:27.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! biudo: yutak GPHemsley zama ▄▄▄▄▄▄▄▄▄▄ [19:03:32.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! zulhuaz: majidvp bzed Hasimir ▄▄▄▄▄▄▄▄▄▄ [19:03:32.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! zhfrdh: eric_carlson XhmikosR abarth ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:37.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! timrdyxuwt: dveditz ecobos KiChjang ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:37.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! quypw: wycats seventh gwicke ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:43.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! gbsbg: hfaafb trevnorris Hasimir ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:43.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! zsvbdbtma: yoav_ seventh jgraham ▄▄▄▄▄▄▄▄▄▄▄ [19:03:47.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! mvbzbt: zama yoav_ #whatwg ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:47.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! jdmbtniz: abarth hsivonen jgraham ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:52.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ewhabsyejw: Fusl annevk Hasimir ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:52.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! byeeetovw: hayato webguynow calvaris ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:57.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! dhhct: dmurph ebryn 353 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:03:57.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! nebahbm: yutak yoav_ lilmonkey ▄▄▄▄▄▄▄▄▄▄▄ [19:04:00.0000] Oh yay :/ [19:04:02.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ehnbnj: junktext_ abarth timdream ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:02.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! wktlzsfqg: Fusl yoichio gsnedders ▄▄▄▄▄▄▄▄▄▄▄ [19:04:08.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! hwjzexba: othermaciej igrigorik jgraham ▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:08.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! dmnojlqpyy: gwicke slightlyoff yutak ▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:12.0000] justJanne, yeah, i got pinged out of the blue because of this [19:04:12.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! rbjucffytq: #whatwg trevnorris yoav_ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:12.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! lorrouu: wcpan KiChjang hsivonen ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:18.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! bkjdfayc: abarth justJanne jgraham ▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:18.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! hjamt: plutoniix hayato gsnedders ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:22.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! cgkqzatmp: annevk SimonSapin justJanne ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:22.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! aeisdqupcr: wycats pandem1 yoav_ ▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:27.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! lndjc: justJanne gwicke GPHemsley ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:27.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! cmhgp: lilmonkey Fusl zama ▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:33.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! xvxiavlg: ebryn majidvp yoichio ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:33.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! mqgikktuko: karatkievich.freenode.net eric_carlson ato ▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:37.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! llyihgdda: bzed timdream logicmoo ▄▄▄▄▄▄▄▄▄▄▄ [19:04:38.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! yuyhkcxppf: pandem1 not-an-aardvark farre ▄▄▄▄▄▄▄▄▄▄▄ [19:04:43.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! pjufclic: pandem1 slightlyoff 353 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:43.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! oewjc: farre blassey othermaciej ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:48.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! wqwjnpa: dboehmer yutak XhmikosR ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:48.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! aeseantt: LEI dveditz Fusl ▄▄▄▄▄▄▄▄▄▄▄ [19:04:53.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! bphpufmm: timdream zama musgravejw ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:53.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! viavxaxeb: Hasimir justJanne dpk ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:58.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! qtlijjm: yoichio yoav_ wycats ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:04:58.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! wetffv: timdream wycats ecobos ▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:02.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! edvsay: KiChjang = SimonSapin ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:03.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! xptufjc: yoichio 353 ato ▄▄▄▄▄▄▄▄▄▄▄ [19:05:07.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! tmpqkxac: LEI igrigorik hfaafb ▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:08.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ieweovtp: not-an-aardvark musgravejw igrigorik ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:13.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! oxbmrlsw: dveditz ecobos yoav_ ▄▄▄▄▄▄▄▄▄▄ [19:05:13.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! eexeweuy: abarth majidvp Fusl ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:16.0000] KiChjang: same here, except it's 4am, I have the phone on loud to ping me in case it's something important [19:05:18.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! kkudbt: dpk hfaafb LEI ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:18.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ypohotsiw: KiChjang othermaciej XhmikosR ▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:23.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! lzkwcdrsw: timeless calvaris not-an-aardvark ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:23.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! gfmvnnnjbm: justJanne slightlyoff dmurph ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:27.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ukuvp: gwicke webguynow pandem1 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:27.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! iwambu: 353 #whatwg dpk ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:32.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! tijjubyf: yoav_ jgraham 353 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:32.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! zqjabusvit: ebryn othermaciej plutoniix ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:37.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ypprmqy: Fusl yoav_ #whatwg ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:37.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! rywcbrm: eric_carlson wcpan ebryn ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:43.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! zzlqnuznpk: bzed wycats justJanne ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:43.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! glgkn: XhmikosR igrigorik yoav_ ▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:47.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! msgfuwd: slightlyoff not-an-aardvark yoav_ ▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:47.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! hvykml: ecobos annevk logicmoo ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:53.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ftohalqs: KiChjang hayato ecobos ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:53.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! hsoeiosvi: yutak farre dveditz ▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:05:58.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! awwyd: not-an-aardvark timeless SimonSapin ▄▄▄▄▄▄▄▄▄▄▄ [19:05:58.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! daoptwnavy: othermaciej gsnedders hsivonen ▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:03.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! iiirtjq: seventh farre jgraham ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:03.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! iuceydad: daurnimator wcpan hfaafb ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:07.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ieoybboe: Hasimir trevnorris hayato ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:08.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! zniwwtq: pandem1 gsnedders blassey ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:13.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! xchvwpojdh: ecobos blassey webguynow ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:13.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! pwunl: yutak ebryn logicmoo ▄▄▄▄▄▄▄▄▄▄ [19:06:18.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! pkjib: logicmoo dpk dveditz ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:18.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! lgdyx: KiChjang igrigorik Hasimir ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:22.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! xivaq: abarth othermaciej = ▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:23.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! zgosrkl: pandem1 webguynow beowulf ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:28.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! rddup: Hasimir justJanne yoichio ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:28.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! xtaiqaulq: zama KiChjang 353 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:32.0000] oh right, i can just /ignore [19:06:33.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! yrwwbyjda: junktext_ Hasimir ecobos ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:33.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! kqueevi: beowulf ato #whatwg ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:36.0000] done [19:06:38.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! zrjyvmfzzi: webguynow wcpan hfaafb ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:38.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! udjnrifewv: lilmonkey yoav_ trevnorris ▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:42.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! rfllbcffba: ebryn dveditz yutak ▄▄▄▄▄▄▄▄▄▄▄ [19:06:43.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! yztykknfyi: gsnedders logicmoo Fusl ▄▄▄▄▄▄▄▄▄▄ [19:06:47.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! dyxutyzwf: slightlyoff seventh GPHemsley ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:48.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! pifnabz: GPHemsley abarth = ▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:52.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! foqrr: beowulf abarth hsivonen ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:52.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! tudrcgkr: = calvaris gwicke ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:06:57.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! dblyalbsom: dpk eric_carlson othermaciej ▄▄▄▄▄▄▄▄▄▄ [19:06:58.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! xjctbujuy: wcpan lilmonkey = ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄, [19:07:02.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! sknnah: majidvp yutak igrigorik ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:02.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! hbggmcpede: annevk wycats daurnimator ▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:08.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! walkevvfq: ecobos dboehmer zama ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:08.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! skpokz: hayato ato yoav_ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:13.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! rxdhbzhv: ecobos webguynow gwicke ▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:13.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! evvru: zama ebryn igrigorik ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:18.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ybkedvh: ebryn Hasimir Fusl ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:18.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ywkvuhfn: dpk kochi junktext_ ▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:20.0000] Yeah my mobile client doesn't have that featire right now, because I wrote too many bugs in it. Sadly [19:07:22.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:23.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ieqssztfz: hsivonen gsnedders lilmonkey ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:23.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! iinkqlnpzv: blassey yutak hsivonen ▄▄▄▄▄▄▄▄▄▄ [19:07:23.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:28.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! bkyeyn: majidvp dboehmer abarth ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:28.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! waeknzlr: kochi hayato majidvp ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:33.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ozdzxipys: junktext_ kochi wcpan ▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:33.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! pzgzu: ecobos junktext_ dmurph ▄▄▄▄▄▄▄▄▄▄ [19:07:38.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! lufttfayrg: farre yoav_ = ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:38.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! asndgs: hsivonen gwicke kochi ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:43.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! svouyrcnk: ecobos GPHemsley lilmonkey ▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:43.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! tsljehjlpr: ebryn eric_carlson felixsanz ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:47.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! kajdcppc: blassey karatkievich.freenode.net webguynow ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:48.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! bbwkcvsce: LEI farre dmurph ▄▄▄▄▄▄▄▄▄▄▄ [19:07:53.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! mqfcxhvz: XhmikosR hfaafb felixsanz ▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:53.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! sfkyp: dpk musgravejw webguynow ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:58.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! okccqzi: abarth dpk GPHemsley ▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:07:58.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! numqmqv: webguynow trevnorris justJanne ▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:03.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! uhwzrmn: yutak eric_carlson #whatwg ▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:03.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! urtmo: dboehmer KiChjang wycats ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:08.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ckeplzy: timeless junktext_ wycats ▄▄▄▄▄▄▄▄▄▄▄ [19:08:08.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! afclqmcm: calvaris hayato timeless ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄�� [19:08:13.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! nbkaucuzrz: #whatwg calvaris igrigorik ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:13.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ubxzsxigzd: pandem1 lilmonkey yutak ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:18.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! lkmhnw: karatkievich.freenode.net kochi bzed ▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:18.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! lflbo: trevnorris othermaciej beowulf ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:23.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! umdwu: yutak Hasimir timeless ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:23.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! bqkcqvgjfr: justJanne = igrigorik ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:28.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! oeerohuwn: eric_carlson webguynow gsnedders ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:28.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! qidsxjy: pandem1 hsivonen musgravejw ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:33.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! cehxgmljl: seventh gsnedders timeless ▄▄▄▄▄▄▄▄▄▄ [19:08:33.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! oqvnuse: junktext_ dmurph felixsanz ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:38.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! vfhenxx: lilmonkey junktext_ dboehmer ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:38.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! zhbavuilz: LEI igrigorik not-an-aardvark ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:43.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! hlqcpmbnwk: timeless kochi calvaris ▄▄▄▄▄▄▄▄▄▄ [19:08:43.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! utjphhcsc: GPHemsley KiChjang abarth ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:48.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ntlxuzevjl: gwicke abarth plutoniix ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:48.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! jgiabfg: gwicke XhmikosR kochi ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:53.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! nrzal: LEI abarth jgraham ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:08:53.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! rnaximavq: othermaciej jgraham dmurph ▄▄▄▄▄▄▄▄▄▄ [19:08:58.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! temsitogl: lilmonkey kochi ecobos ▄▄▄▄▄▄▄▄▄▄ [19:08:58.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! hgsjw: karatkievich.freenode.net jgraham dveditz ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:03.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! iolxwphbj: justJanne Hasimir jgraham ▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:03.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! lvdcwxis: hsivonen timdream gwicke ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:08.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! djefq: abarth ebryn SimonSapin ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:08.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! mbppy: KiChjang annevk XhmikosR ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:13.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! mugclsy: KiChjang GPHemsley hayato ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:13.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! oiuixpov: gwicke igrigorik blassey ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:18.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! cnwfopa: gwicke not-an-aardvark trevnorris ▄▄▄▄▄▄▄▄▄▄ [19:09:18.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! xkwnnrjkol: musgravejw yoav_ beowulf ▄▄▄▄▄▄▄▄▄▄▄ [19:09:23.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! oxlnsziyj: bzed XhmikosR ebryn ▄▄▄▄▄▄▄▄▄▄ [19:09:23.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! elbcvhrww: karatkievich.freenode.net jgraham ebryn ▄▄▄▄▄▄▄▄▄▄▄ [19:09:28.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! kfnpveduk: not-an-aardvark Hasimir timeless ▄▄▄▄▄▄▄▄▄▄ [19:09:28.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! vlzfruz: farre trevnorris XhmikosR ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:33.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! juvqsmb: blassey ebryn bzed ▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:33.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! iihrfjv: daurnimator trevnorris = ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:38.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! uyyrbr: dveditz igrigorik LEI ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:38.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! rivmerr: yoav_ seventh calvaris ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:43.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! zpmugvss: XhmikosR wcpan farre ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:43.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! kgsdf: 353 trevnorris dmurph ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:48.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! logiu: #whatwg wcpan igrigorik ▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:48.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! wemdihnje: dveditz yoichio calvaris ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:53.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! sqlcfd: hayato wycats calvaris ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:53.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! rklqirsd: annevk beowulf XhmikosR ▄▄▄▄▄▄▄▄▄▄ [19:09:58.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! tcdaivdsll: farre dveditz hayato ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:09:58.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! winwi: majidvp pandem1 hsivonen ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:03.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! tnhtesvx: = pandem1 majidvp ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:03.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! lurelmvby: daurnimator pandem1 trevnorris ▄▄▄▄▄▄▄▄▄▄▄ [19:10:08.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! idghvblf: pandem1 slightlyoff yoichio ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:08.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! hmgrqwm: hsivonen not-an-aardvark yutak ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:13.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! ofvsdr: beowulf kochi musgravejw ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:13.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! cfbnirsxr: kochi zama jgraham ▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:18.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! irxzmas: 353 daurnimator farre ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:18.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! sbdtqkkbgh: junktext_ timeless #whatwg ▄▄▄▄▄▄▄▄▄▄▄ [19:10:23.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! gsprgjr: kochi blassey 353 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:23.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! izjgactnsq: #whatwg justJanne lilmonkey ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:28.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! svlym: = karatkievich.freenode.net felixsanz ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:28.0000] ▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! lhsap: gsnedders Fusl lilmonkey ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:33.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! yhvoscglu: yutak gwicke lilmonkey ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:33.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! uxhbnxkhx: daurnimator dboehmer hayato ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:38.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! bzoeckyyy: jgraham dpk GPHemsley ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:38.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! obhlicg: logicmoo othermaciej wycats ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:43.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! zmjja: hsivonen calvaris yutak ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ [19:10:43.0000] ▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! avlnunyt: yoichio ecobos musgravejw ▄▄▄▄▄▄▄▄▄▄ [19:10:48.0000] ▄▄▄▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! gqngwnmpla: timeless hayato seventh ▄▄▄▄▄▄▄▄▄▄▄ [19:10:48.0000] ▄▄▄▄▄▄▄▄▄▄ EL YOU SEEM BORED GIRL WITH YOUR RANDOM KLINES IN #FREEDOM HERE IS SOME WORK BABY!! fwhvbtq: daurnimator not-an-aardvark timeless ▄▄▄▄▄▄▄▄▄▄▄▄ [23:39:22.0000] Sigh. I wonder if there is some kind of way to block this early on [23:50:45.0000] annevk, i think the only answer is to have an op watching this channel [23:54:27.0000] weird thing is that the bots are coming out of everywhere, this one from Bangkok per whois [23:55:36.0000] KiChjang: can you watch and then make yourself an op when needed? [23:55:56.0000] i think that's what Domenic did [23:56:07.0000] KiChjang: Freenode suggested policy is to not have ops [23:56:33.0000] honestly i still didn't know how Domenic suddenly have op powers [23:57:14.0000] KiChjang: the channel has a couple folks empowered to be moderators, Domenic among them [23:57:32.0000] KiChjang: there's some command you can use to list them [23:57:41.0000] KiChjang: but I'm really not good at this, despite being on that list [23:57:48.0000] /me has to look at the manual each time [23:57:51.0000] ChanServ usually has the info [23:58:06.0000] but the info is not exposed to mere users [23:58:20.0000] only to op/voice [23:58:29.0000] I think [00:00:06.0000] or actually here: /msg ChanServ access #whatwg list [01:19:59.0000] TimothyGu: yeah they probably run from a botnet [02:02:01.0000] annevk, if you're around, https://github.com/w3c/web-platform-tests/pull/8948 should only take a minute [02:10:29.0000] Ms2ger: done [02:10:34.0000] Thanks! [03:21:01.0000] Domenic: Hi! So is your transition to new hosting complete? I mean are you still using my hosting for PDF generation or I can shut it down? [03:25:35.0000] IZh: I think we stopped using that since https://github.com/whatwg/html-build/commit/32a8ef02d97d229d78690f111c49405d498aeeb7 [03:26:02.0000] IZh: we don't have PDFs for the other standards at the moment and Domenic at least wasn't a fan of adding them unless someone asked [03:26:18.0000] annevk: Nobody told me. ;-) [03:26:59.0000] IZh: ah, I thought you knew we only used it for HTML [03:27:04.0000] IZh: sorry [03:27:40.0000] annevk: I mean nobody told me that you've stopped using my hosting. :-) I knew it was only for HTML (although didn't know for what reason). [03:28:06.0000] IZh: oh, but you were part of that PR [03:28:53.0000] annevk: I don't know how your machinery works. :-) And whether that PR was enough to switch to use your instance, or some other things should be done too. [03:29:37.0000] IZh: fair enough, I see that it indeed wasn't entirely clear we'd stop pinging your domain [07:16:34.0000] Did WebKit disable SAB? Did not see anything about that thus far [07:18:29.0000] annevk: I saw a bug linked on their mailing list... [07:18:48.0000] annevk: https://bugs.webkit.org/show_bug.cgi?id=181266 [07:19:02.0000] who knows what release or patch that will be in, though [07:19:19.0000] wanderview: ta [07:19:43.0000] annevk: they changed performance.now() much earlier... https://bugs.webkit.org/show_bug.cgi?id=165503 [07:20:08.0000] wanderview: I wonder how they will enable it while wanting to limit timer accuracy to 100ms [07:20:24.0000] Euh ns presumably [07:22:14.0000] annevk: I guess that depends on its SAB+workers is fixed in general... [07:22:28.0000] ^its^how [07:22:34.0000] wanderview: I think you can go ahead if JakeA is not able to reply btw [07:22:44.0000] annevk: he did reply! [07:22:56.0000] wanderview: would be nice if, but we already have 3/4 on board [07:23:01.0000] wanderview: oh! [07:23:13.0000] annevk: I was pretty confident since rejecting was his idea from the start, I think [07:23:19.0000] or his preference at the f2f anyway [07:23:26.0000] My email is slow [07:24:12.0000] doh, this tab hadn't come back to life following a restart [07:24:29.0000] thanks for the quick reply [07:29:39.0000] no probs [07:31:41.0000] JakeA: have to be honest, it feels good to finally be shipping a fix to this problem we started talking about years ago [07:31:51.0000] exposing the Response.url I mean [07:31:58.0000] Agreed! [10:27:25.0000] IZh: sorry for not telling you! I think we didn't want you to shut down immediately in case something went wrong and we had to revert back to your service, but after things worked for a couple weeks, we forgot to actually tell you that they were now going OK. [10:50:32.0000] Domenic: Ok. I didn't remove it, but only changed permissions on a script. So if there would be a need, I could easily enable it. [11:12:56.0000] I'm trying to find in the whatwg/dom spec where it says that returning false from an event listener cancels propagation and default. [11:13:26.0000] If I understand correctly, the calling of the callback happens at https://dom.spec.whatwg.org/#concept-event-listener-inner-invoke [11:13:35.0000] but it doesn't seem to use the return value in any way there [11:16:19.0000] annevk: ^ [11:17:07.0000] do some browsers supports modules in workers? [11:17:38.0000] smaug____: I believe its been spec'd, but I don't think anyone has implemented it yet [11:17:52.0000] it is spec'ed yes [11:18:10.0000] wanderview: I'm just wondering whether it is ok to ship modules in main thread first [11:18:13.0000] and I guess it is [11:19:22.0000] yea, I think that is what all other browsers have done [11:22:01.0000] smaug____: wanderview: the Chrome bug for module workers is quite active, so I'm optimistic. https://bugs.chromium.org/p/chromium/issues/detail?id=680046 [11:31:10.0000] Krinkle: that only happens for event handlers I believe and is defined in HTML [11:32:33.0000] Krinkle: here: https://html.spec.whatwg.org/multipage/webappapis.html#the-event-handler-processing-algorithm step 4-5 [11:48:00.0000] annevk: TimothyGu: Thanks, good to know! [13:48:20.0000] Is it allowed to express ones dislike for the new website? [13:58:52.0000] @ato No, only fawning love is allowed here. ^_^ [13:59:25.0000] On that note, I still really wish the HTML link would go to the multipage first (or at least have a multipage link alongside the single-page version). [14:00:48.0000] TabAtkins, you call that fawning love? [14:03:11.0000] /me agrees with your note [14:32:28.0000] Oh, hmm, it should go to multipage [14:32:30.0000] I thought it did [14:32:31.0000] Easy to fix 2018-01-09 [16:18:01.0000] i'm trying to figure out why `scripts/c.js` is aborted and permanently put into error state on https://codepen.io/bradleymeck/project/editor/Xpjrgz , reading spec I'm not sure why it would do so [16:44:50.0000] botie: tell bradleymeck that's not quite what's happening, what's happening is you're trying to import the non-existent file "scripts/c" instead of "scripts/c.js" [16:44:50.0000] will do [16:52:48.0000] annevk: https://github.com/whatwg/html/pull/3303 when you have time [17:00:32.0000] OK, time to start putting @whatbot into action... Becomes mandatory Thursday [18:11:36.0000] I don't know if I can issue an idea. [18:15:51.0000] When the people open the browser at first time, the browser will ask people 'create or import a private key'. Then websites will call a js function to use this private key and it's own things(like origin or some static string) to generate a hash string which can be used as an user_id. [18:17:21.0000] Thus, the login and register flow may be left out in many websites. [18:18:46.0000] If a website need a more strict login flow, it can use it's own login flow like login twice(receiveing a sms verify code). [18:33:52.0000] bradleymeck, at 2018-01-09 00:44 UTC, Domenic said: that's not quite what's happening, what's happening is you're trying to import the non-existent file "scripts/c" instead of "scripts/c.js" [18:34:37.0000] Domenic: doh, ty [18:36:00.0000] I think it is interesting that the `import()` works when `export {then}` has `then` in a TDZ. [18:36:18.0000] was trying to test out various ways to enforce a TDZ of sorts for `import()` [00:29:05.0000] JakeA: could you take a look at https://github.com/whatwg/whatwg.org/pull/154#issuecomment-356141386? [00:29:13.0000] JakeA: I remember seeing you tweet about vertically aligning stuff [00:29:21.0000] JakeA: it's apparently still hard [00:29:54.0000] annevk: shall do [00:37:46.0000] <3 2018-01-10 [18:55:24.0000] Can I issue a proposal? When the people open the browser at first time, the browser will ask people 'create or import a private key'. Then websites will call a js function to use this private key and it's own things(like origin or some static string) to generate a hash string which can be used as an user_id. Thus, the login and register flow may be left out in many websites. If a website need a more strict login flow, it can use it's own login flow [18:55:24.0000] like login twice(receiveing a sms verify code). [00:13:27.0000] kochi: do you know some Shadow DOM (v1) heavy websites? [00:16:40.0000] ideally any Polymer 2+ web sites should turn on native shadow DOM... [00:18:24.0000] kochi: but Youtube is still using the old Polymer, I think [00:18:33.0000] Google's santa tracker, chromestatus.com, etc.? [00:18:44.0000] /me wonders if there are big non-Google polymer sites [00:18:54.0000] yeah, YouTube and Google Earth use old Polymer [00:19:19.0000] I'm not sure commercial adopters like ING or EA uses which version of Polymer [00:20:22.0000] https://twitter.com/AJStacy06/status/857628546507968512 [00:22:49.0000] giving "?dom=shadow" forces Polymer to use native shadow dom instead of polyfilled one, just FYI [00:23:30.0000] e.g. https://gaming.youtube.com/ and https://gaming.youtube.com/?dom=shadow [00:25:12.0000] EA (for me, it redirects the top page to https://www.ea.com/ja-jp ) seems to use native shadow DOM on Chrome. [14:29:35.0000] Domenic: Would a