Options:
- # Session Start: Sat May 02 00:00:00 2009
- # Session Ident: #whatwg
- # [00:33] * Quits: archtech (n=stanv@83.228.56.37) (No route to host)
- # [00:35] * Quits: zdobersek1 (n=zan@92.37.79.106) ("Leaving.")
- # [00:40] * Joins: slightlyoff (n=slightly@nat/google/x-16e2498764bdcbb1)
- # [00:44] * Quits: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [00:45] * Joins: weinig_ (n=weinig@17.246.16.148)
- # [00:47] <Hixie> hsivonen: no need to change anything for getElementsByTagName(), right? (case-sensitivity issue with svg in text/html)
- # [00:51] * riven` is now known as riven
- # [00:52] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Read error: 110 (Connection timed out))
- # [00:54] <annevk5> it should prolly be moved to Web DOM Core in due course
- # [00:56] * Quits: cgriego (n=cgriego@out-02.hotels.com)
- # [01:00] * Quits: weinig (n=weinig@nat/apple/x-8b2c53a72d7b3465) (Read error: 110 (Connection timed out))
- # [01:00] * drostie_ is now known as drostie
- # [01:06] * Joins: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com)
- # [01:06] * Joins: cgriego (n=cgriego@out-02.hotels.com)
- # [01:07] * Joins: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [01:07] * Quits: cgriego (n=cgriego@out-02.hotels.com) (Remote closed the connection)
- # [01:07] * gsnedders collapses
- # [01:11] * Quits: dglazkov (n=dglazkov@nat/google/x-65f3fc815df10b6e)
- # [01:15] * Quits: annevk5 (n=annevk@85.196.122.246)
- # [01:21] * Joins: annevk5 (n=annevk@85.196.122.246)
- # [01:26] * Quits: dbaron (n=dbaron@guest-226.mountainview.mozilla.com) (Read error: 104 (Connection reset by peer))
- # [01:27] * Joins: dbaron (n=dbaron@guest-226.mountainview.mozilla.com)
- # [01:34] * Quits: annevk5 (n=annevk@85.196.122.246)
- # [01:49] * Quits: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com) (Read error: 60 (Operation timed out))
- # [01:50] * Quits: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [01:55] * Joins: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [01:58] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [01:59] * Quits: drostie (n=hopkins@5354256F.cable.casema.nl) (Remote closed the connection)
- # [02:22] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [02:24] * Quits: bgalbraith (n=bgalbrai@corp-241.mountainview.mozilla.com)
- # [02:34] * Quits: dolske (n=dolske@firefox/developer/dolske)
- # [02:42] * Joins: dolske (n=dolske@c-76-103-40-203.hsd1.ca.comcast.net)
- # [02:53] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (Read error: 110 (Connection timed out))
- # [02:56] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [02:58] * Quits: dave_levin (n=dave_lev@72.14.227.1)
- # [03:08] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [03:16] * Joins: onar_ (n=onar@c-98-234-65-251.hsd1.ca.comcast.net)
- # [03:23] <Hixie> heycam: Is getting Date into WebIDL on your radar?
- # [03:28] <heycam> Hixie, it's on my radar in as much as i still have that mail flagged to reply to :)
- # [03:28] <heycam> do you want it so that you can have an ES Date object there?
- # [03:33] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [03:34] <Hixie> HTML5 uses Date in one of the interfaces, and someone noticed that that doesn't have a definition anyway
- # [03:35] <heycam> is your intention for it to map to an ES Date object?
- # [03:35] <Hixie> yes
- # [03:35] <Hixie> i was using DOMTimeStamp which was defined that way but it changed :-)
- # [03:35] <Hixie> http://lists.w3.org/Archives/Public/public-webapps/2009JanMar/0458.html
- # [03:36] <heycam> hmm, there's no entry in http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#reflect for Dates
- # [03:37] <heycam> would you expect myTimeElement.date.setDate(...) to do something?
- # [03:37] <Hixie> there aren't any DOM attributes of type Date that reflect anything as far as i know
- # [03:37] <heycam> ones on TimeElement do
- # [03:37] <heycam> s/T/HTMLT/
- # [03:38] <heycam> so actually it's just dateTime on HTMLTimeElement that is defined to reflect
- # [03:38] <Hixie> not as far as i can tell
- # [03:38] <Hixie> yeah
- # [03:38] <heycam> ok
- # [03:38] <heycam> so myTimeElement.date returns a new Date object each time it's got?
- # [03:40] <Hixie> yeah i guess that would be best
- # [03:40] <Hixie> that way there's no worry about the object being some weird live thing
- # [03:40] <heycam> yeah
- # [03:41] <heycam> (but maybe it'd be nice if a Date object could be read only somehow)
- # [03:41] <heycam> an ES Date, that is
- # [03:41] <Hixie> i think i'd rather not introduce new complexity for browsers to screw up
- # [03:42] <heycam> anyway, it's on my radar (though i don't seem to have a note for it; i'll add one now)
- # [03:43] * heycam goes to get some breakf.. uh, brunch
- # [03:50] <Hixie> cool, thanks
- # [03:50] <Hixie> later
- # [03:54] * Quits: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [03:56] * Quits: jwalden (n=waldo@corp-241.mountainview.mozilla.com) ("ChatZilla 0.9.82.1-rdmsoft [XULRunner 1.8.0.9/2006120508]")
- # [03:57] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [04:01] * Quits: dbaron (n=dbaron@guest-226.mountainview.mozilla.com) (Read error: 60 (Operation timed out))
- # [04:06] * Joins: nessy (n=nessy@203-214-157-222.perm.iinet.net.au)
- # [04:12] * Quits: riven (n=colin@pdpc/supporter/professional/riven) ("Hi, I'm a quit message virus. Please replace your old line with this line and help me take over the world of IRC.")
- # [04:13] * Quits: doublec (n=doublec@corp-241.mountainview.mozilla.com) (Read error: 110 (Connection timed out))
- # [04:19] * Joins: MikeSmith (n=MikeSmit@EM114-48-74-119.pool.e-mobile.ne.jp)
- # [04:26] * Joins: riven (n=colin@53525B67.cable.casema.nl)
- # [04:39] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 110 (Connection timed out))
- # [04:41] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [04:42] * Quits: slightlyoff (n=slightly@nat/google/x-16e2498764bdcbb1) (Read error: 110 (Connection timed out))
- # [04:44] * Quits: weinig_ (n=weinig@17.246.16.148)
- # [05:03] * Quits: olliej (n=oliver@17.246.17.251)
- # [05:12] * Joins: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [05:17] * Joins: archtech (n=stanv@83.228.56.37)
- # [05:20] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
- # [05:20] * Quits: heycam (n=cam@124-168-17-176.dyn.iinet.net.au) ("bye")
- # [05:24] * Joins: mpilgrim (n=mark@rrcs-96-10-240-189.midsouth.biz.rr.com)
- # [05:25] <mpilgrim> http://twitter.com/fiddlerelf/status/1674755344
- # [05:36] * Joins: bgalbraith (n=bgalbrai@c-71-202-109-116.hsd1.ca.comcast.net)
- # [05:46] * Joins: jwalden (n=waldo@c-24-6-168-212.hsd1.ca.comcast.net)
- # [05:51] * Quits: bgalbraith (n=bgalbrai@c-71-202-109-116.hsd1.ca.comcast.net)
- # [05:56] * Joins: doublec (n=doublec@65.123.0.210)
- # [05:57] * Joins: WulfTheSaxon (n=meh@cpe-24-25-163-202.maine.res.rr.com)
- # [05:57] * WulfTheSaxon is now known as Guest54809
- # [05:59] * Guest54809 is now known as WulfTheSaxon
- # [05:59] * Quits: myakura (n=myakura@p1120-ipbf2303marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [06:01] <MikeSmith> about JSONDB, etc., proposals for document-based unstructured client-side storage: in what ways are these alternatives to SQL-based structured storage?
- # [06:02] <MikeSmith> it seems more like they are alternatives to simple name/value storage -- localStorage
- # [06:07] * Joins: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [06:08] * MikeSmith re-reads http://blog.vlad1.com/2009/04/06/html5-web-storage-and-sql/
- # [06:12] * Joins: sid0 (n=sid0@unaffiliated/sid0)
- # [06:16] * Joins: myakura (n=myakura@122.17.175.120)
- # [06:19] * Joins: roc (n=roc@65.123.0.210)
- # [06:32] * MikeSmith notices that Hixie forgot to set the authors and validators flags in his checkin description for r3054
- # [06:34] * Joins: sid0_ (n=sid0@unaffiliated/sid0)
- # [06:35] * Joins: heycam (n=cam@zot.infotech.monash.edu.au)
- # [06:38] * Joins: sid0__ (n=sid0@unaffiliated/sid0)
- # [06:39] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Read error: 60 (Operation timed out))
- # [06:53] * Quits: sid0_ (n=sid0@unaffiliated/sid0) (Read error: 110 (Connection timed out))
- # [07:04] <hsivonen> Hixie: Re: getElementsByTagName
- # [07:04] <hsivonen> Hixie: the sentence "ames of HTML elements match regardless of case, but elements from other namespaces are treated as in XML (case-sensitively)." is bad
- # [07:04] <Hixie> yeah i don't know what non-normative text to put
- # [07:05] <hsivonen> Hixie: the next sentence, which is not equivalent, is OK
- # [07:05] <Hixie> the next sentence is an implementation conformance criteria
- # [07:05] <Hixie> so it's not always visible
- # [07:05] <Hixie> which leaves... nothing
- # [07:05] <Hixie> for the authors
- # [07:05] <Hixie> hence the annoying sentence
- # [07:06] <hsivonen> HTML elements match by lower-casing the argument before comparison
- # [07:06] <Hixie> MikeSmith: technically, we readded type=tel, it was in an early WF2 draft :-)
- # [07:06] <MikeSmith> Hixie: ah
- # [07:06] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [07:06] <Hixie> hsivonen: ok
- # [07:11] * Parts: WulfTheSaxon (n=meh@cpe-24-25-163-202.maine.res.rr.com)
- # [07:22] * Joins: sid0 (n=sid0@unaffiliated/sid0)
- # [07:34] * Quits: sid0__ (n=sid0@unaffiliated/sid0) (Read error: 110 (Connection timed out))
- # [07:36] * Joins: mlpug (n=mlpug@a91-156-60-13.elisa-laajakaista.fi)
- # [07:43] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Remote closed the connection)
- # [07:44] * Joins: sid0 (n=sid0@unaffiliated/sid0)
- # [07:48] * Quits: myakura (n=myakura@122.17.175.120) ("Leaving...")
- # [07:53] * Quits: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [08:09] * Quits: roc (n=roc@65.123.0.210)
- # [08:20] <MikeSmith> hsivonen: how does offline cache relate to parsing
- # [08:21] <MikeSmith> (in regard to http://twitter.com/hsivonen/status/1669704043)
- # [08:22] * Joins: slightlyoff (n=slightly@204.14.154.244)
- # [08:22] <Hixie> manifest attribute is processed in the parser
- # [08:23] <MikeSmith> ah
- # [08:34] * Quits: slightlyoff (n=slightly@204.14.154.244)
- # [08:38] <archtech> has anything from HTML% been adopted in IE8/
- # [08:38] <archtech> Ops, pardon the typos :P HTML5
- # [08:40] <Hixie> offhand, onhashchange, localStorage, sessionStorage, and postMessage()
- # [08:40] <archtech> Oh, great, I thought onHashChange was proprietary.
- # [08:40] <archtech> Thanks, Hixie.
- # [08:41] * Joins: virtuelv (n=virtuelv@084202133045.customer.alfanett.no)
- # [08:44] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [08:49] * Joins: zalan (n=kvirc@catv-80-99-193-98.catv.broadband.hu)
- # [08:53] <MikeSmith> archtech: I think IE8 also supports navigator.online
- # [08:53] <archtech> MikeSmith, great :)
- # [08:56] * Joins: ap (n=ap@194.154.88.38)
- # [08:56] * Joins: sid0_ (n=sid0@unaffiliated/sid0)
- # [08:58] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Read error: 60 (Operation timed out))
- # [09:11] * Quits: mlpug (n=mlpug@a91-156-60-13.elisa-laajakaista.fi) (Read error: 110 (Connection timed out))
- # [09:14] * Joins: maikmerten (n=maikmert@Za78a.z.pppool.de)
- # [09:15] * Quits: onar_ (n=onar@c-98-234-65-251.hsd1.ca.comcast.net)
- # [09:26] * Joins: mlpug (n=mlpug@a91-156-60-13.elisa-laajakaista.fi)
- # [09:28] <Hixie> MikeSmith: yeah but that one was added to html5 because they implemented it and we needed something similar :-)
- # [09:30] <archtech> Hixie, that's a great approach to standards as well :) it has to work both ways.
- # [09:31] <MikeSmith> Hixie: huh, didn't know that came from IE originally
- # [09:31] <MikeSmith> drag-and-drop from IE originally also?
- # [09:38] * Joins: zdobersek (n=zan@cpe-92-37-67-10.dynamic.amis.net)
- # [09:38] * Quits: doublec (n=doublec@65.123.0.210) ("Leaving")
- # [09:44] * Parts: zdobersek (n=zan@cpe-92-37-67-10.dynamic.amis.net)
- # [09:47] <MikeSmith> 'Frankly, I'm finding this whole "rock star on the edge" thing is getting old.'
- # [09:48] <MikeSmith> I think it's actually the real rock starts on the edge who are getting old.
- # [09:48] <MikeSmith> or who have gotten old
- # [09:48] <MikeSmith> but I don't know who the rock star is in this particular case
- # [09:49] * virtuelv goes to read mrlastweek
- # [09:49] <MikeSmith> virtuelv: that ain't MLW
- # [09:49] <MikeSmith> MLW differs in terms of humor
- # [09:50] <MikeSmith> a sense of humor, that is
- # [09:50] <MikeSmith> that is, in having one
- # [09:50] <MikeSmith> sort of
- # [09:51] <MikeSmith> anyway, I guess the rock star on the edge in this case is mpilgrim
- # [09:52] <MikeSmith> mpilgrim: your petty bickering risks undermining the credibility of the entire effort
- # [09:52] <MikeSmith> so please stop that
- # [09:52] <MikeSmith> the petty bickering, at least
- # [09:52] <MikeSmith> please do keep up the rock star part though
- # [09:53] * Quits: heycam (n=cam@zot.infotech.monash.edu.au) ("bye")
- # [09:57] <MikeSmith> "An end result of such shenanigans is that web page validity no longer means what it used to mean."
- # [09:57] <MikeSmith> yes. good.
- # [09:57] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 110 (Connection timed out))
- # [09:58] <MikeSmith> though we prefer the term "jackassery"
- # [09:59] <MikeSmith> " In the future, to get a "valid" stamp means that we have to adhere to a small, controlling group of people's interpretation of what the web should be,..."
- # [10:01] <MikeSmith> here's to hoping that more people do adopt that attitude that "this page is valid <whatever>" stamps are totally worthless
- # [10:02] <MikeSmith> regardless of what their reasons for adopting that attitude are
- # [10:02] <MikeSmith> I do like the "This page is valid in crappy biased markup" proposal, though.
- # [10:02] <MikeSmith> that one is a keeper
- # [10:10] * Joins: annevk5 (n=annevk@85.196.122.246)
- # [10:12] * Joins: Maurice (i=copyman@5ED548D4.cable.ziggo.nl)
- # [10:14] <Lachy> Hixie, the new <hgroup> element seems completely useless. Why should anyone bother using it around heading elements? What's the difference between:
- # [10:14] <Lachy> <header><hgroup><h1>Foo</h1><h2>Bar</h2></hgroup> <p>more header content...</header> and
- # [10:14] <Lachy> <header><h1>Foo</h1><h2>Bar</h2> <p>more header content...</header>
- # [10:15] <annevk5> counts as a single heading in an outline prolly
- # [10:16] <Lachy> <header> should do that by itself
- # [10:17] <annevk5> <header> doesn't influence outline at all
- # [10:17] <Lachy> oh, he made <header> not be heading content :-(
- # [10:18] <Lachy> That really sucks
- # [10:19] * Joins: billyjackass (n=MikeSmit@EM114-48-165-30.pool.e-mobile.ne.jp)
- # [10:21] <billyjackass> Lachy: your anti-hgroup vehemence is refreshing
- # [10:21] * Quits: MikeSmith (n=MikeSmit@EM114-48-74-119.pool.e-mobile.ne.jp) (Nick collision from services.)
- # [10:22] * billyjackass is now known as MikeSmith
- # [10:22] <MikeSmith> but it's too late
- # [10:22] <MikeSmith> I've already made a patch that adds <hgroup> to validator.nu
- # [10:23] <MikeSmith> so it's in the validator, and therefore now the Word of God
- # [10:24] <MikeSmith> and hsivonen has finally come to his senses about the "no badges" nonsense
- # [10:24] <MikeSmith> and agreed to start issuing badges
- # [10:24] * annevk5 wonders if http://lists.w3.org/Archives/Public/public-device-apis/2009May/0003.html was ever public knowledge
- # [10:24] <MikeSmith> the v.nu-issued badge will say, "This page is valid in crappy biased markup"
- # [10:25] <MikeSmith> but it will be a badge nonetheless
- # [10:25] <annevk5> "This is good to hear. Geo APIs was booted out of WebApps because of IP threats from Nokia; has that now changed?"
- # [10:26] <MikeSmith> annevk5: that's not the reason it was "booted out of WebApps", so it doesn't really matter
- # [10:26] <MikeSmith> it was never "in" WebApps to begin with, for one thing
- # [10:28] <MikeSmith> and given that the Geolocation work has been very successful by any rational measure that anybody'd care to use (e.g., multiple implementations shipped already, actual people benefitting from it already)..
- # [10:29] <MikeSmith> well, I'd hope people would find something better to worry about
- # [10:29] <MikeSmith> like our petty bickering here
- # [10:30] <MikeSmith> which is undermining the credibility of the entire effort
- # [10:33] * Joins: heycam (n=cam@203-217-72-53.dyn.iinet.net.au)
- # [10:36] <annevk5> we have credibility? :p
- # [10:38] <Lachy> MikeSmith, it's never too late to reverse a mistake introduced into the spec, and hgroup is one of those things that won't last long
- # [10:38] <MikeSmith> oh, it will last. It has a chapter and verse number already.
- # [10:39] <MikeSmith> Lachy: are you suggesting we remove verses from the Bible?
- # [10:39] <MikeSmith> I don't God would like that.
- # [10:39] <MikeSmith> I mean, he wrote that book.
- # [10:39] <MikeSmith> indirectly, at least
- # [10:39] <Hixie> hsivonen is ok with badges now?
- # [10:39] <Hixie> have you been giving him some of your drugs
- # [10:40] <MikeSmith> I sense the hand of God in the HTML5 spec. Either that or the hand of Satan. can't tell which quite yet.
- # [10:40] <Lachy> MikeSmith, sure. Stuff has been added and removed from the bible many times over the past 2000 years (although not so much recently)
- # [10:41] <MikeSmith> Hixie: I was speaking on hsivonen's behalf. Have not checked with him yet, but I am reasonably confident that he will see the wisdom in the "This page is valid in crappy biased markup" badge.
- # [10:41] <Hixie> Lachy: <header> has to be allowed to contain <nav>, that's the way people want to use it. Given that, it can't be part of the outlining algorithm, Given that, unless we want every spec on W3C space to have one subsection called "Working Draft - 2 April 2009" or whatever, we need an hx grouping element for subheadings.
- # [10:42] <Hixie> MikeSmith: uh huh :-P
- # [10:43] <Philip`> I don't like badges
- # [10:43] <Philip`> but stickers are great
- # [10:43] <Philip`> We should have more stickers
- # [10:44] <Lachy> Hixie, The previous content model for it already did allow <nav> as a descendant.
- # [10:45] <MikeSmith> Hixie: btw, we are going to use the following at the v.nu badge -
- # [10:45] <MikeSmith> http://blog.zugara.com/wp-content/uploads/2009/04/leprechaun.jpg
- # [10:45] <Hixie> MikeSmith: (maybe you could convince him to use "I Check My Markup With validator.nu!" without saying it's valid)
- # [10:46] <Hixie> Lachy: no it didn't
- # [10:46] <Hixie> Lachy: it disallowed sectioning content descendants
- # [10:46] <Hixie> Lachy: nothing can be heading and contain sectioning at the sam e time
- # [10:46] <MikeSmith> Hixie: yeah (seriously) that would be good. would be good also if W3C validator stopped issuing the badges it does now, and issues an "I Check My Markup..." thing instead
- # [10:46] <Philip`> That wouldn't fit on the button
- # [10:47] <MikeSmith> Philip`: I'm working on that
- # [10:47] <Philip`> Maybe use an animated GIF with marquee text
- # [10:47] <MikeSmith> heh
- # [10:47] <Hixie> parents around here have "My Student Is An Honour Student At Bla Bla High School" as bumper stickers
- # [10:47] <Hixie> maybe we can have "My Web Page Was Checked With validator.nu!" as bumper stickers
- # [10:47] <Hixie> give them out at conferences
- # [10:48] <Lachy> oh, I misread it.
- # [10:49] <Lachy> also, the 3rd example for <header> now looks a little crazy. Why are the "Important News" and "Games" headings included within the header?
- # [10:49] <MikeSmith> Lachy: Get thee behind me. Nothing in the Bible has ever been added or removed. Some things in particular *serializations* of the Bible have been added or removed. But the
- # [10:50] <MikeSmith> But the abstract model of the Bible has never been altered, and is unalterable.
- # [10:50] <Lachy> haha
- # [10:51] <Lachy> MikeSmith, stories were written and added to the bible by hundreds of men over many centuries
- # [10:51] <Hixie> Lachy: yeah the examples could be improved... send mail or file a bug if you have any better ideas
- # [10:52] <Philip`> Lachy: But those hundreds of men were just expressing the fundamental truth laid down by God, so it is as if the book came from a single hand
- # [10:53] <MikeSmith> Philip`: Amen.
- # [10:53] * Joins: ROBOd (n=robod@89.122.216.38)
- # [10:53] <MikeSmith> Hallelujah
- # [10:53] <Lachy> yeah, and all those men who made copies of it by hand and introduced their own "corretions" in the process were just acting on behalf of god too...
- # [10:53] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [10:54] <MikeSmith> the Holy Spirit chooses Philip` to speak through now and then
- # [10:54] <Lachy> :-D
- # [10:57] <Philip`> Lachy: They were just fixing typos
- # [10:58] <Philip`> or, uh, scribos
- # [10:58] <Philip`> because maybe the people writing down the original were a bit drunk at one point and started making up a few extra sections, and so the later people had to fix those mistakes
- # [10:59] <Philip`> Or maybe they made changes as a way of detecting copyright infringement, like how map makers include fake roads so they can see who's copied their maps
- # [10:59] <Lachy> yeah, and I'm sure it had nothing to do with needing the bible to suit the needs of the religious leaders at the time, wanting to control the public with it.
- # [11:00] <Lachy> (copyright didn't exist until the 18th century)
- # [11:04] <Philip`> "One of the earliest copyright disputes reputedly took place in 557 A.D. between Abbot Finnian of Moville and St. Columba over St. Columba's copying of a Psalter belonging to an Abbot. The dispute over ownership of the copy led to the Battle of Cúl Dreimhne (also known as the Battle of Cooldrumman), in which 3,000 men were killed."
- # [11:06] <Lachy> sure, but there were no copyright laws at the time.
- # [11:08] * Quits: zalan (n=kvirc@catv-80-99-193-98.catv.broadband.hu) ("KVIrc 3.4.0 Virgo http://www.kvirc.net/")
- # [11:08] <Philip`> The concept of "if you copy my stuff, I'll send my army to attack your army" seems much more powerful than any copyright law
- # [11:12] <Lachy> oddly enough, that's similar to the technique being employed today by the RIAA/MPAA, only using lawyers instead of soldiers and slightly less killing
- # [11:13] <Philip`> So, apart from being completely different, it's similar?
- # [11:13] <annevk5> why is it impossible to find the anolis spec generator?
- # [11:13] * annevk5 wonders what keyword he's missing
- # [11:13] <Lachy> http://anolis.gsnedders.com/
- # [11:13] <annevk5> that's just the source code
- # [11:13] <Philip`> gsnedders needs more Google juice
- # [11:14] <Lachy> http://pimpmyspec.net/
- # [11:14] <Philip`> http://wiki.whatwg.org/wiki/Developing_HTML5_derivatives points at http://pimpmyspec.net/ if that's what you want
- # [11:17] <annevk5> ta
- # [11:33] * Joins: olliej_ (n=oliver@c-67-164-125-23.hsd1.ca.comcast.net)
- # [11:35] * Joins: annevk42 (n=annevk@85.196.122.246)
- # [11:36] * Quits: MikeSmith (n=MikeSmit@EM114-48-165-30.pool.e-mobile.ne.jp) ("Tomorrow to fresh woods, and pastures new.")
- # [11:36] <annevk42> Hixie, why the inconsistency in the event handler attribute tables? first heading lowercase, second heading starts with a capital
- # [11:37] * Joins: MikeSmith (n=MikeSmit@EM114-48-21-91.pool.e-mobile.ne.jp)
- # [11:43] * sid0_ is now known as sid0
- # [11:45] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [11:53] * Joins: myakura (n=myakura@p1120-ipbf2303marunouchi.tokyo.ocn.ne.jp)
- # [12:12] * Joins: myakura_ (n=myakura@p1120-ipbf2303marunouchi.tokyo.ocn.ne.jp)
- # [12:30] <virtuelv> WHile being completely off topic: Could someone bash the twitter-folks over the head with the largest cluebat you can find?
- # [12:32] * Quits: myakura (n=myakura@p1120-ipbf2303marunouchi.tokyo.ocn.ne.jp) (Read error: 110 (Connection timed out))
- # [12:32] <virtuelv> Whatever was wrong with loading actual pages using actual URLs, instead of pretending everything is pointing to a document fragment
- # [12:38] <annevk42> looks a lot better than before actually, imo
- # [12:39] <annevk42> and it's not like you need to share the URLs, they're all bound to your login details anyway
- # [12:47] * Joins: sid0_ (n=sid0@unaffiliated/sid0)
- # [12:49] <virtuelv> yes, but it actually feels much slower than before
- # [12:51] <virtuelv> and I see no particular good reason for abolishing loading pages
- # [12:53] <annevk42> making things look better :)
- # [12:56] <gsnedders> And when it fails you have to reload everything and start from the newest all over again
- # [12:57] * Joins: sid0__ (n=sid0@unaffiliated/sid0)
- # [12:58] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Nick collision from services.)
- # [12:58] * Quits: sid0_ (n=sid0@unaffiliated/sid0) (Nick collision from services.)
- # [12:58] * sid0__ is now known as sid0
- # [12:59] * sid0 is now known as sid0|afk
- # [13:03] * Joins: zalan (n=kvirc@80.99.193.98)
- # [13:11] * Quits: sid0|afk (n=sid0@unaffiliated/sid0) ("No Ping reply in 90 seconds.")
- # [13:12] * Quits: olliej_ (n=oliver@c-67-164-125-23.hsd1.ca.comcast.net)
- # [13:14] * Joins: sid0 (n=sid0@unaffiliated/sid0)
- # [13:20] * Joins: sid0_ (n=sid0@unaffiliated/sid0)
- # [13:32] * Quits: annevk5 (n=annevk@85.196.122.246)
- # [13:36] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Read error: 110 (Connection timed out))
- # [13:42] * myakura_ is now known as myakura
- # [13:43] * Quits: sid0_ (n=sid0@unaffiliated/sid0) (Read error: 60 (Operation timed out))
- # [13:44] * Joins: sid0 (n=sid0@unaffiliated/sid0)
- # [13:46] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Client Quit)
- # [13:47] * Joins: sid0 (n=sid0@unaffiliated/sid0)
- # [13:56] * gsnedders wonders about automatically getting titles for photos based upon geo data
- # [13:57] <gsnedders> (i.e., writing code to allow me to be lazy in the future)
- # [13:59] * Joins: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [14:01] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [14:04] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [14:33] * Joins: zdobersek (n=zan@cpe-92-37-72-222.dynamic.amis.net)
- # [14:41] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 60 (Operation timed out))
- # [14:44] * Joins: taf2 (n=taf2@c-68-49-245-59.hsd1.dc.comcast.net)
- # [14:50] * Quits: ap (n=ap@194.154.88.38)
- # [15:04] <Philip`> How exciting
- # [15:04] <Philip`> Mr & Mrs Last Week posted a link to http://209.85.229.132/search?q=cache:(somewhere you probably don't want to bother looking)&cd=1&hl=en&ct=clnk&gl=uk&client=firefox-a
- # [15:04] <Philip`> which suggests they're either a Firefox user from the UK, or else copied a Google cache link from someone who was
- # [15:05] <gsnedders> Damnit! And I always thought they were IE users!
- # [15:05] <Philip`> (Well, probably the 'view PDF as HTML' link rather than the cache)
- # [15:09] * Joins: mat_t (n=mattomas@ppp-3-133.leed-b-1.access.uk.tiscali.com)
- # [15:11] * Quits: mat_t (n=mattomas@ppp-3-133.leed-b-1.access.uk.tiscali.com) (Client Quit)
- # [15:22] <Philip`> The 'pv' tool is great
- # [15:23] <Philip`> If you're doing command-line processing of (as a hypothetical example) a 2GB gzipped file with some decompression and greps and perls and suchlike, you can just stick pv into the pipeline and it'll tell you how fast the processing is going and give you an ETA
- # [15:25] * Philip` gets a fairly consistent 11 MB/sec, and is unsure whether that's good or not
- # [15:27] <Dashiva> Disk IO speed would be one possible baseline for comparison
- # [15:28] <Philip`> cat >/dev/null goes at 722 MB/sec
- # [15:28] <Dashiva> That seems a bit... high
- # [15:28] <Philip`> md5sum goes at 228 MB/sec
- # [15:29] <Dashiva> I suppose if you have the 3Gb SATA
- # [15:29] <Philip`> It would be a bit high if it was actually reading from physical disk, not from the file cache
- # [15:29] <Dashiva> No, even then...
- # [15:29] <Philip`> since it's really just reading from RAM
- # [15:29] <Dashiva> Yeah, true
- # [15:30] <Philip`> gzip -cd|md5sum goes at 11 MB/sec
- # [15:30] <Philip`> so I blame gzip
- # [15:31] * Philip` assumes the disks are SATA, but doesn't really know
- # [15:32] <Dashiva> Tried different compression levels?
- # [15:32] <Philip`> and I don't know how to find out how fast they are
- # [15:36] <Philip`> The output from gzip -cd goes at ~185 MB/s if I compress with -1
- # [15:36] <Philip`> The output from gzip -cd goes at ~205 MB/s if I compress with -9
- # [15:37] <Philip`> and there's a roughly linear increase between those points
- # [15:37] <Philip`> (The input to gzip is faster with -1, but there's a lot more of it)
- # [15:42] <Philip`> But I'm way too lazy to wait for it to recompress 35GB of data with gzip -9
- # [15:42] <Dashiva> Hmm
- # [15:42] <Dashiva> But you blamed gzip for 11 MB/sec earlier
- # [15:42] <Philip`> (even though I'm insufficiently lazy that I'll spend two minutes counting that it's 35GB)
- # [15:42] <Dashiva> Now you're saying it's 180-200
- # [15:42] <Philip`> 11 MB/sec input
- # [15:43] <Philip`> 200 MB/sec output
- # [15:43] <Dashiva> ah
- # [15:43] * Philip` should probably be clearer about such things
- # [15:45] <Dashiva> Well, it makes sense
- # [15:48] <Philip`> Oops, the files I've been looking at aren't all text/html
- # [15:48] <Philip`> I'm sure they were when I last looked, but they certainly haven't changed since then...
- # [15:51] <Philip`> Hmm, I've got 1500 more content-type headers than pages
- # [15:53] <Philip`> http://www.agriaffaires.de/gebrauchte/andere-landwirtschaftliche-anhaenger/698421/krampe-big-body-600-premium.html
- # [15:53] <Philip`> *13* content-type headers?!
- # [15:57] <gsnedders> Why not? I mean, it's hardly if browsers about any but the last.
- # [16:22] * Joins: riven` (n=colin@53525B67.cable.casema.nl)
- # [16:25] * Quits: riven (n=colin@pdpc/supporter/professional/riven) (Read error: 110 (Connection timed out))
- # [16:26] * Quits: zalan (n=kvirc@80.99.193.98) ("KVIrc 3.4.0 Virgo http://www.kvirc.net/")
- # [16:39] * Quits: karlcow (n=karl@nerval.la-grange.net) ("This computer has gone to sleep")
- # [16:50] * Joins: karlcow (n=karl@nerval.la-grange.net)
- # [17:04] <Dashiva> In the future, to get a "valid" stamp means that we have to adhere to a small, controlling group of people's interpretation of what the web should be, and I'm just not willing to go there.
- # [17:04] <Dashiva> Isn't this how it has been all along?
- # [17:06] <jgraham> Philip`: You written any useful scripts to work with the dotnetdotorg data?
- # [17:06] <Philip`> Dashiva: No
- # [17:07] <Philip`> Dashiva: It's been a *different* small, controlling group of people
- # [17:08] <Dashiva> Right, my bad
- # [17:10] <Dashiva> I also like the part where it goes "I guess the browser vendors want to cooperate [...] Look forward to lots of browser incompatability"
- # [17:11] * Joins: roc (n=roc@65.123.0.210)
- # [17:12] <Philip`> Dashiva: Where does it say that?
- # [17:12] <Philip`> Also, what "it" is it?
- # [17:12] * Quits: nessy (n=nessy@203-214-157-222.perm.iinet.net.au) ("This computer has gone to sleep")
- # [17:12] <Dashiva> http://realtech.burningbird.net/semantic-web/semantic-web-issues-and-practices/going-non-standard
- # [17:13] <Philip`> Dashiva: I can't see any mentions of e.g. looking forward to incompatibility in there
- # [17:13] <Philip`> Oh, wait, maybe it sort of says that in the last-but-one paragraph
- # [17:13] <Philip`> though not with your words or your spelling error
- # [17:14] <Dashiva> Yeah, I always typo that
- # [17:15] <Dashiva> I've started getting ominous right, though!
- # [17:15] <Philip`> Oh my nous!
- # [17:16] <Dashiva> I still think omnious sounds more ominous. But it's a lost battle.
- # [17:16] <Philip`> I find it hard to understand the comment "You know who really makes me mad? The browser companies. They want obfuscation. They want imprecision. They want gaps. They want things in a state of confusion, so they can do what they want, and not have to worry about "standards"."
- # [17:17] <Philip`> since as far as I'm aware the browser companies formed the WHATWG specifically in response to imprecision and confusion and gaps in the W3C's specification of web technologies
- # [17:17] <Dashiva> I reckon it's just the usual misunderstanding of how things work
- # [17:17] <Philip`> and HTML5 defines everything precisely and tries to fill in all the gaps
- # [17:17] <jgraham> I find it really hard to understand Shelly in general. I really don't understand why she's so angry all the time
- # [17:17] <Philip`> (though it may still be obfuscated and confusing)
- # [17:17] <Dashiva> jgraham: Maybe the owls are out to get her
- # [17:18] <jgraham> Dashiva: Owls deliver post
- # [17:18] <Dashiva> They also come in the night and tear your legs apart
- # [17:18] <Philip`> Can owls deliver get too?
- # [17:19] <jgraham> Philip`: I don't recall Owls doing anything that resembles a get
- # [17:19] <Dashiva> They get field mice
- # [17:19] <jgraham> So HTTP over Owl would be non-trivial
- # [17:19] <Dashiva> Or I suppose that's more of a delete
- # [17:19] <Philip`> Or a head, depending on how hard they bite
- # [17:19] <Dashiva> Head is supposed to be safe, isn't it?
- # [17:20] <jgraham> Idempotent
- # [17:20] <Dashiva> Okay, then it's okay I guess
- # [17:20] <jgraham> Maybe if we could train them to only attach starfish and other creatures that can regrow parts of their body
- # [17:21] <jgraham> *attack
- # [17:21] <Philip`> jgraham: I have a Perl script that splits the file into more-easily-parseable parallelisable chunks, and a couple of organically grown (i.e. horridly written) Java programs to do grep and to run various analyses on the parsed content
- # [17:21] <Dashiva> But isn't idempotent defined as repeated applications being the same as one application?
- # [17:21] <Dashiva> Without saying anything about initial state vs one application
- # [17:23] <Philip`> jgraham: How about axolotls?
- # [17:24] <Philip`> (which apparently can regrow limbs)
- # [17:24] <Philip`> (which I learned via the ever-informative blog at http://fuckyoupenguin.blogspot.com/2009/03/no.html )
- # [17:25] <Philip`> Dashiva: In that case, DELETE would be considered idempotent
- # [17:25] <Philip`> since deleting something twice has the same consequence as deleting it once
- # [17:26] <Philip`> so the term 'safe' seems better than 'idempotent'
- # [17:26] <Dashiva> Yeah, that's why I said safe :)
- # [17:28] <jgraham> Ah yes, head is safe + idempotent. Delete is jsut idempotent
- # [17:28] <Philip`> Of course it's not actually idempotent in an asynchronous environment
- # [17:29] * Philip` wonders if HTTP has a more subtle definition of 'idempotent'
- # [17:35] <Philip`> jgraham: (All my other code for working with the data is one-off bash commands, usually some combination of sort and uniq and perl, and I don't have them saved anywhere)
- # [17:39] * Quits: MikeSmith (n=MikeSmit@EM114-48-21-91.pool.e-mobile.ne.jp) (Read error: 104 (Connection reset by peer))
- # [17:49] * Quits: roc (n=roc@65.123.0.210)
- # [17:59] * Joins: cgriego (n=cgriego@cpe-72-181-202-225.tx.res.rr.com)
- # [18:00] * Quits: cgriego (n=cgriego@cpe-72-181-202-225.tx.res.rr.com) (Client Quit)
- # [18:01] * Quits: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com) (Remote closed the connection)
- # [18:02] * Joins: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com)
- # [18:11] * riven` is now known as riven
- # [18:12] * Quits: shepazu (n=schepers@adsl-144-137-232.rmo.bellsouth.net) ("Core Breach")
- # [18:14] * Joins: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [18:30] * Joins: shepazu (n=schepers@adsl-144-137-232.rmo.bellsouth.net)
- # [18:32] * Joins: onar_ (n=onar@c-98-234-65-251.hsd1.ca.comcast.net)
- # [18:35] * gsnedders isn't entirely happy with his photos from the ball
- # [18:40] <Philip`> gsnedders: Photoshop
- # [18:40] <gsnedders> … is where I've spent far too much time trying to make them less shit :)
- # [18:41] <Philip`> (I suppose I could say "gsnedders: Gimp" to promote OS software, but that might be easy to misinterpret)
- # [18:52] * Quits: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [19:20] * Quits: myakura (n=myakura@p1120-ipbf2303marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [19:32] <gsnedders> http://www.flickr.com/photos/gsnedders/sets/72157617511428181/ — My best attempt.
- # [19:40] * Joins: davidb (n=davidb@bas4-toronto06-1242458603.dsl.bell.ca)
- # [19:42] * Quits: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com)
- # [19:46] * Joins: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com)
- # [19:48] * Joins: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [19:49] * Joins: fearphage (n=fearphag@xbmc/user/fearphage)
- # [19:49] <fearphage> any of you ever used XHR to send an element? what is the use case for that?
- # [19:49] <fearphage> just investigating
- # [19:51] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [19:51] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Client Quit)
- # [19:55] <Philip`> http://www.span-raps.com/English2/index.php?option=com_content&task=view&id=51&Itemid=3 - <time w:st="on" hour="13" minute="00"><u><span lang="EN-CA" style="mso-ansi-language: EN-CA">1:00 PM</span></u></time><u><span lang="EN-CA" style="mso-ansi-language: EN-CA">, Saturday, May 15<sup>th</sup>, 2004<p></p></span></u>
- # [19:55] <Philip`> Hmm, that's the only <time> element I see
- # [19:59] * Quits: weinig (n=weinig@c-67-180-35-124.hsd1.ca.comcast.net)
- # [20:03] * Quits: davidb (n=davidb@bas4-toronto06-1242458603.dsl.bell.ca)
- # [20:06] * Joins: zalan (n=kvirc@catv-80-99-193-98.catv.broadband.hu)
- # [20:23] <hsivonen> interesting accusation on Shelley's blog: "You know who really makes me mad? The browser companies. They want obfuscation. They want imprecision. They want gaps. They want things in a state of confusion, so they can do what they want, and not have to worry about "standards"."
- # [20:23] <Hixie> Philip` commented on that earlier
- # [20:26] * Quits: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com)
- # [20:28] * Joins: gsnedders (n=gsnedder@host86-136-52-180.range86-136.btcentralplus.com)
- # [20:35] * Quits: archtech (n=stanv@83.228.56.37)
- # [20:51] <virtuelv> hsivonen: oh, assume someone has a position, and attack that
- # [20:51] <virtuelv> let me look that up in the big book of fallacies
- # [20:53] <virtuelv> while I'm not involved in HTML5 as such, but other efforts, I can say that what we _don't_ want is imprecision
- # [20:53] <Hixie> yeah precision is somewhat the point :-)
- # [21:00] <gsnedders> Let's go back to HTML 4.01!
- # [21:00] <gsnedders> That's imprecise!
- # [21:01] <gsnedders> Wait, if we want imprecision, why are we revising it?
- # [21:03] <fearphage> can anyone help me with a use case/purpose for sending nodes/elements with XHR? or a place i could possibly find an answer for that
- # [21:04] * Joins: weinig (n=weinig@nat/apple/x-fb2aeed4f46bf534)
- # [21:22] <Hixie> i wonder what to do about accesskey=""
- # [21:31] <Hixie> webkit uses ctrl+option
- # [21:31] <Hixie> firefox uses ctrl
- # [21:31] <Hixie> (on mac)
- # [21:31] <gsnedders> Delete it!
- # [21:31] <Hixie> i never remember what opera's behaviour is
- # [21:31] <Hixie> something to do with the escape key?
- # [21:33] <Philip`> Shift+esc
- # [21:36] <Hixie> interesting
- # [21:36] <Hixie> just the menu, no direct shortcuts right?
- # [21:37] <krijnh> Jep
- # [21:37] <Hixie> interesting, Webkit, Firefox, and Opera all do nothing if the accesskey="" attribute is more than one character long
- # [21:38] <Hixie> only webkit supports accesskey=" "
- # [21:38] <Hixie> none of them strip leading spaces
- # [21:38] <Hixie> hmm
- # [21:39] <Hixie> this leaves us with some interesting options
- # [21:40] <Hixie> accesskey="" could be an enumerated attribute with values a..z, 0..9, and some keywords like "search", which could be bound to UA-specific standard bindings
- # [21:42] <krijnh> What's the benefit over using input type="search" for example?
- # [21:42] <Hixie> none really
- # [21:42] <Hixie> but we could have some generic keywords, like "f1" .. "f9", which map to a set of keys unique to each browser which are always available
- # [21:42] <Hixie> where "f1" is your most important site function
- # [21:43] <Hixie> though discoverability would be an issue
- # [21:43] <krijnh> Sounds confusing
- # [21:44] <jgraham> Hixie: I guess more than just a-z work on keyboards with more characters
- # [21:45] <jgraham> So that sounds bad
- # [21:45] <jgraham> gsnedders: 50mm f/1.8 It won't make you a better photographer but may be good for taking better portraits
- # [21:46] <gsnedders> jgraham: I've been more tempted by the 85mm
- # [21:46] <jgraham> gsnedders: Well assuming you are rich and always have rather a lot o space the 85mm is supposed to be very nice indeed
- # [21:47] <gsnedders> I mean the f/1.8 85mm, not the f/1.2
- # [21:47] <jgraham> But the 50mm is like 80 GBP or less secondhand
- # [21:47] <gsnedders> Though unsurprisingly I would quite like the f/1.2 :P
- # [21:48] <Hixie> almost every link on http://www.456bereastreet.com/archive/200601/accesskey_problems_remain_in_xhtml_2/ is now 404
- # [21:48] <jgraham> gsnedders: Still 300+GBP
- # [21:48] <gsnedders> Hmm, I remember seeing it for less before. Oh well.
- # [21:48] <Philip`> http://philip.html5.org/data/accesskey-values.txt
- # [21:48] * Joins: ZombieLoffe (n=e@unaffiliated/zombieloffe)
- # [21:48] <Philip`> (Not very interesting)
- # [21:48] <jgraham> The fundamental problem with accesskey is that it is a solution for a UI issue that has not been designed by UI designers
- # [21:48] <Philip`> (but at least it shows most people use single-character accesskeys)
- # [21:49] <jgraham> This is A Bad Idea
- # [21:49] <krijnh> Philip`: do the links include titles or something?
- # [21:49] <Hixie> Philip`: i like accesskey="10"
- # [21:49] <Philip`> krijnh: Which links?
- # [21:49] <Hixie> wish i had a "10" key
- # [21:49] <gsnedders> jgraham: I have been thinking about getting the 50mm just as a stop-gap solution until I have money, but I do so little portrait photography anyway, and the bokeh on the Sigma 17–70mm is nicer IMO
- # [21:49] <krijnh> Philip`: on which the accesskey attributes are set
- # [21:50] <krijnh> Perhaps a combination of accesskey and title can be helpful
- # [21:50] <Philip`> krijnh: Don't know, and I don't have an easy way of extracting that data
- # [21:50] <krijnh> Ke
- # [21:51] <jgraham> gsnedders: What is the maximum apature on the sigma? And are you prepared to live wih the fact tha there is a high chance that your sigma lens will have qualiy conrol issues
- # [21:51] <jgraham> ?
- # [21:51] <jgraham> *aperture
- # [21:51] <gsnedders> jgraham: f/2.8-3.5 only, which does kinda suck.
- # [21:51] <Hixie> http://www.w3.org/mid/B2750F31-8ACF-4B46-8D02-44371AEE4C9F@apple.com seems sound
- # [21:51] <gsnedders> jgraham: Also, it hasn't given me any problems yet
- # [21:51] <Philip`> gsnedders: The photos would be better if the lighting didn't make everybody look like corpses
- # [21:52] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Read error: 60 (Operation timed out))
- # [21:52] <gsnedders> Yeah, a lot of them are over-exposed. I've already rectified some of them.
- # [21:52] <jgraham> gsnedders: Oh, you already have it? Well I guess there's no point in discouraging you from buying it then
- # [21:52] <gsnedders> jgraham: Yes, I have it. That's what I took all those photos on.
- # [21:53] <gsnedders> jgraham: I got it to replace the 18–55mm kit lens, and it is certainly a lot better than that
- # [21:53] <jgraham> gsnedders: A lot of those would also benefit from some fill flash
- # [21:54] * jgraham would like the 24-105L to replace his kit lens bu it is a bit expensive
- # [21:54] <gsnedders> Indeed.
- # [21:54] <jgraham> gsnedders: If you don't already have en external flash, it is well, wel worth getting one
- # [21:55] <gsnedders> I have been seriously considering getting one…
- # [21:55] <jgraham> The Speedlite 430EX is perfectly fine
- # [21:55] <jgraham> As far as I can tell
- # [21:55] <gsnedders> jgraham: But I can't decide between an external flash and 70–300mm
- # [21:55] <jgraham> (well I would like lower power sometimes, although in principle it is always possible to arrange for that)
- # [21:56] <jgraham> gsnedders: What is your use case for the 70-300mm?
- # [21:56] <gsnedders> jgraham: Things in the distance? :P
- # [21:56] <jgraham> gsnedders: What things in particular?
- # [21:57] <jgraham> It makes rather a lot of difference
- # [21:57] <gsnedders> jgraham: More seriously, there's quite a few things I'd like to be able to photograph while out walking which I can't really get to (e.g., I'm on a mountain and they aren't)
- # [21:57] <jgraham> So landscapes?
- # [21:57] <gsnedders> jgraham: yes
- # [21:57] <gsnedders> (You think you can get a simple answer from me!? Peh!)
- # [21:58] <jgraham> Oh in that case the 70-300mm is probably a reasonable idea (although I haven't used the canon one for more than a few shots)
- # [21:58] <jgraham> But external flash opens up whole new worlds of possibility
- # [21:59] <jgraham> The problem with phoography is a) there are a lot of good things to buy b) They are all expensive and c) None of hem is an effecive substitute for actual talent
- # [22:00] * gsnedders lacks the talent part :P
- # [22:00] * jgraham too
- # [22:00] * gsnedders thinks jgraham is better than him
- # [22:01] <jgraham> Oh, and the money part :)
- # [22:01] <gsnedders> Yeah, I lack that too.
- # [22:01] <gsnedders> But I guess we both have too much we could buy :)
- # [22:02] * jgraham would also like the 100-400mm. Or maybe one of the long fixed focal length things.
- # [22:05] * Quits: mlpug (n=mlpug@a91-156-60-13.elisa-laajakaista.fi) (Remote closed the connection)
- # [22:18] * Quits: zalan (n=kvirc@catv-80-99-193-98.catv.broadband.hu) ("KVIrc 3.4.0 Virgo http://www.kvirc.net/")
- # [22:28] * inimino looks forward to a new era of "cool, oversexed, overscripted Ajax applications"
- # [22:39] * gsnedders would quite like a Lensbaby, and they're fairly cheap, so he may get one soon
- # [22:39] * gsnedders thought they were pointless and not overly fun until he got to play with Chris Wilson's at TPAC
- # [22:40] * Quits: virtuelv (n=virtuelv@084202133045.customer.alfanett.no) (Read error: 60 (Operation timed out))
- # [22:40] * Joins: virtuelv (n=virtuelv@084202133045.customer.alfanett.no)
- # [22:41] * Joins: olliej (n=oliver@c-67-164-125-23.hsd1.ca.comcast.net)
- # [22:42] * Joins: maikmerten_ (n=maikmert@U1323.u.pppool.de)
- # [22:42] * Quits: virtuelv (n=virtuelv@084202133045.customer.alfanett.no) (Client Quit)
- # [22:42] * Quits: maikmerten (n=maikmert@Za78a.z.pppool.de) (Read error: 110 (Connection timed out))
- # [22:43] * Joins: virtuelv (n=virtuelv@084202133045.customer.alfanett.no)
- # [22:44] * Quits: maikmerten_ (n=maikmert@U1323.u.pppool.de) (Client Quit)
- # [22:53] * Parts: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [23:05] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [23:06] * Joins: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [23:15] * Quits: Lachy (n=Lachlan@85.196.122.246) ("This computer has gone to sleep")
- # [23:29] * Quits: virtuelv (n=virtuelv@084202133045.customer.alfanett.no) ("Ex-Chat")
- # [23:30] * Joins: drostie (n=hopkins@5354256F.cable.casema.nl)
- # [23:31] * Quits: dbaron (n=dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # Session Close: Sun May 03 00:00:00 2009
The end :)