Options:
- # Session Start: Sat Jul 17 00:00:00 2010
- # Session Ident: #whatwg
- # [00:00] * Joins: slartsa (~Lari@adsl-215-234-204.kymp.net)
- # [00:03] * Quits: jwalden (~waldo@adsl-71-147-38-111.dsl.emhril.sbcglobal.net) (Quit: back tomorrow or Sunday, depending)
- # [00:05] * Quits: slartsa (~Lari@adsl-215-234-204.kymp.net) (Ping timeout: 240 seconds)
- # [00:05] * Joins: slartsa_ (~Lari@adsl-215-234-204.kymp.net)
- # [00:06] * Quits: Smylers (~smylers@host81-151-158-3.range81-151.btcentralplus.com) (Ping timeout: 265 seconds)
- # [00:09] * Quits: slartsa_ (~Lari@adsl-215-234-204.kymp.net) (Ping timeout: 260 seconds)
- # [00:13] * Quits: jgornick (~joe@199.199.212.242) (Quit: jgornick)
- # [00:15] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [00:19] <KevinMarks> grr at firefox fro not supporting mp3 in <audio> and not failng properly
- # [00:20] <TabAtkins> mp3 isn't royalty-free. What do you mean "not failing properly"?
- # [00:21] <KevinMarks> if it refused to play it and displayed the fallback code, that would be lovely
- # [00:21] <KevinMarks> I coudl put the flash emebd inside the audio tag
- # [00:21] <KevinMarks> but instead it displays a completely useless grey box with an X in it
- # [00:21] <KevinMarks> so I am going to have to default to flash
- # [00:22] <KevinMarks> if I want to use audio declaratively
- # [00:22] <TabAtkins> That's not how <audio> and <video> are supposed to fail. Their fallback contents are for legacy browsers, not for unsupported codecs.
- # [00:22] * Joins: f1lt3r (~f1lt3r@64.119.159.231)
- # [00:22] <KevinMarks> yes, adn that supposition si wrong
- # [00:23] <TabAtkins> It's not "wrong". It can't be. It can be different than what you want, though.
- # [00:23] <KevinMarks> er
- # [00:23] <TabAtkins> Anyway, just throw a tiny bit of javascript at it that asks the <audio> if it can play mp3s, and replaces it if it can't.
- # [00:23] <KevinMarks> I am saying that the spec is wrong
- # [00:24] <KevinMarks> because it breaks if I write declarative code
- # [00:24] <TabAtkins> No, the spec can be different thatn what you expect, or suboptimal. It can't be "wrong" in this case, because it's not declaring a statement of fact.
- # [00:25] <KevinMarks> the spec is misdesigned then
- # [00:25] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [00:25] <KevinMarks> happy now?
- # [00:25] <TabAtkins> Yes. ^_^
- # [00:26] <TabAtkins> Anyway, the discussion about <audio>/<video> fallback has been had several times. It is almost certain not to be changed at this point, because the way you want it to act requires crazy code on the browser side.
- # [00:27] <TabAtkins> What happens, for example, if your <audio> starts with no playable <source>s, but then you later add one it can play with js?
- # [00:27] <TabAtkins> Does it stop and tear down the Flash? Does it ignore the new <source>?
- # [00:28] <TabAtkins> Does this mean that the order in which you insert <source>s and other contents can have an effect on what happens?
- # [00:29] <KevinMarks> so instead you require crazy code on the client side
- # [00:29] <TabAtkins> You have a very low definition of "crazy".
- # [00:30] <TabAtkins> It's like three lines, plus whatever js is necessary to do an embed.
- # [00:33] * Joins: Cheery (~cheery@a88-113-49-213.elisa-laajakaista.fi)
- # [00:33] <Cheery> hi
- # [00:34] <Cheery> I've got a question about WebSocket. Are you sure the handshake is good to be GET?
- # [00:34] <hsivonen> KevinMarks: It's easier to offer Vorbis than to do a Flash fallback :-)
- # [00:34] <KevinMarks> no it fucking isn't
- # [00:34] <Cheery> I've understood GET can be cached and such.
- # [00:35] <Cheery> so it makes me wonder, shouldn't it be POST -method?
- # [00:35] <KevinMarks> Firefox will happily route an mp3 to a plgin if I use <iframe>
- # [00:35] <Cheery> for anything else, I happily ignore flash if I can.
- # [00:35] <KevinMarks> or object
- # [00:35] <KevinMarks> or embed
- # [00:35] <hsivonen> KevinMarks: not on Maemo
- # [00:35] <franksalim> Cheery, a 101 switching protocols response cannot be cached
- # [00:36] <KevinMarks> course Android is worse
- # [00:36] <TabAtkins> KevinMarks: Plugins are a completely separate story. They just happened to be on the other side of the "worth compromising principles over".
- # [00:36] <KevinMarks> it 'supports' <audio>
- # [00:36] <Cheery> franksalim: which portion of WebSocket -spec makes it a switching protocol?
- # [00:36] <KevinMarks> except no formats at all
- # [00:37] <hsivonen> KevinMarks: huh. that's silly
- # [00:37] <TabAtkins> Agreed, that's pretty silly.
- # [00:37] <KevinMarks> Look: http://homepage.mac.com/kevinmarks/audiotest1c.html
- # [00:37] <franksalim> Cheery, the server response HTTP/1.1 101 WebSocket Protocol Handshake
- # [00:37] <hsivonen> KevinMarks: you are talking about the Android Browser, right? not Firefox on Android?
- # [00:37] <Cheery> 101 -there.. oh IC
- # [00:37] <KevinMarks> yes, I'm talking about the one with an installed base
- # [00:38] <Cheery> franksalim: thank you from clarifying. :) I have more questions about websocket.
- # [00:38] <Cheery> why such complicated handshaking mechanism? why three keys?
- # [00:39] <Cheery> also, where's UDP?
- # [00:39] <Cheery> (which would be a welcome introduction)
- # [00:40] <Cheery> and.. that's it. pretty much other in websocket makes sense to me.
- # [00:41] <AryehGregor> The handshake is to avoid various security problems. A lot of care is needed, since any web page can trigger a WebSocket request, so the browser needs to be sure it's not being abused somehow.
- # [00:41] <AryehGregor> (dunno all the specifics)
- # [00:41] <franksalim> Cheery, UDP would need a different protocol and NAT/firewall/proxy traversal work
- # [00:41] * Joins: davidb (~davidb@bas1-toronto06-1096637604.dsl.bell.ca)
- # [00:41] <AryehGregor> UDP doesn't fit into those requirements at all.
- # [00:42] <AryehGregor> You'd have to get rid of the handshake, but then you need something else to ensure security (like what?).
- # [00:42] <franksalim> I am interested in the thinking behind the three key design. Has that been described in public?
- # [00:42] <Cheery> AryehGregor: not to mention it's connectionless.. yeah.
- # [00:42] <AryehGregor> I'm sure it's been described in public.
- # [00:42] <AryehGregor> All the WebSocket development is public as far as I know.
- # [00:43] <franksalim> AryehGregor, I would be grateful for a link :-)
- # [00:43] * AryehGregor doesn't know where it is
- # [00:43] <AryehGregor> You'd think websockets.org would mention it.
- # [00:43] <AryehGregor> At the IETF somewhere, I guess?
- # [00:44] <Cheery> Maybe I'll have to resort with TCP sockets only.. websockets are anyway already quite all right.
- # [00:44] <AryehGregor> I think this is it: https://www.ietf.org/mailman/listinfo/hybi
- # [00:44] <Cheery> planning a multiplayer write into platformer game: http://boxbase.org/fun/knights/
- # [00:44] <AryehGregor> There's a lot of archived stuff.
- # [00:44] <franksalim> I found the monster thread about the handshake redesign
- # [00:44] <AryehGregor> I'm pretty sure it's a recurring topic there.
- # [00:45] <franksalim> but IIRC, it started with a proposed design and was not designed on list
- # [00:45] * franksalim goes off to read
- # [01:00] * Quits: oal (~oal@5.79-160-122.customer.lyse.net) (Remote host closed the connection)
- # [01:04] * Quits: KaOSoFt (~maxzagato@unaffiliated/kaosoft)
- # [01:11] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [01:12] * Quits: daedb (~daed@78-72-108-100-no178.tbcn.telia.com) (Remote host closed the connection)
- # [01:16] * Quits: weinig (~weinig@17.246.19.169) (Remote host closed the connection)
- # [01:17] * Joins: weinig (~weinig@2620:0:1b00:1191:223:32ff:feaf:7f36)
- # [01:21] * Quits: davidb (~davidb@bas1-toronto06-1096637604.dsl.bell.ca) (Quit: davidb)
- # [01:22] * Quits: deepthawtz (~deepthawt@c-24-130-129-16.hsd1.ca.comcast.net) (Ping timeout: 265 seconds)
- # [01:22] * Joins: seventh (galofort@208.98.1.237)
- # [01:24] * Joins: boblet (~boblet@p1201-ipbf709osakakita.osaka.ocn.ne.jp)
- # [01:47] <KevinMarks> OK, so what is this 'tiny bit of javascript' to tell if the declarative audio tag with an mp3 in it is a useless waste of space?
- # [01:47] <KevinMarks> 'cos what I'm trying isn't working
- # [01:47] <TabAtkins> Create an audio, use canPlayType() to query it.
- # [01:47] <TabAtkins> If it can't, then grab all the audios, loop through them, and replace them with embed code.
- # [01:48] <TabAtkins> That's the simple way. You can be slightly more robust at the cost of a bit more code, but this'll work for the simple case of "I only have an mp3, but can feed it to flash for fallback."
- # [01:50] <KevinMarks> Ihave to create a new audio, I can't use an element I declared?
- # [01:50] <KevinMarks> I'd like to know if that specific one worked...
- # [01:51] <TabAtkins> Sure, you could do that too.
- # [01:51] <TabAtkins> Any audio will respond the same.
- # [01:51] * TabAtkins is gone for a bit.
- # [01:58] * Quits: MikeSmithX (~MikeSmith@EM114-48-163-90.pool.e-mobile.ne.jp) (*.net *.split)
- # [01:58] * Quits: Peter`- (~peter@h89030.upc-h.chello.nl) (*.net *.split)
- # [01:58] * Quits: masterov (~masterov@93.153.167.74) (*.net *.split)
- # [01:58] * Quits: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com) (*.net *.split)
- # [01:58] * Quits: jochen__ (~jochen@nat/google/x-uqgrmveyaxtwvqwu) (*.net *.split)
- # [01:58] * Quits: TabAtkins (~tabatkins@nat/google/x-ecazhxdfqmfynmvy) (*.net *.split)
- # [02:01] * Quits: cardona507 (~cardona50@c-67-180-160-250.hsd1.ca.comcast.net) (Quit: zzzzz)
- # [02:02] * Joins: davidb (~davidb@bas1-toronto06-1096637604.dsl.bell.ca)
- # [02:02] * Joins: MikeSmithX (~MikeSmith@EM114-48-163-90.pool.e-mobile.ne.jp)
- # [02:02] * Joins: Peter`- (~peter@h89030.upc-h.chello.nl)
- # [02:02] * Joins: masterov (~masterov@93.153.167.74)
- # [02:02] * Joins: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com)
- # [02:02] * Joins: jochen__ (~jochen@nat/google/x-uqgrmveyaxtwvqwu)
- # [02:02] * Joins: TabAtkins (~tabatkins@nat/google/x-ecazhxdfqmfynmvy)
- # [02:05] * Quits: MikeSmithX (~MikeSmith@EM114-48-163-90.pool.e-mobile.ne.jp) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [02:06] * Joins: MikeSmith (~MikeSmith@EM114-48-163-90.pool.e-mobile.ne.jp)
- # [02:07] * Quits: davidb (~davidb@bas1-toronto06-1096637604.dsl.bell.ca) (Quit: davidb)
- # [02:07] <MikeSmith> Chrome has an experimental context-menu API?
- # [02:07] <MikeSmith> http://code.google.com/chrome/extensions/dev/experimental.contextMenus.html
- # [02:08] <Cheery> I enjoyed talking with you guys. it helped me understand your design choices behind websocket.
- # [02:10] * Quits: KevinMarks (~KevinMark@157.22.22.57) (Quit: The computer fell asleep)
- # [02:11] * Joins: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0)
- # [02:13] <MikeSmith> http://www.chromium.org/developers/design-documents/extensions/context-menu-api
- # [02:16] * Quits: Cheery (~cheery@a88-113-49-213.elisa-laajakaista.fi) (Quit: Lost terminal)
- # [02:16] * Joins: davidb (~davidb@bas1-toronto06-1096637604.dsl.bell.ca)
- # [02:18] * Joins: micheil (~micheil@124-170-86-242.dyn.iinet.net.au)
- # [02:20] * Quits: eighty4_ (~eighty4@c-76c8e455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [02:21] * Quits: romeo_ (~romeo__@x1-6-00-07-95-57-08-bb.k459.webspeed.dk) (Quit: Leaving)
- # [02:25] * Quits: ZombieLoffe (~e@unaffiliated/zombieloffe)
- # [02:25] <karlcow> Google and Apple joined IDPF (epub standard) http://reading20.posterous.com/idpf-grows
- # [02:26] <karlcow> that will change the dynamic… maybe
- # [02:34] <MikeSmith> some Apple people had already been attending the ePub 2.1 meetings anyway
- # [02:34] <gsnedders> http://blogs.msdn.com/b/ie/archive/2010/07/16/how-ie9-platform-preview-feedback-changed-the-javascript-standard.aspx
- # [02:34] * Joins: justicefries (~gerred@65.100.130.168)
- # [02:35] * Joins: JonathanNeal__ (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com)
- # [02:35] * ojan is now known as ojan_away
- # [02:35] * Quits: JonathanNeal__ (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com) (Read error: Connection reset by peer)
- # [02:36] <MikeSmith> gsnedders: great posting
- # [02:37] <MikeSmith> I wonder why chrome team is not also or instead implementing the HTML5 context-menu mechanism
- # [02:37] * Quits: dave_levin (~dave_levi@nat/google/x-uzyogyzkfumwaxig) (Quit: dave_levin)
- # [02:37] <MikeSmith> http://dev.w3.org/html5/spec/interactive-elements.html#context-menus
- # [02:37] <TabAtkins> MikeSmith: That's an excellent question.
- # [02:38] <MikeSmith> TabAtkins: maybe it's just a simple case that nobody realized it's in the spec
- # [02:38] <MikeSmith> it's an easy feature to miss, really
- # [02:38] * Quits: JonathanNeal_ (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com) (Ping timeout: 258 seconds)
- # [02:38] <MikeSmith> and no other browser projects have shown signs of implementing it yet either
- # [02:39] <TabAtkins> MikeSmith: Nod. I'm asking around.
- # [02:39] <MikeSmith> cool
- # [02:42] <wirepair> hey MikeSmith
- # [02:43] <TabAtkins> MikeSmith: At the time we started working on that, the HTML5 stuff either didn't exist or was still pretty obviously immature.
- # [02:44] * Quits: jlebar (~jlebar@nat/mozilla/x-xdwrqkeyyomsbafx) (Quit: Leaving)
- # [02:49] <MikeSmith> the HTML5 stuff has been in the spec since forever, relatively
- # [02:49] <MikeSmith> and has not really changed at all
- # [02:49] <TabAtkins> I'll investigate later to see what they think of the current stuff.
- # [02:49] <TabAtkins> Right now I'm too busy drinking.
- # [02:49] <MikeSmith> heh
- # [02:49] <MikeSmith> cheers
- # [02:49] <MikeSmith> wirepair: hey man
- # [02:50] <MikeSmith> wirepair: I found another sento in my neighborhood that's only 15-minutes walk, and open on Fridays (which my normal one ain't)
- # [02:50] <MikeSmith> you got to try out the sento lifestyle
- # [02:51] <MikeSmith> one downside I notice is that in summertime I get really sleepy after going to sento in the late evening
- # [02:52] <MikeSmith> so hard to get work done after
- # [02:52] <MikeSmith> but I guess being able to fall asleep easier at normal sleeping time maybe is more of an upside than a downside
- # [02:57] <MikeSmith> TabAtkins: (when you get back0
- # [02:57] <MikeSmith> oops
- # [02:57] <wirepair> MikeSmith nice, i just moved out of tokyo
- # [02:57] <wirepair> down south of yokohama, well, will be i came to san fran for a month to hang out and work remotely ;)
- # [02:58] <wirepair> making serious progress on my browser testing system, now supports an external runner app, and a javascript based version for running through testcases ;)
- # [02:59] <wirepair> once i finish making sure the browser automation stuff is solid, going to work on building testcases/importing old chrome/firefox regressions
- # [02:59] <MikeSmith> TabAtkins: (when you get back) the proposal at http://dev.chromium.org/developers/design-documents/extensions/context-menu-api seems to just be from earlier this year .. regardless, I am fairly certain the HTML5 context-menu stuff has not changed at all since the time that API was conceived, so if the existing spec was judged to be pretty obviously immature that time, then it is just as immature now
- # [03:00] <MikeSmith> and maybe other browser projects would judge it to be immature also
- # [03:01] <MikeSmith> ..if so, would seems to argue for having mailing-list discussion about it, and getting more feedback to help improve the spec
- # [03:01] <MikeSmith> wirepair: sounds great
- # [03:01] <MikeSmith> have you been talking with Sylvain?
- # [03:01] <MikeSmith> or the other testing folk?
- # [03:01] <wirepair> just syp
- # [03:02] <wirepair> i went with a different automation method
- # [03:02] <wirepair> using ldtp for *nix and pywinauto for windows
- # [03:02] <wirepair> then i have the js version as a back up
- # [03:02] <MikeSmith> wirepair: btw, TabAtkins is also involved with some of the browser-testing work with syp and others at W3C
- # [03:02] <wirepair> oh cool, good to know
- # [03:03] <wirepair> wrote a real real quick blog post on it: http://kougekiryoku.blogspot.com/2010/06/introducing-wbts-wbts.html
- # [03:04] <MikeSmith> nice posting
- # [03:04] <MikeSmith> cool to see that you're using twisted
- # [03:04] <MikeSmith> but maybe you'll have to do what all the cool kids are doing and switch to node.js
- # [03:05] <wirepair> ha
- # [03:05] <wirepair> unless they have a node-dns.js i don't think so ;)
- # [03:05] <wirepair> having a built in dns server is key.
- # [03:08] <TabAtkins> MikeSmith: Ok. Yeah, I'll talk to the relevant dudes on Monday.
- # [03:08] <MikeSmith> TabAtkins: thanks and go back to your tipple :)
- # [03:09] <TabAtkins> Done with that now. All the work is on my liver at this point.
- # [03:09] <MikeSmith> heh
- # [03:09] <TabAtkins> I'll take my notebook and be very studious.
- # [03:09] <TabAtkins> I should familiarize myself more with the html5 api this weekend so I'm prepared.
- # [03:10] * Quits: ap (~ap@17.246.17.28) (Quit: ap)
- # [03:12] <MikeSmith> TabAtkins: I think it's pretty simple: you just create a <menu> element in the DOM, with an ID on it, and you put the @contextmenu attribute, with a ref to that ID, on whatever element(s) you want that context menu to show up on
- # [03:13] <MikeSmith> wirepair: what's the elevator pitch for MongoDB?
- # [03:13] <MikeSmith> similar to couch?
- # [03:14] <wirepair> elevator pitch?
- # [03:14] <wirepair> not sure i follow
- # [03:14] <TabAtkins> 1 minute summary
- # [03:14] <wirepair> ahh gotcha
- # [03:15] <wirepair> it is similar to couch, but has a binary protocol
- # [03:15] <wirepair> the idea of using http requests for accessing a db is pretty silly imho
- # [03:16] <wirepair> also it had a twisted client already written
- # [03:16] <wirepair> and it's super easy to work with creating new documents is a breeze
- # [03:16] <MikeSmith> I see
- # [03:17] * Quits: davidb (~davidb@bas1-toronto06-1096637604.dsl.bell.ca) (Quit: davidb)
- # [03:17] <wirepair> also cross-platform support is good, no need for installation just ./mongodb --dbpath=wherever
- # [03:17] <MikeSmith> nice
- # [03:17] <wirepair> so yeah that's pretty much it
- # [03:30] <MikeSmith> http://code.google.com/p/epub-revision/wiki/MeetingMinutes100707
- # [03:30] <MikeSmith> [[
- # [03:30] <MikeSmith> Markus: we have other options besides HTML5, like XForms
- # [03:30] <MikeSmith> Peter-: XForms is basically dead
- # [03:30] <MikeSmith> Markus: well, yes
- # [03:30] <MikeSmith> ]]
- # [03:33] <MikeSmith> http://code.google.com/p/epub-revision/wiki/TextContent
- # [03:33] <MikeSmith> http://code.google.com/p/epub-revision/wiki/TextContent#Requirements
- # [03:34] <MikeSmith> http://code.google.com/p/epub-revision/wiki/TextContent#Migration_to_HTML5
- # [03:34] <MikeSmith> "WG members may put forward counterproposals to the move towards HTML5. Until such counterproposals appear, the requirements listed in this section are written assuming that the HTML5 adoption is done."
- # [03:37] <MikeSmith> "Requirement: Documents adhering to the EPUB adaption of HTML5 must be compliant XML documents."
- # [03:38] <MikeSmith> MURATA: I like XML, but will content providers listen to us? Won't they anyway create non-XML HTML documents anyway?
- # [03:38] * Quits: ako (~nya@fuld-4d00d161.pool.mediaWays.net) (Quit: EXEC_over.METHOD_SUBLIMATION)
- # [03:38] <MikeSmith> bravo Murata-san
- # [03:38] * Quits: Peter` (~peter@170-116.citynet.ftth.internl.net) (Ping timeout: 240 seconds)
- # [03:38] <MikeSmith> "Dan Hughes: Agree. If the spec - and downstream distributor/device/software - requires valid XML, content providers will produce it."
- # [03:38] * Joins: Peter` (~peter@170-116.citynet.ftth.internl.net)
- # [03:40] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [03:42] <MikeSmith> "Rationale: EPUB as a whole remains an XML-based framework. Allowing the HTML serialization of HTML5 in EPUB would mean that all reading systems would have to ship with two parsers; homogenizing the serialization to XML at production time seems more economical."
- # [03:42] <MikeSmith> they are already going to be shipping with two parsers, if they are using any modern browser engine
- # [03:43] <MikeSmith> and if they are using a browser engine that can do anything with HTML5 content
- # [03:51] * Quits: othermaciej (~mjs@17.246.17.180) (Quit: othermaciej)
- # [03:53] * Joins: othermaciej (~mjs@17.246.17.180)
- # [03:55] * Joins: miketaylr (~miketaylr@24.42.95.108)
- # [04:06] * Quits: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0) (Ping timeout: 260 seconds)
- # [04:07] * Quits: seventh (galofort@208.98.1.237) (Ping timeout: 245 seconds)
- # [04:31] * Joins: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0)
- # [04:48] * Quits: miketaylr (~miketaylr@24.42.95.108) (Remote host closed the connection)
- # [04:54] * Quits: othermaciej (~mjs@17.246.17.180) (Quit: othermaciej)
- # [05:03] <MikeSmith> http://openwebcamp.org/ looks pretty cool
- # [05:06] <boblet> paul_irish: yt?
- # [05:06] <MikeSmith> me notices estellevw on the speakers list
- # [05:07] * Quits: mdelaney (~mdelaney@2620:0:1b00:1191:d69a:20ff:febf:89a0) (Ping timeout: 248 seconds)
- # [05:16] * Joins: micheil_mbp (~micheil@124-170-2-191.dyn.iinet.net.au)
- # [05:16] * Quits: micheil_mbp (~micheil@124-170-2-191.dyn.iinet.net.au) (Client Quit)
- # [05:16] <paul_irish> boblet: yo! nice shots
- # [05:17] <boblet> paul_irish: heh, thanks :) seems like you tweeted about html5homi.es first so dunno if it’s you or Jon I should be pinging for inclusion
- # [05:17] * boblet starts to worry about if there’s a gang initiation
- # [05:18] * Quits: micheil (~micheil@124-170-86-242.dyn.iinet.net.au) (Ping timeout: 265 seconds)
- # [05:18] * Joins: cristianl (~cristianl@201-15-156-36.paemt704.dsl.brasiltelecom.net.br)
- # [05:19] * Joins: MikeSmithX (~MikeSmith@EM114-48-18-37.pool.e-mobile.ne.jp)
- # [05:19] <boblet> MikeSmith: btw you got the msg about flyers yah?
- # [05:19] <MikeSmithX> ye-up
- # [05:19] <MikeSmithX> thanks
- # [05:20] <boblet> np. I’m making a Japanese version so prolly should try to distribute these ones asap, and thought I’d co-opt you into that
- # [05:20] <MikeSmithX> ok
- # [05:21] * Joins: micheil (~micheil@124-170-2-191.dyn.iinet.net.au)
- # [05:21] * MikeSmithX flashes HTML5 gang sign at MikeSmith
- # [05:21] * Quits: MikeSmith (~MikeSmith@EM114-48-163-90.pool.e-mobile.ne.jp) (Disconnected by services)
- # [05:21] * MikeSmithX is now known as MikeSmith
- # [05:25] <boblet> MikeSmith: btw my post to the IEblog about @font-face hasn’t been approved :|
- # [05:25] <boblet> well… yet anyhow
- # [05:26] <boblet> a bunch of others have tho
- # [05:27] <MikeSmith> go figure
- # [05:28] <MikeSmith> maybe they are blocking based on IP address
- # [05:28] <MikeSmith> e.g., blocking postings from asia IP ranges or something
- # [05:28] <MikeSmith> I have seen other sites do stupid things like that
- # [05:29] <MikeSmith> based on the assumption that nobody from china or japan or whatever has any use for their site
- # [05:29] <MikeSmith> the (un)logic them being that if comments from jp or china ip address, must be spammer
- # [05:32] <boblet> possible
- # [05:32] <boblet> oh well, whatevs
- # [05:44] * Joins: elfgoh (~dingding@adsl193.dyn116.pacific.net.sg)
- # [05:54] * Joins: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [06:02] <paul_irish> boblet: its jon. :) all him
- # [06:02] <paul_irish> well and now slex does the domain.
- # [06:02] * Quits: cristianl (~cristianl@201-15-156-36.paemt704.dsl.brasiltelecom.net.br) (Quit: Leaving...)
- # [06:02] <boblet> paul_irish: slex? anyhoo, hopefully Jon can add me to the posse later :)
- # [06:03] * Joins: cristianl (~cristianl@201-15-156-36.paemt704.dsl.brasiltelecom.net.br)
- # [06:03] * Quits: cristianl (~cristianl@201-15-156-36.paemt704.dsl.brasiltelecom.net.br) (Excess Flood)
- # [06:03] <paul_irish> boblet: slexaxton. he will! also what was you comment on the ieblog post?
- # [06:05] <boblet> just mentioned some cross-browser examples from ’09; Craig Mod’s…
- # [06:06] * Quits: MikeSmith (~MikeSmith@EM114-48-18-37.pool.e-mobile.ne.jp) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [06:06] <paul_irish> oh. yah ieblog approves in batches.
- # [06:06] <boblet> paul_irish: also the three http://nicewebtype.com/fonts/ demos
- # [06:07] <boblet> paul_irish: well I posted when there were 2 comments. still nice they gave you some props :)
- # [06:09] <paul_irish> yeah not bad! :)
- # [06:09] <boblet> also nice to see they’re getting back on the horse huh
- # [06:10] <paul_irish> bigtime.
- # [06:10] <boblet> big(about f’in)time?
- # [06:12] * Joins: cristianl (~cristianl@201-15-156-36.paemt704.dsl.brasiltelecom.net.br)
- # [06:17] <paul_irish> boblet: u dun got inisheeat'd
- # [06:19] <boblet> paul_irish: aiiit boyee! dat’s wat I’m talkin’ about
- # [06:34] * Quits: weinig (~weinig@2620:0:1b00:1191:223:32ff:feaf:7f36) (Quit: weinig)
- # [06:38] * Quits: bobchao (~cctw@112.105.101.98) (Quit: Leaving.)
- # [06:42] * Joins: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [06:42] * Joins: nicktick (debian-tor@gateway/tor-sasl/nicktick)
- # [06:48] <boblet> JonathanNeal: wassup homie. thankx for the add
- # [06:48] <JonathanNeal> my pleasure, and thank you.
- # [06:49] <boblet> the initiation was a bit brutal, having to shiv all those pages for IE
- # [06:49] <boblet> gotta wash the angle brackets off my hands
- # [06:50] <JonathanNeal> what are you talking about, shimming for ie?
- # [06:51] <boblet> JonathanNeal: http://en.wikipedia.org/wiki/Shiv_(weapon)
- # [06:51] <JonathanNeal> http://en.wikipedia.org/wiki/Shim_(computing)
- # [06:52] <JonathanNeal> http://sandbox.thewikies.com/html5-experiments/phase-01.html
- # [06:52] <JonathanNeal> "The term shiv originates from John Resig, the creator of jQuery, who used the word as a metaphor to describe shiving support for HTML5 elements into Internet Explorer via javascript, where shiving is a slang term for a sharp object used as a knife-like weapon. There's also a chance that John had a moment of false etymology and meant to use the word shim, which in computing means an application compatibility workaroun
- # [06:52] <JonathanNeal> d."
- # [06:55] <boblet> heh
- # [06:56] <boblet> so I take it my attempt to combine gang and HTML language didn’t quite work out?
- # [06:56] <franksalim> so it's an eggcorn. an awesome eggcorn
- # [06:57] <franksalim> http://en.wikipedia.org/wiki/Eggcorn
- # [06:58] <boblet> franksalim: thanks for that
- # [06:58] <JonathanNeal> Oh I see what you did there, boblet
- # [06:58] <boblet> “mating name for maiden name” lolz
- # [06:59] <JonathanNeal> btw, I added your pic to the sandbox gang sign page
- # [06:59] <JonathanNeal> http://sandbox.thewikies.com/html5-gang-sign/
- # [06:59] <boblet> JonathanNeal: oh, two different sites? thanks again
- # [06:59] <boblet> (figured it was the same thing with a nice domain)
- # [07:00] <JonathanNeal> boblet, sandbox is where it started, but it spread wings and became something better
- # [07:00] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [07:00] <JonathanNeal> homi.es
- # [07:01] <boblet> indeedy. I shoulda taken the photos yesterday, but oh well
- # [07:01] <JonathanNeal> so, on the subject of whatwg and html5, boblet have you seen http://sandbox.thewikies.com/html-templates/html5.html ?
- # [07:02] <JonathanNeal> or any of the other templates in that directory?
- # [07:02] * boblet looks
- # [07:06] <boblet> JonathanNeal: are these general purpose or for internal use?
- # [07:07] <JonathanNeal> I'd like to use them to share.
- # [07:07] <JonathanNeal> And for all projects I start.
- # [07:08] <boblet> you’d probably want to start with a bunch of things commented out if shared (eg viewport, apple touch icon)
- # [07:09] <boblet> #content seems suitable for section or article depending on content
- # [07:09] * Quits: dbaron (~dbaron@nat/mozilla/x-cwggsiubjxcjepfv) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [07:10] <JonathanNeal> it focuses on all the basics you might use.
- # [07:11] <boblet> for the microdata itemprop="fn org" won’t map to any text in output (you ’d need to change to eg CSS image replacement
- # [07:13] <boblet> that’s about all I can say without seeing content. good base
- # [07:13] <JonathanNeal> what
- # [07:13] <JonathanNeal> i didn't do that
- # [07:14] <JonathanNeal> wait, i thought you said something else
- # [07:14] <JonathanNeal> why is that bad what I did?
- # [07:14] <boblet> what specifically?
- # [07:14] <JonathanNeal> it will map the alt text of the img
- # [07:14] <JonathanNeal> I remember this, specifically.
- # [07:15] <boblet> JonathanNeal: oh really. huh. didn’t realise that. thanks
- # [07:15] <JonathanNeal> Because I was originally putting it on the img itself, and there was this feud over that.
- # [07:15] <JonathanNeal> that fn org shouldn't be expected to read the alt text for an image
- # [07:15] <JonathanNeal> but from the container, it was okay.
- # [07:15] <boblet> looks like I haven’t microdata’ed any images yet
- # [07:16] <JonathanNeal> boblet, any validators / readers on the web?
- # [07:16] * Joins: deepthawtz (~deepthawt@c-67-180-92-66.hsd1.ca.comcast.net)
- # [07:16] <boblet> foolip’s Live Microdata tis all atm http://foolip.org/microdatajs/live/
- # [07:16] <boblet> luckily it’s pretty good
- # [07:18] <JonathanNeal> it doesn't like what i did.
- # [07:19] <boblet> checking microdata spec
- # [07:22] * Quits: deepthawtz (~deepthawt@c-67-180-92-66.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [07:24] <boblet> guess alt text is the img element’s textContent
- # [07:26] <boblet> Hixie: so for an image is the img element’s textContent it’s alt text?
- # [07:26] <boblet> (or anyone else)
- # [07:27] <boblet> JonathanNeal: oh yeah, the \t\n is because it acts like <pre> so whitespace is significant. not sure this is a good thing actually
- # [07:30] <boblet> might email the list about this
- # [07:34] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [07:47] <boblet> JonathanNeal: mind if I include that template in an email to WHATWG list?
- # [07:49] <JonathanNeal> yea, use any part of it
- # [07:49] <JonathanNeal> totally
- # [07:50] * Quits: nicktick (debian-tor@gateway/tor-sasl/nicktick) (Remote host closed the connection)
- # [07:51] * Quits: cristianl (~cristianl@201-15-156-36.paemt704.dsl.brasiltelecom.net.br) (Quit: Leaving...)
- # [07:52] * Joins: cristianl (~cristianl@201-15-156-36.paemt704.dsl.brasiltelecom.net.br)
- # [07:52] * Quits: cristianl (~cristianl@201-15-156-36.paemt704.dsl.brasiltelecom.net.br) (Excess Flood)
- # [08:04] * Joins: weinig (~weinig@c-69-181-125-223.hsd1.ca.comcast.net)
- # [08:12] * Joins: Smylers (~smylers@host81-151-158-3.range81-151.btcentralplus.com)
- # [08:29] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: nimbupani)
- # [08:33] <boblet> JonathanNeal: got word from Mike that @src isn’t part of textcontent
- # [08:33] <boblet> JonathanNeal: do you have a ref for where you learned about it?
- # [08:34] * Quits: Amorphous (jan@unaffiliated/amorphous) (Read error: Operation timed out)
- # [08:41] * Quits: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 260 seconds)
- # [08:52] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [09:09] * Joins: nessy (~Adium@210.7.3.237)
- # [09:12] * Quits: nessy (~Adium@210.7.3.237) (Read error: Connection reset by peer)
- # [09:12] * Quits: Smylers (~smylers@host81-151-158-3.range81-151.btcentralplus.com) (Ping timeout: 265 seconds)
- # [09:19] * Joins: nicktick (debian-tor@gateway/tor-sasl/nicktick)
- # [09:20] * Joins: Smylers (~smylers@host81-151-158-3.range81-151.btcentralplus.com)
- # [09:26] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [09:33] * Quits: Smylers (~smylers@host81-151-158-3.range81-151.btcentralplus.com) (Ping timeout: 265 seconds)
- # [09:37] * Joins: mmn (~mmn@node-6316.tor.pppoe.execulink.com)
- # [09:37] * Quits: mmn (~mmn@node-6316.tor.pppoe.execulink.com) (Client Quit)
- # [09:50] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [09:51] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [09:57] * Joins: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [10:15] * Joins: cedricv (~cedric@202.152.243.7)
- # [10:15] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [10:15] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [10:24] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: g'night)
- # [10:31] * Quits: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [10:31] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [10:32] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [10:52] * Joins: MikeSmith (~MikeSmith@EM111-188-92-29.pool.e-mobile.ne.jp)
- # [10:57] * Joins: ROBOd (~robod@89.123.166.4)
- # [11:09] * Joins: Ms2ger (~Ms2ger@91.181.76.137)
- # [11:13] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 240 seconds)
- # [11:14] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [11:15] * Joins: maikmerten (~maikmerte@port-92-201-55-161.dynamic.qsc.de)
- # [11:20] * Joins: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [11:20] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [11:21] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [11:24] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [11:24] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Ping timeout: 246 seconds)
- # [11:25] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [11:30] * Joins: oal (~oal@5.79-160-122.customer.lyse.net)
- # [11:57] * Joins: daedb (~daed@78-72-108-100-no178.tbcn.telia.com)
- # [12:09] * Quits: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 240 seconds)
- # [12:09] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [12:10] <jgraham> MikeSmith: It seems the ePub people need a small amount of cluebat applied on the virtues of XML and relative difficulty of adding a HTML parser
- # [12:10] <jgraham> MikeSmith: Also, what did gsnedders post that was good?
- # [12:10] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [12:11] <MikeSmith> jgraham: I think there is not clear consensus in the ePub WG about that particular requirement
- # [12:11] <MikeSmith> certainly Murata-san is highly skeptical about it
- # [12:12] <MikeSmith> and given that he was one of the members of the WG that came up with XML to begin with, as well as somebody that has invested a huge amount of his professional work in XML-related technologies…
- # [12:13] * Joins: eighty4 (~eighty4@c-76c8e455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [12:13] <MikeSmith> well, you'd think they might be inclined to listen to Murata-san very carefully when he says something about XML
- # [12:13] <MikeSmith> jgraham: the gsnedders thing was about the last IEBlog posting
- # [12:15] <gsnedders> jgraham: I would ask you if I could borrow a loaf tin today, presuming you have one, but with the eather now…
- # [12:16] <jgraham> Yeah, the ether is often a problem around here
- # [12:16] <gsnedders> *weather
- # [12:17] <gsnedders> I fail.
- # [12:18] <jgraham> gsnedders: You are welcome to borrow a loaf tin
- # [12:18] <jgraham> If you like
- # [12:18] <gsnedders> I think I'm more just put off by the idea of getting it from you in this weather :)
- # [12:18] * jgraham still can't find gsnedders insightful comment
- # [12:18] <gsnedders> jgraham: All I did was link to http://blogs.msdn.com/b/ie/archive/2010/07/16/how-ie9-platform-preview-feedback-changed-the-javascript-standard.aspx
- # [12:21] * Joins: mhausenblas (~mhausenbl@79.97.142.102)
- # [12:21] <jgraham> gsnedders: I can maybe drop a loaf tin off at your house
- # [12:23] <jgraham> gsnedders: Although if you are making bread you can do without
- # [12:23] <jgraham> I guess if you are making some sort of cake, it is harder
- # [12:27] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [12:27] * Quits: nicktick (debian-tor@gateway/tor-sasl/nicktick) (Remote host closed the connection)
- # [12:29] * Joins: nicktick (debian-tor@gateway/tor-sasl/nicktick)
- # [12:32] * Quits: nicktick (debian-tor@gateway/tor-sasl/nicktick) (Remote host closed the connection)
- # [12:40] * Joins: Matjas (5bb6bea7@gateway/web/freenode/ip.91.182.190.167)
- # [12:59] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [13:00] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [13:08] * Joins: nicktick (debian-tor@gateway/tor-sasl/nicktick)
- # [13:10] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [13:10] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [13:15] <MikeSmith> http://twitter.com/pl4n3/status/18757984398
- # [13:15] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [13:16] <MikeSmith> http://pl4n3.blogspot.com/2010/07/bulletjs-javascript-physics-engine.html
- # [13:17] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [13:29] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [13:29] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [13:34] * Quits: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams) (Quit: GarethAdams|Home)
- # [13:37] * Quits: justicefries (~gerred@65.100.130.168) (Quit: justicefries)
- # [13:37] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [13:38] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [14:02] * Quits: mhausenblas (~mhausenbl@79.97.142.102) (Quit: mhausenblas)
- # [14:04] * Joins: mhausenblas (~mhausenbl@79.97.142.102)
- # [14:08] * Quits: mhausenblas (~mhausenbl@79.97.142.102) (Client Quit)
- # [14:08] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [14:08] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [14:19] * Quits: Maurice (copyman@5ED573FA.cable.ziggo.nl) (Ping timeout: 240 seconds)
- # [14:22] * Quits: Ms2ger (~Ms2ger@91.181.76.137) (Read error: Connection reset by peer)
- # [14:22] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [14:23] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [14:28] * Joins: erlehmann (~erlehmann@dslb-188-103-021-208.pools.arcor-ip.net)
- # [14:28] * Joins: bobchao (~cctw@112-105-101-98.adsl.dynamic.seed.net.tw)
- # [14:37] * Joins: Ms2ger (~Ms2ger@91.181.89.177)
- # [14:42] * Quits: nicktick (debian-tor@gateway/tor-sasl/nicktick) (Remote host closed the connection)
- # [14:55] * Quits: mamund (mamund@frost.nullshells.net) (Read error: Connection reset by peer)
- # [14:55] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [14:58] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [14:59] * Quits: eighty4 (~eighty4@c-76c8e455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [15:02] * Joins: mamund (~mamund@frost.nullshells.net)
- # [15:02] <gsnedders> http://perfectionkills.com/javascript-quiz/
- # [15:02] <gsnedders> (I'd seen the original quiz linked to at the top of that, but not that one)
- # [15:02] <gsnedders> (I got 10/14)
- # [15:03] <gsnedders> 4, 9, 10, 12 is what I got wrong
- # [15:04] <gsnedders> (4 I think has changed in ES5, which is why I got that wrong)
- # [15:05] <gsnedders> (9 is evil, 10 I really should've got, and 12 I don't get the right answer)
- # [15:06] <gsnedders> Oh, wait
- # [15:06] <gsnedders> Duh
- # [15:07] <gsnedders> No, 4 is right under ES5
- # [15:07] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [15:08] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [15:10] * Joins: eighty4 (~eighty4@c-76c8e455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [15:10] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [15:10] <Workshiva> I missed 13
- # [15:11] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [15:11] <Workshiva> Never really thought about constructors returning values
- # [15:11] <Workshiva> I guess I should have assumed it wouldn't be on the test if it was the obvious answer :)
- # [15:14] * Philip` gets 6 wrong
- # [15:15] <Philip`> (That is, six of the questions, not number 6)
- # [15:19] <gsnedders> Workshiva: Only 13 though?
- # [15:19] <gsnedders> 9, 10 and 12 I probably should've got
- # [15:20] <gsnedders> s/9/4/
- # [15:20] <gsnedders> In all three cases I actually thought of what the right answer was, and the right reason why, then decided against it
- # [15:22] * Quits: Matjas (5bb6bea7@gateway/web/freenode/ip.91.182.190.167) (Ping timeout: 252 seconds)
- # [15:22] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [15:23] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [15:26] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [15:29] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [15:29] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [15:30] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [15:36] <Workshiva> gsnedders: Yeah, only 13
- # [15:48] * Quits: mamund (~mamund@frost.nullshells.net) (Ping timeout: 265 seconds)
- # [15:48] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [15:48] * Joins: mamund (mamund@frost.nullshells.net)
- # [15:48] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [15:55] * Quits: boblet (~boblet@p1201-ipbf709osakakita.osaka.ocn.ne.jp) (Quit: boblet)
- # [15:58] * Joins: mhausenblas (~mhausenbl@79.97.142.102)
- # [16:01] * Quits: yutak_home (~kee@U017209.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [16:01] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [16:03] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [16:08] * Joins: fagan (~fagan@ubuntu/member/shanefagan)
- # [16:10] * Joins: Matjas (5bb6bea7@gateway/web/freenode/ip.91.182.190.167)
- # [16:10] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [16:11] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [16:18] * Quits: ukai (~ukai@220.109.219.244) (Ping timeout: 265 seconds)
- # [16:18] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [16:20] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [16:20] * Matjas is now known as Matjas_
- # [16:20] * Joins: justicefries (~gerred@c-98-245-71-126.hsd1.co.comcast.net)
- # [16:21] * Matjas_ is now known as Matjas
- # [16:21] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [16:22] * Quits: elfgoh (~dingding@adsl193.dyn116.pacific.net.sg) (Quit: Leaving)
- # [16:22] * Joins: titacgs (~titacgs@201.250.180.201)
- # [16:22] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [16:31] * Quits: mamund (mamund@frost.nullshells.net) (Read error: Connection reset by peer)
- # [16:31] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [16:31] * Joins: mamund (mamund@frost.nullshells.net)
- # [16:32] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [16:36] * Quits: Matjas (5bb6bea7@gateway/web/freenode/ip.91.182.190.167) (Ping timeout: 252 seconds)
- # [16:36] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [16:37] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [16:43] * Joins: MikeSmithX (~MikeSmith@EM114-48-228-217.pool.e-mobile.ne.jp)
- # [16:47] * Quits: MikeSmith (~MikeSmith@EM111-188-92-29.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [16:56] * Joins: aho (~nya@fuld-4d00d17e.pool.mediaWays.net)
- # [17:01] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [17:01] * Joins: FireFly (~firefly@1-1-3-36a.tul.sth.bostream.se)
- # [17:01] * Quits: FireFly (~firefly@1-1-3-36a.tul.sth.bostream.se) (Changing host)
- # [17:01] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [17:13] * Quits: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net) (Read error: Connection reset by peer)
- # [17:25] * Quits: titacgs (~titacgs@201.250.180.201) (Ping timeout: 260 seconds)
- # [17:25] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [17:26] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [17:40] * Quits: cedricv (~cedric@202.152.243.7)
- # [17:41] * Quits: maikmerten (~maikmerte@port-92-201-55-161.dynamic.qsc.de) (Remote host closed the connection)
- # [17:49] * Joins: workmad3 (~workmad3@84.45.226.85)
- # [17:52] * Joins: Matjas (510bb5ba@gateway/web/freenode/ip.81.11.181.186)
- # [17:53] * Joins: kennyluck (~kennyluck@EM114-48-223-125.pool.e-mobile.ne.jp)
- # [17:57] * Quits: Matjas (510bb5ba@gateway/web/freenode/ip.81.11.181.186) (Ping timeout: 252 seconds)
- # [18:05] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [18:14] * Quits: workmad3 (~workmad3@84.45.226.85) (Remote host closed the connection)
- # [18:15] * Joins: micheil_mbp (~micheil@124-170-55-41.dyn.iinet.net.au)
- # [18:15] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [18:16] * Quits: micheil (~micheil@124-170-2-191.dyn.iinet.net.au) (Disconnected by services)
- # [18:16] * micheil_mbp is now known as micheil
- # [18:17] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [18:19] * Joins: workmad3 (~workmad3@84.45.226.85)
- # [18:21] * Quits: dustinbrewer (~dustinbre@99-17-42-25.lightspeed.okcbok.sbcglobal.net) (Quit: dustinbrewer)
- # [18:27] * Joins: dustinbrewer (~dustinbre@99-17-42-25.lightspeed.okcbok.sbcglobal.net)
- # [18:29] * Quits: dustinbrewer (~dustinbre@99-17-42-25.lightspeed.okcbok.sbcglobal.net) (Client Quit)
- # [18:38] * Joins: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [18:39] * Joins: tndH (~Rob@cpc2-cwma7-2-0-cust631.7-3.cable.virginmedia.com)
- # [18:39] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [18:40] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [18:41] * Quits: mhausenblas (~mhausenbl@79.97.142.102) (Quit: brb)
- # [18:41] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [18:41] * Joins: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [18:42] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [18:49] * Quits: workmad3 (~workmad3@84.45.226.85) (Remote host closed the connection)
- # [18:49] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [18:51] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [19:19] * Joins: Matjas_ (5bb660cc@gateway/web/freenode/ip.91.182.96.204)
- # [19:21] * Quits: Ms2ger (~Ms2ger@91.181.89.177) (Quit: nn)
- # [19:36] * Joins: workmad3 (~workmad3@84.45.226.85)
- # [19:49] * Quits: f1lt3r (~f1lt3r@64.119.159.231) (Ping timeout: 240 seconds)
- # [19:49] * Joins: f1lt3r (~f1lt3r@64.119.159.231)
- # [19:52] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [20:00] * Quits: Matjas_ (5bb660cc@gateway/web/freenode/ip.91.182.96.204) (Ping timeout: 252 seconds)
- # [20:29] * Joins: dustinbrewer (~dustinbre@99-17-42-25.lightspeed.okcbok.sbcglobal.net)
- # [20:29] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [20:31] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [20:32] * Joins: titacgs (~titacgs@201.250.180.201)
- # [20:47] * Quits: workmad3 (~workmad3@84.45.226.85) (Remote host closed the connection)
- # [20:47] * Joins: mdelaney (~mdelaney@c-98-207-171-61.hsd1.ca.comcast.net)
- # [20:49] * Joins: nimbupani (~nimbupani@c-24-22-131-46.hsd1.wa.comcast.net)
- # [20:49] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [20:49] * Quits: mdelaney (~mdelaney@c-98-207-171-61.hsd1.ca.comcast.net) (Client Quit)
- # [20:49] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [20:53] * Quits: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 245 seconds)
- # [20:54] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [21:09] * Joins: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [21:09] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [21:10] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [21:21] * Joins: kennyluck_ (~kennyluck@EM114-48-0-162.pool.e-mobile.ne.jp)
- # [21:23] * Quits: kennyluck (~kennyluck@EM114-48-223-125.pool.e-mobile.ne.jp) (Ping timeout: 260 seconds)
- # [21:23] * kennyluck_ is now known as kennyluck
- # [21:50] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
- # [22:06] * Joins: maikmerten (~maikmerte@port-92-201-108-103.dynamic.qsc.de)
- # [22:26] * Joins: hamcore (rhythm@unaffiliated/msmosso)
- # [22:26] * Quits: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp) (Read error: Connection reset by peer)
- # [22:27] * Joins: wakaba (~wakaba@213.139.210.220.dy.bbexcite.jp)
- # [22:30] * Quits: smaug (~chatzilla@cs181150024.pp.htv.fi) (Disconnected by services)
- # [22:30] * Joins: smaug_ (~chatzilla@cs181150024.pp.htv.fi)
- # [22:37] * Quits: Dashiva (Dashiva@wikia/Dashiva) (Ping timeout: 260 seconds)
- # [22:44] * Joins: Dashiva (Dashiva@wikia/Dashiva)
- # [22:44] * Joins: MikeSmith (~MikeSmith@EM114-48-134-71.pool.e-mobile.ne.jp)
- # [22:47] * Quits: MikeSmithX (~MikeSmith@EM114-48-228-217.pool.e-mobile.ne.jp) (Ping timeout: 264 seconds)
- # [22:51] * Quits: tndH (~Rob@cpc2-cwma7-2-0-cust631.7-3.cable.virginmedia.com) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [23:02] * Quits: titacgs (~titacgs@201.250.180.201) (Ping timeout: 240 seconds)
- # [23:13] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Quit: Leaving)
- # [23:14] * Quits: f1lt3r (~f1lt3r@64.119.159.231) (Read error: Connection reset by peer)
- # [23:19] * Joins: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams)
- # [23:25] * Quits: justicefries (~gerred@c-98-245-71-126.hsd1.co.comcast.net) (Quit: justicefries)
- # [23:29] * Quits: ROBOd (~robod@89.123.166.4) (Quit: .)
- # [23:29] * Quits: maikmerten (~maikmerte@port-92-201-108-103.dynamic.qsc.de) (Remote host closed the connection)
- # [23:33] * Quits: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com) (Quit: Leaving)
- # [23:37] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # Session Close: Sun Jul 18 00:00:00 2010
The end :)