/irc-logs / w3c / #webapps / 2008-08-20 / end
Options:
- # Session Start: Wed Aug 20 00:00:00 2008
- # Session Ident: #webapps
- # [00:42] * Quits: smaug (chatzilla@91.154.40.217) (Quit: ChatZilla 0.9.83 [Firefox 3.1a1pre/2008072313])
- # [01:00] * Quits: timeless (timeless@65.75.195.122) (Ping timeout)
- # [02:06] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
- # [02:57] * Joins: timeless (timeless@65.75.195.122)
- # [03:19] * Joins: harryl (kcome@58.213.222.253)
- # [03:45] * Joins: harryli (kcome@58.213.216.119)
- # [03:47] * Quits: harryl (kcome@58.213.222.253) (Ping timeout)
- # [03:52] * harryli is now known as kcome
- # [03:52] * kcome is now known as harry
- # [04:13] * Quits: mjs (mjs@17.203.15.161) (Quit: mjs)
- # [08:06] * Joins: mjs (mjs@69.181.42.194)
- # [08:21] * Quits: marcos (marcos@131.181.148.104) (Quit: marcos)
- # [08:43] * Quits: sicking (chatzilla@63.245.220.241) (Ping timeout)
- # [08:43] * Quits: gavin_ (gavin@63.245.208.169) (Connection reset by peer)
- # [08:43] * Joins: gavin_ (gavin@63.245.208.169)
- # [08:43] * Joins: sicking (chatzilla@63.245.220.241)
- # [08:53] * Joins: Sander (svl@86.87.68.167)
- # [08:54] * Quits: mjs (mjs@69.181.42.194) (Quit: mjs)
- # [09:21] * Joins: arve (arve@213.236.208.22)
- # [09:25] * arve notes that he is not too fond of deployment-platform specific requirements
- # [09:30] * Joins: mjs (mjs@69.181.42.194)
- # [10:08] * Joins: marcos (marcos@203.214.89.153)
- # [10:21] * Quits: mjs (mjs@69.181.42.194) (Ping timeout)
- # [10:29] * Joins: mjs (mjs@69.181.42.194)
- # [11:03] <marcos> Timeless, yt?
- # [11:03] <marcos> or Timelyx
- # [11:11] <marcos> Arve, I'm just spec'ing the extraction of zip file entries from the zip archive. The aim of the section is really to define what to do if the device runs out of storage space during decompression. I have a few options on how to spec this.... 1. for each entry in the zip archive, sum up the value of the "uncompressed size" field (gives you the total size uncompressed <- though could be compromised or incorrectly set during compression), compare the sum value
- # [11:11] <marcos> If the sum total is GTE to the amount of space available, abort.
- # [11:12] <arve> that's not really enough
- # [11:12] <marcos> 2. Decompress each file entry progressively. If you run out of space, then abort
- # [11:12] <arve> the problem here is one of block space
- # [11:12] <marcos> yeah, because it could be changed by other processes
- # [11:12] <arve> s/space/size/
- # [11:12] <arve> no
- # [11:12] <marcos> well, there is that too
- # [11:13] <arve> I would leave this as implementation detail
- # [11:14] <marcos> I agree, Timeless raised it as an issue. I was going to ask him if he is ok to leave it as an implementation detail.
- # [11:14] <arve> it is an implementation detail
- # [11:14] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: This computer has gone to sleep)
- # [11:15] <marcos> ok. removed issue from the spec for now.
- # [11:15] <arve> in some cases, the implementation will know beforehand that the extraction will fail, when it knows that uncompressed size>free space
- # [11:15] * Quits: mjs (mjs@69.181.42.194) (Quit: mjs)
- # [11:15] <marcos> yep. I mean, no matter what. It's going to fail.
- # [11:17] <marcos> I will spec, "if widget engine runs out of space, display "EPIC FAIL!" "
- # [11:17] <arve> :D
- # [11:17] <marcos> and a picture of a cat
- # [11:17] <marcos> :D
- # [11:18] <marcos> Do we want the <span> for i18n?
- # [11:22] <gDashiva> What if the picture of the cat is too big?
- # [11:22] <marcos> gDashiva, good point
- # [11:24] <marcos> Adding <span> means rewriting the parsing algorithm
- # [11:25] <marcos> but might not be too much work
- # [11:27] <marcos> Does unicode have built in ltr and rtl markers?
- # [11:30] * Joins: tlr (tlr@128.30.52.30)
- # [11:32] * Joins: Lachy (Lachlan@213.236.208.22)
- # [11:43] <gDashiva> marcos: Yes
- # [11:43] <marcos> i thought so.
- # [11:45] <marcos> I wonder if it sufficient to just rely on them instead of having explicit <span> in the Widget configuration document.
- # [11:46] <marcos> I might take that up with the i18n folks.
- # [12:02] <arve> marcos: http://software.hixie.ch/utilities/cgi/unicode-decoder/character-identifier?keywords=direction
- # [12:03] <arve> there is more, read down http://software.hixie.ch/utilities/cgi/unicode-decoder/character-identifier?keywords=right for some hilarity
- # [12:04] <arve> search for hamza
- # [12:07] <arve> marcos: U+200D and U+200E is what you want, though
- # [12:07] <marcos> cool, thanks!
- # [12:08] <arve> err, 200E and F
- # [12:11] * Quits: harry (kcome@58.213.216.119) (Ping timeout)
- # [12:11] <marcos> Mad, CANADIAN SYLLABICS FINAL RIGHT HALF RING
- # [12:12] <marcos> I wanna put that in my name somehow :P
- # [12:13] <marcos> it be like Marcosᐣ
- # [12:13] <marcos> It's like the nose ring of the typographical world
- # [12:23] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Less talk, more pimp walk.)
- # [12:28] <arve> however, do not ever mistake me for an authority on Unicode
- # [12:29] <marcos> no probs
- # [12:33] * Joins: shepazu (schepers@128.30.52.30)
- # [12:35] * Joins: ArtB (ce846302@128.30.52.43)
- # [13:04] * ArtB is now known as ArtB_
- # [13:06] * Quits: shepazu (schepers@128.30.52.30) (Ping timeout)
- # [13:17] <arve> Turin long term forecast is promising
- # [13:17] <arve> http://www.yr.no/place/Italy/Piedmont/Torino/long.html
- # [13:27] * Quits: marcos (marcos@203.214.89.153) (Ping timeout)
- # [13:29] <arve> ArtB_: yt?
- # [13:33] * Joins: marcos (marcos@203.206.255.234)
- # [13:35] <ArtB_> arve, I'm multiplexing ATM, what's up?
- # [13:35] <arve> the OMTP requirements, are they published by OMTP yet?
- # [13:36] <ArtB_> I recall one of the OMTP people saying they were going to publish (to the Public) some docs RSN, but AFAIK, they haven't done so
- # [13:37] <ArtB_> http://www.omtp.org/Bondi/PublicDraft.aspx
- # [13:37] <arve> thanks
- # [13:38] * Quits: Lachy (Lachlan@213.236.208.22) (Client exited)
- # [13:38] * Joins: Lachy (Lachlan@213.236.208.22)
- # [13:38] * Joins: marcos_ (marcos@203.206.255.234)
- # [13:38] <arve> ArtB_: there is no license text attached to that, or IPR waiver on the web page
- # [13:39] <arve> downloading from there may not be acceptable
- # [13:39] <ArtB_> I agree
- # [13:40] <arve> there was more than a little controversy around microsoft's input in a similar situation just a few little months ago
- # [13:40] * Quits: marcos (marcos@203.206.255.234) (Ping timeout)
- # [13:41] <ArtB_> the two docs OMTP submitted to WebApps are basically "on hold" pending a clarification on the contributors to the doc
- # [13:41] <ArtB_> it appears those two docs are also available at http://www.omtp.org/Bondi/PublicDraft.aspx
- # [13:42] <arve> yes, but without a proper legal framework, they're unreadable to most
- # [13:53] * Quits: marcos_ (marcos@203.206.255.234) (Quit: marcos_)
- # [14:52] <timeless> hello world
- # [14:52] * timeless frowns
- # [14:52] <timeless> how much time do i have?
- # [14:52] <timeless> or have i messed up?
- # [14:53] <timeless> (again)
- # [14:54] * Joins: smaug (chatzilla@91.154.40.217)
- # [14:54] * ArtB_ wonders if timeless knows about http://www.timeanddate.com/worldclock/
- # [14:54] <timeless> in theory
- # [14:54] <timeless> in practice i have bigger problems
- # [14:54] <timeless> like i can't read 16:00 and understand if that means 6 or 4 pm :)
- # [14:54] <timeless> time's hard for me :)
- # [14:55] <timeless> me is timeless ....
- # [14:55] <ArtB_> perhaps you spend a couple of years in the Army :)
- # [14:55] <timeless> .me is timeless ....
- # [14:55] * timeless sighs
- # [14:55] * timeless is timeless ....
- # [14:55] <timeless> there we go!
- # [14:59] * Quits: arve (arve@213.236.208.22) (Quit: Leaving)
- # [15:20] * Joins: shepazu (schepers@128.30.52.30)
- # [15:28] * Quits: shepazu (schepers@128.30.52.30) (Ping timeout)
- # [16:01] * Joins: harry (kcome@58.213.216.119)
- # [16:03] * ArtB_ is now known as ArtB
- # [16:13] <timeless> ok, so the thing bart wrote about is for tomorrow...
- # [17:02] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: This computer has gone to sleep)
- # [17:19] * Joins: Lachy (Lachlan@85.196.122.246)
- # [17:33] * Quits: harry (kcome@58.213.216.119) (Ping timeout)
- # [17:55] * Joins: arve (arve@80.202.65.163)
- # [17:56] * Joins: heycam (cam@88.128.84.193)
- # [17:59] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [18:01] * Quits: heycam (cam@88.128.84.193) (Ping timeout)
- # [18:07] * Joins: heycam (cam@88.128.84.193)
- # [18:09] * Joins: harry (kcome@58.212.36.237)
- # [18:57] * Quits: heycam (cam@88.128.84.193) (Ping timeout)
- # [19:04] * Quits: harry (kcome@58.212.36.237) (Ping timeout)
- # [19:36] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: This computer has gone to sleep)
- # [20:10] * Joins: mjs (mjs@69.181.42.194)
- # [20:27] * Joins: Lachy (Lachlan@85.196.122.246)
- # [20:28] * Joins: Travis (836b0067@128.30.52.43)
- # [20:37] <Travis> Is the DOM Events telecon on for today (Aug 20, 2008)?
- # [20:49] * Joins: gDashiva_ (magnusrk@195.18.164.170)
- # [20:50] * Quits: arve (arve@80.202.65.163) (Quit: Leaving)
- # [20:50] * Quits: gDashiva (magnusrk@195.18.164.170) (Connection reset by peer)
- # [21:07] * Quits: mjs (mjs@69.181.42.194) (Quit: mjs)
- # [21:42] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
- # [22:32] * Quits: ArtB (ce846302@128.30.52.43) (Quit: CGI:IRC)
- # [22:39] <timeless> i didn't see any mention of it
- # [22:40] <smaug> Travis: I think shepazu is away for few weeks
- # [22:40] <smaug> check the previous Minutes
- # [22:43] * Joins: tlr (tlr@128.30.52.30)
- # [22:53] <MikeSmith> Travis, smaug - Doug's at an SVG WG f2f and SVG Open conference this week
- # [23:14] * Quits: tlr (tlr@128.30.52.30) (Quit: nacht!)
- # [23:14] * Joins: tlr (tlr@128.30.52.30)
- # [23:14] * Quits: tlr (tlr@128.30.52.30) (Client exited)
- # [23:42] * Joins: shepazu (schepers@128.30.52.30)
- # [23:44] * Quits: smaug (chatzilla@91.154.40.217) (Quit: ChatZilla 0.9.83 [Firefox 3.1a1pre/2008072313])
- # Session Close: Thu Aug 21 00:00:00 2008
The end :)