Options:
- # Session Start: Fri Aug 26 00:00:00 2011
- # Session Ident: #whatwg
- # [00:00] <roc> jamesr_: "it just doesn't compare to native code, and the fancy things "real" compression algorithms do" is not really true now
- # [00:01] <jamesr_> depends on your browser
- # [00:01] <jamesr_> and what threading model you want
- # [00:02] * Joins: KillerX_ (~anant@34.198.247.173.mozilla-sfo1.web-pass.com)
- # [00:02] <roc> browsers that support WebGL tend to have modern JS engines with typed arrays and specialization that works well for tight bit-banging loops
- # [00:02] <roc> however, using UTF-8 that way is a cool idea anyway
- # [00:05] * Quits: KillerX (~anant@34.198.247.173.mozilla-sfo1.web-pass.com) (Ping timeout: 258 seconds)
- # [00:05] * KillerX_ is now known as KillerX
- # [00:05] * Joins: nessy (~Adium@124-168-52-143.dyn.iinet.net.au)
- # [00:06] * Quits: timeless (d04149cb@firefox/developer/timeless) (Quit: Page closed)
- # [00:07] * Joins: timeless (d04149cb@firefox/developer/timeless)
- # [00:07] <TabAtkins> smaug____: Alex has retracted his suggestion for this particular API. In general, though, many people reach for an API when they should be doing an <input>.
- # [00:08] <TabAtkins> smaug____: Like DAP's Contacts API, or even Geolocation.
- # [00:08] <smaug____> doing <input> ?
- # [00:08] <smaug____> huh
- # [00:09] <TabAtkins> <input type=contacts>, for example.
- # [00:09] * Joins: davidb (~davidb@bas4-kitchener06-1128762076.dsl.bell.ca)
- # [00:09] <smaug____> fortunately speech is not going to be bound specifically to input or other form elements
- # [00:10] <smaug____> <input type=contact> would make sense, if it would read data from "contacts"
- # [00:11] <TabAtkins> Yes, exactly.
- # [00:11] <smaug____> but it would be type=contact
- # [00:11] <TabAtkins> Which would be provided by your phone, or by telling your browser that Google manages your contacts, or whatever.
- # [00:11] <smaug____> not contacts
- # [00:11] <timeless> that's being done by dap
- # [00:11] * timeless hopes
- # [00:11] <TabAtkins> timeless: No, DAP is doing some pure-API thing.
- # [00:11] <TabAtkins> Maybe they're switching over? I dunno.
- # [00:12] <smaug____> but there are other use cases for API
- # [00:12] * Quits: davidb (~davidb@bas4-kitchener06-1128762076.dsl.bell.ca) (Client Quit)
- # [00:12] <timeless> well, ideally whatever work is done by dap would be leveragable//
- # [00:12] <smaug____> the type="contact" would be just an autocomplete like thing
- # [00:14] * Quits: stefan-__ (~music@hiwi0.wi2.uni-trier.de) (Remote host closed the connection)
- # [00:14] * Joins: mpt (~mpt@canonical/mpt)
- # [00:15] <smaug____> binding geolocation to input element would be rather silly
- # [00:15] <timeless> well
- # [00:15] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-axvkkmgckgznvifn)
- # [00:15] <timeless> <input type=location> or <input type=address>
- # [00:15] <timeless> is perfectly reasonable
- # [00:15] <TabAtkins> Exactly.
- # [00:15] <timeless> but it's much better if your UA can bring up a map
- # [00:16] <timeless> or let you retrieve an address from your contacts
- # [00:16] <timeless> the Mozilla GeoLocation impl and its owners are incredibly annoying here
- # [00:16] <TabAtkins> These are, of course, perfectly fine options for an <input>'s UI.
- # [00:16] <timeless> as are the other vendors
- # [00:16] <timeless> "We don't want to standardize on an api to do this"
- # [00:16] * Quits: dydx (~dydz@173-164-128-209-SFBA.hfc.comcastbusiness.net) (Quit: dydx)
- # [00:16] <timeless> but it's stupid and wrong
- # [00:16] <smaug____> if <input type=location> uses geolocation in the background, that is implementation detail
- # [00:17] <timeless> if the design of geolocation wasn't "I need to spy on the user's location"
- # [00:17] <timeless> but instead "I'd like a location from the user, any will do"
- # [00:17] <timeless> And UAs happened to have "convert CurrentLocation" as an option in addition to
- # [00:17] <timeless> "enter from contact"
- # [00:17] <timeless> and "select from map"
- # [00:17] <timeless> but no,
- # [00:17] * timeless sighs
- # [00:17] * timeless curses Nokia
- # [00:18] <timeless> (it's all their fault that I wasn't allowed at that table when the standard was written)
- # [00:18] <TabAtkins> You've got it exactly, timeless. Getting a location/address is a useful thing to have, and to submit in a form. Where you get that (current loc, manually entered, chosen from a map) is a UI issue.
- # [00:18] <timeless> thank you!
- # [00:18] <Hixie> no reason the geo api can't return arbitrary locations too
- # [00:18] <timeless> but note that sadly vendors need to be encouraged to do right by users
- # [00:18] <timeless> Hixie: true
- # [00:18] <timeless> except that vendors suck here
- # [00:18] <timeless> and are lazy
- # [00:18] <timeless> and don't want to ship that by default
- # [00:18] <timeless> and aren't competing to be good to their users
- # [00:18] <timeless> so we're stuck w/ privacy invasion only
- # [00:19] <TabAtkins> Hixie: Problem is that, with the script-driven API, you're stuck with either smuggling some options into the permissions dialog, or popping up an intrusive dialog whenever the script makes a request.
- # [00:19] <timeless> and the vendors say "oh, you can get a [crappy] addon which [hand-waving] will let you do that"
- # [00:19] <TabAtkins> An <input> lets the dialog be user-driven.
- # [00:19] <timeless> and yes, i've tried the Opera thing
- # [00:19] * Joins: MikeSmith_ (~MikeSmith@EM114-48-200-49.pool.e-mobile.ne.jp)
- # [00:19] <timeless> it's crappy
- # [00:19] * Quits: zcorpan (~zcorpan@c-229ee355.410-6-64736c14.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [00:19] <timeless> it didn't really work
- # [00:19] <timeless> and i did try to send feedback
- # [00:19] <timeless> and i've looked at the mozilla impl
- # [00:19] <timeless> (repeatedly!)
- # [00:19] <Hixie> TabAtkins: doesn't have to be intrusive
- # [00:19] <timeless> and it is *not* friendly
- # [00:20] <smaug____> <input type="location"> should definitely ask permission if it was filled automatically
- # [00:20] <Hixie> TabAtkins: just drop down an infobar that says "what location do you wish to report to the page? ((current location)) (pick from map) (old location v) (none)"
- # [00:20] <timeless> smaug____: it shouldn't fill in automatically
- # [00:20] <timeless> you just get a thing with a bunch of buttons
- # [00:20] <timeless> a map, an addressbook, and a location icon
- # [00:20] <smaug____> timeless: well, then it is just an implementation detail
- # [00:20] <timeless> if you click the location icon, it fills it in
- # [00:21] <timeless> smaug____: not exactly
- # [00:21] <timeless> unimplemented details don't help users
- # [00:21] <timeless> the precise ui is an implementation detail
- # [00:21] * Joins: zcorpan (~zcorpan@c-229ee355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [00:21] <timeless> but requirements to let the user select an arbitrary location
- # [00:21] <timeless> should be *requirements*
- # [00:21] <timeless> instead of
- # [00:21] <timeless> [hand waving]
- # [00:21] * Quits: Morphous (jan@unaffiliated/amorphous) (Ping timeout: 252 seconds)
- # [00:22] <timeless> done right, the UAs would have competed to get decent UE for this stuff
- # [00:22] * Quits: MikeSmith (~MikeSmith@EM1-112-136-246.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [00:22] * MikeSmith_ is now known as MikeSmith
- # [00:22] <timeless> and we'd probably have had a *better* system that didn't require permission dialogs at all
- # [00:22] <timeless> since the users could just select a point from a map
- # [00:22] <timeless> e.g. Paris
- # [00:22] <smaug____> so, I haven't seen any reasons to bind geolocation to input, but have better UIs in the browsers
- # [00:22] <zewt> specs should specify the apis, they shouldn't try to require UI features for users
- # [00:22] <timeless> zewt: do
- # [00:23] <timeless> so...
- # [00:23] <TabAtkins> smaug____: Location is manifestly a potentially useful thing to submit in forms.
- # [00:23] <timeless> an API which only allows for privacy invasion
- # [00:23] <timeless> is not a good thing
- # [00:23] * Quits: robman (~robman@eth4584.nsw.adsl.internode.on.net) (Quit: Leaving)
- # [00:23] <timeless> and a claim that "oh, in theory, someone could lie"
- # [00:23] <timeless> doesn't help if no one implements it
- # [00:23] <timeless> and it certainly doesn't help if the api suggests "or you can just abort"
- # [00:23] <TabAtkins> You could use the scripted API and fill a hidden input, but why do that when you can instead just make an <input> type and script at that?
- # [00:23] <zewt> sure, and specs should note "there are privacy concerns here and UAs should consider them", and perhaps advise on how, but not try to specify how
- # [00:23] <timeless> which results in sites discriminating and doing other stupid things
- # [00:24] <timeless> zewt: right, i'm not saying specify how
- # [00:24] <TabAtkins> In other words, when gathering information from the user, the impetus should be to justify why it *shouldn't* be a new input type.
- # [00:24] <timeless> whether it's an input field, or a map, or contacts is an implementation detail
- # [00:24] <timeless> but requiring that the user be able to enter another value isn't a bad thing
- # [00:24] <timeless> if a ui doesn't have a keyboard, it can offer the users a couple of random values
- # [00:24] <timeless> that's still valid
- # [00:24] <timeless> and it would still help users
- # [00:25] * Quits: nigelb (~nigel@ubuntu/member/nigelb) (Read error: Operation timed out)
- # [00:25] <timeless> <input type=location onchange=doSomething()>
- # [00:25] <smaug____> still, only about UI. Nothing requiring geolocation or similar.
- # [00:25] * Joins: nigelb (~nigel@ubuntu/member/nigelb)
- # [00:25] * timeless fails to parse that
- # [00:26] <smaug____> browser could know the location in other ways than using geolocation
- # [00:27] <timeless> right
- # [00:27] <zewt> i don't generally think specs trying to require user-facing, non-api-facing features seems very useful; if i was an implementor i'd deem that out of scope for the spec and ignore it (except informationally, of course--i'd treat it as a note)
- # [00:27] <timeless> but unfortunate the geolocation api was designed to be a geolocation api
- # [00:27] <timeless> instead of a location api
- # [00:27] <timeless> which is a bug
- # [00:27] <timeless> (that was standardized!)
- # [00:27] <smaug____> so saying that type="location" has something to do with geolocation is just an implementation detail
- # [00:27] <zewt> if it's not useful enough to implement on my (implementor's) own, it'd be surprising if demanding it in the spec would change that
- # [00:28] <timeless> smaug____: which is fine with us
- # [00:28] <smaug____> timeless: ah, you just want different API
- # [00:28] <smaug____> you have different use cases
- # [00:28] <timeless> smaug____: i want a different outlook
- # [00:28] <timeless> my use cases are privacy first
- # [00:28] <timeless> and being able to plan for where i'll be
- # [00:28] <timeless> or help someone remotely
- # [00:28] <timeless> or ...
- # [00:28] <timeless> but still be able to use geolocation services
- # [00:28] <timeless> nothing prevented geolocation from working well using <input type=location>
- # [00:28] <smaug____> nothing prevents that now
- # [00:28] <timeless> and nothing prevents users from being able to use it for lots of other things
- # [00:29] <timeless> sure things do
- # [00:29] <TabAtkins> Even ignoring privacy, the ability to get a location from the user (not their current, just a chosen loc) is really useful for, say, timezone calculations.
- # [00:29] <timeless> none of the browsers did anything friendly for users
- # [00:29] <timeless> and none of them will
- # [00:29] <TabAtkins> "I'm going to be HERE, what's the time?"
- # [00:29] <zewt> TabAtkins: i hate timezones to death
- # [00:29] <timeless> i'll give you 100 bucks if one does by march
- # [00:29] <smaug____> why not?
- # [00:29] <zewt> just throwing that out there
- # [00:29] <timeless> (and 50 bucks if one does by july)
- # [00:29] <smaug____> timeless: just write a spec for type="location"
- # [00:29] * Parts: zcorpan (~zcorpan@c-229ee355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [00:29] <TabAtkins> zewt: Preach it. If Swatch hadn't screwed up the zero point on their beats I'd be using them.
- # [00:30] <timeless> heh
- # [00:30] <timeless> smaug____: would you get it implemented in gecko if i wrote the spec?
- # [00:30] <timeless> (or webkit, i'm not picky)
- # [00:31] <smaug____> possibly
- # [00:31] <timeless> (and would you help get the geolocation api deprecated?)
- # [00:31] <smaug____> depends on the quality of the spec ;)
- # [00:31] <smaug____> why should we deprecate geolocation API?
- # [00:31] <smaug____> it has different use cases
- # [00:31] <timeless> not really
- # [00:32] <zewt> yeah deprecate a widely deployed, heavily used API, great idea heh
- # [00:32] <smaug____> using geolocation web app can query the location, type="location" requires user to actively give the location to web app
- # [00:32] <timeless> it doesn't
- # [00:32] <smaug____> huh
- # [00:32] <timeless> the input could easily let the user say `update location as i move`
- # [00:33] <timeless> see my example above
- # [00:33] <smaug____> huh
- # [00:33] <timeless> <input type=location onchange=doSomething()>
- # [00:33] <smaug____> terrible
- # [00:33] <timeless> what's terrible about that?
- # [00:33] <smaug____> so each web app should depend on the UI <input type="location"> happens to have
- # [00:33] <Philip`> TabAtkins: I'd expect timezone location-selection would need a specialist UI, because you might be selecting a point near a timezone boundary, in which case you need to be made aware that you're near the boundary and that you need to be very precise in your location
- # [00:34] <Philip`> whereas if you're somewhere near the middle of a timezone then you don't need to bother with that precision
- # [00:34] * Joins: benjoffe (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au)
- # [00:34] <TabAtkins> Philip`: Sure, it was just an example off the top of my head.
- # [00:34] * Quits: rniwa (~rniwa@66.207.208.98) (Quit: rniwa)
- # [00:34] <timeless> timezones are disasters :)
- # [00:34] <timeless> did you guys install MS's recent time zone update?
- # [00:34] <Philip`> so the UI ought to be giving you feedback instead of being a fully general one
- # [00:34] <TabAtkins> timeless: Was it an auto-update?
- # [00:34] <timeless> http://support.microsoft.com/kb/2570791
- # [00:34] <timeless> it was pushed by Windows Update, yeah
- # [00:34] <zewt> well, there should be a way to query the timezone from the system, very rarely should it be needed to nag the user about it
- # [00:35] <zewt> but ... timezones are tricky, heh
- # [00:35] <timeless> zewt: err
- # [00:35] <zewt> stupid 1/2 (and even a couple 1/4th) timezones D:
- # [00:35] <timeless> privacy violation
- # [00:35] <zewt> zzz
- # [00:35] <zewt> ask people who want to be asked
- # [00:35] <timeless> it should be possible to ask the system to show a time in the user's timezone
- # [00:35] <timeless> or in some other time zone
- # [00:35] <timeless> but it really isn't ok to automatically retrieve the user's time zone
- # [00:36] <timeless> (plus, it's not necessarily accurate)
- # [00:36] <zewt> that's at the level where maybe browsers should have a "paranoid" mode where they ask about it, but 98% of users don't care and don't need to
- # [00:36] <timeless> <input type=timezone>
- # [00:36] * Joins: benjoffe_ (~benjoffe_@120.155.121.55)
- # [00:36] <TabAtkins> I am all for adding a dozen new inputs.
- # [00:36] <Philip`> zewt: Can't you determine the user's timezone already from Date().toString() ?
- # [00:36] <TabAtkins> inputs are great.
- # [00:36] <timeless> the value can be colored in gray with the current value with a way for the user to accept that value
- # [00:37] <zewt> is the timezone in that standardized?
- # [00:37] <timeless> Philip`: if the JS system is good enough and the os is good enough
- # [00:37] <timeless> kinda
- # [00:37] <timeless> but one or the other is typically not good enough for 100% :)
- # [00:37] <zewt> i guess it must be
- # [00:37] * Joins: Morphous (jan@unaffiliated/amorphous)
- # [00:37] * timeless has read the edge cases there for gecko fwiw, they exist
- # [00:38] <zewt> heh i wonder if chrome's paranoia mode hides that
- # [00:38] * Joins: rniwa (~rniwa@66.207.208.98)
- # [00:38] <TabAtkins> I doubt it.
- # [00:38] <zewt> nope
- # [00:38] <timeless> note that you can't necessarily determine if a user will switch in and out of DST
- # [00:38] <timeless> and certainly not necessarily when
- # [00:38] * Quits: benjoffe (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au) (Ping timeout: 258 seconds)
- # [00:38] <timeless> knowing someone is in +x doesn't tell you about transitions
- # [00:39] * Quits: rniwa (~rniwa@66.207.208.98) (Client Quit)
- # [00:39] <timeless> and it also won't tell you if the computer they're using has correct transition info :)
- # [00:39] <zewt> the format is "GMT-0400 (Eastern Daylight Time)"--something I'm not sure is whether the string "Eastern Daylight Time" is a standardized string that can be mapped to a timezone db, or if it's ad hoc and unreliable
- # [00:39] <zewt> because GMT-0400 doesn't tell you the timezone, it only tells you the offset in the user's timezone currently
- # [00:40] <zewt> stupid Arizona
- # [00:41] <timeless> Thu Aug 25 2011 18:36:01 GMT-0400 (US Eastern Daylight Time)
- # [00:41] <TabAtkins> The current time is Na, in base-60 minutes since UTC midnight.
- # [00:41] <timeless> Thu Aug 25 2011 18:36:23 GMT-0400 (Eastern Daylight Time)
- # [00:41] <zewt> yeah, that limits the usefulness of that for anything nontrivial
- # [00:41] <timeless> both of those times are from Chrome
- # [00:41] <timeless> anyone want to guess what the difference is?
- # [00:41] <zewt> guessing regional
- # [00:41] * Quits: benjoffe_ (~benjoffe_@120.155.121.55) (Read error: Connection reset by peer)
- # [00:41] <zewt> we don't say "US EDT" in the US
- # [00:41] <timeless> pick a region? :)
- # [00:42] <zewt> since we're the US, damn it!
- # [00:42] <timeless> so guess the region?
- # [00:42] <zewt> why? heh
- # [00:42] <timeless> it's Indiana fwiw
- # [00:42] <timeless> are you saying that isn't in the US? :)
- # [00:42] <Hixie> AryehGregor: http://www.w3.org/Bugs/Public/show_bug.cgi?id=13424
- # [00:42] <TabAtkins> zewt: http://www.xanthir.com/time-manifesto.php
- # [00:42] * Quits: cpearce (~chatzilla@ip-118-90-47-4.xdsl.xnet.co.nz) (Ping timeout: 258 seconds)
- # [00:43] <timeless> Thu Aug 25 18:38:00 2011
- # [00:43] <timeless> is IE9 fwiw :)
- # [00:43] <Hixie> AryehGregor: if you're ok with moving the definitions to your spec, please mention in the spec which sections i should remove from the html spec
- # [00:44] <zewt> we can't even avoid streets having different names across town boundaries, short of a global dictatorship we'll never see a rational timezone system, heh
- # [00:45] <timeless> so, afaict IE has decided to
- # [00:45] <timeless> btw, there are more than 4 timezones for the US :)
- # [00:46] <timeless> ignoring Indiana
- # [00:46] <zewt> well, it's still giving local time, and (if the user's clock isn't wrong) you can figure out the GMT offset from that
- # [00:46] <Philip`> Does it do the same for 'new Date().toLocaleString()'?
- # [00:47] <timeless> Philip`: that gets me a bing search
- # [00:47] <TabAtkins> timeless: Continental US!
- # [00:47] <timeless> TabAtkins: aww
- # [00:47] <timeless> Alaska excluded?
- # [00:47] <timeless> (it's on the contintent!)
- # [00:48] <timeless> I think you're looking for `lower 48+dc` fwiw :)
- # [00:49] <TabAtkins> Is Alaska usually included when you say "continental US"? I thought that term usually meant lower 48+dc.
- # [00:49] * Joins: cooto (~Adium@pc-69-123-161-190.cm.vtr.net)
- # [00:49] <timeless> http://en.wikipedia.org/wiki/Contiguous_United_States#Continental_United_States
- # [00:49] <timeless> Because Alaska is also on the North American continent, the term continental United States, if interpreted literally, should also include that state,[7] so the term is sometimes qualified with the explicit inclusion or exclusion of Alaska to resolve any ambiguity.[8][3][9][10][11]
- # [00:49] <zewt> if something says "shipping only to continental US" that usually excludes alaska
- # [00:49] <timeless> they usually explicitly note they exclude it though
- # [00:50] <timeless> note sure if that's 8, 3, 9, 10, or 11 :)
- # [00:50] <timeless> s/note/not/
- # [00:50] * Parts: cooto (~Adium@pc-69-123-161-190.cm.vtr.net)
- # [00:50] <zewt> heh
- # [00:50] * timeless has no idea why 3 is after 8
- # [00:50] <zewt> i use stylish to hide footnotes on wikipedia
- # [00:50] <Hixie> anyone familiar with rniwa's undomanager stuff?
- # [00:50] <zewt> there are *way* too many of them on a lot of pages, to the point where it's distracting
- # [00:50] <Hixie> should i be removing window.onundo and window.onredo?
- # [00:50] <Hixie> i don't see it mentioned in the proposal
- # [00:50] <timeless> The term was in use prior to the admission of Alaska and Hawaii as states of the United States, and at that time usually excluded outlying territories of the U.S.[12][13] However, even before Alaska became a state, it was sometimes included within the "Continental US".[14]
- # [00:51] <timeless> anyway, `contiguous` is usually the word you want
- # [00:51] <smaug____> Hixie: I think he and ehsan and others were discussing about undomanager yesterday or today
- # [00:51] <timeless> > The term lower 48 may or may not include the District of Columbia (which is not part of any of the 48 states). The National Geographic style guide recommends the use of contiguous or conterminous United States instead of lower 48 when the 48 states are meant, unless used in the context of Alaska.[17] Otherwise it is avoided as a misnomer, because all the major islands of Hawaii are farther south than the most southern point of the continenta
- # [00:51] <Hixie> yeah, they had a meeting up in the canadian lands
- # [00:51] <smaug____> I hope they'll report something
- # [00:51] <zewt> ugh nvidia installed two plugins into firefox without permission
- # [00:52] <timeless> they were meting today
- # [00:52] <timeless> s/met/meet/
- # [00:52] <timeless> zewt: you using ff9?
- # [00:52] <timeless> if so, it probably told you when you started..
- # [00:52] <zewt> 6
- # [00:52] <timeless> change to 9
- # [00:52] <timeless> you'll get a dialog complaining about added addons/plugins
- # [00:52] <zewt> i'll pass on non-production builds of my primary browser, heh
- # [00:53] * timeless is using 9.0a1 2011-08-25
- # [00:53] * Quits: chayin (~quassel@61.14.141.36) (Read error: Connection reset by peer)
- # [00:53] <timeless> or "Nightly is up to date" as Asa would want me to say if i visited the about screen
- # [00:53] <timeless> it's fine as long as you're happy w/ losing your irc logs every day
- # [00:54] * Joins: chayin (~quassel@61.14.141.36)
- # [00:54] * Quits: KillerX (~anant@34.198.247.173.mozilla-sfo1.web-pass.com) (Quit: KillerX)
- # [00:54] <zewt> if firefox started deleting mirc logs i'd be concerned :)
- # [00:55] <timeless> you clearly haven't bought into B2G
- # [00:55] * timeless is using webchat.freenode.net ..
- # [00:56] * nimbu thanks whoever uploaded the styles to whatwg blog theme
- # [00:58] * Quits: J_Voracek (~J_Voracek@71.21.195.70) (Ping timeout: 240 seconds)
- # [00:59] <timeless> can someone remind me how <cite> works?
- # [00:59] <timeless> http://www.whatwg.org/specs/web-apps/current-work/multipage/content-models.html#wai-aria
- # [00:59] <timeless> has a <cite> tag...
- # [00:59] * Joins: boogyman (~boogy@unaffiliated/boogyman)
- # [00:59] <karlcow> cite is the reference of the Work
- # [01:00] <Hixie> timeless: <cite> means "title of work"
- # [01:00] <timeless> karlcow: nope
- # [01:00] <Hixie> timeless: insofar as how it works in browsers, it works the same as <i>, more or less
- # [01:00] <timeless> Hixie provided the correct answer
- # [01:00] <karlcow> <cite>Gone With The Wind</cite>
- # [01:00] <timeless> (of course, since he wrote the spec, that isn't surprising)
- # [01:00] <karlcow> huh?
- # [01:00] <Hixie> heh
- # [01:00] <karlcow> we both gave the same answer
- # [01:00] <timeless> no
- # [01:00] * Joins: benjoffe (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au)
- # [01:01] * karlcow is scratching his head
- # [01:01] * timeless is looking for a style guide name
- # [01:01] <timeless> but roughly a "reference" to a work as in http://honolulu.hawaii.edu/legacylib/mlahcc.html would include more than the work title
- # [01:02] <timeless> it tends to include an author and a date
- # [01:03] <timeless> > The cite element is obviously a key part of any citation in a bibliography, but it is only used to mark the title: <p><cite>Universal Declaration of Human Rights</cite>, United Nations, December 1948. Adopted by General Assembly resolution 217 A (III).</p>
- # [01:03] <karlcow> yup
- # [01:03] <timeless> your definition would have meant the <p> to me
- # [01:03] <timeless> which is what i needed clarified
- # [01:03] <karlcow> ah ok
- # [01:04] * karlcow add to html5 <ref></ref>
- # [01:04] <timeless> sorry for the terse `nope`
- # [01:04] * timeless was blanking on the spelling of MLA
- # [01:04] <timeless> (amongst other problems)
- # [01:04] * timeless wants dinner
- # [01:04] * Quits: othermaciej (~mjs@17.246.17.57) (Quit: othermaciej)
- # [01:05] <nimbu> jgraham: in style.css line 63 (for blog.whatwg.org) there needs to be an overflow: hidden; after the display: block; decl. SRRY I did not notice that.
- # [01:05] <zewt> i wish browsers let me middle-click on form submit buttons to submit into another tab
- # [01:05] <timeless> zewt: what happens if the script does something magical instead? :)
- # [01:05] <karlcow> <ref><cite>title</cite>, <author title="it's here we start to enter into a maze of markup issues">authors list</author>, etc etc etc </ref>
- # [01:05] * Joins: othermaciej (~mjs@17.246.17.57)
- # [01:05] <zewt> the same thing as links that do the same, heh
- # [01:06] <timeless> zewt: e.g. google's instant search
- # [01:06] <timeless> which generally doesn't load a new page at all
- # [01:06] <Philip`> zewt: Ctrl+shift+click seems to open buttons in new tabs in Opera
- # [01:06] <timeless> for pages w/o access to databases or remote resources, you could clone the document tree
- # [01:07] <timeless> but that fails if there's a local database or some similar remote resource
- # [01:07] * timeless curses Greyhound
- # [01:07] <Philip`> (Actually just shift+click)
- # [01:07] <timeless> their serve wouldn't let me have 2 searches open in distinct windows
- # [01:07] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
- # [01:07] * Quits: othermaciej (~mjs@17.246.17.57) (Read error: Connection reset by peer)
- # [01:07] <timeless> it invalidated all but the most recently used one upon submission
- # [01:07] * Joins: othermaciej (~mjs@17.246.17.57)
- # [01:07] <zewt> heh
- # [01:08] <timeless> oh, if you want to truly appreciate greyhound...
- # [01:08] <zewt> the worst is broken crsf stuff that breaks if you ever have more than one form open
- # [01:08] <timeless> load http://greyhound.ca/
- # [01:08] <timeless> enter `toronto` (select the first one) in the origin
- # [01:08] <timeless> enter `albany` (select the first one) in the destination
- # [01:08] <timeless> then search
- # [01:09] <timeless> now go back and try `toronto` (...) and `vancouver`
- # [01:09] <timeless> i tried to describe how broken greyhound.ca was to someone because i experienced the first behavior
- # [01:09] * Quits: benjoffe (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au) (Remote host closed the connection)
- # [01:09] <timeless> but they tried the second set of inputs...
- # [01:10] <timeless> oh darn
- # [01:10] <timeless> it isn't behaving nicely for vancouver
- # [01:10] <timeless> hold
- # [01:10] <timeless> ok, s/vancouver/waterloo/g
- # [01:10] <timeless> go figure
- # [01:11] <timeless> clearly i haven't divined the right rule for when their site breaks
- # [01:11] <timeless> (for waterloo, be sure to pick ON [the second item])
- # [01:12] * Joins: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [01:13] * Joins: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [01:13] <karlcow> timeless: and the worse for me… is that there is no sane way to do the same thing by train
- # [01:13] <timeless> karlcow: i'm actually going from Toronto to Albany
- # [01:14] <timeless> bus is really the best path
- # [01:14] <timeless> i looked at train (sucky schedules)
- # [01:14] <karlcow> unfortunately
- # [01:14] <timeless> and flights (1000cur)
- # [01:14] <karlcow> yup
- # [01:14] <karlcow> trains are slow and expensive in Canada :/
- # [01:14] <timeless> i presume you got the message from your browser?
- # [01:15] <karlcow> from Montreal to NY the only reasonable way is to take a plane
- # [01:15] <timeless> (if you're using firefox, you got *my* message actually...)
- # [01:15] <timeless> (since i wrote it)
- # [01:15] <timeless> driving shouldn't be bad
- # [01:15] * timeless doesn't have a license
- # [01:15] <timeless> my path (toronto/albany) would be pretty good by car
- # [01:15] <timeless> scenic, etc
- # [01:16] * karlcow is missing train transportation in Japan and Europe :)
- # [01:18] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Read error: Connection reset by peer)
- # [01:19] * Joins: boogyman (~boogy@unaffiliated/boogyman)
- # [01:19] <timeless> karlcow: can you drive from montreal to plattsburg?
- # [01:19] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Client Quit)
- # [01:19] <timeless> 68 Adirondack Departs: 12:35 PM Wed Sep 07 2011 Plattsburgh, NY (PLB) Arrives: 8:40 PM Wed Sep 07 2011 New York, NY - Penn Station (NYP) Duration: 8 hr, 5 min
- # [01:20] <timeless> not terrible
- # [01:20] <timeless> oh, 62USD
- # [01:20] <karlcow> 8h… :) awful
- # [01:21] * Quits: homata__ (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [01:21] <karlcow> 507 km. should be taking max 1h30 to 2h.
- # [01:23] * Quits: nessy (~Adium@124-168-52-143.dyn.iinet.net.au) (Quit: Leaving.)
- # [01:23] <timeless> google maps says it's a 5hour drive
- # [01:24] * Joins: jacobolu_ (~jacobolus@adsl-99-35-225-42.dsl.pltn13.sbcglobal.net)
- # [01:25] <karlcow> yup insane. 8h of train…
- # [01:25] <timeless> boston south station to washington d.c. union station is 8 hours/450miles or a 6 1/2hr train ride
- # [01:27] <timeless> wierd
- # [01:27] <timeless> if i start my gmaps trip in montreal, i get KM
- # [01:27] <timeless> if it's us-us i get Mi
- # [01:27] <timeless> (please excuse incorrect abbr's)
- # [01:28] * Quits: jacobolu_ (~jacobolus@adsl-99-35-225-42.dsl.pltn13.sbcglobal.net) (Remote host closed the connection)
- # [01:28] <timeless> note that europe's train system doesn't work perfectly for non major locations
- # [01:28] <timeless> and you can often end up w/ 3 trains
- # [01:28] * Joins: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp)
- # [01:28] <timeless> i think you're looking at roughly trying to get north of switzerland to south of switzerland
- # [01:29] * timeless tries to remember which euro train site didn't suck
- # [01:29] <timeless> http://maps.google.com/maps?q=Stuttgart,+Germany+to+Genova,+Italy&saddr=Stuttgart,+Germany&daddr=Genova,+Italy&hl=en&sll=46.649436,10.524902&sspn=10.181416,23.269043&geocode=FZJH6AIdYRaMACnTj63BNNuZRzHkz5F3HMHVeQ%3BFRaZpQIdZVKIAClpb64h5kPTEjG7Arq1xlP3aQ&vpsrc=0&doflg=ptk&t=h&z=7
- # [01:29] <timeless> for lack of something else to try
- # [01:30] <timeless> Stuttgart Hbf Genova Piazza Principe 25.08.11 05:18 dep 15:42 arr 10:24 4
- # [01:30] <timeless> 10 hours, 4 changes
- # [01:31] <timeless> best is:
- # [01:31] <timeless> Stuttgart Hbf Genova Piazza Principe 25.08.11 07:58 dep 16:42 arr 8:44 2
- # [01:31] <timeless> ~9 hours, 2 changes
- # [01:31] <timeless> so, no, europe isn't wonderful either
- # [01:31] <timeless> you're just used to going from cities which don't have mountains in the way
- # [01:31] <timeless> and which have heavy traffic
- # [01:32] * timeless is happy at those two thrown darts
- # [01:33] <timeless> anyway, that trip is comprable for distance
- # [01:34] * Quits: hasather_ (~hasather_@84.38.144.96) (Remote host closed the connection)
- # [01:34] * Joins: hasather_ (~hasather_@84.38.144.96)
- # [01:35] * Quits: othermaciej (~mjs@17.246.17.57) (Quit: othermaciej)
- # [01:35] * Joins: benjoffe (~benjoffe@nat/yahoo/x-jwdjvxhueslrazaq)
- # [01:35] * Quits: benjoffe (~benjoffe@nat/yahoo/x-jwdjvxhueslrazaq) (Remote host closed the connection)
- # [01:35] <karlcow> paris-lyon, paris-marseille, paris-london, paris-brussels :) like a charm
- # [01:36] * Joins: benjoffe (~benjoffe@nat/yahoo/x-foztbjgnjeraaelm)
- # [01:37] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [01:38] * Quits: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp) (Remote host closed the connection)
- # [01:39] * Quits: nimbu (~Adium@c-24-18-47-160.hsd1.wa.comcast.net) (Remote host closed the connection)
- # [01:45] * Quits: hij1nx (~hij1nx@207.239.107.3) (Quit: hij1nx)
- # [01:46] * Joins: hij1nx (~hij1nx@207.239.107.3)
- # [01:47] * Joins: J_Voracek (~J_Voracek@71.21.195.70)
- # [01:47] * Joins: jacobolus (~jacobolus@adsl-99-35-225-42.dsl.pltn13.sbcglobal.net)
- # [01:48] * Quits: hasather_ (~hasather_@84.38.144.96) (Remote host closed the connection)
- # [01:50] * Quits: hij1nx (~hij1nx@207.239.107.3) (Client Quit)
- # [01:58] * Quits: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Quit: tomasf)
- # [02:02] * Joins: jacobolu_ (~jacobolus@adsl-99-35-225-42.dsl.pltn13.sbcglobal.net)
- # [02:03] * Quits: J_Voracek (~J_Voracek@71.21.195.70) (Ping timeout: 240 seconds)
- # [02:03] * Quits: jacobolus (~jacobolus@adsl-99-35-225-42.dsl.pltn13.sbcglobal.net) (Read error: Connection reset by peer)
- # [02:03] * Quits: erlehmann (~erlehmann@p54910472.dip0.t-ipconnect.de) (Quit: Ex-Chat)
- # [02:04] * Joins: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp)
- # [02:10] * Joins: nattokirai (~nattokira@rtr.mozilla.or.jp)
- # [02:13] * Quits: astearns (~anonymous@192.150.22.5) (Ping timeout: 245 seconds)
- # [02:16] * Joins: J_Voracek (~J_Voracek@71.21.195.70)
- # [02:19] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [02:24] * Joins: davidb_ (~davidb@bas4-kitchener06-1128762076.dsl.bell.ca)
- # [02:28] * Quits: ap (~ap@2620:149:4:401:bc62:e895:419f:fc02) (Quit: ap)
- # [02:30] * Quits: sicking (~chatzilla@nat/mozilla/x-mgaaztjsdpfuibxt) (Ping timeout: 258 seconds)
- # [02:32] * Quits: J_Voracek (~J_Voracek@71.21.195.70) (Ping timeout: 240 seconds)
- # [02:33] * Quits: smaug____ (~chatzilla@a91-154-41-96.elisa-laajakaista.fi) (Ping timeout: 252 seconds)
- # [02:34] * Joins: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [02:36] * Joins: cooto (~Adium@pc-69-123-161-190.cm.vtr.net)
- # [02:41] * Quits: boblet (u1921@gateway/web/irccloud.com/x-onrriubtdhgqucuq)
- # [02:41] * Joins: boblet (u1921@gateway/web/irccloud.com/x-ggbnhcazqzfbpvzd)
- # [02:42] * Quits: davidb_ (~davidb@bas4-kitchener06-1128762076.dsl.bell.ca) (Quit: davidb_)
- # [02:57] * Quits: cooto (~Adium@pc-69-123-161-190.cm.vtr.net) (Quit: Leaving.)
- # [02:58] * Joins: dydx (~dydz@173-164-128-209-SFBA.hfc.comcastbusiness.net)
- # [03:01] * Quits: CvP (~CvP@123.49.23.112) (Quit: [ UPP ] > all)
- # [03:01] * Joins: nimbu (~Adium@c-24-18-47-160.hsd1.wa.comcast.net)
- # [03:06] * Joins: sicking (~chatzilla@nat/mozilla/x-ksobksnufoncdumu)
- # [03:09] * Quits: jacobolu_ (~jacobolus@adsl-99-35-225-42.dsl.pltn13.sbcglobal.net) (Ping timeout: 260 seconds)
- # [03:14] * Joins: jacobolus (~jacobolus@adsl-76-254-49-98.dsl.pltn13.sbcglobal.net)
- # [03:15] * Joins: nessy (~Adium@124-168-52-143.dyn.iinet.net.au)
- # [03:17] * Quits: sicking (~chatzilla@nat/mozilla/x-ksobksnufoncdumu) (Ping timeout: 250 seconds)
- # [03:18] * Joins: nonge (~nonge@p508290E2.dip.t-dialin.net)
- # [03:20] * Quits: ZombieLoffe (~ZombieL@unaffiliated/zombieloffe)
- # [03:26] * Joins: astearns (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net)
- # [03:33] * Quits: jamesr_ (~jamesr@nat/google/x-tnfvvmzvmolzkbih) (Quit: jamesr_)
- # [03:43] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [03:56] * Quits: nimbu (~Adium@c-24-18-47-160.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [04:10] * Joins: nimbu (~Adium@c-24-18-47-160.hsd1.wa.comcast.net)
- # [04:14] * Joins: ezoe (~ezoe@203-140-90-237f1.kyt1.eonet.ne.jp)
- # [04:15] * Quits: chayin (~quassel@61.14.141.36) (Read error: Connection reset by peer)
- # [04:15] * Joins: chayin (~quassel@61.14.141.36)
- # [04:16] * Joins: kendru (kendru@71.20.216.243)
- # [04:17] * Quits: dydx (~dydz@173-164-128-209-SFBA.hfc.comcastbusiness.net) (Quit: dydx)
- # [04:30] * heycam is now known as heycam|away
- # [04:30] * heycam|away is now known as heycam
- # [04:40] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [04:50] * Joins: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net)
- # [04:54] * Joins: roc_ (~chatzilla@60.234.54.74)
- # [04:56] * Quits: roc (~chatzilla@60.234.54.74) (Ping timeout: 252 seconds)
- # [04:56] * roc_ is now known as roc
- # [05:14] * Joins: nonge_ (~nonge@p50829046.dip.t-dialin.net)
- # [05:18] * Quits: nonge (~nonge@p508290E2.dip.t-dialin.net) (Ping timeout: 252 seconds)
- # [05:39] * Joins: meredithas (kendru@71.20.216.243)
- # [05:39] * Quits: kendru (kendru@71.20.216.243) (Read error: Connection reset by peer)
- # [05:48] * Quits: meredithas (kendru@71.20.216.243) (Quit: Leaving)
- # [06:05] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [06:16] * Quits: jacobolus (~jacobolus@adsl-76-254-49-98.dsl.pltn13.sbcglobal.net) (Remote host closed the connection)
- # [06:18] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [06:20] * Joins: MikeSmith_ (~MikeSmith@EM1-112-94-160.pool.e-mobile.ne.jp)
- # [06:23] * Quits: MikeSmith (~MikeSmith@EM114-48-200-49.pool.e-mobile.ne.jp) (Ping timeout: 268 seconds)
- # [06:23] * MikeSmith_ is now known as MikeSmith
- # [06:35] * Quits: payman (~payman@pat.se.opera.com) (Ping timeout: 252 seconds)
- # [06:35] * Joins: payman (~payman@pat.se.opera.com)
- # [06:37] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [07:03] * Joins: rimantas (~rimliu@93.93.57.193)
- # [07:13] * Quits: jochen__ (~jochen@nat/google/x-fanoeigkiyinmepz) (Remote host closed the connection)
- # [07:13] * Joins: jochen__ (~jochen@nat/google/x-bqrofhrkfcqtdktw)
- # [07:15] * heycam is now known as heycam|away
- # [07:17] * Quits: agektmr (~Adium@nat/google/x-flekaccvsbmjmnac) (Quit: Leaving.)
- # [07:38] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [07:42] * Joins: jacobolu_ (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [07:42] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [07:49] * Joins: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de)
- # [07:50] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [07:51] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [07:53] * Joins: Ankheg (~Ankheg@91.224.77.4)
- # [08:11] * Quits: roc (~chatzilla@60.234.54.74) (Ping timeout: 252 seconds)
- # [08:23] * Joins: agektmr (~Adium@67.111.52.130.ptr.us.xo.net)
- # [08:34] * Joins: janv_ (~varga@195.91.87.57)
- # [08:43] * Joins: hta (~hta@4.234.241.83.in-addr.dgcsystems.net)
- # [08:47] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
- # [08:57] * Quits: espadrine (~thaddee_t@acces0095.res.insa-lyon.fr) (Quit: espadrine)
- # [09:03] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (Quit: abarth)
- # [09:07] * Joins: rtuin (~rtuin@dsl-087-195-129-241.solcon.nl)
- # [09:07] * Quits: hta (~hta@4.234.241.83.in-addr.dgcsystems.net) (Ping timeout: 264 seconds)
- # [09:09] * Joins: LBP (~Mirc@pD9EB1A2D.dip0.t-ipconnect.de)
- # [09:13] * Joins: Ms2ger (~Ms2ger@91.181.141.216)
- # [09:19] * Joins: Kellen` (~Kellen@194-17-8-94.customer.telia.com)
- # [09:21] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
- # [09:25] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [09:39] * Joins: MrOpposite (~mropposit@unaffiliated/mropposite)
- # [09:45] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [09:48] * Quits: sicking (~chatzilla@c-98-210-155-80.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [09:53] * Joins: zcorpan (~zcorpan@c-229ee355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [09:53] * Quits: ezoe (~ezoe@203-140-90-237f1.kyt1.eonet.ne.jp) (Ping timeout: 252 seconds)
- # [09:54] * Quits: MrOpposite (~mropposit@unaffiliated/mropposite) (Read error: Connection reset by peer)
- # [09:56] * Quits: agektmr (~Adium@67.111.52.130.ptr.us.xo.net) (Quit: Leaving.)
- # [10:06] * Quits: nattokirai (~nattokira@rtr.mozilla.or.jp) (Quit: nattokirai)
- # [10:18] * Quits: benjoffe (~benjoffe@nat/yahoo/x-foztbjgnjeraaelm) (Remote host closed the connection)
- # [10:26] * dglazkov is now known as dglazkov|away
- # [10:29] * Quits: Ms2ger (~Ms2ger@91.181.141.216) (Read error: No route to host)
- # [10:31] * Quits: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl) (Remote host closed the connection)
- # [10:36] * Joins: danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl)
- # [10:42] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [10:44] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [10:44] * Joins: Necrathex (~nectop@82-170-160-25.ip.telfort.nl)
- # [10:44] * Joins: Ms2ger (~Ms2ger@91.181.110.19)
- # [10:53] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [11:06] * Joins: tomasf (~tom@c-5ed9e555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [11:06] * Joins: smaug____ (~chatzilla@a91-154-41-96.elisa-laajakaista.fi)
- # [11:08] * Joins: ZombieLoffe (~ZombieL@unaffiliated/zombieloffe)
- # [11:11] * Joins: krijn (u2319@gateway/web/irccloud.com/x-yvmuawbotqbdxerq)
- # [11:35] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [11:37] * Quits: Lachy (~Lachy@cm-84.215.59.50.getinternet.no) (Quit: Computer has gone to sleep.)
- # [11:39] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [11:57] * Joins: Lachy (~Lachy@pat-tdc.opera.com)
- # [12:09] * Joins: danj (~danj@s15372200.onlinehome-server.info)
- # [12:09] * Quits: kennyluck (~kennyluck@114-43-126-133.dynamic.hinet.net) (Ping timeout: 258 seconds)
- # [12:10] * Joins: erlehmann (~erlehmann@89.204.153.78)
- # [12:10] * Quits: homata (~homata@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [12:15] * Joins: kennyluck (~kennyluck@114-43-121-60.dynamic.hinet.net)
- # [12:20] * Joins: MikeSmith_ (~MikeSmith@EM1-113-79-36.pool.e-mobile.ne.jp)
- # [12:24] * Quits: MikeSmith (~MikeSmith@EM1-112-94-160.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [12:24] * MikeSmith_ is now known as MikeSmith
- # [12:27] * Joins: zdobersek (~zan@90.157.244.93)
- # [12:45] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Quit: Ex-Chat)
- # [12:45] * Joins: virtuelv (~virtuelv_@pat-tdc.opera.com)
- # [12:47] * Quits: wakaba_ (~wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [12:57] * Quits: Kellen` (~Kellen@194-17-8-94.customer.telia.com) (Remote host closed the connection)
- # [12:57] * Quits: Ankheg (~Ankheg@91.224.77.4) (Ping timeout: 258 seconds)
- # [13:00] * Joins: hta (~hta@162.80-203-220.nextgentel.com)
- # [13:06] * Joins: Ankheg (~Ankheg@91.224.77.4)
- # [13:22] * Quits: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [13:30] * Quits: kennyluck (~kennyluck@114-43-121-60.dynamic.hinet.net) (Quit: kennyluck)
- # [13:46] * Quits: jacobolu_ (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [13:50] * Joins: mokush (~quassel@79.116.66.52)
- # [13:59] * Joins: kennyluck (~kennyluck@114-43-121-60.dynamic.hinet.net)
- # [14:01] * Quits: virtuelv (~virtuelv_@pat-tdc.opera.com) (Quit: Ex-Chat)
- # [14:02] * Joins: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp)
- # [14:13] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [14:26] * Joins: micheil (~micheil@109.231.193.164)
- # [14:29] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Remote host closed the connection)
- # [14:30] * Quits: myakura (~myakura@FL1-49-129-67-216.tky.mesh.ad.jp) (Remote host closed the connection)
- # [14:51] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [14:55] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Quit: Now time for the weather. Tiffany?)
- # [15:04] * Joins: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net)
- # [15:08] * Joins: Rubennnn (~quassel@2a02:348:33:5823::1)
- # [15:10] * Joins: jochen___ (~jochen@nat/google/x-tkidwdodtqblxuim)
- # [15:15] * Quits: rimantas (~rimliu@93.93.57.193) (Quit: Leaving)
- # [15:17] * Quits: hta (~hta@162.80-203-220.nextgentel.com) (Ping timeout: 260 seconds)
- # [15:17] * Quits: jochen__ (~jochen@nat/google/x-bqrofhrkfcqtdktw) (*.net *.split)
- # [15:17] * Quits: Rubennn (~quassel@2a02:348:33:5823::1) (*.net *.split)
- # [15:17] * jochen___ is now known as jochen__
- # [15:17] * Joins: hta (~hta@74.125.121.33)
- # [15:20] * Joins: Kingdutch (~Kingdutch@188.200.149.217)
- # [15:25] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Quit: hij1nx)
- # [15:26] * Joins: benjoffe_ (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au)
- # [15:27] * Joins: ezoe (~ezoe@112-68-244-91f1.kyt1.eonet.ne.jp)
- # [15:32] * Joins: saba (~foo@unaffiliated/saba)
- # [15:36] * Joins: davidb_ (~davidb@66.207.208.98)
- # [15:40] * Quits: zcorpan (~zcorpan@c-229ee355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan)
- # [15:45] * Quits: Ankheg (~Ankheg@91.224.77.4) (Quit: Leaving.)
- # [15:51] * Joins: hasather_ (~hasather_@84.38.144.96)
- # [15:56] * Quits: hasather_ (~hasather_@84.38.144.96) (Ping timeout: 240 seconds)
- # [15:56] * Quits: hta (~hta@74.125.121.33) (Ping timeout: 260 seconds)
- # [16:01] * Joins: jer|afk_ (~jernoble@17.203.12.89)
- # [16:02] * Joins: eric_carlson (~eric@2620:149:4:401:8bc:e54:ca42:e2ee)
- # [16:03] * Joins: chayin_ (~quassel@61.14.141.36)
- # [16:03] * Joins: moo (~quassel@herd37.twinapex.fi)
- # [16:04] * Joins: Peter- (~peter@nishino.lvp-media.com)
- # [16:04] * moo is now known as Guest29901
- # [16:04] * Joins: ben_alman_ (~ben_alman@web126.webfaction.com)
- # [16:05] * Quits: Ms2ger (~Ms2ger@91.181.110.19) (Ping timeout: 245 seconds)
- # [16:05] * Joins: Philip`_ (~philip@zaynar.co.uk)
- # [16:05] * Quits: inimino (~inimino@boshi.inimino.org) (Ping timeout: 240 seconds)
- # [16:06] * Joins: PrgmrBill^ (~PrgmrBill@prgmrbill.com)
- # [16:06] * Quits: Workshiva (~Dashiva@74.125.121.65) (Ping timeout: 240 seconds)
- # [16:06] * Joins: Workmon (~Dashiva@74.125.121.65)
- # [16:06] * Joins: inimino (~inimino@boshi.inimino.org)
- # [16:06] * Quits: jer|afk (~jernoble@17.203.12.89) (Read error: Connection reset by peer)
- # [16:06] * jer|afk_ is now known as jer|afk
- # [16:06] * Quits: ericc|away (~eric@17.203.15.27) (Read error: Connection reset by peer)
- # [16:06] * Quits: ben_alman (~ben_alman@web126.webfaction.com) (Ping timeout: 252 seconds)
- # [16:06] * Quits: chayin (~quassel@61.14.141.36) (Quit: No Ping reply in 180 seconds.)
- # [16:06] * Quits: Peter` (~peter@nishino.lvp-media.com) (Quit: Peter`)
- # [16:06] * Quits: moo-_- (~quassel@herd37.twinapex.fi) (Quit: No Ping reply in 180 seconds.)
- # [16:06] * Quits: Philip` (~philip@zaynar.co.uk) (Ping timeout: 252 seconds)
- # [16:06] * Quits: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill) (Remote host closed the connection)
- # [16:06] * Philip`_ is now known as Philip`
- # [16:07] * Guest29901 is now known as Moo^_^
- # [16:07] * PrgmrBill^ is now known as PrgmrBill
- # [16:07] * Quits: PrgmrBill (~PrgmrBill@prgmrbill.com) (Changing host)
- # [16:07] * Joins: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill)
- # [16:14] * Joins: bga_ (~bga@ppp78-37-228-161.pppoe.avangarddsl.ru)
- # [16:16] * Quits: nessy (~Adium@124-168-52-143.dyn.iinet.net.au) (Quit: Leaving.)
- # [16:18] * Quits: erlehmann (~erlehmann@89.204.153.78) (Quit: Ex-Chat)
- # [16:20] * Joins: CvP (~CvP@123.49.23.112)
- # [16:20] * Joins: erlehmann (~erlehmann@p54910223.dip0.t-ipconnect.de)
- # [16:29] * Joins: jacobolus (~jacobolus@38.99.16.178)
- # [16:31] * Joins: _bga (~bga@ppp78-37-203-94.pppoe.avangarddsl.ru)
- # [16:31] * Quits: bga_ (~bga@ppp78-37-228-161.pppoe.avangarddsl.ru) (Ping timeout: 240 seconds)
- # [16:31] * Quits: jacobolus (~jacobolus@38.99.16.178) (Remote host closed the connection)
- # [16:34] * Quits: CvP (~CvP@123.49.23.112) (Disconnected by services)
- # [16:34] * Joins: xCG (~CvP@123.49.23.112)
- # [16:35] * xCG is now known as CvP
- # [16:36] * Joins: jacobolus (~jacobolus@38.99.16.178)
- # [16:39] * Quits: saba (~foo@unaffiliated/saba) (Ping timeout: 240 seconds)
- # [16:41] * Quits: Moo^_^ (~quassel@herd37.twinapex.fi) (*.net *.split)
- # [16:41] * Quits: ezoe (~ezoe@112-68-244-91f1.kyt1.eonet.ne.jp) (*.net *.split)
- # [16:41] * Quits: jochen__ (~jochen@nat/google/x-tkidwdodtqblxuim) (*.net *.split)
- # [16:41] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl) (*.net *.split)
- # [16:41] * Quits: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de) (*.net *.split)
- # [16:41] * Quits: temp01 (~temp01@unaffiliated/temp01) (*.net *.split)
- # [16:41] * Quits: wakaba (~wakaba@202.157.197.113.dy.bbexcite.jp) (*.net *.split)
- # [16:41] * Quits: gsnedders (~gsnedders@204.232.194.186) (*.net *.split)
- # [16:41] * Quits: hasather (~davidh@pat-tdc.opera.com) (*.net *.split)
- # [16:41] * Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (*.net *.split)
- # [16:41] * Quits: ralphholzmann (~ralph@li76-151.members.linode.com) (*.net *.split)
- # [16:41] * Quits: yutak (~yutak@2401:fa00:4:1000:baac:6fff:fe99:adfb) (*.net *.split)
- # [16:41] * Quits: FastJack (~fastjack@dumpstr.net) (*.net *.split)
- # [16:41] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
- # [16:41] * Quits: twisted` (~twisted@205.189.73.45) (*.net *.split)
- # [16:41] * Joins: FastJack (~fastjack@2001:8d8:81:1580::13:1000)
- # [16:41] * Joins: twisted` (~twisted@205.189.73.45)
- # [16:43] * Joins: ralphholzmann (~ralph@li76-151.members.linode.com)
- # [16:43] * _bga is now known as bga_|away
- # [16:48] * Quits: jacobolus (~jacobolus@38.99.16.178) (Ping timeout: 252 seconds)
- # [16:49] * Joins: Moo^_^ (~quassel@herd37.twinapex.fi)
- # [16:49] * Joins: ezoe (~ezoe@112-68-244-91f1.kyt1.eonet.ne.jp)
- # [16:49] * Joins: jochen__ (~jochen@nat/google/x-tkidwdodtqblxuim)
- # [16:49] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [16:49] * Joins: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de)
- # [16:49] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [16:49] * Joins: wakaba (~wakaba@202.157.197.113.dy.bbexcite.jp)
- # [16:49] * Joins: gsnedders (~gsnedders@204.232.194.186)
- # [16:49] * Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)
- # [16:49] * Joins: yutak (~yutak@2401:fa00:4:1000:baac:6fff:fe99:adfb)
- # [16:49] * Joins: tomaw (tom@freenode/staff/tomaw)
- # [16:54] * Joins: MacTed (~Thud@63.119.36.36)
- # [16:55] * Joins: Ms2ger (~Ms2ger@91.181.110.19)
- # [16:57] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [17:05] * Joins: bga_ (~bga@ppp78-37-203-94.pppoe.avangarddsl.ru)
- # [17:05] * bga_ is now known as _bga
- # [17:05] * Quits: bga_|away (~bga@ppp78-37-203-94.pppoe.avangarddsl.ru) (Read error: Connection reset by peer)
- # [17:06] * Quits: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de) (Remote host closed the connection)
- # [17:07] * Joins: rabbi1 (~manjunath@49.200.69.162)
- # [17:09] * Quits: nonge_ (~nonge@p50829046.dip.t-dialin.net) (Quit: Verlassend)
- # [17:15] * Quits: rtuin (~rtuin@dsl-087-195-129-241.solcon.nl) (Quit: Leaving)
- # [17:19] * Quits: benjoffe_ (~benjoffe_@r49-2-10-185.cpe.vividwireless.net.au) (Remote host closed the connection)
- # [17:21] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [17:22] * dglazkov|away is now known as dglazkov
- # [17:23] <dglazkov> good morning, Whatwg!
- # [17:23] <Ms2ger> Morning
- # [17:25] <nimbu> :))
- # [17:25] * Joins: ben_alman (~cowboy@75-150-66-254-NewEngland.hfc.comcastbusiness.net)
- # [17:25] * Quits: janv_ (~varga@195.91.87.57) (Ping timeout: 245 seconds)
- # [17:26] <jgraham> Well shall we go?
- # [17:27] <dglazkov> yes! where are we going?
- # [17:28] * Quits: ben_alman (~cowboy@75-150-66-254-NewEngland.hfc.comcastbusiness.net) (Client Quit)
- # [17:28] * Joins: ben_alman (~cowboy@75-150-66-254-NewEngland.hfc.comcastbusiness.net)
- # [17:31] * Joins: janv_ (~varga@195.91.87.57)
- # [17:32] * Joins: saba (~foo@unaffiliated/saba)
- # [17:37] * Joins: jacobolus (~jacobolus@38.99.16.178)
- # [17:43] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [17:47] * _bga is now known as bga_
- # [17:57] * bga_ is now known as bga_|away
- # [18:08] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [18:11] * Quits: erlehmann (~erlehmann@p54910223.dip0.t-ipconnect.de) (Quit: Ex-Chat)
- # [18:12] * Quits: jacobolus (~jacobolus@38.99.16.178) (Remote host closed the connection)
- # [18:19] * Joins: KillerX (~anant@nat/mozilla/x-rhvnzriczqzlcrah)
- # [18:19] * Joins: MikeSmith_ (~MikeSmith@EM111-191-9-156.pool.e-mobile.ne.jp)
- # [18:20] * Quits: mpt (~mpt@canonical/mpt) (Read error: Connection reset by peer)
- # [18:20] * Joins: agektmr (~Adium@nat/google/x-cuntujefzvhmqmrv)
- # [18:22] * Quits: MikeSmith (~MikeSmith@EM1-113-79-36.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [18:22] * MikeSmith_ is now known as MikeSmith
- # [18:32] * Quits: ezoe (~ezoe@112-68-244-91f1.kyt1.eonet.ne.jp) (Ping timeout: 264 seconds)
- # [18:42] * Joins: hasather (~davidh@pat-tdc.opera.com)
- # [18:53] * Quits: astearns (~anonymous@c-50-132-9-217.hsd1.wa.comcast.net) (Quit: astearns)
- # [18:57] * Joins: ap (~ap@2620:149:4:401:3c5a:8e07:300b:23e6)
- # [19:04] * Quits: jochen__ (~jochen@nat/google/x-tkidwdodtqblxuim) (Remote host closed the connection)
- # [19:09] * Quits: Kingdutch (~Kingdutch@188.200.149.217) (Quit: Leaving)
- # [19:09] <AryehGregor> Hixie, we discussed undo/redo events, and I think we concluded that we'll just have events along the lines of onbeforecommand and onaftercommand that will fire for things like undo/redo/delete/insertText/etc. whether it's the browser or the user triggering them. So in principle that means we don't need special events for undo/redo.
- # [19:09] <AryehGregor> Hixie, I'll get back to you on bug 13424, the e-mails should be somewhere in my spec inbox.
- # [19:09] * Joins: tndH (~Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
- # [19:18] * Quits: dave_levin (~dave_levi@nat/google/x-lhijniwiwinnczaj) (Quit: dave_levin)
- # [19:18] * Joins: erlehmann (~erlehmann@p54910223.dip0.t-ipconnect.de)
- # [19:20] * Joins: jacobolus (~jacobolus@38.99.16.178)
- # [19:21] * Joins: astearns (~anonymous@192.150.22.5)
- # [19:23] * Quits: erlehmann (~erlehmann@p54910223.dip0.t-ipconnect.de) (Quit: Ex-Chat)
- # [19:25] * Joins: dave_levin (~dave_levi@nat/google/x-coatqwpxnwyunxxy)
- # [19:26] <timeless> karlcow: that's because paris is well connected and you don't have any mountains to deal with
- # [19:27] <karlcow> like in Japan? ;)
- # [19:27] * timeless doesn't know enough about japan
- # [19:27] * timeless isn't sure if Japan just goes around the mountains
- # [19:27] <karlcow> mountains land
- # [19:28] <timeless> http://maps.google.com/maps?saddr=Nagano,+Nagano+Prefecture,+Japan&daddr=Okayama,+Okayama+Prefecture,+Japan&hl=en&sll=34.939985,136.252441&sspn=3.039282,5.817261&geocode=FWY2LwIdQ608CCmZRDTmXYAdYDHIkigHdKko8Q%3BFarLEAIdDnP7BylPoPsvcQVUNTFmV2lgJoDDEA&vpsrc=0&ttype=now&noexp=0&noal=0&sort=time&mra=ls&t=h&z=7&start=0
- # [19:29] <timeless> every time i try to use gmaps to get transit directions in japan, it sends me to an airport!
- # [19:29] <timeless> ooh, options has a [] no airplanes box!
- # [19:30] * Quits: reggna (~reggna@godis.olf.sgsnet.se) (Quit: glurp)
- # [19:30] <karlcow> heh
- # [19:30] <timeless> http://maps.google.com/maps?saddr=Nagano,+Nagano+Prefecture,+Japan&daddr=Kyoto,+Kyoto+Prefecture,+Japan&hl=en&ll=35.808904,136.977539&spn=3.006745,5.817261&sll=35.808904,136.988525&sspn=3.006745,5.817261&geocode=FWY2LwIdQ608CCmZRDTmXYAdYDHIkigHdKko8Q%3BFTQ8FgId3acXCCnxwzzN1qgBYDE9HbtrNh2WwA&vpsrc=0&ttype=now&noexp=0&noal=0&sort=time&mra=ltm&t=h&z=8&start=0
- # [19:30] <timeless> ok, there we go
- # [19:30] <timeless> 250miles
- # [19:30] <timeless> 4:30
- # [19:30] <timeless> (by train)
- # [19:31] <timeless> but that's only ~400km, and we were using 600km as a benchmark
- # [19:32] * Quits: jacobolus (~jacobolus@38.99.16.178) (Remote host closed the connection)
- # [19:32] <timeless> http://maps.google.com/maps?saddr=Nagano,+Nagano+Prefecture,+Japan&daddr=Takahashi,+Okayama+Prefecture,+Japan&hl=en&sll=35.621582,135.900879&sspn=3.013818,5.817261&geocode=FWY2LwIdQ608CCmZRDTmXYAdYDHIkigHdKko8Q%3BFYLfEgIdaNP2BykhIvph4LRWNTGhAIJnEygEew&vpsrc=0&ttype=now&noexp=0&noal=0&sort=time&mra=ls&t=h&z=8&start=0
- # [19:32] <timeless> 6-7hrs / 400mile ~640km
- # [19:33] <timeless> which means that 8hours for a train from montreal to nyc really isn't *much* worse than japan :)
- # [19:33] <karlcow> tss tss
- # [19:33] <timeless> and that's with japan's *good* network
- # [19:33] <karlcow> big cities connection
- # [19:33] <timeless> vs a pair of cities which don't care to connect
- # [19:33] * AryehGregor waves to timeless
- # [19:33] * Joins: reggna (~reggna@godis.olf.sgsnet.se)
- # [19:33] <timeless> yeah, hi, back @nyc?
- # [19:33] * timeless presumes AryehGregor flew
- # [19:34] <AryehGregor> Yep.
- # [19:34] <timeless> (we're having a long rolling conversation about transit in the NE corridor)
- # [19:34] <AryehGregor> Heck yeah I flew. I went to Toronto by bus once, I'm not going to put up with that for a meetup.
- # [19:34] <timeless> heh
- # [19:35] <timeless> i'm going to albany by bus
- # [19:35] * Quits: mokush (~quassel@79.116.66.52) (Remote host closed the connection)
- # [19:35] * Joins: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de)
- # [19:35] <timeless> (that's more or less one of the starting points for this conversation)
- # [19:35] <timeless> your flight which covers more distance was probably ~200usd?
- # [19:36] <timeless> priceline is offering 273usd
- # [19:36] <timeless> so i guess we should call it 300usd
- # [19:36] <AryehGregor> Well, Google paid for it. They said just tell them what flight I wanted, so I didn't try fidgeting with departure dates or anything to get the best price.
- # [19:36] <timeless> flying from here to albany is ~1000
- # [19:37] <timeless> yeah, i know
- # [19:37] <AryehGregor> It was something like $700 or $800 round-trip, I think.
- # [19:37] <timeless> i'm just using it for perspective
- # [19:37] <timeless> ouch
- # [19:37] <timeless> business class?
- # [19:37] <AryehGregor> No, regular.
- # [19:37] <AryehGregor> Economy or whatever.
- # [19:37] <AryehGregor> It surprised me
- # [19:37] <timeless> very short notice?
- # [19:37] <AryehGregor> .
- # [19:37] * Quits: Lachy (~Lachy@pat-tdc.opera.com) (Quit: Computer has gone to sleep.)
- # [19:37] <AryehGregor> Yes, less than a week before IIRC.
- # [19:37] <timeless> ok
- # [19:38] <timeless> anyway, the 1000cur is for over a month in advance
- # [19:38] <AryehGregor> A round trip to Israel is only like $1500, but I guess that's if you buy it well in advance and don't care about the exact dates/times.
- # [19:38] <timeless> whereas fwiw, in general your roundtrip flight should be 300-400
- # [19:38] <AryehGregor> That was more like what I expected.
- # [19:38] <AryehGregor> But I looked at price comparison sites and such and didn't find it.
- # [19:39] <AryehGregor> Maybe I was booking too late to get a decent price, but there were empty seats on the plane, so I dunno.
- # [19:40] * Joins: othermaciej (~mjs@207.239.83.130)
- # [19:40] * Joins: jacobolus (~jacobolus@38.99.16.178)
- # [19:41] <timeless> kayak is offering ~900usd for flights from jfk to tlv for um
- # [19:41] <timeless> nov 16 return dec 14
- # [19:41] <timeless> (turkish airlines)
- # [19:41] <timeless> (dates randomly selected by throwing darts into the future at a calendar)
- # [19:41] * Joins: sicking (~chatzilla@34.198.247.173.mozilla-sfo1.web-pass.com)
- # [19:42] <timeless> anyway, point being, it's cheaper for you to fly to israel than for me to fly to albany
- # [19:43] <timeless> (oh, and priceline will give you those flights for 2$ less than kayak [898 v 900!])
- # [19:46] <AryehGregor> Heh, we were talking about how Google Docs reimplements everything from scratch -- I just saw a message "Your browser's current zoom level is not supported. Please reset to the default zoom."
- # [19:47] <AryehGregor> That's what you get, I guess.
- # [19:47] <timeless> yeah, i've seent that message
- # [19:48] <AryehGregor> So it seems like my credit card charges in Canada are taking a long time to post.
- # [19:49] <timeless> they can easily take over a month
- # [19:49] <timeless> the same applies for roaming charges
- # [19:49] <timeless> which is great if you need to get approval for your expenses..
- # [19:49] <timeless> and are supposed to do it as a single bundle
- # [19:49] <AryehGregor> Great.
- # [19:50] <AryehGregor> Well, I don't need approval, I just need to file for reimbursement.
- # [19:50] * timeless hasn't really had that problem yet, not having a working credit card for a complete trip yet
- # [19:50] <AryehGregor> Conveniently, I haven't actually lost any money until the charges post, so . . .
- # [19:50] <timeless> well, if you live month to month, iut
- # [19:50] <timeless> 's the same thing
- # [19:50] <AryehGregor> No, that's the nice thing about credit cards. It doesn't come out of my bank account.
- # [19:50] * timeless isn't living month to month anymore
- # [19:50] <AryehGregor> (although I don't live month to month or anywhere close to it, I actually still live with my parents)
- # [19:50] <AryehGregor> :)
- # [19:51] <timeless> yeah, my parents left toronto this morning
- # [19:51] <timeless> they're on their way to somewhere near detroit
- # [19:52] * Joins: hasather_ (~hasather_@84.38.144.96)
- # [19:52] * Quits: nimbu (~Adium@c-24-18-47-160.hsd1.wa.comcast.net) (Remote host closed the connection)
- # [19:53] * Joins: zdobersek1 (~zan@cpe-46-164-5-75.dynamic.amis.net)
- # [19:54] <timeless> btw, what kind of internet connection do you have? fiber? dsl? cable?
- # [19:54] <timeless> [fiber/fios]
- # [19:54] * timeless is wondering about costs of providers and wouldn't mind an NYC based reference point
- # [19:54] * Quits: zdobersek (~zan@90.157.244.93) (Ping timeout: 260 seconds)
- # [19:57] * Quits: hasather_ (~hasather_@84.38.144.96) (Ping timeout: 252 seconds)
- # [19:57] <karlcow> cable.
- # [19:57] <timeless> bandwidth, limit/month, price/month?
- # [19:59] <karlcow> Download: 30Mb/s Upload: 2Mb/s, 120 Go/month, 66.95 CAD/months +15% Taxes (QC)
- # [19:59] * Quits: othermaciej (~mjs@207.239.83.130) (Quit: othermaciej)
- # [19:59] <timeless> hrm
- # [20:00] <timeless> i'm looking at .. teksavvy.com
- # [20:00] <AryehGregor> I pulled a USB device out of Windows while logging out without saying "safely remove hardware" and Windows blue-screened.
- # [20:00] <AryehGregor> lol windows.
- # [20:00] <AryehGregor> 0x0000008e.
- # [20:00] * AryehGregor looks it up
- # [20:00] <jcranmer> ERR_USER_WAS_AN_IDIOT
- # [20:00] <karlcow> http://www.videotron.com/service/internet-services/internet-access
- # [20:01] <timeless> they're offering 15 ; 1; 9tb (estimated assuming constant download); 54.95 cad/month +xx% taxes (ON)
- # [20:01] <timeless> that's cable
- # [20:01] <timeless> AryehGregor: are you an admin?
- # [20:01] <timeless> install windbg and pull up the .dmp file
- # [20:02] <timeless> also did the STOP message finger a driver?
- # [20:02] <AryehGregor> KERNEL_MODE_EXCEPTION_NOT_HANDLED, apparently, or else STATUS_ACCESS_VIOLATION.
- # [20:02] <AryehGregor> I didn't look closely.
- # [20:02] <AryehGregor> I'm an admin but it's my parents' computer, I was just using it for the scanner.
- # [20:02] <timeless> the first google hit for your stop is rustock rootkit :)
- # [20:02] <timeless> install windbg
- # [20:03] <timeless> it's a pretty fast process
- # [20:03] <timeless> karlcow: the big question i have is whether there's a risk of lower quality service using cable than dsl
- # [20:03] <AryehGregor> See, but I don't care. I use Linux. Not my problem.
- # [20:04] <timeless> because traditionally cable is shared w/ neighbors
- # [20:04] <timeless> AryehGregor: you don't care if your parent's banking info is stolen/abused?
- # [20:04] <timeless> http://en.wikipedia.org/wiki/First_they_came%E2%80%A6
- # [20:04] <karlcow> How we found the file that was used to Hack RSA — http://www.f-secure.com/weblog/archives/00002226.html
- # [20:04] <AryehGregor> I'm not going to spend some unknown amount of time debugging their computer without them asking me to fend off that risk, no.
- # [20:05] <AryehGregor> My father manages their computers, he's a programmer too.
- # [20:05] <karlcow> timeless: I'm working from home mostly
- # [20:05] <AryehGregor> I doubt it's virus-related. Windows System Internals says it's one of the most common blue screens.
- # [20:05] <karlcow> so the neighbors are mostly not here :)
- # [20:05] <timeless> karlcow: heh
- # [20:05] <timeless> AryehGregor: yeah, STOP is
- # [20:05] <timeless> but it's helpful to know what caused it
- # [20:05] <timeless> sometimes it just means there's a driver that should be updated
- # [20:06] <AryehGregor> My parents chose to use Windows, they get to suffer with the consequences of their decision. :)
- # [20:06] <AryehGregor> (but it didn't affect them anyway, except for restarting the computer)
- # [20:07] * Joins: juangiordana (~quassel@host186.190-31-87.telecom.net.ar)
- # [20:07] * Quits: juangiordana (~quassel@host186.190-31-87.telecom.net.ar) (Remote host closed the connection)
- # [20:08] <timeless> a buggy driver can affect them in the future
- # [20:08] <timeless> and a virus will affect them in the future :)
- # [20:08] <AryehGregor> Of course it can. They use Windows.
- # [20:08] <AryehGregor> Of course it will. They use Windows.
- # [20:08] * timeless chuckles
- # [20:08] <timeless> buggy drivers exist on other platforms too you know :)
- # [20:08] * timeless has had panics on just about every paltform imaginable
- # [20:09] <AryehGregor> They're a heck of a lot less frequent on non-Windows platforms.
- # [20:09] <AryehGregor> I don't believe I've ever had a kernel panic on Linux after boot on my desktop, although I might be misremembering.
- # [20:09] <AryehGregor> (I've had X hangs and crashes, though!)
- # [20:09] <timeless> i've had panic's on my linux systems
- # [20:09] <timeless> i think some were caused by a nic
- # [20:09] <Ms2ger> timeless, including emacs? :)
- # [20:10] <timeless> Ms2ger: i've had that die too, i think even at worldgate
- # [20:10] <timeless> and jesup used emacs as his os (he's on moznet these days)
- # [20:10] <Ms2ger> jesup works for Mozilla now
- # [20:11] <timeless> i've certainly had panic's on my linux based nokia tablets :)
- # [20:11] <timeless> i've also caused at least one freebsd box to panic :)
- # [20:11] <timeless> do you remember / have you seen `stress`? :)
- # [20:12] <smaug____> timeless: you've probably done unusual things with your nokia tablets :)
- # [20:12] <timeless> (that page has killed all sorts of devices)
- # [20:12] <smaug____> though, N900 does crash occasionally
- # [20:12] <timeless> smaug____: to be fair, most of the panics were in code that hadn't shipped
- # [20:12] <AryehGregor> They also probably run low-quality out-of-tree drivers.
- # [20:12] <timeless> well, of course
- # [20:12] <AryehGregor> Heh.
- # [20:12] <timeless> just like the drivers on your parents' windows system
- # [20:12] <AryehGregor> Yeah, but the point is, on desktop Linux you usually don't have to use such drivers.
- # [20:12] <timeless> the odds of that windows system actually panicing because of a bug in MS drivers
- # [20:13] <timeless> vs a bug in third party drivers
- # [20:13] <timeless> hrm
- # [20:13] <AryehGregor> I don't think I use any, unless Ubuntu sneakily enabled them without asking me.
- # [20:13] <timeless> you don't use nvidia/amd/ati video drivers?
- # [20:13] <timeless> or whichever
- # [20:13] <AryehGregor> Nope.
- # [20:13] <timeless> you're no fun
- # [20:13] <timeless> and um
- # [20:13] <AryehGregor> I use nouveau. Works for me.
- # [20:13] <timeless> iirc ubuntu planned to change their default ther
- # [20:13] <AryehGregor> It will even support 3D soon.
- # [20:13] <karlcow> TabAtkins: why only rotation compared to a full EXIF apis?
- # [20:15] <timeless> http://www.ubuntu.com/project/about-ubuntu/licensing
- # [20:15] <timeless> ... In addition, we install some hardware drivers that are available only in binary format, but such packages are clearly marked in the restricted component.
- # Session Close: Fri Aug 26 20:15:29 2011
- #
- # Session Start: Fri Aug 26 20:15:29 2011
- # Session Ident: #whatwg
- # [20:15] * Disconnected
- # [20:18] * Attempting to rejoin channel #whatwg
- # [20:18] * Rejoined channel #whatwg
- # [20:18] * Topic is 'WHATWG: http://www.whatwg.org/ -- logs: http://krijnhoetmer.nl/irc-logs/ -- stats: http://gavinsharp.com/irc/whatwg.html -- Please leave your sense of logic at the door, thanks!'
- # [20:18] * Set by annevk42 on Mon Oct 19 23:03:06
- # [20:21] * timeless sighs
- # [20:21] <timeless> the portable contacts "spec" has really terrible text
- # [20:21] <timeless> > Service Provider MAY return a subset of the requested fields if they are not supported.
- # [20:21] * Joins: cpearce (~chatzilla@ip-118-90-45-138.xdsl.xnet.co.nz)
- # [20:22] * timeless reads that as service provider may return a subset (including not supported fields, and excluding some supported fields)) of the requested fields
- # [20:23] <timeless> ... if they (the subset) are not (all) supported
- # [20:23] <timeless> :)
- # [20:23] <jcranmer> Service Provider may exclude a requested field if said field is not supported
- # [20:24] <timeless> jcranmer: it didn't say that though
- # [20:24] <timeless> it should have
- # [20:24] <jcranmer> s/a/any/
- # [20:24] <jcranmer> it's more precise and shorter, too
- # [20:24] <Ms2ger> Service Provider MUST support all fields.
- # [20:24] <timeless> indeed
- # [20:24] <jcranmer> and arguably less confusing
- # [20:24] <timeless> and that
- # [20:25] <timeless> anyway, i highly recommend *not* reading this `spec`
- # [20:25] <jcranmer> I read ISO C++ from time to time
- # [20:25] * timeless nods
- # [20:25] <jcranmer> and old RFCs
- # [20:25] <timeless> i have a feeling this is worse than both
- # [20:25] <timeless> and i'm well aware of both
- # [20:25] <jcranmer> after those, I doubt you can find anything else that's crap
- # [20:26] <jcranmer> well, excluding patents
- # [20:26] * timeless has read some portions of iso c++ (probably proposals as opposed to the final versions)
- # [20:26] * timeless remembers visiting the patent office as a child
- # [20:27] <timeless> my grandfather (zlb) wanted to file a patent and was doing due diligence
- # [20:27] <timeless> (which is something no one seems to do anymore)
- # [20:28] <jcranmer> stupid State St. decision
- # [20:28] <timeless> and i
- # [20:29] <timeless> ve of course read old rfcs
- # [20:29] <timeless> especially mime, pop, smtp, imap, nntp ..
- # [20:30] <timeless> > 500: Internal Server Error (un unexpected error occurred during processing)
- # [20:30] * timeless ponders the random `un`
- # [20:31] <timeless> s/sepc/spec/
- # [20:31] * timeless suspects no one actually reviewed this sepc
- # [20:34] <jcranmer> it's not even at last call yet, I think
- # [20:35] <timeless> ?
- # [20:36] <Ms2ger> Is it a Living Standard?
- # [20:36] * timeless hopes it's an unused standard
- # [20:37] <jcranmer> oh, I misread
- # [20:37] <timeless> hrm, it's used by google
- # [20:37] <jcranmer> I think you were talking about the DevAPI Contacts spec
- # [20:37] <timeless> no
- # [20:37] <timeless> http://portablecontacts.net/draft-spec.html if you must read it
- # [20:37] <timeless> (you were warned)
- # [20:38] * Joins: zdobersek (~zan@cpe-46-164-24-29.dynamic.amis.net)
- # [20:38] <timeless> ooh, google is getting a new sign in page
- # [20:39] <jcranmer> egads
- # [20:39] <jcranmer> heavy use of rules
- # [20:39] * Quits: zdobersek1 (~zan@cpe-46-164-5-75.dynamic.amis.net) (Ping timeout: 252 seconds)
- # [20:39] * Quits: cpearce (~chatzilla@ip-118-90-45-138.xdsl.xnet.co.nz) (Ping timeout: 258 seconds)
- # [20:40] <timeless> ?
- # [20:41] <jcranmer> horizontal rules
- # [20:41] * Quits: micheil (~micheil@109.231.193.164) (Quit: http://brandedcode.com | http://github.com/miksago)
- # [20:42] * Quits: jacobolus (~jacobolus@38.99.16.178) (Remote host closed the connection)
- # [20:43] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: Freedom - to walk free and own no superior.)
- # [20:45] * Joins: AlexNRoss (~AleossIRC@unaffiliated/aleoss)
- # [20:45] <jcranmer> in other words, the spec formatting is complete crap
- # [20:45] <jcranmer> which is totally inexcusable if you're using HTML
- # [20:50] <timeless> i did try to warn you
- # [20:51] * timeless is reading the spec in ms word
- # [20:51] <Philip`> Seems to be the default xml2rfc formatting, so you should feel lucky they didn't just use the ASCII output
- # [20:53] <timeless> grr
- # [20:53] <timeless> the web page i'm visiting is showing me <!--[if !mso]>
- # [20:53] <jcranmer> I actually like the ASCII output
- # [21:05] <Hixie> AryehGregor: k, i'll nuke onundo and onredo.
- # [21:05] * bga_|away is now known as bga_
- # [21:11] * Quits: ttepasse (~ttepasse@ip-109-90-161-169.unitymediagroup.de) (Quit: Now time for the weather. Tiffany?)
- # [21:12] * Quits: KillerX (~anant@nat/mozilla/x-rhvnzriczqzlcrah) (Quit: KillerX)
- # [21:14] * Joins: Kingdutch (~Kingdutch@188.200.149.217)
- # [21:27] * Joins: cying (~cying@173-13-176-101-sfba.hfc.comcastbusiness.net)
- # [21:32] * Quits: Rik` (~Rik`@mozilla-paris-253-98.cnt.nerim.net) (Remote host closed the connection)
- # [21:34] * Quits: rabbi1 (~manjunath@49.200.69.162) (Ping timeout: 240 seconds)
- # [21:42] * Joins: rabbi1 (~manjunath@49.200.69.108)
- # [21:45] * Quits: Ms2ger (~Ms2ger@91.181.110.19) (Quit: nn)
- # [21:56] * Joins: zcorpan (~zcorpan@c-229ee355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [21:56] <zcorpan> so could somebody explain to me what's bad about constants appearing on both the interface object and the prototype?
- # [21:58] * Quits: sicking (~chatzilla@34.198.247.173.mozilla-sfo1.web-pass.com) (Ping timeout: 250 seconds)
- # [21:59] * Joins: hasather_ (~hasather_@84.38.144.96)
- # [22:01] <zcorpan> does ecmascript have a convention for constants?
- # [22:01] <TabAtkins> Dunno. I suspect the convention is on the interface.
- # [22:02] <zcorpan> any example?
- # [22:02] * Quits: CvP (~CvP@123.49.23.112) (Quit: [ UPP ] > all)
- # [22:05] * Quits: zdobersek (~zan@cpe-46-164-24-29.dynamic.amis.net) (Ping timeout: 264 seconds)
- # [22:06] <TabAtkins> For example, the Node interface.
- # [22:06] * Joins: KillerX (~anant@nat/mozilla/x-xplcmlffknwlysme)
- # [22:07] * Quits: timeless (d04149cb@firefox/developer/timeless) (Quit: Page closed)
- # [22:07] <zcorpan> Node was the example used in the thread where constants are on both :)
- # [22:07] <TabAtkins> Heh.
- # [22:07] <TabAtkins> Math.PI
- # [22:07] * Joins: CvP (~CvP@123.49.23.112)
- # [22:07] <TabAtkins> That's *just* an interface object, of course.
- # [22:07] <zcorpan> there's no object implementing Math
- # [22:07] <zcorpan> yeah
- # [22:09] * Quits: ben_alman (~cowboy@75-150-66-254-NewEngland.hfc.comcastbusiness.net) (Quit: Leaving...)
- # [22:10] <TabAtkins> In IDB, IDBRequest, IDBCursor, and IDBTransaction all put constants on the interface. The only thing with constants on the object is IDBDatabaseException, which matches the general exception pattern.
- # [22:11] <zcorpan> doesn't IDB just use webidl to declare its constants?
- # [22:11] <TabAtkins> Yeah.
- # [22:12] <zcorpan> then webidl makes the constants appear on the prototype also
- # [22:13] <TabAtkins> Oh, then I'm confused. What did you mean by "interface object" if not a WebIDL interface?
- # [22:14] <zcorpan> "interface object" is defined in webidl
- # [22:14] <zcorpan> window.Node is an interface object
- # [22:14] <zcorpan> Node.ELEMENT_NODE is defined and Node.prototype.ELEMENT_NODE is also
- # [22:15] <TabAtkins> Ah, okay. Then shrug, if you use IDL you just define them on both I guess.
- # [22:16] <zcorpan> http://lists.w3.org/Archives/Public/public-script-coord/2011JulSep/0314.html
- # [22:19] * Joins: _bga (~bga@ppp78-37-203-94.pppoe.avangarddsl.ru)
- # [22:19] <TabAtkins> Ah, then I won't be able to help much. I don't know much about what happens on the pure-ES side of things.
- # [22:22] * Quits: bga_ (~bga@ppp78-37-203-94.pppoe.avangarddsl.ru) (Ping timeout: 276 seconds)
- # [22:32] * Joins: ojan (~ojan@nat/google/x-rvpkqwcpjykcmupc)
- # [22:35] * Joins: sicking (~chatzilla@34.198.247.173.mozilla-sfo1.web-pass.com)
- # [22:35] * Quits: eric_carlson (~eric@2620:149:4:401:8bc:e54:ca42:e2ee) (Quit: eric_carlson)
- # [22:37] * Quits: davidb_ (~davidb@66.207.208.98) (Quit: davidb_)
- # [22:38] * Joins: eric_carlson (~eric@17.203.15.27)
- # [22:40] * Quits: Kingdutch (~Kingdutch@188.200.149.217) (Quit: Leaving)
- # [22:44] * Quits: _bga (~bga@ppp78-37-203-94.pppoe.avangarddsl.ru) (Quit: _bga)
- # [22:46] * Quits: rabbi1 (~manjunath@49.200.69.108) (Ping timeout: 258 seconds)
- # [22:46] * Joins: bga_ (~bga@ppp78-37-203-94.pppoe.avangarddsl.ru)
- # [22:47] * Joins: nessy (~Adium@124-168-52-143.dyn.iinet.net.au)
- # [22:57] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 264 seconds)
- # [22:58] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [22:58] * Quits: CvP (~CvP@123.49.23.112) (Quit: [ UPP ] > all)
- # [23:05] * Joins: magistr (~magistr@92-127-5-89-xdsl-dynamic.kuzbass.net)
- # [23:10] * Joins: nonge (~nonge@p50829046.dip.t-dialin.net)
- # [23:10] * Joins: Aleoss (~AleossIRC@unaffiliated/aleoss)
- # [23:11] * Quits: AlexNRoss (~AleossIRC@unaffiliated/aleoss) (Ping timeout: 250 seconds)
- # [23:15] * Quits: MacTed (~Thud@63.119.36.36)
- # [23:18] * zcorpan removed onundo and onredo from html-elements
- # [23:19] <zewt> heh what the
- # [23:19] <zewt> just installed current opera and apparently the ui is a straight-up chrome mimic now
- # [23:19] <bga_> :(
- # [23:20] <bga_> 9.64 is best
- # [23:20] <zewt> uhh
- # [23:20] <zewt> apparently onbeforeunload is completely broken in opera now?
- # [23:20] <zewt> compose mail in gmail, close tab, mail lost
- # [23:21] <zcorpan> i don't think onbeforeunload has ever worked in opera
- # [23:21] <bga_> opera keep pages during 2 min on memory after you close it
- # [23:22] <bga_> may be you want reopen it again
- # [23:22] <zewt> well, i compose a mail, close the tab, control-alt-t and the changes are gone, so
- # [23:22] <zewt> strange to be missing such a basic thing
- # [23:24] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
- # [23:26] <zewt> gah opera made itself the default browser without asking
- # [23:28] <zcorpan> opera knows what you want :)
- # [23:28] <zewt> opera is telling me what i want, my opinion doesn't seem to enter into it
- # [23:29] <zcorpan> which OS?
- # [23:29] <zewt> windows
- # [23:29] * Quits: KillerX (~anant@nat/mozilla/x-xplcmlffknwlysme) (Quit: KillerX)
- # [23:29] <zewt> just very strange to throw away one of the most basic, well-established things You Have To Ask Permission For
- # [23:33] <zcorpan> windows 7?
- # [23:36] <zewt> xp
- # [23:37] <zcorpan> ok
- # [23:37] <zewt> it seems like there was a heedless rush for "zero-click installs" (which is actually one-click since there's still EULA crap), without much concern that there are things you have to ask, heh
- # [23:37] <jgraham> zewt: Are we using the same Opera? I don't think "chrome mimic" is even close
- # [23:38] <jgraham> And yeah, onbeforeunload doesn't work in opera
- # [23:38] <bga_> jgraham you just have old config
- # [23:38] * Joins: mpt (~mpt@canonical/mpt)
- # [23:39] <jgraham> bga_: It would have to be a pretty epic configuration change
- # [23:40] <jgraham> (possibly you just mean that the theme looks a bit like chrome or something)
- # [23:40] <zcorpan> maybe opera and chrome look more alike on windows than on mac
- # [23:40] <jgraham> But ui !== theme
- # [23:40] <jgraham> except in a very superficial way
- # [23:40] <zewt> https://zewt.org/~glenn/foo1.png https://zewt.org/~glenn/foo2.png
- # [23:41] <zewt> tabs even animate almost identically now
- # [23:41] <zewt> the "opera" button is more like FF, i guess
- # [23:42] <jgraham> Well you have the same website open in both. That's pretty similar I guess
- # [23:42] <zewt> don't get me wrong, i'm fine with browsers ganking stuff from other browsers when it's a good idea, just compared to the last time i installed opera it was pretty "wtf?"
- # [23:43] <jgraham> hen was the last time you installed Opera?
- # [23:43] <zewt> also i sat there for a second hitting alt-f trying to open the menu and apparently keyboard shortcuts are old and busted :(
- # [23:43] <jgraham> It is pretty differnet from Opera 5...
- # [23:43] <zewt> 10 maybe? it had a standard menu, heh
- # [23:44] * Quits: janv_ (~varga@195.91.87.57) (Quit: This computer has gone to sleep)
- # [23:46] <Dashiva> Probably 9.x then
- # [23:47] <jgraham> I thought the single menu was introduced in 10.50
- # [23:47] <zewt> maybe an earlier 10?
- # [23:47] <zewt> seems like a big UI change to make without bumping a major version number, though
- # [23:48] <zcorpan> at opera, .50 is a major version. sometimes.
- # [23:49] <jgraham> If our version numbering is correlated with something, no one has explained the system to me and I m not bright enough o reverse engineer it
- # [23:49] <zewt> that sounds like a great way to confuse users heh
- # [23:49] <jgraham> I'm not saying it *isn't* correlated to anything
- # [23:49] <zewt> if i'm on x.y and i upgrade to x.z, i'm doing so with the expectation of not seeing huge ui changes
- # [23:49] <TabAtkins> Quick question: on http://www.xanthir.com/etc/exif/ do you see all three Fs as the same size?
- # [23:50] <jgraham> Just that I'm not in the desktop team :)
- # [23:50] <zewt> left squiggly F is smaller
- # [23:50] <zewt> in ff6
- # [23:51] <TabAtkins> What. The. Hell. For some reason FF and only FF is receiving an older version of the first image that's bigger (and thus scales to a smaller size).
- # [23:51] <jgraham> Same in Opera
- # [23:52] <TabAtkins> IE and Chrome get the correct image. wtf
- # [23:53] <TabAtkins> There, fixed. Dunno what was up, but deleting the file on the server and re-uploading fixed it.
- # [23:56] <zewt> there are heisenbugs, schroedinbugs and screwitbugs
- # [23:59] * Joins: erlehmann (~erlehmann@p5B083421.dip.t-dialin.net)
- # Session Close: Sat Aug 27 00:00:00 2011
The end :)