Options:
- # Session Start: Sat Jul 26 00:00:00 2008
- # Session Ident: #whatwg
- # [00:10] * Quits: othermaciej (n=mjs@nat/apple/x-868ce1b26ae21cf8) (Read error: 110 (Connection timed out))
- # [00:12] * Quits: othermaciej_ (n=mjs@17.255.100.78)
- # [00:14] * Joins: othermaciej (n=mjs@nat/apple/x-02bd23b367d939a2)
- # [00:34] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 104 (Connection reset by peer))
- # [00:44] * Joins: jruderman (n=jruderma@guest-225.mountainview.mozilla.com)
- # [00:51] * Quits: smedero (n=smedero@mdp-nat251.mdp.com)
- # [00:54] * Quits: eseidel (n=eseidel@nat/google/x-858cf8add2402230)
- # [00:58] * Joins: MikeSmith (n=MikeSmit@58.157.21.205)
- # [01:08] * Quits: Maurice (n=ano@82-204-22-72.dsl.bbeyond.nl)
- # [01:16] * Joins: eseidel (n=eseidel@nat/google/x-3d7cdd699f06fce6)
- # [01:29] * Joins: mpt (n=mpt@canonical/launchpad/mpt)
- # [01:43] * Quits: jruderman (n=jruderma@guest-225.mountainview.mozilla.com)
- # [01:51] * Quits: tndH_ (i=Rob@adsl-87-102-92-207.karoo.KCOM.COM) ("ChatZilla 0.9.83-rdmsoft [XULRunner 1.9/2008061013]")
- # [01:51] * Joins: jruderman (n=jruderma@guest-225.mountainview.mozilla.com)
- # [02:06] * Quits: eseidel (n=eseidel@nat/google/x-3d7cdd699f06fce6)
- # [02:06] * Quits: KevinMarks (n=KevinMar@nat/google/x-c5df30bb49d34a3b) ("The computer fell asleep")
- # [02:12] <Hixie> Philip`: yt?
- # [02:12] <Philip`> Hixie: Sort of, but also sort of playing TF2
- # [02:13] <Philip`> so I'll be here for about fifteen seconds while respawning, a few times a minute
- # [02:13] <Hixie> ok
- # [02:13] <Hixie> that's cool
- # [02:14] <Hixie> i was wondering if you could give me a rundown of what the access characteristics of your issue list script are intended to be
- # [02:14] <Hixie> i.e. does it redownload every email every day, or just new ones, or what?
- # [02:14] <Hixie> and is it trying to do one request per minute, or what?
- # [02:14] * Quits: mpt (n=mpt@canonical/launchpad/mpt) (Read error: 113 (No route to host))
- # [02:14] <Hixie> or as fast as possible, or something slower?
- # [02:15] <Philip`> It only downloads data when someone requests a page
- # [02:15] <Hixie> (it's not causing problems, i'm just trying to understand the patterns i'm seeing)
- # [02:15] <Philip`> The category listings get cached for 24 hours
- # [02:15] <Philip`> The individual emails get cached forever
- # [02:15] <Hixie> aah, so it must be google doing a hit per minute or something
- # [02:16] <Philip`> It could be Google hitting me and causing me to hit you
- # [02:16] <Hixie> so what i'm seeing on my side is that every minute or so, i get a request from you, which spawns my server, which then tries to live for ten minutes and time out, except that because google is hitting you less than that, the server basically never times out
- # [02:16] <Hixie> is there any chance i can get you to aggressively precache once per day or something?
- # [02:16] <Hixie> the data is only refreshed once per day anyway
- # [02:16] <Hixie> there's no rush on this
- # [03:02] <heycam> Hixie, correct (re a way to indicate whether interface properties or named item lookups take precedence)
- # [03:03] <heycam> Hixie, would you like one?
- # [03:03] * heycam breakfasts
- # [03:09] * Joins: Morphous (n=jan@dslb-088-076-159-141.pools.arcor-ip.net)
- # [03:28] * Quits: Amorphous (n=jan@dslb-088-076-139-177.pools.arcor-ip.net) (Read error: 110 (Connection timed out))
- # [03:33] * Quits: franksalim (n=frank@ip-12-22-56-126.hqglobal.net) ("Leaving")
- # [03:37] * Joins: svl (n=me@d58-105-197-18.dsl.vic.optusnet.com.au)
- # [03:41] * Joins: hasather_ (n=hasather@cm-84.215.63.253.getinternet.no)
- # [04:32] * Parts: hasather_ (n=hasather@cm-84.215.63.253.getinternet.no)
- # [04:39] * Quits: svl (n=me@d58-105-197-18.dsl.vic.optusnet.com.au) (Read error: 104 (Connection reset by peer))
- # [04:42] * Quits: hdh (n=hdh@118.71.129.20) (Read error: 104 (Connection reset by peer))
- # [04:42] <Philip`> Hixie: Oops, it had fast respawn times and I got distracted
- # [04:43] <Philip`> I think it should be quite possible for me to set something up that forces all the caching to happen at once
- # [04:43] <Philip`> but I need to sleep now, and I'll probably forget, so feel free to remind me at some point in the near future
- # [04:46] * Quits: othermaciej (n=mjs@nat/apple/x-02bd23b367d939a2)
- # [05:50] * Quits: weinig (n=weinig@nat/apple/x-3755313ae11a6582)
- # [05:54] * Joins: othermaciej (n=mjs@c-24-5-43-151.hsd1.ca.comcast.net)
- # [06:10] * Quits: jruderman (n=jruderma@guest-225.mountainview.mozilla.com)
- # [06:19] * Joins: jruderman (n=jruderma@guest-225.mountainview.mozilla.com)
- # [07:01] * Quits: MikeSmith (n=MikeSmit@58.157.21.205) ("Less talk, more pimp walk.")
- # [07:08] <Hixie> heycam: yes please
- # [07:08] <Hixie> Philip`: ok
- # [07:19] * Joins: dbaron (n=dbaron@c-71-198-188-254.hsd1.ca.comcast.net)
- # [08:02] * Joins: othermaciej_ (n=mjs@c-24-5-43-151.hsd1.ca.comcast.net)
- # [08:02] * Quits: othermaciej (n=mjs@c-24-5-43-151.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [08:11] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [08:30] * othermaciej_ is now known as othermaciej
- # [08:31] * Quits: dbaron (n=dbaron@c-71-198-188-254.hsd1.ca.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [09:06] * Quits: roc (n=roc@121-72-178-219.dsl.telstraclear.net)
- # [09:07] * Quits: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Remote closed the connection)
- # [09:33] * Quits: jruderman (n=jruderma@guest-225.mountainview.mozilla.com)
- # [10:00] * Joins: Maurice (n=ano@82-204-22-72.dsl.bbeyond.nl)
- # [10:00] * Joins: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [10:15] * Joins: jruderman (n=jruderma@c-67-180-39-55.hsd1.ca.comcast.net)
- # [10:28] * Quits: jruderman (n=jruderma@c-67-180-39-55.hsd1.ca.comcast.net)
- # [10:38] * Joins: roc (n=roc@121-72-178-219.dsl.telstraclear.net)
- # [11:09] * Joins: ROBOd (n=robod@89.122.216.38)
- # [11:26] * Joins: maikmerten (n=maikmert@L81fa.l.pppool.de)
- # [11:42] * gsnedders notes that Hixie is still replying to stuff from before he joined the whatwg list :P
- # [11:44] * Joins: othermaciej_ (n=mjs@c-24-5-43-151.hsd1.ca.comcast.net)
- # [11:44] * Quits: othermaciej (n=mjs@c-24-5-43-151.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [11:57] * Quits: othermaciej_ (n=mjs@c-24-5-43-151.hsd1.ca.comcast.net)
- # [12:01] * Morphous is now known as Amorphous
- # [12:16] * Quits: tommorris (n=tommorri@i-83-67-98-32.freedom2surf.net)
- # [12:29] * Joins: tndH_ (n=Rob@adsl-87-102-92-207.karoo.KCOM.COM)
- # [12:29] * tndH_ is now known as tndH
- # [13:13] * Quits: roc (n=roc@121-72-178-219.dsl.telstraclear.net)
- # [13:20] * Joins: hasather_ (n=hasather@cm-84.215.63.253.getinternet.no)
- # [13:36] * Joins: hdh (n=hdh@118.71.130.105)
- # [14:07] * Parts: hasather_ (n=hasather@cm-84.215.63.253.getinternet.no)
- # [14:07] * Joins: hasather_ (n=hasather@cm-84.215.63.253.getinternet.no)
- # [15:45] * Joins: aaronlev (n=chatzill@e181181051.adsl.alicedsl.de)
- # [15:46] * Quits: aaronlev (n=chatzill@e181181051.adsl.alicedsl.de) (Client Quit)
- # [16:00] * Joins: roc (n=roc@121-72-178-219.dsl.telstraclear.net)
- # [16:01] * Quits: roc (n=roc@121-72-178-219.dsl.telstraclear.net) (Client Quit)
- # [16:39] * Quits: ROBOd (n=robod@89.122.216.38) (Remote closed the connection)
- # [16:52] * Joins: sverrej (n=sverrej@89.10.27.86)
- # [17:30] * Joins: csarven- (n=csarven@dhcp-0-18-f8-35-d5-97.cpe.quickclic.net)
- # [17:31] * Parts: hasather_ (n=hasather@cm-84.215.63.253.getinternet.no)
- # [17:32] * Joins: hasather_ (n=hasather@cm-84.215.63.253.getinternet.no)
- # [17:32] * Joins: excrypf (n=Nogah@58.187.95.93)
- # [18:05] * Parts: excrypf (n=Nogah@58.187.95.93)
- # [18:39] * Joins: tommorris (n=tommorri@i-83-67-98-32.freedom2surf.net)
- # [19:21] * Joins: Windstoss (n=wind@mnhm-590d995e.pool.einsundeins.de)
- # [19:22] * Quits: csarven- (n=csarven@dhcp-0-18-f8-35-d5-97.cpe.quickclic.net) (Read error: 110 (Connection timed out))
- # [19:41] * Joins: MacDome (n=eric@c-67-180-49-110.hsd1.ca.comcast.net)
- # [19:41] <Windstoss> Assuming, a ressource (say, an image) requested with GET is listed in the applications cache manifest. There is network connectivity. The image in the cache is older than the one on the server. Now, is this image loaded from cache before the application cache update process has replaced the older image with the recent one? So, in other words, does the user see the old image first, before, perhaps a script updates the image?
- # [19:42] * Quits: tommorris (n=tommorri@i-83-67-98-32.freedom2surf.net)
- # [19:49] * Joins: tusho (n=tusho@91.105.96.166)
- # [20:01] * Quits: tusho (n=tusho@91.105.96.166) ("And then-")
- # [20:01] * Quits: myakura (n=myakura@p1216-ipbf601marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [20:32] <Hixie> Windstoss: once something is in an application cache, all network uses that cache (except online whitelist stuff and fallback stuff)
- # [20:32] <Hixie> Windstoss: and teh cache gets updated every now and then
- # [20:33] <Windstoss> Hixie: Thanks again :)
- # [20:48] * Joins: ROBOd (n=robod@89.122.216.38)
- # [20:50] <hsivonen> I find it sad that extracting Dublin Core is put forward as a GRDDL/profile use case. It doesn't work with all the HTML doc out there that have <title> but no profele
- # [20:50] <hsivonen> profile even
- # [20:50] * Quits: maikmerten (n=maikmert@L81fa.l.pppool.de) (Remote closed the connection)
- # [20:50] * Quits: sverrej (n=sverrej@89.10.27.86) (Read error: 110 (Connection timed out))
- # [20:51] * Joins: sverrej (n=sverrej@89.10.27.86)
- # [21:03] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [21:06] <zcorpan> Hixie: is it possible to see the IP of a user from the admin panel? there's a new spammer "BUYIT"
- # [21:12] * Joins: codedread (n=schiller@c-24-13-43-191.hsd1.il.comcast.net)
- # [21:12] * hsivonen think telling the recipient to run an XSLT program to get at metadata violates the Principle of Least power
- # [21:12] <hsivonen> thinks even
- # [21:12] <gsnedders> Anyone able to look anything up in the OED around?
- # [21:12] <gsnedders> Is pre-existing hyphenated or not?
- # [21:13] * hsivonen would hyphenate 'pre-existing' but not 'cooperative'
- # [21:13] * gsnedders would hyphenate both
- # [21:21] <tndH> it's listed as "pre-existing"
- # [21:23] <gsnedders> tndH: thx
- # [21:28] <hsivonen> can someone explain me hwy the GRDDL/profile approach to serving RDF data to a client doesn't violate this TAG finding: http://www.w3.org/2001/tag/doc/leastPower ?
- # [21:28] <hsivonen> or is the Semantic Web in violation of Architecture, too?
- # [21:32] * gsnedders wouldn't be surprised
- # [21:34] * Joins: Windstoss_ (n=wind@mnhm-590cb808.pool.einsundeins.de)
- # [21:36] * Quits: Kuruma (n=Kuruman@h123-176-107-050.catv01.catv-yokohama.ne.jp) (Read error: 104 (Connection reset by peer))
- # [21:37] * Joins: Kuruma (n=Kuruman@h123-176-107-050.catv01.catv-yokohama.ne.jp)
- # [21:50] * Quits: Kuruma (n=Kuruman@h123-176-107-050.catv01.catv-yokohama.ne.jp) (Read error: 104 (Connection reset by peer))
- # [21:51] * Quits: Windstoss (n=wind@mnhm-590d995e.pool.einsundeins.de) (Read error: 110 (Connection timed out))
- # [21:51] * Joins: Kuruma (n=Kuruman@h123-176-107-050.catv01.catv-yokohama.ne.jp)
- # [21:57] <zcorpan> hmm it might be better to instead of deleting spammers' accounts, just deactivating them; that way both the account name and the email address are effectively banned
- # [22:07] <gsnedders> Something very bizarre is happening.
- # [22:07] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [22:08] * Quits: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Remote closed the connection)
- # [22:14] * weinig is now known as weinig|coffee
- # [22:14] <gsnedders> <h1>foo</h1><section><h1>foo</h1></section>
- # [22:14] <gsnedders> I suppose the second foo being within the first is expected
- # [22:15] <gsnedders> <section><h1>foo</h1></section><h1>bar</h1>
- # [22:15] <gsnedders> foo is a child of bar
- # [22:15] <gsnedders> huh?
- # [22:21] <gsnedders> Hmm. It'd be nice to have a outline view in the live dom viewer
- # [22:29] * Joins: Windstoss (n=wind@mnhm-590cb96e.pool.einsundeins.de)
- # [22:46] * Quits: Windstoss_ (n=wind@mnhm-590cb808.pool.einsundeins.de) (Read error: 110 (Connection timed out))
- # [22:49] * Joins: Windstoss_ (n=wind@mnhm-590d8dd2.pool.einsundeins.de)
- # [23:02] * Joins: Windstoss__ (n=wind@mnhm-590d9cd5.pool.einsundeins.de)
- # [23:03] * Joins: csarven- (n=csarven@dhcp-0-18-f8-35-d5-97.cpe.quickclic.net)
- # [23:07] * Quits: Windstoss (n=wind@mnhm-590cb96e.pool.einsundeins.de) (Read error: 110 (Connection timed out))
- # [23:07] * Joins: othermaciej (n=mjs@c-24-5-43-151.hsd1.ca.comcast.net)
- # [23:10] * Quits: csarven (n=csarven@on-irc.csarven.ca) (Nick collision from services.)
- # [23:10] * csarven- is now known as csarven
- # [23:11] * weinig|coffee is now known as weinig
- # [23:15] * Quits: othermaciej (n=mjs@c-24-5-43-151.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [23:15] * Joins: othermaciej (n=mjs@c-24-5-43-151.hsd1.ca.comcast.net)
- # [23:19] * Quits: Windstoss_ (n=wind@mnhm-590d8dd2.pool.einsundeins.de) (Read error: 113 (No route to host))
- # [23:20] * Joins: john_fallows (n=j_r_fall@c-67-161-55-77.hsd1.ca.comcast.net)
- # [23:27] * Joins: jruderman (n=jruderma@c-67-180-39-55.hsd1.ca.comcast.net)
- # Session Close: Sun Jul 27 00:00:00 2008
The end :)