/irc-logs / freenode / #whatwg / 2009-03-22 / end

Options:

  1. # Session Start: Sun Mar 22 00:00:00 2009
  2. # Session Ident: #whatwg
  3. # [00:00] <Philip`> static_assert(sizeof(int) = 4 && sizeof(float) == 4);
  4. # [00:00] <Philip`> s/=/==/
  5. # [00:00] <Dashiva> Float.floatToIntBits :)
  6. # [00:00] <Philip`> All compilers optimise that memcpy into nothingness
  7. # [00:00] * jcranmer notes that said usecase for unions is actually mentioned in a porting-from-C++-to-Java guide
  8. # [00:00] <Philip`> (assuming f is in memory, not in a float register)
  9. # [00:01] <Philip`> I don't think the C/C++ standards (or at least non-latest versions of them) allow the union trick
  10. # [00:02] <Philip`> because they say a value can only be accessed as the type it was declared as, or as (unsigned) char, or a few minor exceptions
  11. # [00:03] * Philip` was recently in a conversation where he found it surprisingly hard to convince people that using memcpy was a good idea, since it's efficient in practice and clearly guaranteed to work in the spec and less fiddly than the dodgy unions :-)
  12. # [00:06] <jcranmer> reinterpret_cast ?
  13. # [00:07] <Philip`> That's the same as C-style casts
  14. # [00:08] <Philip`> Dashiva: Float.floatToIntBits looks like a function call, and function calls are expensive, so that's no good :-p
  15. # [00:09] * jcranmer wonders if the JIT would optimize that out
  16. # [00:10] <Philip`> If you have a million positive floats to sort, it's nice that C(++) lets you pretend they're integers and sort them more efficiently
  17. # [00:11] * jcranmer ponders
  18. # [00:11] <jcranmer> would that actually work?
  19. # [00:11] <Philip`> It's also nice to be able to do "memcpy(&i, &f, 4); ++i; memcpy(&f, &i, 4);" to get the next highest float
  20. # [00:11] * Joins: olliej (n=oliver@nat/apple/x-211fdd897d34a195)
  21. # [00:12] <Philip`> jcranmer: Yes, because ordering is preserved if you reinterpret floats as sign-and-magnitude ints
  22. # [00:12] <Philip`> jcranmer: (and it's preserved if you reinterpret positive floats as two's-complement ints)
  23. # [00:23] * Parts: annevk5 (n=opera@535739CA.cable.casema.nl)
  24. # [00:47] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
  25. # [00:56] <takkaria> 22:42 < Philip`> "in virtually every other programming language available to application developers today, failing to write the 'code' to the code's specification results in the application simply not working" - not in e.g. C or C++, where you get unspecified behaviour that often actually works perfectly well in practice
  26. # [00:56] <takkaria> oops
  27. # [01:18] * Joins: rubys (n=rubys@12.157.84.6)
  28. # [01:34] * Quits: tndH (n=Rob@adsl-77-86-107-105.karoo.KCOM.COM) ("attempting os update")
  29. # [01:51] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
  30. # [02:03] * Quits: Maurice (n=copyman@5ED548D4.cable.ziggo.nl) ("Disconnected...")
  31. # [02:09] * Joins: dglazkov_ (n=dglazkov@98.207.88.44)
  32. # [02:09] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
  33. # [02:19] * Parts: rubys (n=rubys@12.157.84.6)
  34. # [02:56] * Joins: tndH (n=Rob@77.86.107.105)
  35. # [03:04] * Quits: dglazkov_ (n=dglazkov@98.207.88.44) (Read error: 131 (Connection reset by peer))
  36. # [03:04] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
  37. # [03:40] * Joins: dglazkov_ (n=dglazkov@72.14.224.1)
  38. # [03:41] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net) (Read error: 54 (Connection reset by peer))
  39. # [03:41] * Joins: dglazkov__ (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
  40. # [03:41] * dglazkov__ is now known as dglazkov
  41. # [03:42] * Joins: dglazkov__ (n=dglazkov@72.14.224.1)
  42. # [03:43] * Quits: dglazkov_ (n=dglazkov@72.14.224.1) (Read error: 60 (Operation timed out))
  43. # [03:59] * olliej is now known as fakeolliej
  44. # [04:00] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
  45. # [04:02] * Joins: Chris_ (n=Chris@118-93-172-205.dsl.dyn.ihug.co.nz)
  46. # [04:04] * Chris_ is now known as doublec
  47. # [04:09] * dglazkov__ is now known as dglazkov
  48. # [04:40] * Joins: dglazkov_ (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
  49. # [04:41] * Quits: doublec (n=Chris@118-93-172-205.dsl.dyn.ihug.co.nz) ("Leaving")
  50. # [04:43] * Joins: doublec (n=doublec@118-93-172-205.dsl.dyn.ihug.co.nz)
  51. # [04:44] * Parts: erlehmann (n=erlehman@86.59.25.121)
  52. # [04:58] * Quits: dglazkov (n=dglazkov@72.14.224.1) (Read error: 110 (Connection timed out))
  53. # [05:40] * Quits: dglazkov_ (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
  54. # [06:02] * Quits: deltab (n=deltab@82-36-30-34.cable.ubr02.smal.blueyonder.co.uk) (Read error: 110 (Connection timed out))
  55. # [06:03] * Joins: deltab (n=deltab@82.36.30.34)
  56. # [06:19] * Quits: doublec (n=doublec@118-93-172-205.dsl.dyn.ihug.co.nz) ("Leaving")
  57. # [07:01] * Quits: mpilgrim (n=mark@rrcs-96-10-240-189.midsouth.biz.rr.com) (Read error: 113 (No route to host))
  58. # [07:19] * Joins: dave_levin (n=dave_lev@c-98-203-247-78.hsd1.wa.comcast.net)
  59. # [07:20] <Hixie> man, some people are weird
  60. # [07:21] <Hixie> i'm continuously amazed at the conclusions people draw from things such as the fact that localstorage is now published in a different document than, say, <canvas>
  61. # [07:21] <Hixie> given that there is no practical difference
  62. # [07:21] <Hixie> same source document, same editor, same timetable, same implementation priorities
  63. # [07:23] <Hixie> aboodman: i think it's too late to change the localStorage API; IE8 shipped with it already
  64. # [07:23] <Hixie> and they don't lock across instances of their browser
  65. # [07:23] <Hixie> so they don't guarantee that localStorage.foo == localStorage.foo
  66. # [07:23] <aboodman> Hixie: it's never too late. I thought that was the point.
  67. # [07:23] <aboodman> isn't there a big disclaimer at the top of the spec to that effect?
  68. # [07:24] <Hixie> disclaimer or not, realistically speaking it would be stupid of us to do something that breaks compatibility with IE
  69. # [07:24] <Hixie> it'll be 2 or 3 years before they ship IE9
  70. # [07:25] <Hixie> so the earliest we could expect them to implement a new API is long after we can expect the API to be used widely
  71. # [07:25] <aboodman> it's a very small incompatibility that's being proposed.
  72. # [07:25] <aboodman> easily papered over by js
  73. # [07:26] <aboodman> i doubt other vendors will be into the idea of shipping something obviously broken when a simple fix exists.
  74. # [07:26] <Hixie> i guess
  75. # [07:27] <Hixie> we should bring this up on public-html
  76. # [07:27] <Hixie> see what they think
  77. # [07:27] <aboodman> sure.
  78. # [07:27] <Hixie> they did, after all, fail to implement the spec as written
  79. # [07:27] <Hixie> which might give us _some_ leverage
  80. # [07:34] * Joins: dave_levin_ (n=dave_lev@72.14.224.1)
  81. # [07:36] * Quits: atw (n=atwilson@q-static-149-82.avvanta.com) (Read error: 60 (Operation timed out))
  82. # [07:36] * Joins: atw (n=atwilson@q-static-149-82.avvanta.com)
  83. # [07:43] <Hixie> jwalden: i didn't really understand what you were asking for regarding your blog post section headers
  84. # [07:44] <jwalden> Hixie: each post has this basic format: <article><h1>post title</h1> ...post content...</article>
  85. # [07:44] <jwalden> Hixie: if I want each post's content to be able to contain headers (but not *necessarily* contain any), and I want that content to be able to use the natural style of h1, h2, h3, etc. headers, I need to put it in a sectioning element
  86. # [07:45] <jwalden> but if I do that, any entry which doesn't contain a header shows up in outlines as "Untitled Section" or similar
  87. # [07:45] <Hixie> just use <h2> - <h6> for subheaders
  88. # [07:45] <jwalden> that's possible, sure
  89. # [07:46] <Hixie> doesn't that solve the problem? :-)
  90. # [07:46] <jwalden> it just seems odd, because I thought one of the prime goals of this was to make it easy to copy-paste from elsewhere where h1 could have been used
  91. # [07:46] <Hixie> if you use <h1> and <section>, you can copy paste that content anywhere, yes
  92. # [07:47] <Hixie> i guess i don't understand the problem still
  93. # [07:47] <jwalden> beyond that, it just seems odd that a section with no heading would show up in an outline
  94. # [07:48] <Hixie> so always title your sections :-P
  95. # [07:49] <jwalden> it seems reasonable for a post author to think that there's an implicit section around his post's content; maybe that's just relying too much on the exact format of the blog templates, but it's what I'd expect had I not ginned this up on my own
  96. # [07:50] <Hixie> i don't understand why you can't rely on there being an implicit section
  97. # [07:51] <Hixie> either you write your content as "bla bla intro bla bla <h2>subsection</h2> subbla subbla" or you write it as "bla bla intro bla bla <section> <h1>subsection</h1> subbla subbla</section>"
  98. # [07:51] * Quits: dave_levin (n=dave_lev@c-98-203-247-78.hsd1.wa.comcast.net) (Read error: 110 (Connection timed out))
  99. # [08:07] * Joins: tantek (n=tantek@12.14.133.6)
  100. # [08:13] * Quits: tantek (n=tantek@12.14.133.6)
  101. # [08:43] * Joins: zalan (n=kvirc@dsl5400EC5D.pool.t-online.hu)
  102. # [08:48] * Joins: mlpug (n=mlpug@a91-156-60-13.elisa-laajakaista.fi)
  103. # [08:50] * Joins: zdobersek (n=zan@cpe-92-37-71-72.dynamic.amis.net)
  104. # [09:03] * Quits: dave_levin_ (n=dave_lev@72.14.224.1)
  105. # [09:08] * Joins: doublec (n=doublec@118-93-172-205.dsl.dyn.ihug.co.nz)
  106. # [09:59] * Quits: zdobersek (n=zan@cpe-92-37-71-72.dynamic.amis.net) (Read error: 110 (Connection timed out))
  107. # [09:59] * Joins: zdobersek (n=zan@cpe-92-37-79-141.dynamic.amis.net)
  108. # [10:16] * Joins: Maurice (n=copyman@5ED548D4.cable.ziggo.nl)
  109. # [10:25] * Joins: danbri (n=danbri@85.146.126.248)
  110. # [10:29] * Joins: ROBOd (n=robod@89.122.216.38)
  111. # [10:43] * Joins: hdh (n=hdh@118.71.77.40)
  112. # [11:05] * Quits: virtuelv (n=virtuelv@95.34.27.22.customer.cdi.no) (Remote closed the connection)
  113. # [11:08] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
  114. # [11:18] * Quits: hdh (n=hdh@118.71.77.40) (Remote closed the connection)
  115. # [11:33] * Joins: Philip`_ (n=philip@zaynar.co.uk)
  116. # [11:33] * Joins: hdh (n=hdh@118.71.76.218)
  117. # [11:33] * Quits: ROBOd (n=robod@89.122.216.38) (Excess Flood)
  118. # [11:34] * Joins: ROBOd (n=robod@89.122.216.38)
  119. # [11:53] * Joins: myakura (n=myakura@p1063-ipbf3305marunouchi.tokyo.ocn.ne.jp)
  120. # [11:54] * Joins: xydyx (n=hdh@58.187.23.191)
  121. # [11:56] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
  122. # [11:58] * Quits: hdh (n=hdh@118.71.76.218) (Read error: 131 (Connection reset by peer))
  123. # [12:04] * Quits: Philip` (n=philip@zaynar.co.uk) (Read error: 110 (Connection timed out))
  124. # [12:14] * Joins: annevk5 (n=opera@535739CA.cable.casema.nl)
  125. # [12:47] * Quits: zdobersek (n=zan@cpe-92-37-79-141.dynamic.amis.net) (Read error: 110 (Connection timed out))
  126. # [12:54] <jgraham> gsnedders: You got any outliner testcases?
  127. # [13:08] * Philip`_ is now known as Philip`
  128. # [13:22] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
  129. # [13:46] <gsnedders> jgraham: no
  130. # [13:58] * Joins: hdh (n=hdh@118.71.78.253)
  131. # [14:01] <jgraham> gsnedders: Oh, well that's lame
  132. # [14:01] <jgraham> :)
  133. # [14:15] * Quits: tndH (n=Rob@77.86.107.105) (Read error: 145 (Connection timed out))
  134. # [14:16] * Quits: xydyx (n=hdh@58.187.23.191) (Read error: 113 (No route to host))
  135. # [14:19] * Quits: doublec (n=doublec@118-93-172-205.dsl.dyn.ihug.co.nz) ("Leaving")
  136. # [15:06] <gsnedders> Is this another address for Philip TAYLOR?
  137. # [15:08] <Philip`> I don't think it's a new one
  138. # [15:14] <jgraham> Seen it before
  139. # [15:45] * Joins: Alkarex (n=alexandr@1006ds4-van.0.fullrate.dk)
  140. # [15:45] * Quits: annevk5 (n=opera@535739CA.cable.casema.nl)
  141. # [15:48] * Joins: rubys (n=rubys@12.157.84.6)
  142. # [15:49] <rubys> Anybody have any idea why Chrome and Safari clip the image in the lower right on this page? http://intertwingly.net/blog/ Opera and Firefox3 display it without clipping. IE8 ignores it.
  143. # [15:51] <Alkarex> rubys: It is not only clipped, but also not the same size
  144. # [15:52] <rubys> agreed
  145. # [15:57] <Alkarex> rubys: Changing your viewbox to e.g. viewBox="-10 -10 150 250" makes it completely visible in Chrome
  146. # [16:00] <Alkarex> rubys: Seems to be only SVG and not CSS related
  147. # [16:02] <rubys> that same image appears elsewhere on the page.. intact.
  148. # [16:03] <Alkarex> Something to do with units maybe?
  149. # [16:05] <rubys> I guess the real question is: who is "right"?
  150. # [16:07] <Alkarex> rubys: Hum, it is interesting to see the differences between the browsers when setting <svg width="100%" height="100%">
  151. # [16:07] <jgraham> Does anyone have html5lib svn installed? Assuming they can run the unit tests, which version of simplejson do they have? I seem to be getting character encoding realted errors on a clean checkout
  152. # [16:07] <Alkarex> rubys: with 100% 100% it stays within the dimensions defined by CSS in Firefox, but not in Chrome
  153. # [16:10] <Alkarex> rubys: Ok, with 100% 100% it works also in Chrome when defining height in CSS
  154. # [16:14] * Quits: itpastorn (n=itpastor@139.57.227.87.static.th.siw.siwnet.net) ("Leaving.")
  155. # [16:16] <rubys> Weird... adding height to css but not changing the svg causes it to be clipped in both directions.
  156. # [16:16] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
  157. # [16:21] * Quits: nessy (n=nessy@124-168-156-99.dyn.iinet.net.au) ("This computer has gone to sleep")
  158. # [16:25] <Alkarex> rubys: works ok with, in CSS footer svg {height:14em;} and in SVG <SVG width="100%" height="100%" viewBox="0 0 160 160"> and <g stroke="#940" transform="scale(1.5)"> :-P
  159. # [16:26] <Philip`> rubys: You could replace it with a PNG image
  160. # [16:26] <Alkarex> Philip`: It would not be funny
  161. # [16:27] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (Read error: 110 (Connection timed out))
  162. # [16:29] <Alkarex> Today, I came accross DotBot: http://www.dotnetdotcom.org/ They are crawling the Web, and have a free database to download (68GB so far). Could be useful to make usage statistics
  163. # [16:30] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
  164. # [16:32] * Joins: annevk5 (n=opera@535739CA.cable.casema.nl)
  165. # [16:33] <Philip`> Alkarex: That looks pretty interesting
  166. # [16:34] <Philip`> Maybe it would be nice if they could store the data on a public Amazon EBS disk, so people can mount it into an EC2 machine and process it without having to download the data...
  167. # [16:35] <Alkarex> Philip`: They seem to be welcoming comments and suggestions
  168. # [16:38] <Alkarex> rubys: my modified code seems to give the precise same results in Opera, Chrome and Firefox
  169. # [16:43] * Parts: rubys (n=rubys@12.157.84.6)
  170. # [16:53] * Joins: itpastorn (n=itpastor@c-4f66239c-74736162.cust.telenor.se)
  171. # [17:06] * Joins: zdobersek (n=zan@cpe-92-37-73-0.dynamic.amis.net)
  172. # [17:12] <jgraham> Hmm, does the dotbot thing really use null seperated fields? Isn't that rather easy to confuse? I guess they must be escaping the content somehow but they don't obviously say how
  173. # [17:16] <takkaria> yknow, the big benefit to reading public-html on the archives is that the urge to reply is greatly reduced
  174. # [17:18] <annevk5> jgraham, yeah, would be nice to know actually how much content uses null bytes
  175. # [17:19] <Philip`> annevk5: Lots does
  176. # [17:19] <Philip`> including all the pages encoded in UTF-16
  177. # [17:20] <Philip`> and all the PNG and JPEGs
  178. # [17:21] <Philip`> *PNGs
  179. # [17:21] <Philip`> and PDFs
  180. # [17:21] <Philip`> etc
  181. # [17:21] <Philip`> many of which are likely to be mislabeled as text/html
  182. # [17:21] <annevk5> hmm, true
  183. # [17:30] * Quits: myakura (n=myakura@p1063-ipbf3305marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
  184. # [17:31] * Parts: itpastorn (n=itpastor@c-4f66239c-74736162.cust.telenor.se)
  185. # [17:36] <takkaria> ah, the urge to post got too great
  186. # [17:36] <takkaria> ah well
  187. # [17:38] * gsnedders is surprised to find takkaria has only emailed public-html three times
  188. # [17:39] <takkaria> oh, it's more than that
  189. # [17:39] <takkaria> I've just used different email addresses
  190. # [17:39] <gsnedders> Ah, and use Andrew in the From field
  191. # [17:39] <gsnedders> Just searching for sidwell turns up 53 matches
  192. # [17:40] <takkaria> I keep quiet, since most of the time I just add more noise to noise. :)
  193. # [17:40] <gsnedders> takkaria: I like the last thing on that list
  194. # [17:40] <gsnedders> takkaria: Your analogies will certainly be wrong, according to others on the list.
  195. # [17:41] <takkaria> well, they're wrong :)
  196. # [17:43] * gsnedders sighs and dares look at the amount of red written on his draft computing project
  197. # [17:43] <takkaria> I had a terrifying dream last night
  198. # [17:43] * Quits: annevk5 (n=opera@535739CA.cable.casema.nl)
  199. # [17:43] <gsnedders> takkaria: Did it involve getting a job?
  200. # [17:43] <gsnedders> I ought to get one of those.
  201. # [17:44] <takkaria> no, it involved resitting GCSEs
  202. # [17:44] <gsnedders> Okay, interesting dream…
  203. # [17:50] <gsnedders> takkaria: Are you going to expand on that, or was that it?
  204. # [17:51] * jgraham always dreams that he has to resit his German GCSE when he has that kind of dream
  205. # [17:52] <jgraham> And obviously I haven't learnt any words
  206. # [17:52] <jgraham> (in the dream)
  207. # [17:52] * Philip` usually dreams of more interesting things than GCSEs, e.g. leaping out through the cockpit window of an AT-ST
  208. # [17:53] * Quits: zdobersek (n=zan@cpe-92-37-73-0.dynamic.amis.net) (Read error: 110 (Connection timed out))
  209. # [17:53] * Joins: zdobersek (n=zan@cpe-92-37-75-190.dynamic.amis.net)
  210. # [17:53] <takkaria> gsnedders: that was pretty much all of it. I had to do an extra year at high school and it was just bad, bad voodoo really
  211. # [17:53] * gsnedders has an absurd number of dreams involving drugs
  212. # [17:54] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
  213. # [17:55] <takkaria> legal or illegal?
  214. # [17:55] <gsnedders> takkaria: Both
  215. # [17:55] <takkaria> fun times
  216. # [17:56] * gsnedders realizes he probably ought to buy something to wear for ball
  217. # [17:57] <gsnedders> Biggest question is whether I wear a kilt or not
  218. # [17:58] <takkaria> I recommend corset, kilt and heels
  219. # [17:58] <gsnedders> I don't think that'll go down overly well
  220. # [17:59] <takkaria> shame
  221. # [17:59] <gsnedders> Also, the girl I'm going with probably wouldn't overly appove…
  222. # [17:59] <gsnedders> *approve
  223. # [17:59] <gsnedders> Even if she has, like most of my friends, concluded that almost all purposes I am a girl.
  224. # [18:02] * gsnedders also has no faith in his ability to dance in heals
  225. # [18:05] * Quits: hdh (n=hdh@118.71.78.253) (Remote closed the connection)
  226. # [18:06] * Joins: itpastorn (n=itpastor@c-4f66893d-74736162.cust.telenor.se)
  227. # [18:21] * Joins: annevk5 (n=opera@535739CA.cable.casema.nl)
  228. # [18:27] * Joins: dglazkov_ (n=dglazkov@72.14.224.1)
  229. # [18:30] * Joins: dglazkov__ (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
  230. # [18:30] * Quits: Alkarex (n=alexandr@1006ds4-van.0.fullrate.dk) (Read error: 110 (Connection timed out))
  231. # [18:38] * Quits: dglazkov__ (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
  232. # [18:48] * Joins: erlehmann (n=erlehman@86.59.25.121)
  233. # [18:48] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
  234. # [18:49] * Quits: dglazkov_ (n=dglazkov@72.14.224.1) (Read error: 110 (Connection timed out))
  235. # [18:59] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
  236. # [19:09] * Parts: itpastorn (n=itpastor@c-4f66893d-74736162.cust.telenor.se)
  237. # [19:17] * Joins: itpastorn (n=itpastor@c-4f66525d-74736162.cust.telenor.se)
  238. # [19:17] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
  239. # [19:27] * Joins: tndH (n=Rob@adsl-77-86-107-105.karoo.KCOM.COM)
  240. # [19:28] * Quits: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
  241. # [19:39] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Remote closed the connection)
  242. # [19:39] * Joins: sid0 (n=sid0@unaffiliated/sid0)
  243. # [19:45] * Quits: zalan (n=kvirc@dsl5400EC5D.pool.t-online.hu) (Read error: 110 (Connection timed out))
  244. # [20:01] <Lachy> gsnedders, is it common for people to wear kilts to balls in Scotland?
  245. # [20:01] <gsnedders> Lachy: yes
  246. # [20:01] <Lachy> wow. They look so aweful. Why?!
  247. # [20:01] <gsnedders> But for guys to where corsets and heels? No.
  248. # [20:01] <Lachy> haha
  249. # [20:02] <gsnedders> Lachy: Ask any friend of mine. They certainly won't say they look awful.
  250. # [20:02] <Lachy> I'd like to see a photo of you wearing a kilt, corset and heels.
  251. # [20:02] <gsnedders> (where friend implies female)
  252. # [20:03] <gsnedders> Oh dear…
  253. # [20:03] <gsnedders> Last time I got dared such a thing I ended up having green hair to a ceilidh
  254. # [20:03] <gsnedders> s/to/at/
  255. # [20:03] <Lachy> what's a ceilidh?
  256. # [20:03] <gsnedders> Exactly what Wikipedia says it is.
  257. # [20:05] <Lachy> ok, so it's just a dance.
  258. # [20:09] * Parts: itpastorn (n=itpastor@c-4f66525d-74736162.cust.telenor.se)
  259. # [20:10] <takkaria> not any dance
  260. # [20:11] <gsnedders> It has to be some type of Gaelic dancing
  261. # [20:31] * Joins: roc (n=roc@121-72-161-68.dsl.telstraclear.net)
  262. # [20:31] * Quits: roc (n=roc@121-72-161-68.dsl.telstraclear.net) (Client Quit)
  263. # [20:32] * Joins: roc (n=roc@121-72-161-68.dsl.telstraclear.net)
  264. # [20:47] * Joins: tantek (n=tantek@12.14.133.248)
  265. # [20:52] * Joins: hdh (n=hdh@118.71.78.253)
  266. # [20:56] * Quits: takkaria (n=takkaria@isparp.co.uk) (Remote closed the connection)
  267. # [20:58] * Joins: takkaria (n=takkaria@isparp.co.uk)
  268. # [21:00] * Joins: nessy (n=nessy@124-168-156-99.dyn.iinet.net.au)
  269. # [21:02] * Quits: nessy (n=nessy@124-168-156-99.dyn.iinet.net.au) (Client Quit)
  270. # [21:16] * Joins: dglazkov (n=dglazkov@c-98-207-88-44.hsd1.ca.comcast.net)
  271. # [21:17] * Quits: tantek (n=tantek@12.14.133.248) (Read error: 110 (Connection timed out))
  272. # [21:19] * Joins: virtuelv (n=virtuelv@95.34.27.22.customer.cdi.no)
  273. # [21:21] * Joins: dbaron (n=dbaron@209-94-133-32.c3-0.bkl-ubr2.sbo-bkl.ma.cable.rcn.com)
  274. # [21:24] * Quits: annevk5 (n=opera@535739CA.cable.casema.nl)
  275. # [21:33] <Lachy> gsnedders, the documentation for Automagic Bibliography doesn't mention anything about the <!--begin-normative-->/<!--end-normative--> and <!--begin-informative-->/<!--end-informative--> comments that need to be in the HTML file
  276. # [21:33] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
  277. # [21:47] * Joins: annevk5 (n=opera@535739CA.cable.casema.nl)
  278. # [21:52] * Parts: annevk5 (n=opera@535739CA.cable.casema.nl)
  279. # [21:58] * Quits: mlpug (n=mlpug@a91-156-60-13.elisa-laajakaista.fi) (Remote closed the connection)
  280. # [21:59] <Lachy> gsnedders, the documentation also fails to mention that [[foo]] is an informative reference and that [[!foo]] is a normaitive referecne.
  281. # [22:03] <jgraham> Kilts are aweful. They inspire awe.
  282. # [22:04] <jgraham> Wearing one shows reall balls. Often literally.
  283. # [22:16] * Joins: Alkarex (n=alexandr@1006ds4-van.0.fullrate.dk)
  284. # [22:21] <gsnedders> Lachy: Email, please
  285. # [22:23] * Quits: jcranmer (n=jcranmer@remote.csl.tjhsst.edu) (Read error: 104 (Connection reset by peer))
  286. # [22:25] * Joins: jcranmer (n=jcranmer@remote.csl.tjhsst.edu)
  287. # [22:43] * Parts: erlehmann (n=erlehman@86.59.25.121)
  288. # [22:44] * Joins: erlehmann (n=erlehman@86.59.25.121)
  289. # [22:47] * Quits: dbaron (n=dbaron@209-94-133-32.c3-0.bkl-ubr2.sbo-bkl.ma.cable.rcn.com) ("8403864 bytes have been tenured, next gc will be global.")
  290. # [22:50] * Quits: zdobersek (n=zan@cpe-92-37-75-190.dynamic.amis.net) ("Leaving.")
  291. # [22:56] * Joins: nessy (n=nessy@124-168-156-99.dyn.iinet.net.au)
  292. # [23:12] * Quits: Maurice (n=copyman@5ED548D4.cable.ziggo.nl) ("Disconnected...")
  293. # [23:15] * Joins: tantek (n=tantek@32.170.85.107)
  294. # [23:20] * Parts: Alkarex (n=alexandr@1006ds4-van.0.fullrate.dk)
  295. # [23:42] * Quits: heycam (n=cam@124-168-80-126.dyn.iinet.net.au) ("bye")
  296. # [23:42] * Quits: sid0 (n=sid0@unaffiliated/sid0) (Remote closed the connection)
  297. # [23:54] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
  298. # Session Close: Mon Mar 23 00:00:00 2009

The end :)