/irc-logs / freenode / #html5 / 2012-03-22 / end

Options:

  1. # Session Start: Thu Mar 22 00:00:00 2012
  2. # Session Ident: #html5
  3. # [00:00] <grantg> overall accuracy over time vs. immediate precision
  4. # [00:00] * Joins: dividinglimits (~boogy@72.184.194.26)
  5. # [00:00] <paul_irish> ?g high resolution timer w3
  6. # [00:00] <bot-t> paul_irish, User Timing - https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/UserTiming/Overview.html
  7. # [00:00] <dilvie> thanks, paul_irish
  8. # [00:00] <paul_irish> nope not that
  9. # [00:00] <paul_irish> http://www.w3.org/TR/hr-time/
  10. # [00:01] <paul_irish> ^
  11. # [00:01] <paul_irish> window.performance.now
  12. # [00:01] <paul_irish> also rAF will have a highres timestamp passed into it
  13. # [00:01] <grantg> paul_irish: Being able to select overall accuracy over time vs. immediate precision would be very vital to the timer api
  14. # [00:02] <paul_irish> not sure i understand but i gotta run. you should holler at public-web-perf@w3.org
  15. # [00:02] <grantg> delvie: rAF has no "respect" to audio callback timing, hence why I have to use it.
  16. # [00:02] <grantg> *hence why I have to use setInterval
  17. # [00:02] <grantg> lol misword
  18. # [00:03] * Quits: boogyman (~boogy@72.184.194.26) (Ping timeout: 272 seconds)
  19. # [00:03] * dividinglimits is now known as boogyman
  20. # [00:03] <grantg> I don't need nanosecond accuracy, I need the timer callbacks to not underrun over time
  21. # [00:03] <grantg> :P
  22. # [00:03] * Quits: patcito (~123@201.240.71.241) (Ping timeout: 246 seconds)
  23. # [00:04] <grantg> Firefox is a big violater of callbacks/sec being inaccurate
  24. # [00:06] <grantg> Velmont: Anyhow, there should be an extension to allow precision loss, for the sake of calls over time actually being right
  25. # [00:06] * theresaanna is now known as theresa_away
  26. # [00:07] <grantg> "do you want EXACTLY x ms between the calls, or do you want it to be x ms averaged over time, with heuristics to call it early/late to make sure it really does hit x ms as an average"
  27. # [00:07] * Quits: sarro (~sarro@i5E865A0A.versanet.de)
  28. # [00:07] * Joins: _jzl (~jzl@206-188-76-206.cpe.distributel.net)
  29. # [00:07] <grantg> that needs to be a boolean param
  30. # [00:07] <Velmont> Well, one has to be default.
  31. # [00:07] * Joins: QiBala (~QiBala@nodester.com)
  32. # [00:07] <grantg> setInterval has too much legacy, no?
  33. # [00:07] <grantg> This would need to be part of the new api
  34. # [00:08] <Velmont> And if having a x between calls is really something we'd want, I guess that should come into a spec so that everyone can implmenet it :-)
  35. # [00:08] * Quits: Peeter (peetertomb@217.18.70.242) (Read error: Connection reset by peer)
  36. # [00:08] <grantg> Because some want precision, others want accuracy
  37. # [00:08] * Parts: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr)
  38. # [00:08] <grantg> and some want the default of a balance between both
  39. # [00:09] <Velmont> Ah, -- new api, -- that with high res timers, that's for reading out info. - I'm not aware of any ongoing work on a new schedule-job timer-thing. Are you?
  40. # [00:09] * Joins: drdreed88 (~drdreed@c-98-193-132-235.hsd1.tn.comcast.net)
  41. # [00:09] * Quits: tantek (~tantek@70-36-139-112.dsl.dynamic.sonic.net) (Quit: tantek)
  42. # [00:10] <grantg> What part allows this to be scheduled right?
  43. # [00:11] <grantg> For the accuracy vs. precision to be selecting as the scheduling algo?
  44. # [00:11] <grantg> *selected
  45. # [00:11] <grantg> *accuracy or precision
  46. # [00:11] <grantg> *accuracy or precision cases
  47. # [00:11] <grantg> heh
  48. # [00:12] * Joins: schnoomac (~schnoomac@melbourne.99cluster.com)
  49. # [00:12] * Quits: drdreed (drdreed@c-98-193-132-235.hsd1.tn.comcast.net) (Ping timeout: 250 seconds)
  50. # [00:13] * Quits: boogyman (~boogy@72.184.194.26) (Ping timeout: 272 seconds)
  51. # [00:13] * Joins: MrJ (~boogy@unaffiliated/mrj)
  52. # [00:14] <grantg> Also RAF needs setMaximumFrameRate(int) function
  53. # [00:14] * Quits: schnoomac (~schnoomac@melbourne.99cluster.com) (Client Quit)
  54. # [00:14] <grantg> So the spacing between frames can be controlled
  55. # [00:14] * MrJ is now known as boogyman
  56. # [00:14] <grantg> if the dev wants less than the system frame rate
  57. # [00:15] <grantg> I noticed that I need trick chrome into spacing at 62.5 fps by calling RAF outside the RAF callbacks itself
  58. # [00:15] * Quits: thcipriani (~tyler@173-14-24-158-Colorado.hfc.comcastbusiness.net) (Quit: leaving)
  59. # [00:15] * Joins: welly (~welly@unaffiliated/welly)
  60. # [00:15] <grantg> should be able to hint this RAF with a param or function added to the api
  61. # [00:16] <grantg> *this to RAF
  62. # [00:16] <grantg> Is there no way to do this?
  63. # [00:16] * Quits: raj (~raj@unaffiliated/cypha) (Read error: Connection reset by peer)
  64. # [00:16] <Velmont> I'd just start a thread on WHATWG if I were you. :-) Or the place they spec RAF, -- I don't remember where that is.
  65. # [00:16] <Velmont> Anyway, it's late late here, so I'll go to bed.
  66. # [00:16] <grantg> nn
  67. # [00:17] <grantg> RAF needs to be able to have the dev set a frame rate ceiling
  68. # [00:17] <grantg> Right now RAF wants to hit the highest fps it can go
  69. # [00:17] <grantg> chrome doesn't do that by tricking it with calls from a setInterval rather than from inside the callback
  70. # [00:18] <grantg> firefox can't do this
  71. # [00:18] <grantg> firefox will drop to 10 fps when doing this
  72. # [00:18] * Joins: dividinglimits (~boogy@72.184.194.26)
  73. # [00:18] <grantg> hence why I dropped mozRequestAnimationFrame support
  74. # [00:18] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  75. # [00:18] <grantg> and the fact firefox tears more w/ RAF than without
  76. # [00:18] <grantg> on OS X at least
  77. # [00:18] * Joins: tung (~tung@219.82.19.175)
  78. # [00:19] * Quits: boogyman (~boogy@unaffiliated/mrj) (Ping timeout: 250 seconds)
  79. # [00:19] * dividinglimits is now known as boogyman
  80. # [00:19] <grantg> you can trick RAF in chrome to go 62.5 fps, while in firefox you can't
  81. # [00:20] <grantg> Firefox only either spams the event queue with max fps or has some shitty frame rate
  82. # [00:20] * Joins: schnoomac (~schnoomac@melbourne.99cluster.com)
  83. # [00:20] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  84. # [00:20] * Joins: tung (~tung@219.82.19.175)
  85. # [00:21] * Joins: necolas (~necolas@5ade73f0.bb.sky.com)
  86. # [00:21] * Quits: venom00ut (~venom00@unaffiliated/venom00) (Ping timeout: 245 seconds)
  87. # [00:21] <grantg> Noticed I said 62.5 fps, that's still a problem for me, as a gameboy color has a refresh rate of around 59.72, so I make a dummy RAF call every once in awhie
  88. # [00:21] <grantg> *awhile
  89. # [00:22] <grantg> hence a very slight frame stutter
  90. # [00:22] * Joins: dividinglimits (~boogy@72.184.194.26)
  91. # [00:22] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  92. # [00:22] * Joins: tung (~tung@219.82.19.175)
  93. # [00:24] <grantg> but chrome spaces the framing between each RAF call at 62.5 fps, so for the frames that do draw, they're evenly spaced
  94. # [00:24] * Quits: edwardbc (~edward.ba@186.176.193.20)
  95. # [00:24] <grantg> rather than with setInterval stutter
  96. # [00:24] * Quits: _jzl (~jzl@206-188-76-206.cpe.distributel.net) (Remote host closed the connection)
  97. # [00:24] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  98. # [00:24] * Quits: boogyman (~boogy@72.184.194.26) (Ping timeout: 272 seconds)
  99. # [00:24] * Joins: tung (~tung@219.82.19.175)
  100. # [00:24] * dividinglimits is now known as boogyman
  101. # [00:25] <grantg> so things like opacity flicker look right
  102. # [00:25] <grantg> by switching things on/off every frame
  103. # [00:25] <grantg> except for that ~3 fps frame beating
  104. # [00:26] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  105. # [00:26] * Joins: tung (~tung@219.82.19.175)
  106. # [00:27] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Read error: Connection reset by peer)
  107. # [00:27] * Joins: Taftse (Taftse@unaffiliated/taftse)
  108. # [00:28] <grantg> anyhow, the story goes that real game programming shouldn't have the graphics drawing tied to a timer, but rather RAF, while the core logic *should* be timed via a timer
  109. # [00:28] * Quits: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
  110. # [00:28] <grantg> as A/V has to be kept in check via the core logic
  111. # [00:28] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  112. # [00:28] <grantg> which has to be agnostic to the particular frame rates and audio buffer rates
  113. # [00:29] * Joins: tung (~tung@219.82.19.175)
  114. # [00:29] * Joins: axos411 (~axos@xdsl-78-35-158-22.netcologne.de)
  115. # [00:30] * Quits: axos411 (~axos@xdsl-78-35-158-22.netcologne.de) (Client Quit)
  116. # [00:30] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  117. # [00:30] * Joins: tung (~tung@219.82.19.175)
  118. # [00:31] * Quits: cccaldas (~cccaldas@177.17.17.39) (Ping timeout: 260 seconds)
  119. # [00:31] <grantg> because v-sync and audio buffer fills are not related and executed in random when compared to each other, so core logic must be done separately
  120. # [00:32] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  121. # [00:32] * Joins: tung (~tung@219.82.19.175)
  122. # [00:33] * Joins: dividinglimits (~boogy@72.184.194.26)
  123. # [00:33] * Quits: brettgoulder (~textual@173-164-36-90-colorado.hfc.comcastbusiness.net) (Quit: Computer has gone to sleep.)
  124. # [00:34] * Quits: zeppo (~zeppo@109.58.87.138.bredband.tre.se) (Ping timeout: 252 seconds)
  125. # [00:34] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  126. # [00:35] * Joins: tung (~tung@219.82.19.175)
  127. # [00:35] <grantg> as timing against v-sync might cause audio drop-outs, while timing against audio might cause crazy frame stuttering
  128. # [00:36] <grantg> so choose neither
  129. # [00:36] * Quits: boogyman (~boogy@72.184.194.26) (Ping timeout: 272 seconds)
  130. # [00:36] * dividinglimits is now known as boogyman
  131. # [00:36] * Quits: JoshuaJones (~JoshuaJon@67.198.198.66) (Quit: JoshuaJones)
  132. # [00:37] <grantg> v-sync=RAF in this case
  133. # [00:38] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  134. # [00:38] * Joins: tung (~tung@219.82.19.175)
  135. # [00:39] * Quits: rbrooks (~jwbf75ug@gateway/tor-sasl/jwbf75ug) (Ping timeout: 276 seconds)
  136. # [00:40] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  137. # [00:40] * Joins: dividinglimits (~boogy@72.184.194.26)
  138. # [00:40] * Joins: tung (~tung@219.82.19.175)
  139. # [00:41] <grantg> delvie: There needs to be a whole blog post on this
  140. # [00:41] <grantg> with graphs
  141. # [00:41] <grantg> showing delay times
  142. # [00:41] <grantg> and accuracy vs. precision
  143. # [00:41] * Quits: boogyman (~boogy@72.184.194.26) (Ping timeout: 272 seconds)
  144. # [00:41] <grantg> and how each browser differs in timer logic and RAF logic
  145. # [00:42] * dividinglimits is now known as boogyman
  146. # [00:42] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  147. # [00:43] * Joins: tung (~tung@219.82.19.175)
  148. # [00:44] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  149. # [00:45] * Joins: tung (~tung@219.82.19.175)
  150. # [00:47] * Quits: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl) (Ping timeout: 240 seconds)
  151. # [00:49] * Quits: mokush (~mokush@188.24.45.181) (Remote host closed the connection)
  152. # [00:50] * Quits: snearch (~snearch@f053000232.adsl.alicedsl.de) (Quit: Verlassend)
  153. # [00:50] * Joins: andr3 (~andr3@bl14-164-78.dsl.telepac.pt)
  154. # [00:50] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  155. # [00:51] * Joins: JoshuaJones (~JoshuaJon@67.198.198.66)
  156. # [00:51] * Joins: tung (~tung@219.82.19.175)
  157. # [00:52] * Joins: rbrooks (~jwbf75ug@gateway/tor-sasl/jwbf75ug)
  158. # [00:52] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  159. # [00:53] * Joins: tung (~tung@219.82.19.175)
  160. # [00:54] * Joins: Eneerge (~Eneerge@unaffiliated/eneerge)
  161. # [00:54] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  162. # [00:55] * Joins: tung (~tung@219.82.19.175)
  163. # [00:56] * Joins: dividinglimits (~boogy@72.184.194.26)
  164. # [00:57] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  165. # [00:57] * Joins: tung (~tung@219.82.19.175)
  166. # [00:58] <grantg> high-resolution timers mean squat when you're required to postMessage the heck out of the event queue and the callbacks for checking still are fired with inaccuracy
  167. # [00:58] * Quits: boogyman (~boogy@72.184.194.26) (Ping timeout: 272 seconds)
  168. # [00:58] * dividinglimits is now known as boogyman
  169. # [00:58] <grantg> sure you can get the exact time, but you will be only able to handle stuff at random with jitter when we call you back
  170. # [00:59] * Quits: andr3 (~andr3@bl14-164-78.dsl.telepac.pt) (Quit: andr3)
  171. # [00:59] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  172. # [00:59] <grantg> Rather, stop spamming the event queue and reduce the amount of timers on page
  173. # [00:59] * Joins: tung (~tung@219.82.19.175)
  174. # [01:00] <grantg> setInterval simply needs to be fixed to give the dev the option to specify whether the callbacks can arrive early for delay compensation
  175. # [01:00] <grantg> high resolution is a fools dream to say
  176. # [01:01] * Quits: jblanche (~jblanche@ivr94-10-88-177-169-11.fbx.proxad.net) (Quit: jblanche)
  177. # [01:01] <grantg> As you can have your high resolution, but by handling it in a non high-resolution manner
  178. # [01:01] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  179. # [01:01] * Joins: tung (~tung@219.82.19.175)
  180. # [01:02] <grantg> if you spam with postMessage, then you might block RAF
  181. # [01:02] <grantg> and block audio too
  182. # [01:03] * Quits: dephex (~dddd@CPE-72-128-193-51.wi.res.rr.com) (Ping timeout: 248 seconds)
  183. # [01:03] * Quits: addyosmani (~addyosman@host86-176-150-45.range86-176.btcentralplus.com) (Quit: addyosmani)
  184. # [01:03] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  185. # [01:03] * Joins: tung (~tung@219.82.19.175)
  186. # [01:04] <grantg> for things like streaming raw pcm from js itself
  187. # [01:04] <grantg> and spacing out frames evenly
  188. # [01:04] * Quits: Taftse (Taftse@unaffiliated/taftse) (Read error: Connection reset by peer)
  189. # [01:04] <grantg> core logic can have jitter, not A/V
  190. # [01:04] * Joins: Taftse (Taftse@unaffiliated/taftse)
  191. # [01:05] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  192. # [01:05] * Joins: tung (~tung@219.82.19.175)
  193. # [01:06] * Joins: Kichael (~Kichael@70-36-49-167.dyn.novuscom.net)
  194. # [01:07] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  195. # [01:07] * Quits: teleject (~christoph@70.116.86.65) (Ping timeout: 246 seconds)
  196. # [01:07] * Joins: tung (~tung@219.82.19.175)
  197. # [01:09] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  198. # [01:09] * Joins: GhostFreeman (~thrillho@c-24-98-246-138.hsd1.ga.comcast.net)
  199. # [01:09] * Joins: tung (~tung@219.82.19.175)
  200. # [01:11] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  201. # [01:11] * Joins: tung (~tung@219.82.19.175)
  202. # [01:15] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  203. # [01:15] * Joins: tung (~tung@219.82.19.175)
  204. # [01:16] * Joins: dividinglimits (~boogy@72.184.194.26)
  205. # [01:17] * Quits: Demp (Demp@unaffiliated/demp) (Ping timeout: 240 seconds)
  206. # [01:17] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  207. # [01:17] * Joins: tung (~tung@219.82.19.175)
  208. # [01:17] * Quits: boogyman (~boogy@72.184.194.26) (Ping timeout: 272 seconds)
  209. # [01:18] * dividinglimits is now known as boogyman
  210. # [01:19] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  211. # [01:19] * Joins: tung (~tung@219.82.19.175)
  212. # [01:20] * Joins: dividinglimits (~boogy@72.184.194.26)
  213. # [01:20] * Joins: DroidFreeman (~thrillho@c-24-98-246-138.hsd1.ga.comcast.net)
  214. # [01:20] * Quits: GhostFreeman (~thrillho@c-24-98-246-138.hsd1.ga.comcast.net) (Ping timeout: 252 seconds)
  215. # [01:22] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  216. # [01:22] * Joins: tung (~tung@219.82.19.175)
  217. # [01:22] * Quits: boogyman (~boogy@72.184.194.26) (Ping timeout: 272 seconds)
  218. # [01:22] * dividinglimits is now known as boogyman
  219. # [01:23] * Joins: cccaldas (~cccaldas@177.17.95.193)
  220. # [01:23] * Quits: divya (~divya@deepak.jois.name) (Remote host closed the connection)
  221. # [01:24] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  222. # [01:24] * Joins: tung (~tung@219.82.19.175)
  223. # [01:26] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Remote host closed the connection)
  224. # [01:26] * Joins: addyosmani (~addyosman@host86-176-150-45.range86-176.btcentralplus.com)
  225. # [01:28] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  226. # [01:28] * Joins: tung (~tung@219.82.19.175)
  227. # [01:29] * Quits: devmikey (~irc@unaffiliated/devmikey) (Read error: Connection reset by peer)
  228. # [01:30] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  229. # [01:30] * Joins: tung (~tung@219.82.19.175)
  230. # [01:32] * Joins: patcito (~123@190.232.183.70)
  231. # [01:32] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  232. # [01:32] * Joins: tung (~tung@219.82.19.175)
  233. # [01:33] * Joins: nimbu (~divya@deepak.jois.name)
  234. # [01:33] * Joins: dividinglimits (~boogy@72.184.194.26)
  235. # [01:34] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  236. # [01:34] * Joins: tung (~tung@219.82.19.175)
  237. # [01:36] * Quits: QiBala (~QiBala@nodester.com) (Ping timeout: 246 seconds)
  238. # [01:36] * Quits: boogyman (~boogy@72.184.194.26) (Ping timeout: 272 seconds)
  239. # [01:36] * dividinglimits is now known as boogyman
  240. # [01:36] * Quits: miketaylr (~miketaylr@80.232.109.46) (Quit: dflk;adfslkj;alsiekfj;laiskdf)
  241. # [01:37] * Quits: nemrod (~nemrod@unaffiliated/nemrod) (Read error: Operation timed out)
  242. # [01:37] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  243. # [01:37] * Quits: BreadMaker (~BreadMake@pc-14-165-100-190.cm.vtr.net) (Remote host closed the connection)
  244. # [01:37] * Joins: tung (~tung@219.82.19.175)
  245. # [01:37] * Joins: nemrod (~nemrod@unaffiliated/nemrod)
  246. # [01:39] * Quits: nimbu (~divya@deepak.jois.name) (Remote host closed the connection)
  247. # [01:39] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  248. # [01:39] * Joins: tung (~tung@219.82.19.175)
  249. # [01:40] * Quits: Taftse (Taftse@unaffiliated/taftse) (Ping timeout: 250 seconds)
  250. # [01:40] * Joins: nimbu (~divya@deepak.jois.name)
  251. # [01:41] * Quits: cccaldas (~cccaldas@177.17.95.193) (Ping timeout: 245 seconds)
  252. # [01:42] * Quits: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com) (Remote host closed the connection)
  253. # [01:43] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  254. # [01:43] * Joins: raj (~raj@unaffiliated/cypha)
  255. # [01:43] * Joins: Luxx_ (~highoh@c-67-171-35-186.hsd1.wa.comcast.net)
  256. # [01:43] * Joins: tung (~tung@219.82.19.175)
  257. # [01:45] * Joins: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com)
  258. # [01:45] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  259. # [01:45] * Joins: tung (~tung@219.82.19.175)
  260. # [01:46] * nimbu is now known as divya
  261. # [01:46] * Joins: pandeiro (~mu@bd21cb7c.virtua.com.br)
  262. # [01:48] * Joins: randomubuntuguy (~randomubu@cpe-066-057-080-255.nc.res.rr.com)
  263. # [01:50] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  264. # [01:51] * Joins: tung (~tung@219.82.19.175)
  265. # [01:52] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  266. # [01:53] * Joins: tung (~tung@219.82.19.175)
  267. # [01:54] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  268. # [01:55] * Joins: tung (~tung@219.82.19.175)
  269. # [01:57] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  270. # [01:58] * Joins: tung (~tung@219.82.19.175)
  271. # [01:59] * Quits: randomubuntuguy (~randomubu@cpe-066-057-080-255.nc.res.rr.com) (Read error: Operation timed out)
  272. # [01:59] * Joins: tylerstalder (~tylerstal@c-50-131-59-86.hsd1.ca.comcast.net)
  273. # [01:59] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  274. # [02:00] * Joins: tung (~tung@219.82.19.175)
  275. # [02:00] * Quits: bhunt (~zixiz@S0106602ad0847293.vw.shawcable.net) (Quit: bhunt)
  276. # [02:00] * Joins: cccaldas (~cccaldas@177.17.95.193)
  277. # [02:02] * Quits: dilvie (~chatzilla@216.55.31.186) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  278. # [02:02] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  279. # [02:03] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
  280. # [02:03] * Joins: tung (~tung@219.82.19.175)
  281. # [02:03] * Joins: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net)
  282. # [02:04] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  283. # [02:05] * Joins: tung (~tung@219.82.19.175)
  284. # [02:06] * Quits: Armen (~armen@dsl-69-171-154-4.acanac.net) (Quit: bbl)
  285. # [02:09] * Quits: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust1981.wolv.cable.virginmedia.com) (Remote host closed the connection)
  286. # [02:09] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  287. # [02:09] * Joins: Armen (~armen@dsl-69-171-154-4.acanac.net)
  288. # [02:10] * Joins: dividinglimits (~boogy@72.184.194.26)
  289. # [02:10] * Joins: intellilogic (~intellilo@static-96-241-182-10.washdc.fios.verizon.net)
  290. # [02:11] <JonathanNeal> Internet Explorer 9 only supports WebM when the user has installed a VP8 codec, correct?
  291. # [02:11] <JonathanNeal> Does anyone know for IE10?
  292. # [02:11] * Joins: tung (~tung@219.82.19.175)
  293. # [02:11] * Quits: boogyman (~boogy@72.184.194.26) (Ping timeout: 272 seconds)
  294. # [02:12] * dividinglimits is now known as boogyman
  295. # [02:14] * Joins: dividinglimits (~boogy@72.184.194.26)
  296. # [02:14] * Quits: tylerstalder (~tylerstal@c-50-131-59-86.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  297. # [02:16] * Quits: boogyman (~boogy@72.184.194.26) (Ping timeout: 272 seconds)
  298. # [02:16] * dividinglimits is now known as boogyman
  299. # [02:17] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  300. # [02:19] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Leaving.)
  301. # [02:21] * Quits: ruimarinho (~ruimarinh@a89-152-72-177.cpe.netcabo.pt) (Quit: Leaving...)
  302. # [02:24] * Joins: axos411 (~axos@xdsl-78-35-158-22.netcologne.de)
  303. # [02:25] * Quits: yogig (~yogig@67-131-94-2.dia.static.qwest.net) (Remote host closed the connection)
  304. # [02:26] * Joins: diraol (~diraol@189.38.131.49)
  305. # [02:27] * Joins: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net)
  306. # [02:29] <paul_irish> JonathanNeal: same.
  307. # [02:31] * Joins: tung (~tung@219.82.19.175)
  308. # [02:37] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
  309. # [02:38] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Client Quit)
  310. # [02:38] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
  311. # [02:41] <JonathanNeal> Nifty, thanks Paul.
  312. # [02:44] * Joins: Octayn (~Octayn@unaffiliated/cmr)
  313. # [02:44] <paul_irish> * http://trac.webkit.org/changeset/111637 /trunk/ (72 files in 22 dirs): https://bugs.webkit.org/show_bug.cgi?id=80322 Implement image-set Reviewed by Dean Jackson. Source/WebCore: This initial implementation of -webkit-image-set. ...
  314. # [02:44] <paul_irish> ** just landed.
  315. # [02:49] * Quits: necolas (~necolas@5ade73f0.bb.sky.com) (Remote host closed the connection)
  316. # [02:49] * Joins: mattkelly (~mattkelly@115.160.188.158)
  317. # [02:51] <JonathanNeal> AWESOME
  318. # [02:51] <JonathanNeal> paul_irish: so cool.
  319. # [02:52] * Quits: tung (~tung@219.82.19.175) (Remote host closed the connection)
  320. # [02:52] <grantg> nic
  321. # [02:52] <grantg> nice
  322. # [02:53] <grantg> So we can explicitly mip-map?
  323. # [02:53] <grantg> provide pre-scaled versions of the image.
  324. # [02:56] * Quits: tw2113 (~tw2113@fedora/tw2113) (Ping timeout: 245 seconds)
  325. # [02:57] * Quits: addyosmani (~addyosman@host86-176-150-45.range86-176.btcentralplus.com) (Quit: addyosmani)
  326. # [02:59] * Joins: dephex (~dddd@CPE-72-128-193-51.wi.res.rr.com)
  327. # [03:02] * Quits: JoshuaJones (~JoshuaJon@67.198.198.66) (Quit: JoshuaJones)
  328. # [03:03] * Quits: mattkelly (~mattkelly@115.160.188.158) (Ping timeout: 240 seconds)
  329. # [03:04] * Joins: techrush (~techrush@cpe-76-175-29-57.socal.res.rr.com)
  330. # [03:06] * Quits: _inc (~inc@unaffiliated/-inc/x-0498339) (Quit: Computer has gone to sleep.)
  331. # [03:06] * smplstk is now known as wholebot-t
  332. # [03:07] * wholebot-t is now known as smplstk
  333. # [03:07] * Quits: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net) (Quit: Leaving.)
  334. # [03:10] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Leaving.)
  335. # [03:10] <paul_irish> grantg: http://paul-irish.tumblr.com/post/19712145243/grantg-on-requestanimationframe-in-html5 :p
  336. # [03:10] <grantg> lol?
  337. # [03:11] * Joins: _inc (~inc@unaffiliated/-inc/x-0498339)
  338. # [03:11] <paul_irish> i think you're gonna make me have to send that to the engineers working on rAF
  339. # [03:12] <grantg> lol
  340. # [03:12] <paul_irish> grantg: we just published this btw
  341. # [03:12] <paul_irish> http://www.html5rocks.com/en/tutorials/developertools/sourcemaps
  342. # [03:12] * Quits: sephr (~Eli@unaffiliated/sephr) (Read error: Connection reset by peer)
  343. # [03:12] <paul_irish> iunno what your build process looks like
  344. # [03:12] <paul_irish> but it might be cool
  345. # [03:12] <grantg> rAF needs an extra function to set the max frame rate
  346. # [03:13] <grantg> as right now the browser controls that
  347. # [03:13] <paul_irish> grantg: there was a discussiion about dropping it down to 30fps
  348. # [03:13] <paul_irish> if the callback is blowing past 16.6ms consistently
  349. # [03:13] <grantg> I'd say keep it at native
  350. # [03:13] <paul_irish> but again, that's browser controled
  351. # [03:13] <grantg> 30 fps? lol
  352. # [03:13] <grantg> Then I'll drop rAF support
  353. # [03:14] <paul_irish> well it'll only be for the noobs that cant get out in 16ms
  354. # [03:14] <grantg> Problem is that a lot of the time chrome goes too slow on gfx
  355. # [03:14] <grantg> Chrome Canary regressed very recently on my emulator
  356. # [03:14] <grantg> Now when you fullscreen it, chrome takes up all the cpu
  357. # [03:14] <grantg> Used to not do that
  358. # [03:15] <grantg> Seems chrome somehow lost hw acceleration
  359. # [03:15] <grantg> also they pushed this to chrome dev
  360. # [03:15] <grantg> that regression
  361. # [03:15] <paul_irish> thers a lot of activity in the PGU land
  362. # [03:15] <paul_irish> GPU land. right now
  363. # [03:15] <paul_irish> 18 should ship hw accel canvas to stable
  364. # [03:15] <grantg> Did they revert the gfx?
  365. # [03:15] <paul_irish> we hope
  366. # [03:15] <paul_irish> iunno.
  367. # [03:15] * Quits: drdreed88 (~drdreed@c-98-193-132-235.hsd1.tn.comcast.net)
  368. # [03:15] <grantg> Because it feels like chrome 17 now
  369. # [03:15] <grantg> and chrome 17 was super slow
  370. # [03:16] <grantg> would go 10 fps fullscreening the canvas
  371. # [03:16] <paul_irish> i'd be patient :)
  372. # [03:16] <grantg> problem with chrome is not the javascript
  373. # [03:16] <paul_irish> but it'll come back
  374. # [03:16] <grantg> The thing is I use css to control scaling without requiring javascript
  375. # [03:17] <grantg> as javascript has an update delay when doing so
  376. # [03:17] <grantg> you get trash when resizing the window when using js to control the canvas width/height
  377. # [03:17] <grantg> Firefox has no problem accelerating the layer
  378. # [03:17] <grantg> only chrome does
  379. # [03:17] <grantg> actually, Opera used to be like chrome there
  380. # [03:18] <grantg> they fixed the gfx slowness recently in opera
  381. # [03:18] <grantg> for scaling a canvas with css fixed positioning
  382. # [03:18] * Quits: devongovett (~devongove@140-251.198-178.cust.bluewin.ch) (Quit: devongovett)
  383. # [03:18] <grantg> like how the canvas context will be 160x144, but the css for it calls for it to be 100% width and height at top: 0px and left: 0px with fixed positioning
  384. # [03:19] <grantg> chrome fails badly on that
  385. # [03:19] <grantg> which means chrome is having layer issues
  386. # [03:20] <grantg> Because I also have a setting that allows for manual control in javascript and scales it in js and the js resizer algo is almost as fast as chrome doing it native
  387. # [03:20] <grantg> and that's with javascript, not webgl
  388. # [03:20] <grantg> seriously
  389. # [03:21] <grantg> software scaler in js is almost as fast as chrome trying to do it natively
  390. # [03:21] <grantg> that's how bad it is right now in chrome
  391. # [03:23] <grantg> throttling rAF is treating the symptoms
  392. # [03:23] <grantg> not the prob
  393. # [03:24] <grantg> unless of course the js dev is spamming canvas 2d
  394. # [03:25] <grantg> but seriously the fps throttle needs to be exposed to js
  395. # [03:25] <grantg> so the dev can control it if they know it's there
  396. # [03:26] <grantg> the user agent of course must math.min it with the actual computer v-sync/refresh rate
  397. # [03:27] <grantg> and each computer has a different refresh rate, so a throttle can't be hardcoded really
  398. # [03:28] <grantg> macs have 85 fps, some computers have 60
  399. # [03:28] <grantg> some devices have 30
  400. # [03:30] <grantg> well some macs have 85
  401. # [03:30] <grantg> depends on monitor of course
  402. # [03:30] <grantg> I think 60/75 are also valid mac refresh rates
  403. # [03:31] * Quits: tertl3 (~tertl3@108-85-17-207.lightspeed.gnvlsc.sbcglobal.net) (Ping timeout: 276 seconds)
  404. # [03:31] * Joins: randomubuntuguy (~randomubu@cpe-066-057-080-255.nc.res.rr.com)
  405. # [03:34] <grantg> Anyhow if you're going to add a throttle, it must be accessible by the js dev
  406. # [03:39] * Joins: tw2113 (~tw2113@fedora/tw2113)
  407. # [03:46] * Quits: ColKurtz (~ColKurtz@216.86.217.155) (Quit: Leaving)
  408. # [03:46] <grantg> heh, paul_irish, I've been implementing the gba part of http://www.grantgalitz.org/gbatek into javascript lately. :P
  409. # [03:52] * Quits: chriseppstein (~chrisepps@209.119.65.162) (Quit: chriseppstein)
  410. # [03:53] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 244 seconds)
  411. # [03:53] * Joins: moshee (~moshee@unaffiliated/moshee)
  412. # [03:53] * Quits: axos411 (~axos@xdsl-78-35-158-22.netcologne.de) (Quit: Leaving.)
  413. # [03:56] * Quits: randomubuntuguy (~randomubu@cpe-066-057-080-255.nc.res.rr.com) (Ping timeout: 244 seconds)
  414. # [04:03] * Joins: takkun1946 (~takkun@118.142.18.42)
  415. # [04:06] * Quits: soulseekah (~null@v-49939-unlim.vpn.mgn.ru) (Read error: Connection reset by peer)
  416. # [04:09] * Joins: teleject (~christoph@cpe-70-112-210-24.austin.res.rr.com)
  417. # [04:12] * Joins: dmachi1 (~dmachi@pool-71-254-71-221.ronkva.east.verizon.net)
  418. # [04:12] * Quits: dmachi (~dmachi@pool-71-254-71-221.ronkva.east.verizon.net) (Read error: Connection reset by peer)
  419. # [04:14] * Joins: ysawej (~ysawej@c-98-248-93-248.hsd1.ca.comcast.net)
  420. # [04:27] * Quits: Lightheaded (~lighthead@195.222.6.16) (Ping timeout: 245 seconds)
  421. # [04:29] * Joins: T_Zano (zanouda@41.107.223.156)
  422. # [04:33] * Quits: pandeiro (~mu@bd21cb7c.virtua.com.br) (Quit: WeeChat 0.3.7)
  423. # [04:39] * Quits: webguynow (~webguynow@c-24-1-222-204.hsd1.il.comcast.net)
  424. # [04:41] * Quits: Me1000 (~Me1000@74-143-218-11.static.insightbb.com) (Quit: Leaving...)
  425. # [04:41] * Quits: grantg (~chatzilla@69.88.160.3) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  426. # [04:43] * Quits: joepie91 (~joepie91@s514735fe.adsl.wanadoo.nl) (Ping timeout: 246 seconds)
  427. # [04:47] * Joins: markeg (~mark@123.16.76.225)
  428. # [04:48] * Joins: markiavelli (~mark@123.16.76.225)
  429. # [04:49] * Quits: markeg (~mark@123.16.76.225) (Read error: Connection reset by peer)
  430. # [04:49] * Quits: markiavelli (~mark@123.16.76.225) (Read error: Connection reset by peer)
  431. # [04:49] * Joins: markeg (~mark@123.16.76.225)
  432. # [04:50] * Quits: teleject (~christoph@cpe-70-112-210-24.austin.res.rr.com) (Quit: teleject)
  433. # [04:50] * Quits: Joefish (~Joefish@p4FDA89FB.dip0.t-ipconnect.de)
  434. # [04:51] * Quits: ysawej (~ysawej@c-98-248-93-248.hsd1.ca.comcast.net) (Quit: Leaving.)
  435. # [04:51] * Quits: diraol (~diraol@189.38.131.49) (Read error: Connection reset by peer)
  436. # [04:58] * Parts: min|dvir|us (~dan@unaffiliated/mindvirus)
  437. # [04:59] * Joins: joepie91 (~joepie91@s514735fe.adsl.wanadoo.nl)
  438. # [05:01] * Quits: globbot (~logbot@shell-staging.glob.com.au) (Remote host closed the connection)
  439. # [05:01] * Joins: globbot (~logbot@shell-staging.glob.com.au)
  440. # [05:03] * Quits: Vennril (~vennril@p4FCB087D.dip0.t-ipconnect.de) (Ping timeout: 244 seconds)
  441. # [05:03] * Joins: Vennril (~vennril@p4FCB070F.dip0.t-ipconnect.de)
  442. # [05:03] * Joins: Me1000 (~Me1000@74-143-221-12.static.insightbb.com)
  443. # [05:06] * Joins: QiBala (~QiBala@nodester.com)
  444. # [05:08] * Joins: gavin_huang (~gravof@125.116.173.180)
  445. # [05:16] * Joins: dr0id (~andy@unaffiliated/dr0id)
  446. # [05:21] * Joins: teleject (~christoph@cpe-70-112-210-24.austin.res.rr.com)
  447. # [05:30] * Joins: roadt (~roadt@60.168.95.167)
  448. # [05:33] * Joins: nickcooley (~tandemsev@2002:3285:849f:0:f50d:21c2:acd:292a)
  449. # [05:33] * Quits: ncooley (~tandemsev@2002:3285:849f:0:1ea:a976:ac03:41a8) (Ping timeout: 245 seconds)
  450. # [05:33] * nickcooley is now known as ncooley
  451. # [05:36] * Quits: jn (~jn@aurorum104-0.aurorum.se) (Ping timeout: 276 seconds)
  452. # [05:37] * Quits: jimmyrcom (~fold@adsl-75-53-33-55.dsl.rcsntx.sbcglobal.net) (Ping timeout: 260 seconds)
  453. # [05:37] * Joins: jn (~jn@aurorum104-0.aurorum.se)
  454. # [05:41] * Quits: BrentD (~BrentD@c-71-197-202-44.hsd1.wa.comcast.net) (Remote host closed the connection)
  455. # [05:41] * Quits: joepie91 (~joepie91@s514735fe.adsl.wanadoo.nl) (Ping timeout: 246 seconds)
  456. # [05:43] * Joins: cccaldas_ (~cccaldas@177.98.112.167)
  457. # [05:46] * Quits: cccaldas (~cccaldas@177.17.95.193) (Ping timeout: 250 seconds)
  458. # [05:47] * Joins: Demp (Demp@bzq-79-182-196-21.red.bezeqint.net)
  459. # [05:47] * Quits: Demp (Demp@bzq-79-182-196-21.red.bezeqint.net) (Changing host)
  460. # [05:47] * Joins: Demp (Demp@unaffiliated/demp)
  461. # [05:55] * Joins: tung (~tung@218.108.94.243)
  462. # [05:58] * Joins: joepie91 (~joepie91@s514735fe.adsl.wanadoo.nl)
  463. # [06:00] * Quits: tung (~tung@218.108.94.243)
  464. # [06:01] * Joins: tung (~tung@218.108.94.243)
  465. # [06:02] * Quits: cccaldas_ (~cccaldas@177.98.112.167) (Ping timeout: 244 seconds)
  466. # [06:03] * Quits: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net) (Remote host closed the connection)
  467. # [06:10] * Joins: vsw (~inVincibl@186.sub-174-252-156.myvzw.com)
  468. # [06:10] <vsw> Does HTML5 do away with Flash?
  469. # [06:10] * Joins: Lightheaded (~lighthead@195.222.6.16)
  470. # [06:22] * Quits: takkun1946 (~takkun@118.142.18.42) (Quit: leaving)
  471. # [06:22] * Joins: joaojeronimo (~joaojeron@97.76.136.95.rev.vodafone.pt)
  472. # [06:23] <joaojeronimo> When using html5 form validation, how can I know if the everything is valid before submission ?
  473. # [06:24] <joaojeronimo> Also, I'm using a submit button that when clicked runs a function that gets the values of the fields of the form and posts them... But that POST request can happen even if the fields are not valid... how do I avoid that ?
  474. # [06:24] * Joins: jacobolus (~jacobolus@199.188.193.145)
  475. # [06:27] * Quits: QiBala (~QiBala@nodester.com) (Ping timeout: 248 seconds)
  476. # [06:29] <ryanseddon> joaojeronimo: you can do form.checkValidity()
  477. # [06:29] <joaojeronimo> thanks ryanseddon :D
  478. # [06:29] <ryanseddon> form being the element reference
  479. # [06:29] <ryanseddon> that also works on individual fields
  480. # [06:30] * Joins: joepie92 (~joepie91@s514735fe.adsl.wanadoo.nl)
  481. # [06:30] <joaojeronimo> yes I figured
  482. # [06:31] * Quits: joepie91 (~joepie91@s514735fe.adsl.wanadoo.nl) (Ping timeout: 264 seconds)
  483. # [06:32] * Quits: JNZ (~JNZ@unaffiliated/jnz) (Quit: Leaving)
  484. # [06:32] <tw2113> evening ryanseddon
  485. # [06:33] * Parts: vsw (~inVincibl@186.sub-174-252-156.myvzw.com)
  486. # [06:34] <JonathanNeal> Hello
  487. # [06:35] <tw2113> evening JonathanNeal
  488. # [06:35] <JonathanNeal> How are you tw2113 how is your week going?
  489. # [06:35] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 246 seconds)
  490. # [06:35] <tw2113> eh, about usual
  491. # [06:35] <tw2113> i'm kind of taking today off
  492. # [06:36] * Joins: Moonies (~Bongle@unaffiliated/moonies)
  493. # [06:38] <tw2113> i got paid for some stuff today, so i got myself some beer :D
  494. # [06:40] * Joins: gyzmodo (x@89.146.109.99)
  495. # [06:42] <JonathanNeal> all right.
  496. # [06:42] <JonathanNeal> enjoy the weekend?
  497. # [06:45] * Joins: JNZ (JNZ@unaffiliated/jnz)
  498. # [06:46] <JonathanNeal> After you have guaranteed that a font has been loaded, what is the extra delay for in a browser? Is there really any way to know the font is loaded?
  499. # [06:47] <JonathanNeal> I have the same problem even if i've put an element on a page with the font family and loaded in the font base64 encoded into the stylesheet.
  500. # [06:54] * Joins: Reite (~chris@213.109-247-20.customer.lyse.net)
  501. # [06:57] * Quits: gavin_huang (~gravof@125.116.173.180) (Quit: Leaving)
  502. # [06:57] * Joins: venom00ut (~venom00@net-188-218-168-8.cust.dsl.vodafone.it)
  503. # [06:57] * Quits: venom00ut (~venom00@net-188-218-168-8.cust.dsl.vodafone.it) (Changing host)
  504. # [06:57] * Joins: venom00ut (~venom00@unaffiliated/venom00)
  505. # [06:58] * Joins: gavin_huang (~gravof@125.116.173.180)
  506. # [06:59] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 244 seconds)
  507. # [07:00] * Joins: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net)
  508. # [07:00] * Quits: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net) (Changing host)
  509. # [07:00] * Joins: moshee (~moshee@unaffiliated/moshee)
  510. # [07:03] * Quits: Lightheaded (~lighthead@195.222.6.16) (Ping timeout: 245 seconds)
  511. # [07:06] * Quits: kadiks (~kadiks@APuteaux-652-1-63-157.w83-204.abo.wanadoo.fr) (Quit: Leaving)
  512. # [07:09] * Quits: caniuse (~caniuse@li239-175.members.linode.com) (Remote host closed the connection)
  513. # [07:09] * Joins: caniuse (~caniuse@li239-175.members.linode.com)
  514. # [07:09] * Joins: bhunt (~zixiz@S0106602ad0847293.vw.shawcable.net)
  515. # [07:10] * Joins: ontime (~ontime@unaffiliated/ontime)
  516. # [07:13] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 248 seconds)
  517. # [07:17] * Quits: venom00ut (~venom00@unaffiliated/venom00) (Ping timeout: 248 seconds)
  518. # [07:18] * Joins: Lightheaded (~lighthead@195.222.6.16)
  519. # [07:18] * Quits: T_Zano (zanouda@41.107.223.156) (Quit: T_Zano)
  520. # [07:20] * Joins: moshee (~moshee@unaffiliated/moshee)
  521. # [07:20] * Quits: Me1000 (~Me1000@74-143-221-12.static.insightbb.com) (Quit: Leaving...)
  522. # [07:21] * Joins: tw2113_as_well (~tw2113@host-174-42-107-208.midco.net)
  523. # [07:22] * Quits: tw2113 (~tw2113@fedora/tw2113) (Ping timeout: 244 seconds)
  524. # [07:24] * tw2113_as_well is now known as tw2113
  525. # [07:25] * Quits: tw2113 (~tw2113@host-174-42-107-208.midco.net) (Changing host)
  526. # [07:25] * Joins: tw2113 (~tw2113@fedora/tw2113)
  527. # [07:27] * Quits: nonge (~nonge@p5082B047.dip.t-dialin.net) (Quit: Verlassend)
  528. # [07:33] * Quits: welly (~welly@unaffiliated/welly) (Quit: Computer has gone to sleep.)
  529. # [07:35] * Quits: jochen__ (jochen@nat/google/x-vgrasseqqzhuzqdx) (Remote host closed the connection)
  530. # [07:35] * Joins: jochen__ (jochen@nat/google/x-gqtetpjkmbrwhgyo)
  531. # [07:49] * Quits: patcito (~123@190.232.183.70) (Read error: Connection reset by peer)
  532. # [07:49] * Quits: coeus (~coeus@dslb-084-061-056-177.pools.arcor-ip.net) (Ping timeout: 245 seconds)
  533. # [07:49] * Joins: nonge (~nonge@p5082A691.dip.t-dialin.net)
  534. # [07:50] * Joins: venom00ut (~venom00@109.116.209.190)
  535. # [07:50] * Quits: venom00ut (~venom00@109.116.209.190) (Changing host)
  536. # [07:50] * Joins: venom00ut (~venom00@unaffiliated/venom00)
  537. # [07:53] * Joins: Evanescence (~Evanescen@60.183.198.252)
  538. # [07:55] * Quits: tw2113 (~tw2113@fedora/tw2113) (Read error: Operation timed out)
  539. # [07:56] * Quits: schnoomac (~schnoomac@melbourne.99cluster.com) (Quit: schnoomac)
  540. # [07:58] * Quits: Evanescence (~Evanescen@60.183.198.252) (Client Quit)
  541. # [07:59] * Joins: Evanescence (~Evanescen@60.183.198.252)
  542. # [07:59] * Quits: Reite (~chris@213.109-247-20.customer.lyse.net) (Ping timeout: 260 seconds)
  543. # [07:59] * Joins: soee (~soee@83-238-167-52.ip.netia.com.pl)
  544. # [08:00] * Quits: markeg (~mark@123.16.76.225) (Ping timeout: 246 seconds)
  545. # [08:04] * Quits: Evanescence (~Evanescen@60.183.198.252) (Quit: my website: http://stardiviner.dyndns-blog.com/)
  546. # [08:04] * Joins: machiolate (~thetentma@cpe-98-154-161-205.socal.res.rr.com)
  547. # [08:06] * Quits: Moonies (~Bongle@unaffiliated/moonies) (Ping timeout: 260 seconds)
  548. # [08:07] * Joins: Moonies (~Bongle@unaffiliated/moonies)
  549. # [08:10] * Joins: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl)
  550. # [08:10] * Joins: tw2113 (~tw2113@fedora/tw2113)
  551. # [08:13] * Joins: manuchill (~mstalfoor@81.69.16.186)
  552. # [08:14] <manuchill> paul_irish, u there?
  553. # [08:21] * Joins: NoNMaDDeN (~NoNMaDDeN@183.89.117.148)
  554. # [08:21] <NoNMaDDeN> hello html5
  555. # [08:21] <NoNMaDDeN> เอิ๊กๆๆ
  556. # [08:21] * Quits: Eneerge (~Eneerge@unaffiliated/eneerge) (Ping timeout: 240 seconds)
  557. # [08:21] * Parts: NoNMaDDeN (~NoNMaDDeN@183.89.117.148)
  558. # [08:22] * Joins: decthomas (decthomas@nat/netlash/x-rjspvfkiofsojmuq)
  559. # [08:23] * Quits: dr0id (~andy@unaffiliated/dr0id) (Ping timeout: 260 seconds)
  560. # [08:23] * Quits: venom00ut (~venom00@unaffiliated/venom00) (Ping timeout: 246 seconds)
  561. # [08:23] * Joins: venom00ut (~venom00@109.116.185.37)
  562. # [08:23] * Quits: venom00ut (~venom00@109.116.185.37) (Changing host)
  563. # [08:23] * Joins: venom00ut (~venom00@unaffiliated/venom00)
  564. # [08:25] * Joins: BigKing (~BigKing@dslb-094-221-101-137.pools.arcor-ip.net)
  565. # [08:26] * Joins: roel (~quassel@d54C236E3.access.telenet.be)
  566. # [08:27] * Joins: dirkpennings (~dirkpenni@90-145-26-140.bbserv.nl)
  567. # [08:27] * Quits: Luxx_ (~highoh@c-67-171-35-186.hsd1.wa.comcast.net)
  568. # [08:28] * Joins: niloy (~niloy@61.12.96.242)
  569. # [08:30] * Joins: Evanescence (~Evanescen@60.183.198.252)
  570. # [08:33] * Joins: karega (~karegaani@rrcs-97-76-224-197.se.biz.rr.com)
  571. # [08:33] * Quits: DroidFreeman (~thrillho@c-24-98-246-138.hsd1.ga.comcast.net) (Ping timeout: 246 seconds)
  572. # [08:33] * Quits: caasiHuang (~caasiHuan@59-126-203-62.HINET-IP.hinet.net) (Remote host closed the connection)
  573. # [08:36] * Joins: PalleZingmark (~Adium@217.13.228.226)
  574. # [08:37] * Quits: Evanescence (~Evanescen@60.183.198.252) (Quit: my website: http://stardiviner.dyndns-blog.com/)
  575. # [08:39] * Joins: Shusshu (~shu@ip51cd1542.speed.planet.nl)
  576. # [08:44] * Joins: zeppo (~zeppo@109.58.15.141.bredband.tre.se)
  577. # [08:44] * Joins: rasa (~rasa@pool-108-38-85-3.lsanca.fios.verizon.net)
  578. # [08:45] <machiolate> does anyone have suggestions on where to get image based backgrounds from?
  579. # [08:45] <machiolate> trying to make a website .... but not sure where i should be looking
  580. # [08:47] * Quits: rasa (~rasa@pool-108-38-85-3.lsanca.fios.verizon.net) (Remote host closed the connection)
  581. # [08:49] * Joins: x12 (~x@host-87-75-138-130.dslgb.com)
  582. # [08:49] <tw2113> iamge based backgrounds?
  583. # [08:49] * Quits: Shusshu (~shu@ip51cd1542.speed.planet.nl)
  584. # [08:51] * Quits: venom00ut (~venom00@unaffiliated/venom00) (Ping timeout: 272 seconds)
  585. # [08:52] * Quits: BigKing (~BigKing@dslb-094-221-101-137.pools.arcor-ip.net) (Ping timeout: 246 seconds)
  586. # [08:58] * Joins: x12_ (~x@94.197.127.233.threembb.co.uk)
  587. # [08:59] * Quits: x12 (~x@host-87-75-138-130.dslgb.com) (Read error: Connection reset by peer)
  588. # [08:59] * x12_ is now known as x12
  589. # [09:02] * Quits: zeppo (~zeppo@109.58.15.141.bredband.tre.se) (Remote host closed the connection)
  590. # [09:06] * Joins: x12_ (~x@host-87-75-138-130.dslgb.com)
  591. # [09:09] * Joins: x12__ (~x@92.40.254.237.threembb.co.uk)
  592. # [09:10] * Quits: x12__ (~x@92.40.254.237.threembb.co.uk) (Client Quit)
  593. # [09:10] * Quits: x12 (~x@94.197.127.233.threembb.co.uk) (Ping timeout: 276 seconds)
  594. # [09:11] * Quits: x12_ (~x@host-87-75-138-130.dslgb.com) (Ping timeout: 248 seconds)
  595. # [09:14] * Joins: drublic (~drublic@frbg-5f733ebf.pool.mediaWays.net)
  596. # [09:15] * Joins: Valah_ (~Valah@AOrleans-258-1-117-15.w90-21.abo.wanadoo.fr)
  597. # [09:18] * Quits: Vennril (~vennril@p4FCB070F.dip0.t-ipconnect.de) (Ping timeout: 246 seconds)
  598. # [09:18] * Quits: Valah (~Valah@AOrleans-258-1-96-156.w90-24.abo.wanadoo.fr) (Ping timeout: 246 seconds)
  599. # [09:19] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
  600. # [09:19] * Joins: g105b (~g105b@cpc3-derb14-2-0-cust187.8-3.cable.virginmedia.com)
  601. # [09:19] * Joins: monteslu_ (~monteslu@ip68-109-174-213.ph.ph.cox.net)
  602. # [09:20] * Joins: markeg (~mark@123.16.76.225)
  603. # [09:21] * Quits: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net) (Ping timeout: 272 seconds)
  604. # [09:21] * Joins: Vennril (~vennril@p4FCB070F.dip0.t-ipconnect.de)
  605. # [09:22] * Quits: saschagehlich (~sascha@p579319C5.dip.t-dialin.net) (Quit: saschagehlich)
  606. # [09:24] * Joins: xec_ (~xec@2a00:10b0:1:1002:5ab0:35ff:fef8:6a01)
  607. # [09:26] * Joins: aesptux (~aesptux@213.37.205.217.dyn.user.ono.com)
  608. # [09:26] * Quits: tw2113 (~tw2113@fedora/tw2113) (Ping timeout: 246 seconds)
  609. # [09:28] * Joins: venom00ut (~venom00@fw-necst.elet.polimi.it)
  610. # [09:28] * Quits: venom00ut (~venom00@fw-necst.elet.polimi.it) (Changing host)
  611. # [09:28] * Joins: venom00ut (~venom00@unaffiliated/venom00)
  612. # [09:34] * Joins: glcrazy (~SiRiuS@rdslink-v90-240.suceava.rdsnet.ro)
  613. # [09:40] * Joins: tw2113 (~tw2113@host-174-42-107-208.midco.net)
  614. # [09:40] * Quits: tw2113 (~tw2113@host-174-42-107-208.midco.net) (Changing host)
  615. # [09:40] * Joins: tw2113 (~tw2113@fedora/tw2113)
  616. # [09:40] * Joins: Eneerge (~Eneerge@cpe-66-25-31-185.tx.res.rr.com)
  617. # [09:41] * Quits: Armen138 (~armen@dsl-69-171-154-4.acanac.net) (Quit: Lost terminal)
  618. # [09:47] * Quits: glcrazy (~SiRiuS@rdslink-v90-240.suceava.rdsnet.ro) (Read error: Connection reset by peer)
  619. # [09:47] * Joins: whitman (whitman@itsad-034.its.dur.ac.uk)
  620. # [09:48] * Joins: x12 (~x@92.40.254.237.threembb.co.uk)
  621. # [09:52] * Joins: jblanche (~jblanche@ivr94-10-88-177-169-11.fbx.proxad.net)
  622. # [09:56] * Quits: oohnoitz (septicore@gateway/shell/xzibition.com/x-rzuselkjsoqwumcq) (Read error: Connection reset by peer)
  623. # [09:57] * Joins: oohnoitz (septicore@gateway/shell/xzibition.com/x-mxtrwohxtzzigpae)
  624. # [10:01] * Joins: glcrazy (~SiRiuS@rdslink-v90-240.suceava.rdsnet.ro)
  625. # [10:01] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: I was raided by the FBI and all I got to keep was this lousy quit message!)
  626. # [10:04] * Joins: eliocapella (~eliocapel@213.37.148.216.static.user.ono.com)
  627. # [10:13] * Joins: Taftse (Taftse@unaffiliated/taftse)
  628. # [10:14] * Joins: Shahor (~Shahor@78.109.80.22)
  629. # [10:15] * Quits: venom00ut (~venom00@unaffiliated/venom00) (Read error: Operation timed out)
  630. # [10:19] * Quits: obert- (~obert@host250-205-dynamic.1-87-r.retail.telecomitalia.it) (Ping timeout: 246 seconds)
  631. # [10:21] * Joins: obert- (~obert@host11-207-dynamic.6-87-r.retail.telecomitalia.it)
  632. # [10:21] * Joins: saschagehlich (~sascha@pd956d4e0.dip0.t-ipconnect.de)
  633. # [10:21] * Quits: Eneerge (~Eneerge@cpe-66-25-31-185.tx.res.rr.com) (Ping timeout: 260 seconds)
  634. # [10:21] * Joins: DaFireball (~dirkpenni@90-145-26-140.bbserv.nl)
  635. # [10:23] * Quits: dirkpennings (~dirkpenni@90-145-26-140.bbserv.nl) (Ping timeout: 260 seconds)
  636. # [10:26] * Joins: JakeA (~Adium@93-97-17-15.zone5.bethere.co.uk)
  637. # [10:26] * Joins: shwetank (~shwetank@guest.opera.com)
  638. # [10:33] * Joins: csmrfx (csmr@hilla.kapsi.fi)
  639. # [10:33] <csmrfx> Whats a nice solution for getting layers to rise above flash-animations on page?
  640. # [10:35] <manuchill> flash should at least be embedded with the wmode=opaque or wmode=transparent param
  641. # [10:35] <manuchill> else you cant display layers on top of flash
  642. # [10:39] * Joins: miketaylr (~miketaylr@guest.opera.com)
  643. # [10:41] <csmrfx> I wonder if it is possible to manipulate the wmode of an embedded object with js on the page?
  644. # [10:42] <manuchill> not sure, you could try and make a testcase to see
  645. # [10:44] * Quits: g105b (~g105b@cpc3-derb14-2-0-cust187.8-3.cable.virginmedia.com) (Ping timeout: 246 seconds)
  646. # [10:44] <csmrfx> ok, I better
  647. # [10:44] <csmrfx> thanks for the insight, manuchill
  648. # [10:46] <manuchill> csmrfx, np... maybe this could give you a headstart http://www.onlineaspect.com/2009/08/13/javascript_to_fix_wmode_parameters/
  649. # [10:48] * Joins: MisterSpeaker (~MisterSpe@zenexity.pck.nerim.net)
  650. # [10:49] * Quits: DaFireball (~dirkpenni@90-145-26-140.bbserv.nl) (Ping timeout: 272 seconds)
  651. # [10:50] <csmrfx> ok nice thx
  652. # [10:51] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
  653. # [10:53] * Joins: B3Jesus (~B3Jesus@cpc6-wolv15-2-0-cust412.wolv.cable.virginmedia.com)
  654. # [10:56] * Joins: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr)
  655. # [10:59] * Joins: dirkpennings (~dirkpenni@90-145-26-140.bbserv.nl)
  656. # [11:03] * Joins: necolas (~necolas@5ade73f0.bb.sky.com)
  657. # [11:05] * Joins: MrJ (~boogy@unaffiliated/mrj)
  658. # [11:05] * Quits: machiolate (~thetentma@cpe-98-154-161-205.socal.res.rr.com) (Quit: Leaving)
  659. # [11:07] * Quits: boogyman (~boogy@72.184.194.26) (Ping timeout: 252 seconds)
  660. # [11:08] * Joins: boogyman (~boogy@pdpc/supporter/professional/boogyman)
  661. # [11:11] * Joins: machine2 (~machine4@pool-74-111-197-200.lsanca.fios.verizon.net)
  662. # [11:11] * Quits: MrJ (~boogy@unaffiliated/mrj) (Ping timeout: 250 seconds)
  663. # [11:13] * Quits: saschagehlich (~sascha@pd956d4e0.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  664. # [11:16] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
  665. # [11:18] * Quits: x12 (~x@92.40.254.237.threembb.co.uk) (Quit: Adios Amigos!)
  666. # [11:22] * Joins: debsan (~debsan@190.245.74.16)
  667. # [11:24] * Joins: BigKing (~BigKing@dslb-094-221-101-137.pools.arcor-ip.net)
  668. # [11:27] * Quits: Moonies (~Bongle@unaffiliated/moonies) (Quit: quack)
  669. # [11:33] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
  670. # [11:33] * Quits: manuchill (~mstalfoor@81.69.16.186) (Ping timeout: 246 seconds)
  671. # [11:37] * Quits: Progster (~blah@pool-173-68-149-113.nycmny.fios.verizon.net) (Ping timeout: 245 seconds)
  672. # [11:38] * Quits: Zauberfisch (Zauberfisc@venus.zauberfisch.at) (Quit: Leaving)
  673. # [11:38] * Joins: Joefish (~Joefish@p4FDA88D9.dip0.t-ipconnect.de)
  674. # [11:38] * Joins: Zauberfisch (Subject619@venus.zauberfisch.at)
  675. # [11:39] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
  676. # [11:46] * Joins: manuchill (~mstalfoor@81.69.16.186)
  677. # [11:49] * Joins: Ron_D (~Chevalric@77.242.116.2)
  678. # [11:52] * Quits: joaojeronimo (~joaojeron@97.76.136.95.rev.vodafone.pt) (Ping timeout: 244 seconds)
  679. # [11:55] * Joins: pinage404 (~pinage404@APuteaux-651-1-20-42.w81-249.abo.wanadoo.fr)
  680. # [11:57] * Joins: ruimarinho (~ruimarinh@a89-152-184-82.cpe.netcabo.pt)
  681. # [11:57] * Quits: JNZ (JNZ@unaffiliated/jnz) (Read error: Connection reset by peer)
  682. # [12:06] * Quits: mascix (~opakdil@83.66.110.192) (Quit: Leaving.)
  683. # [12:06] * Joins: addyosmani (~addyosman@host86-176-150-45.range86-176.btcentralplus.com)
  684. # [12:07] * Joins: nonge_ (~nonge@p50829FFE.dip.t-dialin.net)
  685. # [12:11] * Joins: rodfersou (bb3e080a@gateway/web/freenode/ip.187.62.8.10)
  686. # [12:11] * Quits: nonge (~nonge@p5082A691.dip.t-dialin.net) (Ping timeout: 260 seconds)
  687. # [12:13] * Quits: jacobolus (~jacobolus@199.188.193.145) (Remote host closed the connection)
  688. # [12:15] * Joins: x12 (~x@94.197.127.11.threembb.co.uk)
  689. # [12:15] * Joins: devongovett (~devongove@212-147-52-64.fix.access.vtx.ch)
  690. # [12:19] * Quits: Valah_ (~Valah@AOrleans-258-1-117-15.w90-21.abo.wanadoo.fr) (Read error: Connection reset by peer)
  691. # [12:21] * Joins: aljosa (~aljosa@212.92.197.106)
  692. # [12:23] * Quits: glcrazy (~SiRiuS@rdslink-v90-240.suceava.rdsnet.ro) (Remote host closed the connection)
  693. # [12:26] * Quits: x12 (~x@94.197.127.11.threembb.co.uk) (Quit: Adios Amigos!)
  694. # [12:36] * Joins: iserantes (~quassel@1.10.27.77.dynamic.mundo-r.com)
  695. # [12:38] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
  696. # [12:41] * Quits: shwetank (~shwetank@guest.opera.com) (Quit: Leaving...)
  697. # [12:42] * Joins: caasiHuang (~caasiHuan@59-126-203-62.HINET-IP.hinet.net)
  698. # [12:55] * dhruvasagar_ is now known as dhruvasagar
  699. # [12:57] * Quits: tung (~tung@218.108.94.243) (Remote host closed the connection)
  700. # [12:59] * Joins: digitalfiz (~fiz@unaffiliated/digitalfiz)
  701. # [13:01] * Quits: dhruvasagar (~dhruvasag@65.98.79.137) (Excess Flood)
  702. # [13:01] * Joins: dhruvasagar (~dhruvasag@65.98.79.137)
  703. # [13:05] * Joins: mascix (~opakdil@88.247.87.27)
  704. # [13:06] * Joins: shwetank (~shwetank@guest.opera.com)
  705. # [13:06] * Quits: shwetank (~shwetank@guest.opera.com) (Client Quit)
  706. # [13:06] * Joins: Progster (~blah@pool-173-68-149-113.nycmny.fios.verizon.net)
  707. # [13:07] * Quits: pinage404 (~pinage404@APuteaux-651-1-20-42.w81-249.abo.wanadoo.fr) (Ping timeout: 276 seconds)
  708. # [13:10] * Joins: plh_ (~plh@209-6-123-224.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com)
  709. # [13:12] * Joins: andr3 (~andr3@194.65.5.235)
  710. # [13:12] * Joins: devmikey (~irc@unaffiliated/devmikey)
  711. # [13:12] * Joins: shwetank (~shwetank@guest.opera.com)
  712. # [13:13] * Joins: ericbarnes (~ericbarne@cpe-075-181-047-014.carolina.res.rr.com)
  713. # [13:14] * Quits: karega (~karegaani@rrcs-97-76-224-197.se.biz.rr.com) (Ping timeout: 265 seconds)
  714. # [13:15] * Joins: erichynds (~ehynds@64.206.121.41)
  715. # [13:17] * Quits: Progster (~blah@pool-173-68-149-113.nycmny.fios.verizon.net) (Ping timeout: 252 seconds)
  716. # [13:19] * Joins: pinage404 (~pinage404@APuteaux-651-1-60-188.w81-249.abo.wanadoo.fr)
  717. # [13:23] * Joins: SoulRaven (SoulRaven@89.41.157.171)
  718. # [13:23] * Quits: pinage404 (~pinage404@APuteaux-651-1-60-188.w81-249.abo.wanadoo.fr) (Client Quit)
  719. # [13:23] * Joins: Lightheaded_ (~lighthead@195.222.6.16)
  720. # [13:23] * Quits: teleject (~christoph@cpe-70-112-210-24.austin.res.rr.com) (Ping timeout: 265 seconds)
  721. # [13:27] * Quits: Lightheaded (~lighthead@195.222.6.16) (Ping timeout: 264 seconds)
  722. # [13:28] <remysharp> Is jaffathecake in here? JakeA ?
  723. # [13:30] * Quits: Lightheaded_ (~lighthead@195.222.6.16) (Ping timeout: 244 seconds)
  724. # [13:32] * Joins: thinkpad_explore (~automate@tok69-4-82-236-110-224.fbx.proxad.net)
  725. # [13:35] <JakeA> yo
  726. # [13:35] <JakeA> yes
  727. # [13:35] * Joins: cccaldas (~cccaldas@177.17.17.39)
  728. # [13:35] * Quits: addyosmani (~addyosman@host86-176-150-45.range86-176.btcentralplus.com) (Remote host closed the connection)
  729. # [13:36] * Joins: tertl3 (~tertl3@108-85-17-207.lightspeed.gnvlsc.sbcglobal.net)
  730. # [13:36] * Joins: Stava (~Stava@h-86-113.a197.priv.bahnhof.se)
  731. # [13:38] * Quits: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr) (Ping timeout: 272 seconds)
  732. # [13:39] * Joins: Conti_ (~Conti@211.51.27.44)
  733. # [13:39] * Quits: Conti (~Conti@211.51.27.44) (Ping timeout: 245 seconds)
  734. # [13:39] * Conti_ is now known as Conti
  735. # [13:40] * Quits: tertl3 (~tertl3@108-85-17-207.lightspeed.gnvlsc.sbcglobal.net) (Ping timeout: 252 seconds)
  736. # [13:41] * Quits: xec_ (~xec@2a00:10b0:1:1002:5ab0:35ff:fef8:6a01) (Read error: Operation timed out)
  737. # [13:41] * Joins: xec_ (~xec@2a00:10b0:1:1002:5ab0:35ff:fef8:6a01)
  738. # [13:43] * Joins: cccaldas_ (~cccaldas@177.41.238.92)
  739. # [13:44] * Joins: Armen_ (~armen@dsl-69-171-154-4.acanac.net)
  740. # [13:45] * Quits: miketaylr (~miketaylr@guest.opera.com) (Quit: Leaving...)
  741. # [13:45] * Armen_ is now known as Armen138
  742. # [13:46] * Joins: miketaylr (~miketaylr@guest.opera.com)
  743. # [13:46] * Quits: cccaldas (~cccaldas@177.17.17.39) (Ping timeout: 260 seconds)
  744. # [13:47] * Joins: snearch (~snearch@g225077214.adsl.alicedsl.de)
  745. # [13:48] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 250 seconds)
  746. # [13:48] * Joins: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net)
  747. # [13:48] * Quits: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net) (Changing host)
  748. # [13:48] * Joins: moshee (~moshee@unaffiliated/moshee)
  749. # [13:49] * Quits: shwetank (~shwetank@guest.opera.com) (Quit: Linkinus - http://linkinus.com)
  750. # [13:51] * Joins: tung (~tung@58.101.99.148)
  751. # [13:52] * Joins: extrawelt (~extrawelt@200.185.252.187)
  752. # [13:55] * Joins: icrazyhack (horieyui@115.173.249.104)
  753. # [13:57] * Joins: sarro (~sarro@i5E864D6C.versanet.de)
  754. # [13:58] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
  755. # [14:08] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
  756. # [14:09] * Joins: Eneerge (~Eneerge@cpe-66-25-31-185.tx.res.rr.com)
  757. # [14:12] * Joins: trond_ (~trond@c-8b0ae353.017-188-7570701.cust.bredbandsbolaget.se)
  758. # [14:13] * Joins: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr)
  759. # [14:14] * Joins: shwetank (~shwetank@guest.opera.com)
  760. # [14:15] * Joins: jimmyrcom (~fold@adsl-75-53-33-55.dsl.rcsntx.sbcglobal.net)
  761. # [14:16] * Quits: Joefish (~Joefish@p4FDA88D9.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
  762. # [14:18] * Parts: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
  763. # [14:22] * Joins: carminec (~user@4-76-252-216.dsl.colba.net)
  764. # [14:23] * Quits: Eneerge (~Eneerge@cpe-66-25-31-185.tx.res.rr.com) (Changing host)
  765. # [14:23] * Joins: Eneerge (~Eneerge@unaffiliated/eneerge)
  766. # [14:27] * Joins: johnkpaul (~johnkpaul@ool-6c3abe9a.static.optonline.net)
  767. # [14:28] * Quits: nemrod (~nemrod@unaffiliated/nemrod) (Ping timeout: 272 seconds)
  768. # [14:29] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
  769. # [14:31] * Quits: gyzmodo (x@89.146.109.99) (Ping timeout: 276 seconds)
  770. # [14:31] * Joins: gyzmodo (x@89.146.106.82)
  771. # [14:32] * Joins: Dusan (~Adium@82.117.199.26)
  772. # [14:33] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
  773. # [14:33] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
  774. # [14:33] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Excess Flood)
  775. # [14:33] * Quits: temp02 (~temp01@unaffiliated/temp01) (Ping timeout: 244 seconds)
  776. # [14:34] * Joins: temp01 (~temp01@unaffiliated/temp01)
  777. # [14:34] * Joins: nemrod (~nemrod@unaffiliated/nemrod)
  778. # [14:35] * Quits: MisterSpeaker (~MisterSpe@zenexity.pck.nerim.net) (Read error: Connection reset by peer)
  779. # [14:35] * Joins: MisterSpeaker (~MisterSpe@zenexity.pck.nerim.net)
  780. # [14:37] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  781. # [14:37] * Joins: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net)
  782. # [14:42] <StoneCypher> in the sense that you can detect a user's language preferences from the http headers, is there any way to detect 501 topics? can a user declare colorblindness in a way that i can purposefully react to, eg? or deafness (maybe I need to turn captions on on the video automatically, etc) ?
  783. # [14:51] * Joins: zeppo (~zeppo@109.58.53.118.bredband.tre.se)
  784. # [14:51] * Joins: pandeiro (~mu@189.62.31.89)
  785. # [14:52] * Joins: glcrazy (~SiRiuS@rdslink-v90-240.suceava.rdsnet.ro)
  786. # [14:52] * Parts: ncooley (~tandemsev@2002:3285:849f:0:f50d:21c2:acd:292a)
  787. # [14:53] * Joins: marcoos (~marcoos@207.86.128.119)
  788. # [14:53] * Parts: marcoos (~marcoos@207.86.128.119)
  789. # [14:57] * Quits: BigKing (~BigKing@dslb-094-221-101-137.pools.arcor-ip.net) (Remote host closed the connection)
  790. # [15:00] * monteslu_ is now known as monteslu
  791. # [15:02] * Joins: Jayflux (4d2c180a@gateway/web/freenode/ip.77.44.24.10)
  792. # [15:03] <Jayflux> does anyone know if its possible to make something like this fluid: http://erpfans.co.uk/test/
  793. # [15:03] <Jayflux> currently the #main div needs to have a fixed width for this to work. I have no idea why but when i remove the width value the sections fall underneath each other.
  794. # [15:05] * Joins: webguynow (~webguynow@c-24-1-222-204.hsd1.il.comcast.net)
  795. # [15:09] * Jayflux is now known as jamie_14
  796. # [15:11] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
  797. # [15:12] * theresa_away is now known as theresanna
  798. # [15:12] * theresanna is now known as theresaanna
  799. # [15:14] * Joins: krater (~benito@189.71.72.188)
  800. # [15:14] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Client Quit)
  801. # [15:14] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
  802. # [15:15] * Parts: krater (~benito@189.71.72.188)
  803. # [15:15] * Joins: Jonadabe (~Jonadabe@bl9-57-8.dsl.telepac.pt)
  804. # [15:16] * Joins: venom00ut (~venom00@109.114.50.28)
  805. # [15:16] * Quits: venom00ut (~venom00@109.114.50.28) (Changing host)
  806. # [15:16] * Joins: venom00ut (~venom00@unaffiliated/venom00)
  807. # [15:17] * Joins: fungoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com)
  808. # [15:18] * Quits: fungoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com) (Client Quit)
  809. # [15:23] * Joins: kevwil (~kevwil@c-67-161-153-2.hsd1.co.comcast.net)
  810. # [15:27] * Quits: pitchfork (~pitchfork@unaffiliated/pitchfork) (Read error: Operation timed out)
  811. # [15:28] * Joins: roadt_ (~roadt@114.96.142.225)
  812. # [15:28] * Quits: Taftse (Taftse@unaffiliated/taftse) (Ping timeout: 260 seconds)
  813. # [15:28] * Joins: Trisox (~Trisox@dw87236798.amsterdam-tc.dataweb.net)
  814. # [15:29] * Joins: Dusan1 (~Adium@93-87-213-144.dynamic.isp.telekom.rs)
  815. # [15:31] * Quits: roadt (~roadt@60.168.95.167) (Ping timeout: 265 seconds)
  816. # [15:31] * Quits: snearch (~snearch@g225077214.adsl.alicedsl.de) (Quit: Verlassend)
  817. # [15:32] * Quits: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net) (Ping timeout: 272 seconds)
  818. # [15:33] * Quits: plh_ (~plh@209-6-123-224.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com) (Ping timeout: 240 seconds)
  819. # [15:33] * Quits: Dusan (~Adium@82.117.199.26) (Ping timeout: 244 seconds)
  820. # [15:36] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
  821. # [15:37] * Quits: fleeting (~fleeting@rrcs-67-79-88-162.sw.biz.rr.com) (Read error: Connection reset by peer)
  822. # [15:38] * Joins: fleeting (~fleeting@rrcs-67-79-88-162.sw.biz.rr.com)
  823. # [15:38] * Joins: BreadMaker (~BreadMake@pc-209-23-160-190.cm.vtr.net)
  824. # [15:40] * Parts: kevwil (~kevwil@c-67-161-153-2.hsd1.co.comcast.net) ("WeeChat 0.3.7")
  825. # [15:41] * Joins: pitchfork (~pitchfork@unaffiliated/pitchfork)
  826. # [15:44] * Quits: ccohn (~ccohn@198.151.217.180) (Ping timeout: 264 seconds)
  827. # [15:54] * Quits: caasiHuang (~caasiHuan@59-126-203-62.HINET-IP.hinet.net) (Remote host closed the connection)
  828. # [15:56] * Quits: oohnoitz (septicore@gateway/shell/xzibition.com/x-mxtrwohxtzzigpae) (Ping timeout: 244 seconds)
  829. # [15:57] * Joins: Me1000 (~Me1000@128.163.7.132)
  830. # [15:58] * Quits: techrush (~techrush@cpe-76-175-29-57.socal.res.rr.com) (Ping timeout: 252 seconds)
  831. # [16:00] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
  832. # [16:00] * Joins: oohnoitz (septicore@gateway/shell/xzibition.com/x-yfudmhwsawuezcho)
  833. # [16:01] * Joins: cloudpopup (hidden-use@ns.netset.se)
  834. # [16:02] * Joins: pawel__ (~pawel@41-133-87-200.dsl.mweb.co.za)
  835. # [16:05] * Quits: pawel__ (~pawel@41-133-87-200.dsl.mweb.co.za) (Remote host closed the connection)
  836. # [16:05] * roadt_ is now known as roadt
  837. # [16:05] * Joins: MEMutable1000 (~Me1000@128.163.7.132)
  838. # [16:05] * Joins: randomubuntuguy (~randomubu@cpe-066-057-080-255.nc.res.rr.com)
  839. # [16:07] * Quits: soee (~soee@83-238-167-52.ip.netia.com.pl) (Quit: Wychodzi)
  840. # [16:07] * Quits: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net) (Quit: Leaving.)
  841. # [16:08] * Quits: oohnoitz (septicore@gateway/shell/xzibition.com/x-yfudmhwsawuezcho) (Ping timeout: 276 seconds)
  842. # [16:08] * Quits: Me1000 (~Me1000@128.163.7.132) (Ping timeout: 276 seconds)
  843. # [16:11] * Quits: B3Jesus (~B3Jesus@cpc6-wolv15-2-0-cust412.wolv.cable.virginmedia.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  844. # [16:12] * Quits: dmachi1 (~dmachi@pool-71-254-71-221.ronkva.east.verizon.net) (Read error: Connection reset by peer)
  845. # [16:12] * Quits: cccaldas_ (~cccaldas@177.41.238.92) (Ping timeout: 252 seconds)
  846. # [16:12] * Joins: dmachi (~dmachi@pool-71-254-71-221.ronkva.east.verizon.net)
  847. # [16:12] * Joins: oohnoitz (septicore@gateway/shell/xzibition.com/x-apuodyllxyuzmxan)
  848. # [16:13] * Quits: MisterSpeaker (~MisterSpe@zenexity.pck.nerim.net) (Remote host closed the connection)
  849. # [16:13] * Joins: cccaldas (~cccaldas@187.59.111.136)
  850. # [16:13] * Quits: shwetank (~shwetank@guest.opera.com) (Quit: Leaving...)
  851. # [16:13] * Joins: x12 (~x@94.197.127.11.threembb.co.uk)
  852. # [16:15] * Quits: machine2 (~machine4@pool-74-111-197-200.lsanca.fios.verizon.net) (Quit: LANSD)
  853. # [16:15] * Quits: aesptux (~aesptux@213.37.205.217.dyn.user.ono.com) (Quit: Leaving)
  854. # [16:15] * Joins: trumpetmic (~trumpetmi@159.182.183.6)
  855. # [16:15] * Joins: caasiHuang (~caasiHuan@59-126-203-62.HINET-IP.hinet.net)
  856. # [16:15] * Joins: Taftse (Taftse@unaffiliated/taftse)
  857. # [16:18] * Quits: rbrooks (~jwbf75ug@gateway/tor-sasl/jwbf75ug) (Read error: Connection reset by peer)
  858. # [16:19] * Joins: rbrooks (~jwbf75ug@gateway/tor-sasl/jwbf75ug)
  859. # [16:19] * Joins: shwetank (~shwetank@guest.opera.com)
  860. # [16:22] * Joins: marcocarag (~marcocara@38.117.157.59)
  861. # [16:22] * Quits: glcrazy (~SiRiuS@rdslink-v90-240.suceava.rdsnet.ro) (Read error: Connection reset by peer)
  862. # [16:22] * Joins: thcipriani (~tyler@173-14-24-158-Colorado.hfc.comcastbusiness.net)
  863. # [16:25] * Quits: squeakytoy (~squeakyto@h87-96-232-107.dynamic.se.alltele.net) (Ping timeout: 246 seconds)
  864. # [16:26] * Joins: squeakytoy (~squeakyto@h87-96-232-107.dynamic.se.alltele.net)
  865. # [16:28] * Joins: FunGoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com)
  866. # [16:28] * Quits: xec (~xec@54.109-247-17.customer.lyse.net) (Ping timeout: 252 seconds)
  867. # [16:29] * xec_ is now known as xec
  868. # [16:29] * Quits: venom00ut (~venom00@unaffiliated/venom00) (Ping timeout: 252 seconds)
  869. # [16:31] * Joins: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net)
  870. # [16:33] * Joins: rileyw (~rileyw@150.252.132.17)
  871. # [16:34] * Quits: randomubuntuguy (~randomubu@cpe-066-057-080-255.nc.res.rr.com) (Ping timeout: 246 seconds)
  872. # [16:34] * Joins: Me1000 (~Me1000@128.163.7.135)
  873. # [16:35] * Quits: extrawelt (~extrawelt@200.185.252.187) (Excess Flood)
  874. # [16:35] * Joins: extrawelt (~extrawelt@200.185.252.187)
  875. # [16:36] * Quits: FunGoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com) (Remote host closed the connection)
  876. # [16:37] * Joins: blackjid (~jidonoso@pc-120-163-47-190.cm.vtr.net)
  877. # [16:37] * Quits: MEMutable1000 (~Me1000@128.163.7.132) (Ping timeout: 250 seconds)
  878. # [16:39] * Joins: fungoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com)
  879. # [16:40] * Parts: Dusan1 (~Adium@93-87-213-144.dynamic.isp.telekom.rs)
  880. # [16:40] * Parts: manuchill (~mstalfoor@81.69.16.186) ("Ex-Chat")
  881. # [16:41] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
  882. # [16:42] * Quits: fungoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com) (Quit: Ghost like Swayze.)
  883. # [16:43] * Joins: fungoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com)
  884. # [16:43] * Quits: oohnoitz (septicore@gateway/shell/xzibition.com/x-apuodyllxyuzmxan) (Ping timeout: 272 seconds)
  885. # [16:46] * Quits: Me1000 (~Me1000@128.163.7.135) (Ping timeout: 260 seconds)
  886. # [16:51] * Quits: fungoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com) (Quit: Ghost like Swayze.)
  887. # [16:51] * Quits: trond_ (~trond@c-8b0ae353.017-188-7570701.cust.bredbandsbolaget.se) (Quit: Lost terminal)
  888. # [16:52] * Quits: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net) (Ping timeout: 272 seconds)
  889. # [16:54] * Quits: Trisox (~Trisox@dw87236798.amsterdam-tc.dataweb.net) (Quit: Linkinus - http://linkinus.com)
  890. # [16:55] * Joins: jkimbo (9bc6745d@gateway/web/freenode/ip.155.198.116.93)
  891. # [16:56] * Quits: joepie92 (~joepie91@s514735fe.adsl.wanadoo.nl) (Quit: Nettalk6 - www.ntalk.de)
  892. # [16:57] * Joins: joepie92 (~joepie91@s514735fe.adsl.wanadoo.nl)
  893. # [16:57] * joepie92 is now known as joepie91
  894. # [16:57] * Quits: joepie91 (~joepie91@s514735fe.adsl.wanadoo.nl) (Client Quit)
  895. # [16:57] * Joins: joepie91 (~joepie91@s514735fe.adsl.wanadoo.nl)
  896. # [17:00] * Joins: oohnoitz (septicore@gateway/shell/xzibition.com/x-mefazazdjshqoyeo)
  897. # [17:00] * Joins: FunGoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com)
  898. # [17:02] * Quits: aljosa (~aljosa@212.92.197.106) (Remote host closed the connection)
  899. # [17:02] * Quits: dirkpennings (~dirkpenni@90-145-26-140.bbserv.nl) (Ping timeout: 276 seconds)
  900. # [17:04] * nonge_ is now known as nonge
  901. # [17:05] * Joins: tylerstalder (~tylerstal@c-50-131-59-86.hsd1.ca.comcast.net)
  902. # [17:06] * Joins: keithclarkcouk (~keithclar@84.19.53.21)
  903. # [17:07] * Joins: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net)
  904. # [17:08] * Joins: venom00ut (~venom00@net-188-218-168-8.cust.dsl.vodafone.it)
  905. # [17:08] * Quits: venom00ut (~venom00@net-188-218-168-8.cust.dsl.vodafone.it) (Changing host)
  906. # [17:08] * Joins: venom00ut (~venom00@unaffiliated/venom00)
  907. # [17:08] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Leaving.)
  908. # [17:09] * Joins: BigKing (~BigKing@dslb-094-221-101-137.pools.arcor-ip.net)
  909. # [17:10] * Joins: brrutzo (~john@160.79.20.210)
  910. # [17:11] * Quits: netkrash (~netkrash@pc-52-89-101-190.cm.vtr.net) (Quit: Computer has gone to sleep)
  911. # [17:11] * Quits: thinkpad_explore (~automate@tok69-4-82-236-110-224.fbx.proxad.net) (Read error: Operation timed out)
  912. # [17:12] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
  913. # [17:13] * Quits: trumpetmic (~trumpetmi@159.182.183.6) (Quit: Leaving.)
  914. # [17:14] * Quits: roel (~quassel@d54C236E3.access.telenet.be) (Remote host closed the connection)
  915. # [17:15] * Joins: trumpetmic (~trumpetmi@159.182.183.6)
  916. # [17:17] * Joins: Eneerge_ (~Eneerge@cpe-66-25-31-185.tx.res.rr.com)
  917. # [17:17] * Quits: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net) (Ping timeout: 272 seconds)
  918. # [17:18] * Quits: roadt (~roadt@114.96.142.225) (Remote host closed the connection)
  919. # [17:19] * Quits: PalleZingmark (~Adium@217.13.228.226) (Quit: Leaving.)
  920. # [17:19] * Joins: chriseppstein (~chrisepps@209.119.65.162)
  921. # [17:20] * Joins: B3Jesus (~B3Jesus@cpc6-wolv15-2-0-cust412.wolv.cable.virginmedia.com)
  922. # [17:20] * Quits: Eneerge (~Eneerge@unaffiliated/eneerge) (Ping timeout: 264 seconds)
  923. # [17:24] * Joins: davidwalsh (~davidwals@24-159-240-193.dhcp.mdsn.wi.charter.com)
  924. # [17:24] * Joins: roadt (~roadt@114.96.142.225)
  925. # [17:24] * Joins: kurtzhong (~kurtzhong@114.88.98.140)
  926. # [17:25] * Joins: villain_ (~villain@187.34.237.100)
  927. # [17:25] * Quits: zeppo (~zeppo@109.58.53.118.bredband.tre.se) (Ping timeout: 246 seconds)
  928. # [17:25] * Joins: taylorRichie1 (~Adium@208.110.141.169)
  929. # [17:28] * Quits: cloudpopup (hidden-use@ns.netset.se) (Quit: Leaving)
  930. # [17:30] * Joins: diraol (~diraol@143.107.108.178)
  931. # [17:31] * Quits: Ron_D (~Chevalric@77.242.116.2) (Quit: Ron_D)
  932. # [17:32] * Quits: B3Jesus (~B3Jesus@cpc6-wolv15-2-0-cust412.wolv.cable.virginmedia.com) (Ping timeout: 252 seconds)
  933. # [17:32] * Joins: stevebot (~stevebot@207.159.120.6)
  934. # [17:33] * Joins: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net)
  935. # [17:34] * Quits: trumpetmic (~trumpetmi@159.182.183.6) (Ping timeout: 245 seconds)
  936. # [17:35] * Joins: thinkpad_explore (~automate@78.251.9.46)
  937. # [17:36] * Joins: B3Jesus (~B3Jesus@cpc6-wolv15-2-0-cust412.wolv.cable.virginmedia.com)
  938. # [17:36] * Quits: keithclarkcouk (~keithclar@84.19.53.21) (Remote host closed the connection)
  939. # [17:37] * Joins: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net)
  940. # [17:38] * Joins: trumpetmic (~trumpetmi@159.182.183.6)
  941. # [17:38] * Quits: kurtzhong (~kurtzhong@114.88.98.140) (Ping timeout: 244 seconds)
  942. # [17:38] * Quits: dhruvasagar (~dhruvasag@65.98.79.137) (Excess Flood)
  943. # [17:39] * Joins: kurtzhong (~kurtzhong@li317-39.members.linode.com)
  944. # [17:40] * Joins: dhruvasagar (~dhruvasag@65.98.79.137)
  945. # [17:42] * Joins: snearch (~snearch@g225077214.adsl.alicedsl.de)
  946. # [17:42] * Eneerge_ is now known as Eneerge
  947. # [17:43] * Quits: Eneerge (~Eneerge@cpe-66-25-31-185.tx.res.rr.com) (Changing host)
  948. # [17:43] * Joins: Eneerge (~Eneerge@unaffiliated/eneerge)
  949. # [17:43] * Quits: drublic (~drublic@frbg-5f733ebf.pool.mediaWays.net) (Remote host closed the connection)
  950. # [17:45] * Quits: caasiHuang (~caasiHuan@59-126-203-62.HINET-IP.hinet.net) (Read error: Connection timed out)
  951. # [17:45] * Joins: ParanoidGal (~ParanoidG@host86-130-44-97.range86-130.btcentralplus.com)
  952. # [17:45] * Joins: Jesdisciple (~Jesdiscip@64-132-236-106.static.twtelecom.net)
  953. # [17:46] * Joins: caasiHuang (~caasiHuan@59-126-203-62.HINET-IP.hinet.net)
  954. # [17:46] * Parts: Jesdisciple (~Jesdiscip@64-132-236-106.static.twtelecom.net)
  955. # [17:46] * Joins: Jesdisciple (~Jesdiscip@64-132-236-106.static.twtelecom.net)
  956. # [17:46] * Joins: netkrash (~netkrash@pc-52-89-101-190.cm.vtr.net)
  957. # [17:47] * Quits: shwetank (~shwetank@guest.opera.com) (Quit: Leaving...)
  958. # [17:52] * Joins: plh_ (~plh@209-6-123-224.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com)
  959. # [17:53] * Quits: snearch (~snearch@g225077214.adsl.alicedsl.de) (Quit: Verlassend)
  960. # [17:54] * Joins: patcito (~123@190.42.235.178)
  961. # [17:58] * Quits: jkimbo (9bc6745d@gateway/web/freenode/ip.155.198.116.93) (Quit: Page closed)
  962. # [17:58] * Quits: diraol (~diraol@143.107.108.178) (Ping timeout: 246 seconds)
  963. # [18:02] * Quits: BigKing (~BigKing@dslb-094-221-101-137.pools.arcor-ip.net) (Remote host closed the connection)
  964. # [18:03] * Quits: nonge (~nonge@p50829FFE.dip.t-dialin.net) (Quit: Verlassend)
  965. # [18:04] * Joins: JoshuaJones (~JoshuaJon@67.198.198.66)
  966. # [18:05] * Quits: xec (~xec@2a00:10b0:1:1002:5ab0:35ff:fef8:6a01) (Remote host closed the connection)
  967. # [18:06] * Joins: Reite (~chris@213.109-247-20.customer.lyse.net)
  968. # [18:07] * Quits: jamie_14 (4d2c180a@gateway/web/freenode/ip.77.44.24.10) (Quit: Page closed)
  969. # [18:08] * Quits: eliocapella (~eliocapel@213.37.148.216.static.user.ono.com) (Ping timeout: 246 seconds)
  970. # [18:09] * Quits: x12 (~x@94.197.127.11.threembb.co.uk) (Quit: Adios Amigos!)
  971. # [18:09] * Joins: Progster (~blah@pool-173-68-149-113.nycmny.fios.verizon.net)
  972. # [18:10] * Quits: andr3 (~andr3@194.65.5.235) (Quit: andr3)
  973. # [18:11] * Quits: caasiHuang (~caasiHuan@59-126-203-62.HINET-IP.hinet.net) (Remote host closed the connection)
  974. # [18:11] * Joins: andr3 (~andr3@194.65.5.235)
  975. # [18:16] * Joins: benv (~benv@50-0-80-160.dsl.static.sonic.net)
  976. # [18:17] * Quits: B3Jesus (~B3Jesus@cpc6-wolv15-2-0-cust412.wolv.cable.virginmedia.com) (Quit: JIIIZZZZZZZZZZZZZZZZZ)
  977. # [18:17] * Quits: whitman (whitman@itsad-034.its.dur.ac.uk)
  978. # [18:18] * Quits: miketaylr (~miketaylr@guest.opera.com) (Quit: Leaving...)
  979. # [18:19] * Joins: drknus (~user@blk-222-141-162.eastlink.ca)
  980. # [18:20] * Quits: JakeA (~Adium@93-97-17-15.zone5.bethere.co.uk) (Quit: Leaving.)
  981. # [18:20] * Joins: manuchill (~mstalfoor@81.69.16.186)
  982. # [18:20] * Parts: manuchill (~mstalfoor@81.69.16.186)
  983. # [18:22] * Quits: devongovett (~devongove@212-147-52-64.fix.access.vtx.ch) (Quit: devongovett)
  984. # [18:24] * Quits: sarro (~sarro@i5E864D6C.versanet.de) (Ping timeout: 244 seconds)
  985. # [18:24] * Joins: shawn_dones (~shawn@mail3.webguys.biz)
  986. # [18:25] * Joins: sarro (~sarro@i5E865FAC.versanet.de)
  987. # [18:26] * Quits: rodfersou (bb3e080a@gateway/web/freenode/ip.187.62.8.10) (Ping timeout: 245 seconds)
  988. # [18:29] * Joins: koggdal (~koggdal@c213-89-119-74.bredband.comhem.se)
  989. # [18:32] * Joins: ben225 (~textual@exchange.banyanventures.com)
  990. # [18:37] * Quits: sarro (~sarro@i5E865FAC.versanet.de) (Ping timeout: 272 seconds)
  991. # [18:38] * Joins: sarro (~sarro@i5E865FAC.versanet.de)
  992. # [18:39] <Jesdisciple> any advice for when to use Canvas 2D versus WebGL?
  993. # [18:40] <Jesdisciple> I know WebGL browser support stinks... I'm focusing on types of problems
  994. # [18:40] * Joins: ccohn (~ccohn@198.151.217.179)
  995. # [18:45] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
  996. # [18:46] * Quits: thinkpad_explore (~automate@78.251.9.46) (Quit: Quitte)
  997. # [18:46] * Joins: Ms2ger (~Ms2ger@33.178-242-81.adsl-dyn.isp.belgacom.be)
  998. # [18:47] * Joins: krater (~benito@189.71.72.188)
  999. # [18:48] * Parts: krater (~benito@189.71.72.188)
  1000. # [18:53] * Joins: alrra (~alrra@188.24.66.40)
  1001. # [18:53] * Quits: alrra (~alrra@188.24.66.40) (Changing host)
  1002. # [18:53] * Joins: alrra (~alrra@unaffiliated/alrra)
  1003. # [18:54] <jimmyrcom> I don't get why this doesn't work: http://jsfiddle.net/JgGZs/ , I initialize a picture, add it to a new canvas element, then add it to the canvas element that's in the html.
  1004. # [18:54] * Joins: coeus (~coeus@dslb-084-061-056-177.pools.arcor-ip.net)
  1005. # [18:56] <David_Bradbury> jimmyrcom: Because you set your width and height in the drawImage method to 0
  1006. # [18:56] <jimmyrcom> David_Bradbury: the first two are x and y, and if I put 32, 32 or something it doesn't make diff
  1007. # [18:57] <David_Bradbury> http://jsfiddle.net/JgGZs/2/
  1008. # [18:57] <David_Bradbury> Shows up fine for me
  1009. # [18:57] <jimmyrcom> yeah but your using the image instead of the canvas
  1010. # [18:57] <jimmyrcom> 're
  1011. # [18:57] <jimmyrcom> drawImage should also take canvas, which I'd assume is more efficient than passing the image every time
  1012. # [18:58] * Joins: caasiHuang (~caasiHuan@59-126-203-62.HINET-IP.hinet.net)
  1013. # [18:58] * Joins: robhawkes (~robhawkes@207.86.128.119)
  1014. # [18:59] * Joins: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust1981.wolv.cable.virginmedia.com)
  1015. # [19:00] <JonathanNeal> Hello!
  1016. # [19:00] * Joins: axos411 (~axos@xdsl-78-35-152-58.netcologne.de)
  1017. # [19:00] * Joins: manuchill (~mstalfoor@81.69.16.186)
  1018. # [19:01] * Parts: manuchill (~mstalfoor@81.69.16.186)
  1019. # [19:01] <David_Bradbury> ... I'm confused. drawImage draws the the image you're pointing to (in this case, 'a') onto the canvas object
  1020. # [19:01] <David_Bradbury> Hello JonathanNeal
  1021. # [19:01] <JonathanNeal> :)
  1022. # [19:01] * Joins: tertl3 (~tertl3@108-85-17-207.lightspeed.gnvlsc.sbcglobal.net)
  1023. # [19:01] <jimmyrcom> drawImage is supposed to take " HTMLImageElement, an HTMLCanvasElement, or an HTMLVideoElement"
  1024. # [19:02] * Joins: xec (~xec@54.109-247-17.customer.lyse.net)
  1025. # [19:02] <jimmyrcom> if I want a composite of images or something I have to use a canvas object
  1026. # [19:03] <David_Bradbury> Okay... And all your example does is load a base64 encoded image as a HTMLImageElement into 'a' and draw it on the canvas object
  1027. # [19:04] <jimmyrcom> yes, but, I can't draw a canvas on a canvas, this is just example code
  1028. # [19:04] <David_Bradbury> Why can't you?
  1029. # [19:04] <jimmyrcom> I dunno, returns type error
  1030. # [19:05] * Joins: bendman (~bendman@38.122.2.118)
  1031. # [19:05] <jimmyrcom> http://jsfiddle.net/JgGZs/4/
  1032. # [19:06] <jimmyrcom> prints that both are of type CanvasRenderingContext2D
  1033. # [19:07] * Quits: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr) (Ping timeout: 244 seconds)
  1034. # [19:09] * Quits: trumpetmic (~trumpetmi@159.182.183.6) (Quit: Leaving.)
  1035. # [19:09] * Quits: roadt (~roadt@114.96.142.225) (Ping timeout: 246 seconds)
  1036. # [19:09] * Quits: dmachi (~dmachi@pool-71-254-71-221.ronkva.east.verizon.net) (Ping timeout: 244 seconds)
  1037. # [19:10] * Joins: kurtzhong_ (~kurtzhong@114.88.98.140)
  1038. # [19:12] * Quits: axos411 (~axos@xdsl-78-35-152-58.netcologne.de) (Quit: Leaving.)
  1039. # [19:12] * Joins: Armen_ (~armen@dsl-69-171-154-4.acanac.net)
  1040. # [19:12] * Quits: kurtzhong_ (~kurtzhong@114.88.98.140) (Client Quit)
  1041. # [19:12] * Quits: icrazyhack (horieyui@115.173.249.104) (Quit: http://www.cnblogs.com/crazyhack)
  1042. # [19:12] <David_Bradbury> I'm going to redo a tad a bit and show an example. I feel like the code looks like a bit of guessing without understanding how canvas works
  1043. # [19:13] <jimmyrcom> I guess it's not possible yet, image is irrelevant http://jsfiddle.net/JgGZs/4/
  1044. # [19:13] <jimmyrcom> whoops didn't update
  1045. # [19:13] * Joins: trumpetmic (~trumpetmi@159.182.183.6)
  1046. # [19:13] * Joins: axos411 (~axos@xdsl-78-35-152-58.netcologne.de)
  1047. # [19:13] <jimmyrcom> http://jsfiddle.net/JgGZs/12/
  1048. # [19:14] * Joins: dmachi (~dmachi@pool-71-254-64-254.ronkva.east.verizon.net)
  1049. # [19:14] * Quits: kurtzhong (~kurtzhong@li317-39.members.linode.com) (Ping timeout: 276 seconds)
  1050. # [19:14] <David_Bradbury> http://jsfiddle.net/wX8r5/
  1051. # [19:15] <David_Bradbury> I'm not sure why you're creating a canvas element
  1052. # [19:15] <David_Bradbury> You already have one
  1053. # [19:15] * Quits: Armen138 (~armen@dsl-69-171-154-4.acanac.net) (Quit: Lost terminal)
  1054. # [19:16] * Armen_ is now known as Armen138
  1055. # [19:17] <jimmyrcom> thanks David_Bradbury, I guess I have to use the dom element itself instead of the context then
  1056. # [19:17] * Quits: drknus (~user@blk-222-141-162.eastlink.ca) (Remote host closed the connection)
  1057. # [19:19] <jimmyrcom> some pictures can be made up of other pictures so instead of looping through and drawing the pictures again each frame you use use a canvas element that has them already rendered together each frame
  1058. # [19:19] <danielfilho> JonathanNeal: https://github.com/diveintomark/diveintohtml5/commit/38156cbd2f976bb33852797185a9d1505362d287 ?
  1059. # [19:19] <socialhapy> ★ Commit on diveintohtml5 by jonathantneal (18h, 47m ago): https://github.com/diveintomark/diveintohtml5/issues/20 Removed foul language from Dive Into HTML5.
  1060. # [19:19] <JonathanNeal> Yes, I advertised discussion on this issue yesterday.
  1061. # [19:19] <danielfilho> I saw the discussion, but I thought it was going to keep as it is.
  1062. # [19:20] * Quits: FunGoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com) (Remote host closed the connection)
  1063. # [19:21] * Quits: extrawelt (~extrawelt@200.185.252.187) (Ping timeout: 245 seconds)
  1064. # [19:21] * Quits: axos411 (~axos@xdsl-78-35-152-58.netcologne.de) (Read error: Connection reset by peer)
  1065. # [19:21] * Joins: Travis-42 (~Anonymous@c-71-199-176-33.hsd1.ga.comcast.net)
  1066. # [19:21] * Joins: machiolate (~thetentma@cpe-98-154-161-205.socal.res.rr.com)
  1067. # [19:22] * Joins: axos411 (~axos@xdsl-78-35-152-58.netcologne.de)
  1068. # [19:22] * Quits: davidwalsh (~davidwals@24-159-240-193.dhcp.mdsn.wi.charter.com) (Quit: Leaving.)
  1069. # [19:22] <Travis-42> when using the html5 pattern attribute, is there any way to specify that the regex should not be case sensitive? Reading the spec makes it look like ignoreCase must always be disabled?
  1070. # [19:23] * Joins: davidwalsh (~davidwals@24-159-240-193.dhcp.mdsn.wi.charter.com)
  1071. # [19:25] * Quits: tellnes (~tellnes@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com) (K-Lined)
  1072. # [19:25] * Quits: davidwalsh (~davidwals@24-159-240-193.dhcp.mdsn.wi.charter.com) (Client Quit)
  1073. # [19:25] * Joins: sedovsek (~robert.se@93-103-104-107.dynamic.t-2.net)
  1074. # [19:29] <David_Bradbury> Well, as far as I'm aware, HTML5 patterns are always compiled with ignore case
  1075. # [19:29] <David_Bradbury> Out of curiosity, what do you need the casing for? Maybe we can offer an alternative solution
  1076. # [19:35] * Joins: FunGoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com)
  1077. # [19:37] <Travis-42> David_Bradbury, I'm trying to provide a URL validation regex pattern, because the html5 url type input field's validation seems to validate/invalidate some urls that should be considered the opposite. I can manually specify both cases in the regex, it just seems a little inelegant.
  1078. # [19:38] * Quits: chriseppstein (~chrisepps@209.119.65.162) (Quit: chriseppstein)
  1079. # [19:40] * Quits: markeg (~mark@123.16.76.225) (Remote host closed the connection)
  1080. # [19:40] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
  1081. # [19:42] * Joins: dilvie (~chatzilla@c-50-131-97-22.hsd1.ca.comcast.net)
  1082. # [19:47] * Quits: tung (~tung@58.101.99.148) (Remote host closed the connection)
  1083. # [19:48] * Joins: JakeA (~Adium@94-195-85-255.zone9.bethere.co.uk)
  1084. # [19:49] * Joins: tellnes (~tellnes@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com)
  1085. # [19:49] * Quits: gde33 (kvirc@546A1A51.cm-12-3a.dynamic.ziggo.nl) (Ping timeout: 260 seconds)
  1086. # [19:53] * Joins: teleject (~christoph@72-48-98-159.dyn.grandenetworks.net)
  1087. # [19:53] * Joins: tw2113 (~tw2113@fedora/tw2113)
  1088. # [19:54] * Joins: addyosmani (~addyosman@host86-177-174-43.range86-177.btcentralplus.com)
  1089. # [19:58] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
  1090. # [20:04] * Quits: addyosmani (~addyosman@host86-177-174-43.range86-177.btcentralplus.com) (Quit: addyosmani)
  1091. # [20:04] * Quits: niloy (~niloy@61.12.96.242) (Remote host closed the connection)
  1092. # [20:09] * Joins: andrewjbaker (~ajb@host-2-98-178-110.as13285.net)
  1093. # [20:10] * Joins: shwetank (~shwetank@120.70.202.84.customer.cdi.no)
  1094. # [20:11] <divya> JonathanNeal: are you talking to kenneth somewhere?
  1095. # [20:11] * Quits: shwetank (~shwetank@120.70.202.84.customer.cdi.no) (Client Quit)
  1096. # [20:11] * Joins: rodfersou (bb3e080a@gateway/web/freenode/ip.187.62.8.10)
  1097. # [20:11] <JonathanNeal> I hope so.
  1098. # [20:14] <JonathanNeal> I mean, I hope that we talk soon, somewhere.
  1099. # [20:14] <JonathanNeal> I've told him he can reach me on any IM service and on IRC.
  1100. # [20:15] * Quits: Shahor (~Shahor@78.109.80.22) (Quit: Leaving...)
  1101. # [20:15] * Quits: JakeA (~Adium@94-195-85-255.zone9.bethere.co.uk) (Quit: Leaving.)
  1102. # [20:16] <JonathanNeal> There will not be a revert war. He can keep the revert while we talk. I still believe I am standing up for the right thing, and it will benefit many in the real world, and harm no one in the real world.
  1103. # [20:19] * Joins: chriseppstein (~chrisepps@209.119.65.162)
  1104. # [20:19] * Quits: cccaldas (~cccaldas@187.59.111.136) (Ping timeout: 245 seconds)
  1105. # [20:19] <JonathanNeal> I get the impression people would rather be angry and +1 -1 each other than talk about it. That's sad.
  1106. # [20:20] <Jesdisciple> JonathanNeal: there are more-polite synonyms for the disputed text
  1107. # [20:21] * Quits: gavin_huang (~gravof@125.116.173.180) (Quit: Leaving)
  1108. # [20:23] * Quits: chriseppstein (~chrisepps@209.119.65.162) (Client Quit)
  1109. # [20:24] <JonathanNeal> If people want Mark's original words, we should have an unedited version somewhere. The goal of .info was to improve the book.
  1110. # [20:25] * Quits: debsan (~debsan@190.245.74.16) (Remote host closed the connection)
  1111. # [20:25] <divya> sorry JonathanNeal kenneth's change was not done in haste yours was.
  1112. # [20:26] <divya> i believe the right way forward is to revert your change and let the discussions continue
  1113. # [20:26] <divya> and make the change after.
  1114. # [20:26] <divya> this is not the place to kill first and justify the killing later.
  1115. # [20:26] <JonathanNeal> That's why there was a short discussion, to avoid this sort of emotional reaction.
  1116. # [20:27] <divya> hows that even possible with the kind of censorship you introduced?
  1117. # [20:27] * Quits: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl) (Ping timeout: 260 seconds)
  1118. # [20:27] <JonathanNeal> The homepage of diveintohtml5.info has said this from the very beginning, the book will change.
  1119. # [20:27] <divya> did not say in what way.
  1120. # [20:27] <divya> and community is divisive over the issue
  1121. # [20:27] <divya> yet you went ahead and changed it arbitrarily
  1122. # [20:28] <divya> when things are not so black and white it is better to keep the status quo.
  1123. # [20:28] <divya> if you are really someone who claims to listen to all opinions and views.
  1124. # [20:30] <JonathanNeal> i hope that doesn't apply to women in tech.
  1125. # [20:31] * Joins: Me1000 (~Me1000@128.163.7.133)
  1126. # [20:31] <divya> thats a strawman argument.
  1127. # [20:31] * Joins: MEMutable1000 (~Me1000@128.163.7.132)
  1128. # [20:31] <JonathanNeal> black and white determined by a divisive majority, keeping the status quo. I'm glad I made the change, I'm sad to see the backlash. I'm going to keep helping, even if I disagree with this issue.
  1129. # [20:31] <StoneCypher> no it isn't
  1130. # [20:32] <StoneCypher> a strawman is when someone pretends you've said something you haven't, then proceeds to attack the fake thing
  1131. # [20:32] <StoneCypher> divya: like that time you accused me of being klingon stalin, which is why we don't listen to you anymore
  1132. # [20:34] <JonathanNeal> divya is an invaluable person in tech and you should listen to her when she talked about tech, you might even like the other things she has to say too, StoneCypher!
  1133. # [20:35] * StoneCypher sighs
  1134. # [20:35] <StoneCypher> it wasn't that complicated a joke
  1135. # [20:35] <StoneCypher> nobody has ever accused me of being a russian dictator from an alien planet in star trek
  1136. # [20:35] <JonathanNeal> :P
  1137. # [20:35] <tw2113> like i said on twitter, if you don't like the censorship of diveintohtml5 on github, fork and re-swear
  1138. # [20:36] * Quits: Me1000 (~Me1000@128.163.7.133) (Ping timeout: 265 seconds)
  1139. # [20:36] <JonathanNeal> tw2113: well, i agreed to move my fork to kenneth's repo. he can remove me as a contributor if they really feel i'm not fit.
  1140. # [20:36] <tw2113> otherwise, i don't know the politics going on with the issue
  1141. # [20:36] <StoneCypher> is diveintohtml5 a github related project, or are they censoring other people's stuff?
  1142. # [20:37] <tw2113> i was just offering a kneejerk solution
  1143. # [20:37] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
  1144. # [20:37] <tw2113> i think it's just hosted there
  1145. # [20:37] <tw2113> or at least a copy of it
  1146. # [20:37] <JonathanNeal> I forked the repo and started actively maintaining it @ diveintohtml5.info
  1147. # [20:37] * Quits: obert- (~obert@host11-207-dynamic.6-87-r.retail.telecomitalia.it) (Read error: Connection reset by peer)
  1148. # [20:38] <StoneCypher> wait, so you took someone else's thing, registered its original name as a domain, then went through whitewashing it to your own preferences?
  1149. # [20:38] <StoneCypher> that's tacky, dude.
  1150. # [20:38] <StoneCypher> really, really tacky.
  1151. # [20:38] <StoneCypher> bordering on the ugly.
  1152. # [20:39] <JonathanNeal> Sure. I think one person felt that way to when I did it. It was a github project and I forked it and did what I wanted with it.
  1153. # [20:39] <StoneCypher> yes. that's ugly.
  1154. # [20:39] <StoneCypher> "but licenses permit me to behave badly. if it isn't illegal, i shouldn't be embarrased by my attempt to control someone else's work."
  1155. # [20:39] <StoneCypher> i strongly dislike people like you, who attempt to take over other people's things.
  1156. # [20:40] <StoneCypher> write your own.
  1157. # [20:40] <JonathanNeal> Mark deleted everything he could, and I worked off what he had.
  1158. # [20:40] <StoneCypher> and you should be ashamed of that.
  1159. # [20:40] * Joins: obert- (~obert@host11-207-dynamic.6-87-r.retail.telecomitalia.it)
  1160. # [20:41] <JonathanNeal> Okay. I'm not. The negative sarcasm might trick me into thinking you are serious, and if you want to embarrass me go ahead.
  1161. # [20:41] <StoneCypher> "i chose to do something to someone else's work that i know perfectly well they don't want. and i host it on a domain under the original title, in order to attempt to keep all the rank and seo acquired by the work i didn't actually do."
  1162. # [20:41] <JonathanNeal> I made changes to the content and took in other changes to the content.
  1163. # [20:41] <StoneCypher> you embarrassed yourself, dude
  1164. # [20:41] <StoneCypher> look at those comments
  1165. # [20:41] <StoneCypher> everyone is disgusted with you
  1166. # [20:41] <StoneCypher> if you choose to refuse to evaluate what it means about you that you are attempting to steal someone else's work, fine
  1167. # [20:41] <StoneCypher> but don't act sanctimonious
  1168. # [20:42] <StoneCypher> if you want a tutorial without swearing in it, write one
  1169. # [20:42] <StoneCypher> don't steal someone else's work, steer it to your own site, then whitewash it
  1170. # [20:42] <StoneCypher> that's messed up.
  1171. # [20:42] <danielfilho> Oh boy. Lots of things I didn't knew. This is a bad situation. And I thought it was only the "foul language".
  1172. # [20:42] <JonathanNeal> From diveintohtml5.org/ the home page "A new note about this project. While Mark Pilgrim has ceased updating Dive Into HTML5, we wish for it to continue to grow. We're not just patching old links and updating APIs. We are actively maintaining it; refreshing, updating, and reflecting the relevant and current state of HTML5, just as it had been during Mark's tenure. We attribute this work in the man
  1173. # [20:42] <JonathanNeal> ner specified by Mark, we've purchased a similar domain, and we make modifications to the site's content. We do not in any way suggest that he endorses us or our use of his work. We hope you do."
  1174. # [20:42] * Joins: ||||FAILURE|||| (~BreadMake@pc-209-23-160-190.cm.vtr.net)
  1175. # [20:42] <StoneCypher> yes, it's not illegal
  1176. # [20:42] <StoneCypher> it's still disgusting and wrong
  1177. # [20:43] <StoneCypher> despite that you put little quotes at the bottom
  1178. # [20:43] <JonathanNeal> It's not at the bottom, nor is it any smaller than anything else.
  1179. # [20:43] <StoneCypher> you should not be replicating someone else's work, after making edits to it that you know they don't want, while taking active steps to control search engine rank for the original title.
  1180. # [20:43] <StoneCypher> that's predatory
  1181. # [20:43] <StoneCypher> period.
  1182. # [20:44] <JonathanNeal> What did I gain from keeping the title consistent? Did anyone pay me anything?
  1183. # [20:44] <StoneCypher> not important
  1184. # [20:44] <StoneCypher> you should not be replicating someone else's work, after making edits to it that you know they don't want, while taking active steps to control search engine rank for the original title.
  1185. # [20:44] <StoneCypher> your motivation does not matter
  1186. # [20:44] <StoneCypher> it's people like you who are the reason i don't release text open source
  1187. # [20:44] <JonathanNeal> For the same reason I removed the text, I host the site, to help people.
  1188. # [20:45] <StoneCypher> no
  1189. # [20:45] <StoneCypher> you aren't helping anyone
  1190. # [20:45] <StoneCypher> that text already existed
  1191. # [20:45] <JonathanNeal> It's a great thing to do here on Earth.
  1192. # [20:45] <StoneCypher> no
  1193. # [20:45] * Quits: BreadMaker (~BreadMake@pc-209-23-160-190.cm.vtr.net) (Ping timeout: 245 seconds)
  1194. # [20:45] <StoneCypher> you are not doing a great thing by editing someone else's work then re-hosting it in a way that prevents people from finding the original
  1195. # [20:45] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
  1196. # [20:45] * Joins: snover (~Adium@unaffiliated/snover)
  1197. # [20:45] <StoneCypher> there is no great thing there; there is no help there
  1198. # [20:45] <StoneCypher> you are merely being predatory
  1199. # [20:45] <JonathanNeal> All right, you're trolling me or something. I'm sorry.
  1200. # [20:45] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Changing host)
  1201. # [20:45] * Joins: sephr (~Eli@unaffiliated/sephr)
  1202. # [20:45] <StoneCypher> no, you aren't sorry, and no, i'm not trolling by pointing out the same horrible thing that everyone else is pointing out about you
  1203. # [20:45] <StoneCypher> this is what happens when you do a bad thing
  1204. # [20:45] <StoneCypher> people tell you it's bad so that you'll stop
  1205. # [20:47] <andrewjbaker> The original Web site doesn't exist any more, does it?
  1206. # [20:47] <StoneCypher> "i copied someone else's work, made edits that made them and everyone else angry, tried to steal the term on search engines, and somehow that's me doing a great and helpful thing"
  1207. # [20:47] * Joins: melst (~Melli@pop1-3561.catv.wtnet.de)
  1208. # [20:47] <tw2113> isn't the only angering parts the swearing?
  1209. # [20:48] <StoneCypher> if he made any edits that aren't typos
  1210. # [20:48] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk)
  1211. # [20:48] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
  1212. # [20:48] <StoneCypher> if he wants to do a great and helpful thing, let him produce; forcing edits on others is not appropriate
  1213. # [20:49] * Quits: dilvie (~chatzilla@c-50-131-97-22.hsd1.ca.comcast.net) (Ping timeout: 246 seconds)
  1214. # [20:49] <JonathanNeal> StoneCypher: I feel like you are going to make a point that git shouldn't exist.
  1215. # [20:49] <JonathanNeal> Otherwise, forking wouldn't matter.
  1216. # [20:49] <StoneCypher> uh, no.
  1217. # [20:49] <JonathanNeal> I say this for the benefit of everyone.
  1218. # [20:49] * Quits: shawn_dones (~shawn@mail3.webguys.biz) (Quit: shawn_dones)
  1219. # [20:49] <JonathanNeal> StoneCypher can troll, but let's use it to speak truth.
  1220. # [20:50] <danielfilho> Well. I think that if Mark wrote that way and you're getting his work, you shouldn't change what he did and do your way everything from the point you forked on, in this case. Just IMO.
  1221. # [20:50] <StoneCypher> nobody benefits from you saying that
  1222. # [20:50] <danielfilho> Just it.
  1223. # [20:50] <JonathanNeal> As Mark continued to evolve his own work, we continued to evolve his work.
  1224. # [20:50] <StoneCypher> you keep claiming what you're doing is for other people, then accusing anyone who disagrees of being a rtoll
  1225. # [20:50] * Joins: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net)
  1226. # [20:50] <danielfilho> Or there could be even a branch without foul words.
  1227. # [20:50] <StoneCypher> but the truth is, all you're doing is making edits to satisfy your preferences, then re-publishing
  1228. # [20:50] <JonathanNeal> Walking away from a valuable resource is sad, but it happened, and we picked up the pieces and moved on.
  1229. # [20:50] <danielfilho> A version.
  1230. # [20:50] <JonathanNeal> We build homes based on designs that people made before we were born.
  1231. # [20:51] <StoneCypher> you aren't picking up the pieces
  1232. # [20:51] <StoneCypher> you keep telling false stories to make it look like you're doing something you aren't
  1233. # [20:51] <JonathanNeal> We work together, even when the origins have passed on.
  1234. # [20:51] <StoneCypher> the pieces are already picked up
  1235. # [20:51] <StoneCypher> you're making qualitative edits to satisfy your personal preferences
  1236. # [20:51] <StoneCypher> that has nothing to do with picking pieces up
  1237. # [20:51] <JonathanNeal> Where are they picked up?
  1238. # [20:51] * Quits: rt7 (~rt7@cmr-208-124-150-146.cr.net.cable.rogers.com) (Read error: Connection reset by peer)
  1239. # [20:51] * Quits: ccohn (~ccohn@198.151.217.179) (Remote host closed the connection)
  1240. # [20:51] <StoneCypher> How is it that you can submit a patch to a central site yet not know where things are hosted, without your help
  1241. # [20:52] <StoneCypher> it's almost like you're putting in effort to not understand
  1242. # [20:52] <StoneCypher> i'll try this again
  1243. # [20:52] <StoneCypher> "rehosting a commons licensed doc is fine"
  1244. # [20:52] <StoneCypher> "rehosting a commons licensed doc under its own name is fine"
  1245. # [20:52] <JonathanNeal> Well, I have been removed as a contributor.
  1246. # [20:52] * Joins: rt7 (~rt7@cmr-208-124-150-146.cr.net.cable.rogers.com)
  1247. # [20:52] <StoneCypher> "rehosting an edited version of the doc to suit your own preferences under its own name is messed up"
  1248. # [20:52] <StoneCypher> yeah
  1249. # [20:52] <StoneCypher> but you're going to keep doing it
  1250. # [20:52] <StoneCypher> and you don't understand that what you did is wrong
  1251. # [20:52] * Quits: iserantes (~quassel@1.10.27.77.dynamic.mundo-r.com) (Read error: Connection reset by peer)
  1252. # [20:52] <StoneCypher> so you're going to do it again.
  1253. # [20:52] * Joins: Valah (~Valah@AOrleans-258-1-117-15.w90-21.abo.wanadoo.fr)
  1254. # [20:53] <StoneCypher> and anyone who disagrees with you you'll call a troll, even when they're being relatively polite
  1255. # [20:53] <StoneCypher> if you want to rehost someone else's work, do. don't deign to alter it.
  1256. # [20:53] <tw2113> from the looks of it. the original site was licensed under a Creative Commons Attribution 3.0 Unported license
  1257. # [20:53] * Quits: ruimarinho (~ruimarinh@a89-152-184-82.cpe.netcabo.pt) (Quit: Leaving...)
  1258. # [20:53] <StoneCypher> tw2113: so?
  1259. # [20:53] <tw2113> people are free to share: copy, distribute, and transmit the work, to remix: to adapt the work
  1260. # [20:53] <StoneCypher> tw2113: nobody said "illegal". the word used was "inappropriate."
  1261. # [20:54] <JonathanNeal> Anyone have anything to contribute besides StoneCypher?
  1262. # [20:54] * MEMutable1000 is now known as me1000
  1263. # [20:54] * Parts: melst (~Melli@pop1-3561.catv.wtnet.de)
  1264. # [20:54] <StoneCypher> JonathanNeal: and the reason you're here is the way you treat people who disagree with you.
  1265. # [20:55] <tw2113> does anyone else think that JonathanNeal is doing a benefit by maintaining and updating information on an ever evolving spec so that it doesn't become outdated, and remains a valuable resource for someone new coming in and wanting to learn?
  1266. # [20:55] * Quits: andr3 (~andr3@194.65.5.235) (Quit: andr3)
  1267. # [20:55] <StoneCypher> that's not what he's doing.
  1268. # [20:55] * Joins: iserantes (~quassel@1.10.27.77.dynamic.mundo-r.com)
  1269. # [20:55] <StoneCypher> what he's doing is changing the character of the document to suit himself.
  1270. # [20:55] * Quits: carminec (~user@4-76-252-216.dsl.colba.net) (Quit: ERC Version 5.3 (IRC client for Emacs))
  1271. # [20:55] <StoneCypher> nobody's angry when he adds technical data.
  1272. # [20:55] * Joins: dilvie (~chatzilla@c-50-131-97-22.hsd1.ca.comcast.net)
  1273. # [20:55] <paul_irish> yup
  1274. # [20:55] <tw2113> so your whole issue is the swearing being removed?
  1275. # [20:56] <paul_irish> that is the root of the issue, tw.
  1276. # [20:56] <StoneCypher> i already answered that question the last two times you asked it
  1277. # [20:56] <StoneCypher> the root of the issue is someone came along and decided to change the character of a document
  1278. # [20:56] <tw2113> well answer it again
  1279. # [20:56] <StoneCypher> if he wants a document with a different character, let him write his own
  1280. # [20:56] <StoneCypher> it's not like the web is running out of room
  1281. # [20:56] <StoneCypher> it doesn't matter that it's legal
  1282. # [20:56] <StoneCypher> it's messed up.
  1283. # [20:56] <tw2113> hmm
  1284. # [20:57] <JonathanNeal> I never did anything because it was legal or illegal. I did it based on the grounds that I listed in the issue.
  1285. # [20:57] <StoneCypher> he knows perfectly well that the author doesn't want this done, yet he's still trying to steer the name of the document to his own site
  1286. # [20:57] <danielfilho> that's the point. for specific public, the project is there. fork and take the foul language out. the the core of the project could stay the same as mark's intended to be.
  1287. # [20:57] <tw2113> JonathanNeal has mark said "leave the swearing in" ?
  1288. # [20:57] <StoneCypher> JonathanNeal: either you're part of the conversation or you aren't. Are you going to respond to what's said to you, or are you going to "anyone but stonecypher?" can't be both.
  1289. # [20:57] <JonathanNeal> No, Mark has not. Mark actually wanted all of it gone from the internet.
  1290. # [20:58] <StoneCypher> you should ask him why
  1291. # [20:58] <tw2113> fair point there
  1292. # [20:58] <JonathanNeal> Or at least his actions dictated such.
  1293. # [20:58] <StoneCypher> you really should ask mark why he wanted it gone.
  1294. # [20:58] <StoneCypher> you wouldn't believe me if i told you
  1295. # [20:58] <JonathanNeal> Mark doesn't want to talk about it.
  1296. # [20:58] <StoneCypher> it's way, way too germane to this argument
  1297. # [20:58] <StoneCypher> how long has it been since you asked?
  1298. # [20:58] <tw2113> paul_irish remember how you saw my name on the Mozilla Hacks blog?
  1299. # [20:58] <StoneCypher> look, you shouldn't need to ask
  1300. # [20:58] <StoneCypher> it should just be obvious
  1301. # [20:59] <paul_irish> tw2113: ya
  1302. # [20:59] <StoneCypher> "my name isn't mark, so i shouldn't be deciding what this document feels like"
  1303. # [20:59] <StoneCypher> really very simple
  1304. # [20:59] <StoneCypher> there's a reason so many people are angry at you
  1305. # [20:59] <StoneCypher> refusing to understand what you did won't make it any less offensive
  1306. # [20:59] <tw2113> due to my involvement with that, they offered to fly me out to Cali next month for an in person doc sprint
  1307. # [20:59] * Joins: andr3 (~andr3@194.65.5.235)
  1308. # [20:59] * Quits: obert- (~obert@host11-207-dynamic.6-87-r.retail.telecomitalia.it)
  1309. # [20:59] <paul_irish> mark quit the internet permanently so we don't have anyway to get his opinion on the matter
  1310. # [20:59] * ||||FAILURE|||| is now known as BreadMaker
  1311. # [21:00] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
  1312. # [21:00] <paul_irish> sucks.
  1313. # [21:00] <StoneCypher> think so?
  1314. # [21:00] <StoneCypher> well ok then.
  1315. # [21:00] <paul_irish> yeah
  1316. # [21:00] * Quits: BreadMaker (~BreadMake@pc-209-23-160-190.cm.vtr.net) (Quit: FUAAAAAAAA!!!)
  1317. # [21:00] <tw2113> so I'll be in cali hanging out at Mozilla for a long weekend :D
  1318. # [21:00] <JonathanNeal> StoneCypher: I wasn't lying to you.
  1319. # [21:00] <StoneCypher> let's stick to the obvious, then. "we don't tell shakespeare to get rid of these sections either."
  1320. # [21:00] <JonathanNeal> He really did get up and go.
  1321. # [21:00] * Joins: BreadMaker (~BreadMake@pc-209-23-160-190.cm.vtr.net)
  1322. # [21:00] <danielfilho> in this case, why won't we keep everything as it was two days ago?
  1323. # [21:00] <StoneCypher> you aren't the author. stop pretending you are.
  1324. # [21:01] <danielfilho> will it hurt anyone? or compromise the quality of the document?
  1325. # [21:01] * Quits: andr3 (~andr3@194.65.5.235) (Client Quit)
  1326. # [21:01] * Quits: sarro (~sarro@i5E865FAC.versanet.de) (Ping timeout: 276 seconds)
  1327. # [21:01] <StoneCypher> danheberden: is that the author's state?
  1328. # [21:01] <StoneCypher> er
  1329. # [21:01] <StoneCypher> danielfilho
  1330. # [21:01] <danielfilho> the author state was to vanish everything from the web.
  1331. # [21:01] <danielfilho> and everyone should respect that
  1332. # [21:01] <danielfilho> but, as long as it's a good reference
  1333. # [21:01] <StoneCypher> uh. what?
  1334. # [21:02] <StoneCypher> no
  1335. # [21:02] <danielfilho> with good intentions I think someone keep updating it, for the community.
  1336. # [21:02] <StoneCypher> what i meant was "does the state from two days ago reflect the time before JonathanNeal's decision to impose his own preferences on someone else's text"
  1337. # [21:02] <StoneCypher> sometimes i think people put way too much effort into answering things they know perfectly well meant something else
  1338. # [21:02] <danielfilho> oh, I see.
  1339. # [21:03] <danielfilho> I just think that there's too much angry on something that is meant to help the community.
  1340. # [21:05] * Joins: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr)
  1341. # [21:05] <danielfilho> I don't like to see things tearing apart. I didn't liked what Jon did, I told him on private. But his intentions (true or not) were good, as far as he told me.
  1342. # [21:06] * Quits: Demp (Demp@unaffiliated/demp) (Read error: Connection reset by peer)
  1343. # [21:06] <danielfilho> And I tend to believe on people's words. And I believe that, if he did it wrong, he's in time to fix it.
  1344. # [21:06] * Quits: robhawkes (~robhawkes@207.86.128.119) (Quit: Leaving...)
  1345. # [21:06] * Joins: Demp (Demp@bzq-79-182-196-21.red.bezeqint.net)
  1346. # [21:06] * Quits: Demp (Demp@bzq-79-182-196-21.red.bezeqint.net) (Changing host)
  1347. # [21:06] * Joins: Demp (Demp@unaffiliated/demp)
  1348. # [21:06] * Quits: Demp (Demp@unaffiliated/demp) (Read error: Connection reset by peer)
  1349. # [21:06] <bendman> so what's the best table structure for putting rounded corners around something?
  1350. # [21:06] * Joins: Demp (Demp@bzq-79-182-196-21.red.bezeqint.net)
  1351. # [21:06] * Quits: Demp (Demp@bzq-79-182-196-21.red.bezeqint.net) (Changing host)
  1352. # [21:06] * Joins: Demp (Demp@unaffiliated/demp)
  1353. # [21:10] <David_Bradbury> I don't think anyone is accusing Jon of having malicious intent
  1354. # [21:11] * Joins: ccohn (~ccohn@198.151.217.181)
  1355. # [21:11] <StoneCypher> i think it's bordering on that
  1356. # [21:12] <StoneCypher> to be honest
  1357. # [21:12] <StoneCypher> "i've decided to impose my preferences on your voice. i want to save your work! i just don't want it to be what you actually wrote."
  1358. # [21:12] <StoneCypher> it's kind of like ted turner getting rid of speedy gonzales
  1359. # [21:12] <David_Bradbury> Okay, so let's say it is malicious, what does he get out of it?
  1360. # [21:12] <StoneCypher> who cares
  1361. # [21:12] <StoneCypher> motivation doesn't affect this in any way. the end has no justifying effect on the action.
  1362. # [21:12] <StoneCypher> it's simpler than that
  1363. # [21:13] <JonathanNeal> I concede that almost no one is sticking up for me. It is sad.
  1364. # [21:13] <David_Bradbury> I'm not looking for justification - But I'm not sure how you accuse someone of being malicious without knowing their intentions
  1365. # [21:13] <StoneCypher> that's the only reason i said bordering.
  1366. # [21:13] <StoneCypher> find me one legitimate reason. i'll wait.
  1367. # [21:14] <StoneCypher> it's like asking for a good reason to kill. there're a few - self defense, defending others - but it's actually completely reasonable to default to assuming it was a bad thing.
  1368. # [21:14] <StoneCypher> editing other people's stuff defaults to being a bad thing.
  1369. # [21:14] <StoneCypher> was he trying to introduce the work to a country where swearing is illegal? okay, that's fine then.
  1370. # [21:14] <David_Bradbury> Hmm, I disagree.
  1371. # [21:14] <StoneCypher> but he wasn't.
  1372. # [21:14] <StoneCypher> what this really was was some guy saying "i know better than the author how this document should read. i shall impose myself upon it."
  1373. # [21:15] <StoneCypher> and that's inappropriate.
  1374. # [21:15] <StoneCypher> deeply so.
  1375. # [21:15] <StoneCypher> David_Bradbury: disagree with which part, if i might ask
  1376. # [21:15] <David_Bradbury> I don't think it should be changed - That said, I think most of the people reacting to this are being highly dramatic
  1377. # [21:15] * Joins: yogurt_truck (~yogurt_tr@190.191.221.231)
  1378. # [21:15] <StoneCypher> i'm not being highly dramatic
  1379. # [21:15] <StoneCypher> i just think he's doing something inappropriate
  1380. # [21:16] <StoneCypher> and that he should face that there's a reason people are not happy with him, and perhaps consider whether he just shouldn't do this
  1381. # [21:16] <StoneCypher> it's not like i've made any personal attacks or insults, questionned whether he should take dramatic action, accused him of horrors against man, decried the inverterate status of intellectual property
  1382. # [21:16] <StoneCypher> i just think he's being a duck
  1383. # [21:16] <StoneCypher> dick*
  1384. # [21:17] <David_Bradbury> Aw, I was hoping duck was correct
  1385. # [21:17] <Pomax> so you just made a personal insult.
  1386. # [21:17] * JonathanNeal quacks
  1387. # [21:17] <David_Bradbury> :D
  1388. # [21:17] <Pomax> duck was pretty good
  1389. # [21:17] <StoneCypher> that's not high drama; it's not even low drama. it's being frank and earnest with someone in the hopes that they'll stop sticking their fingers in their ears and going "but i wanna!
  1390. # [21:17] <JonathanNeal> I am listening to you.
  1391. # [21:17] <JonathanNeal> Notice how I stopped talking? I'm still here, ears are open. Please, continue.
  1392. # [21:17] <StoneCypher> JonathanNeal: no you aren't. you've declined to answer any of my questions, and i suspect you don't know what they were.
  1393. # [21:18] <David_Bradbury> brb
  1394. # [21:18] <StoneCypher> JonathanNeal: you want me to put it bluntly?
  1395. # [21:18] * Quits: rodfersou (bb3e080a@gateway/web/freenode/ip.187.62.8.10) (Ping timeout: 245 seconds)
  1396. # [21:18] <StoneCypher> JonathanNeal: things like this are why i refuse to release text under open licenses
  1397. # [21:18] <JonathanNeal> Given the length of your replies, would you understand why there's a lot to sort out of what you're saying?
  1398. # [21:18] <StoneCypher> JonathanNeal: legions of third parties who think they know better
  1399. # [21:18] <StoneCypher> JonathanNeal: you, specifically, and people like you, are why i retain text copyright while giving my code away
  1400. # [21:19] <StoneCypher> JonathanNeal: that is actually meant as an insult.
  1401. # [21:19] <StoneCypher> JonathanNeal: but it's also factual.
  1402. # [21:19] <StoneCypher> JonathanNeal: you may have the legal privilege, but you don't have the right.
  1403. # [21:19] <JonathanNeal> You know I hear you, right?
  1404. # [21:19] <StoneCypher> i know you're seeing the words
  1405. # [21:19] <JonathanNeal> Good.
  1406. # [21:19] <StoneCypher> i don't think you're letting them land
  1407. # [21:19] <JonathanNeal> I can't convince you of anything related to my heart, and I won't try.
  1408. # [21:20] <JonathanNeal> I'm glad you know I see them.
  1409. # [21:20] * Quits: devmikey (~irc@unaffiliated/devmikey) (Read error: Connection reset by peer)
  1410. # [21:20] * Joins: manuchill (~mstalfoor@81.69.16.186)
  1411. # [21:20] <StoneCypher> you very much seem not to be able to focus on the idea that just because you don't get what you did as offensive doesn't mean that it isn't offensive.
  1412. # [21:20] <StoneCypher> you keep protesting that it's your heart that isn't being understood.
  1413. # [21:20] <StoneCypher> you aren't the victim here, dude.
  1414. # [21:20] <StoneCypher> the original author is
  1415. # [21:20] <StoneCypher> stop protesting your feelings
  1416. # [21:20] <StoneCypher> you're the predator here.
  1417. # [21:20] <StoneCypher> there is a reason so many people are angry with you.
  1418. # [21:21] <StoneCypher> try to face that that doesn't happen by coincidence or accident
  1419. # [21:21] <StoneCypher> and that that means there's something real here, even if you don't agree with it
  1420. # [21:21] <StoneCypher> then
  1421. # [21:21] <StoneCypher> consider how many times you've seen one person not agree with the group
  1422. # [21:21] <StoneCypher> becuase they "don't understand"
  1423. # [21:21] <StoneCypher> and because the group "doesn't see what they meant"
  1424. # [21:21] <JonathanNeal> StoneCypher: I don't know of anyone more angry with me than you right now.
  1425. # [21:21] <StoneCypher> i'm not angry
  1426. # [21:22] <StoneCypher> i'm trying to explain something to you.
  1427. # [21:22] <StoneCypher> why do you keep inventing fake emotions?
  1428. # [21:22] <StoneCypher> i'm not angry at all.
  1429. # [21:22] <Pomax> what conditions need to be met for you to think he understood you
  1430. # [21:22] <StoneCypher> at this point?
  1431. # [21:22] <Pomax> because it's getting really annoying looking into this channel
  1432. # [21:22] <StoneCypher> i think after what he just said
  1433. # [21:22] <StoneCypher> that's become the null set
  1434. # [21:22] <Pomax> and seeing bickering instead of people asking html5 questions
  1435. # [21:22] <csmrfx> over here it doesn't matter what licence you use, as an author you still retain authors rights
  1436. # [21:22] * rileyw agrees with Pomax
  1437. # [21:22] <Pomax> if you have a null set, then start being silent
  1438. # [21:22] <StoneCypher> gee thanks
  1439. # [21:22] <Pomax> because you just said that nothing he says can convince you he now understands
  1440. # [21:22] <Pomax> therefore nothing you say will contribute.
  1441. # [21:23] <StoneCypher> uh huh.
  1442. # [21:23] <Pomax> because you just said so.
  1443. # [21:23] <StoneCypher> which was something clearly i already understood, by my phrasing.
  1444. # [21:23] <JonathanNeal> StoneCypher: the length of your text and the way I read the English language show me that you are upset. I think there are a lot of emotional people upset with me. I just want you to know I see what you're saying. Later I hope it helps.
  1445. # [21:23] * Joins: obert- (~obert@host11-207-dynamic.6-87-r.retail.telecomitalia.it)
  1446. # [21:23] <StoneCypher> JonathanNeal: not interested in being instructed incorrectly about my own emotional state.
  1447. # [21:23] <JonathanNeal> Right now I don't expect you or anyone who believes I have done evil to change their mind about me.
  1448. # [21:24] <StoneCypher> JonathanNeal: if you have to tell yourself that you know better than a stranger their own emotional state, then it's pretty clear how honest you are.
  1449. # [21:24] <StoneCypher> JonathanNeal: we'
  1450. # [21:24] <StoneCypher> JonathanNeal: we're done.
  1451. # [21:24] <andrewjbaker> For me, the most valuable part of Mark's work is the technical stuff. And because that still exists, and is being actively maintained, I'm now off to get shit done... ciao.
  1452. # [21:24] * Parts: andrewjbaker (~ajb@host-2-98-178-110.as13285.net) ("Leaving")
  1453. # [21:25] <Pomax> hm, anyone know of a creative way that lets one figure out what Safari on iPad is doing, without waiting for it to crash so that it can be hooked up to Xcode?
  1454. # [21:25] * Quits: rileyw (~rileyw@150.252.132.17) (Quit: rileyw)
  1455. # [21:26] <Pomax> even something quarter-way to a js console would be an improvement over the debug tool it has built in =(
  1456. # [21:26] <David_Bradbury> Hmm
  1457. # [21:26] <David_Bradbury> For some reason, my "comment on this issue" button is faded out
  1458. # [21:27] <David_Bradbury> Any ideas?
  1459. # [21:28] <Pomax> "disabled" attribute?
  1460. # [21:28] <David_Bradbury> It is set to "disabled" :P But I am not sure why
  1461. # [21:28] <David_Bradbury> Maybe I'll just edit it :p
  1462. # [21:28] <Pomax> heh
  1463. # [21:28] <David_Bradbury> Nope
  1464. # [21:29] <David_Bradbury> Removed disable and it still won't let me submit
  1465. # [21:29] <David_Bradbury> There we go
  1466. # [21:29] <David_Bradbury> Just did
  1467. # [21:29] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Never look down on someone unless you're helping them up.)
  1468. # [21:29] * Joins: franksalim (~frank@64-71-23-251.static.wiline.com)
  1469. # [21:29] <bendman> does anybody know of a semiphore-like function/event queue handler in javascript where it will put actions into a queue and process them based on priority, or assign them to a web worker if applicable?
  1470. # [21:33] <StoneCypher> in what way is that like a semaphor
  1471. # [21:33] <StoneCypher> e
  1472. # [21:34] * David_Bradbury doesn't know what a semaphore is but it sounds neat
  1473. # [21:34] <StoneCypher> semaphores aren't that
  1474. # [21:34] <StoneCypher> semaphores are basically counting mutex singletons
  1475. # [21:35] <StoneCypher> the maitre d at the restaurant is a semaphore
  1476. # [21:35] <StoneCypher> he schedules table avaialability and locking
  1477. # [21:35] <David_Bradbury> Gotcha
  1478. # [21:35] * Quits: erichynds (~ehynds@64.206.121.41) (Ping timeout: 244 seconds)
  1479. # [21:35] <StoneCypher> this prevents a bunch of classes of deadlock and race, but obviously not all of them
  1480. # [21:36] <David_Bradbury> I was maitre d for a restaurant awhile ago.
  1481. # [21:36] <David_Bradbury> Maitre d'*
  1482. # [21:36] <bendman> well, I was thinking of an object that would handle that queue and push the action into the javascript thread when it was open
  1483. # [21:36] <StoneCypher> well it's an inappropriate shortening either way
  1484. # [21:36] <StoneCypher> correctly it's Maître d'hôtel
  1485. # [21:37] <StoneCypher> bendman: if you aren't worried about order of complexity, just make an array of arrays, and use push/pop and front scans
  1486. # [21:37] <StoneCypher> it's like ten lines of code
  1487. # [21:37] <StoneCypher> (if you are, be ready to implement a pq)
  1488. # [21:37] <David_Bradbury> Indeed, but I don't have the fancy frenchy-french keys unless I switch to the international keyboard (or I memorize the character codes)
  1489. # [21:38] <StoneCypher> i have the fancy french cut and paste google
  1490. # [21:38] * Quits: mascix (~opakdil@88.247.87.27) (Quit: Leaving.)
  1491. # [21:38] <David_Bradbury> Ooh la la
  1492. # [21:39] <StoneCypher> it's fried in duck butter
  1493. # [21:39] <StoneCypher> i had the d and f backwards the first time i typed that
  1494. # [21:39] <StoneCypher> which is uh
  1495. # [21:39] <StoneCypher> kind of gross.
  1496. # [21:40] <David_Bradbury> Hah, welllllll
  1497. # [21:41] * Joins: miketaylr (~miketaylr@80.232.109.46)
  1498. # [21:42] * Quits: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr) (Read error: Connection reset by peer)
  1499. # [21:42] * Joins: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr)
  1500. # [21:43] * Quits: trumpetmic (~trumpetmi@159.182.183.6) (Quit: Leaving.)
  1501. # [21:44] * Joins: trumpetmic (~trumpetmi@159.182.183.6)
  1502. # [21:46] * Quits: jsullivan (~jsullivan@bbb72-0-162-40.bendbroadband.com) (Quit: Bye!)
  1503. # [21:47] * Quits: me1000 (~Me1000@128.163.7.132) (Quit: Leaving...)
  1504. # [21:48] * Quits: digitalfiz (~fiz@unaffiliated/digitalfiz) (Quit: [Textual IRC Client: http://www.textualapp.com/])
  1505. # [21:51] * Joins: mokush (~mokush@188.24.43.82)
  1506. # [21:53] * Joins: BrackCurly (5841effc@gateway/web/freenode/ip.88.65.239.252)
  1507. # [21:53] <WebDragon> David_Bradbury: you could always use the compose-key sequences if you're on linux
  1508. # [21:53] <David_Bradbury> I've actually thought of porting some of that functionality to windows, but I'm sure someone else has already done it
  1509. # [21:54] <WebDragon> linux for me is like playing Fallout 3 after you acquire Fawkes as a companion
  1510. # [21:55] <Armen138> linux for me is I don't know what Fawkes is and I've never played Fallout 3.
  1511. # [21:55] * Quits: dilvie (~chatzilla@c-50-131-97-22.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
  1512. # [21:56] <mokush> Stalker is much better
  1513. # [21:56] <mokush> than F3,not linux
  1514. # [21:57] <csmrfx> linux is just a kernel
  1515. # [21:58] <mokush> oh no, not `that` talk again
  1516. # [21:58] <David_Bradbury> I really want to be on linux full time, but I have too much I have to do on PC =/
  1517. # [21:58] <David_Bradbury> Err
  1518. # [21:58] <David_Bradbury> Windows
  1519. # [21:58] <David_Bradbury> Wow, I yell at people for saying that
  1520. # [21:58] <WebDragon> this is what virtualbox-ose is for
  1521. # [21:58] <David_Bradbury> and I just did it :p
  1522. # [21:58] <David_Bradbury> Doesn't run fast enough
  1523. # [21:58] <mokush> David_Bradbury: what doesn't run fast enough?
  1524. # [21:58] <WebDragon> upgrade yer hardware ;D
  1525. # [21:58] <David_Bradbury> I dual boot, but I Just end up choosing Windows 90% of the time
  1526. # [21:59] <David_Bradbury> Phototoshop, 3DS Max, and various games
  1527. # [21:59] <WebDragon> only reason I use windows is to watch netflix (thanks for that silverlight thing, netflix) and to play a smattering of games
  1528. # [21:59] * Parts: snover (~Adium@unaffiliated/snover)
  1529. # [21:59] <WebDragon> 95% of the time I'm on linux
  1530. # [21:59] <Armen138> I use an appletv for netflix. no windows required ;)
  1531. # [21:59] <WebDragon> mostly I got the xbox for the games
  1532. # [21:59] <WebDragon> Armen138: nice idea
  1533. # [22:00] <WebDragon> plus I can watch netflix on the 360 so I've been doing that more often than booting to windows
  1534. # [22:00] <David_Bradbury> I have a i7 Processor, 12GB DDR3 Ram, 3TB Storage, and a Nvidia GTX 580 - I'm okay right now :p
  1535. # [22:00] <Armen138> its porbably the only apple product worth its price
  1536. # [22:00] <Armen138> ;)
  1537. # [22:00] <WebDragon> wi ievms script + virtualbox-ose meant I don't have to boot to windows to test IE anymore in something that does more than merely resemble a correct testing environment
  1538. # [22:01] <WebDragon> s/^wi//
  1539. # [22:02] <WebDragon> https://github.com/xdissent/ievms
  1540. # [22:03] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Ping timeout: 244 seconds)
  1541. # [22:03] * Joins: digitalfiz (~fiz@unaffiliated/digitalfiz)
  1542. # [22:04] * Joins: jsullivandigs (~jsullivan@bbb72-0-162-40.bendbroadband.com)
  1543. # [22:05] * Joins: kevwil (~kevwil@c-67-161-153-2.hsd1.co.comcast.net)
  1544. # [22:07] * Joins: zeppo (~zeppo@79.138.155.189.bredband.tre.se)
  1545. # [22:07] * Joins: mosheee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net)
  1546. # [22:07] * Quits: mosheee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net) (Changing host)
  1547. # [22:07] * Joins: mosheee (~moshee@unaffiliated/moshee)
  1548. # [22:08] * Quits: bendman (~bendman@38.122.2.118)
  1549. # [22:08] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 265 seconds)
  1550. # [22:09] * Quits: JoeK (~Joseph@node0-kratos.hostftw.com) (Ping timeout: 248 seconds)
  1551. # [22:11] * Quits: ben225 (~textual@exchange.banyanventures.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  1552. # [22:13] * Quits: mokush (~mokush@188.24.43.82) (Remote host closed the connection)
  1553. # [22:14] * Quits: caasiHuang (~caasiHuan@59-126-203-62.HINET-IP.hinet.net) (Remote host closed the connection)
  1554. # [22:14] * Joins: mokush (~mokush@188.24.43.82)
  1555. # [22:17] * Quits: sasori (~sasori@acl1-719bts.gw.smartbro.net) (Ping timeout: 260 seconds)
  1556. # [22:17] * Joins: davidmogar (5d9c93f3@gateway/web/freenode/ip.93.156.147.243)
  1557. # [22:19] * Joins: Me1000 (~Me1000@74-143-221-12.static.insightbb.com)
  1558. # [22:19] <davidmogar> hello. I'm doing an Atari ST emulator with HTML5 + CSS3. I need to display windows in a simulated desktop but as there are too many diferent windows to show I need to organice my code and not to throw all the code in the index.html. How could I do this? All windows are div elements
  1559. # [22:23] * Quits: mosheee (~moshee@unaffiliated/moshee) (Ping timeout: 260 seconds)
  1560. # [22:23] <David_Bradbury> Use a server-side language such as PHP?
  1561. # [22:23] * Joins: moshee (~moshee@unaffiliated/moshee)
  1562. # [22:23] <davidmogar> David_Bradbury: could you be a little more specific?
  1563. # [22:23] <StoneCypher> ...
  1564. # [22:23] <StoneCypher> you're trying to write a machine emulator, but you need to know ... how to include files.
  1565. # [22:23] * StoneCypher shakes magic success ball
  1566. # [22:23] <StoneCypher> results cloudy, try again later.
  1567. # [22:23] * StoneCypher harrumphs and goes back to work
  1568. # [22:23] <davidmogar> ¬¬
  1569. # [22:23] <David_Bradbury> Break you code up into parts and include it using PHP?
  1570. # [22:23] * Quits: ericbarnes (~ericbarne@cpe-075-181-047-014.carolina.res.rr.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  1571. # [22:24] <davidmogar> this is what I got right now http://156.35.94.3/atarist/
  1572. # [22:24] * Joins: Proggy (~blah@pool-173-68-149-113.nycmny.fios.verizon.net)
  1573. # [22:25] * Quits: Progster (~blah@pool-173-68-149-113.nycmny.fios.verizon.net) (Ping timeout: 240 seconds)
  1574. # [22:25] * Quits: Zauberfisch (Subject619@venus.zauberfisch.at) (Quit: Leaving)
  1575. # [22:25] <David_Bradbury> Well, it is a simulator, not an emulator I think
  1576. # [22:25] * Joins: Zauberfisch (Zauberfisc@venus.zauberfisch.at)
  1577. # [22:25] <davidmogar> David_Bradbury: yes, sorry, simulator. My fault
  1578. # [22:25] <David_Bradbury> No worries
  1579. # [22:26] * Quits: FunGoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com) (Remote host closed the connection)
  1580. # [22:26] * Joins: edwardbc (~edward.ba@186.32.180.144)
  1581. # [22:26] <davidmogar> David_Bradbury: include files with PHP could be a solution but from the client side all the code would be in the index.html. I would like to have a clean code. Anyway, is a good solution...
  1582. # [22:27] * Joins: krater (~benito@189.71.72.188)
  1583. # [22:27] * Quits: BrackCurly (5841effc@gateway/web/freenode/ip.88.65.239.252) (Ping timeout: 245 seconds)
  1584. # [22:27] * Parts: krater (~benito@189.71.72.188)
  1585. # [22:27] <David_Bradbury> Well, assuming you do everything correctly, it should still output clean code.
  1586. # [22:28] * Quits: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr) (Ping timeout: 252 seconds)
  1587. # [22:28] <davidmogar> David_Bradbury: but I need to indent code in each file according to their position in the index.html, isn't it?
  1588. # [22:30] <David_Bradbury> If you wanted to maintain that yes - You'd have to do that anyways though
  1589. # [22:30] <davidmogar> David_Bradbury: ok, thank you ;)
  1590. # [22:30] <David_Bradbury> Or you could have PHP format your code for you before outputting it, but that can be server intensive
  1591. # [22:31] * Quits: pandeiro (~mu@189.62.31.89) (Quit: WeeChat 0.3.7)
  1592. # [22:31] <StoneCypher> uh, what?
  1593. # [22:31] <StoneCypher> that's ... not server intensive at all
  1594. # [22:31] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk) (Ping timeout: 248 seconds)
  1595. # [22:31] <David_Bradbury> I wouldn't recommend it for a production server
  1596. # [22:31] <StoneCypher> because it's silly, though, not because it's a meaningful amount of work
  1597. # [22:32] <David_Bradbury> Relatively speaking, it doesn't take much at all. But it seems quite inefficent
  1598. # [22:33] * Joins: davidmogar_ (5d9c93f3@gateway/web/freenode/ip.93.156.147.243)
  1599. # [22:34] * Joins: addyosmani (~addyosman@host86-177-174-43.range86-177.btcentralplus.com)
  1600. # [22:35] * Quits: davidmogar (5d9c93f3@gateway/web/freenode/ip.93.156.147.243) (Ping timeout: 245 seconds)
  1601. # [22:35] <StoneCypher> addyosmani: i really like the graphic design of your blow
  1602. # [22:35] <StoneCypher> blog*
  1603. # [22:35] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
  1604. # [22:35] <StoneCypher> christ i can't type today
  1605. # [22:35] * Quits: johnkpaul (~johnkpaul@ool-6c3abe9a.static.optonline.net)
  1606. # [22:35] <addyosmani> it's alright.
  1607. # [22:35] <bot-t> (7 hours 11 mins ago) <divya> tell addyosmani I am not a bloody ragtag group
  1608. # [22:35] <bot-t> (5 hours 6 mins 20 secs ago) <necolas> tell addyosmani Why would you want to backup your github repos using timestamps? https://gist.github.com/2159263
  1609. # [22:35] <addyosmani> and thanks StoneCypher!
  1610. # [22:35] * Joins: mascix (~opakdil@83.66.110.192)
  1611. # [22:36] * Joins: tw2113 (~tw2113@fedora/tw2113)
  1612. # [22:37] <addyosmani> divya: of course not. You are a powerhouse of awesome. I just meant the 'usual suspects' :)
  1613. # [22:37] * Joins: JNZ (JNZ@unaffiliated/jnz)
  1614. # [22:38] * davidmogar_ is now known as davidmogar
  1615. # [22:38] * Quits: davidmogar (5d9c93f3@gateway/web/freenode/ip.93.156.147.243)
  1616. # [22:38] <addyosmani> necolas: timestamps were really optional. Was mostly for those that were concerned about having redundancy/quick way to make sure you don't just have one central copy of your repos.
  1617. # [22:39] * Quits: kevwil (~kevwil@c-67-161-153-2.hsd1.co.comcast.net) (Quit: WeeChat 0.3.7)
  1618. # [22:39] * Joins: dilvie (~chatzilla@204-16-153-102-static.ipnetworksinc.net)
  1619. # [22:40] * Joins: chriseppstein (~chrisepps@209.119.65.162)
  1620. # [22:40] * Joins: andr3 (~andr3@bl14-222-186.dsl.telepac.pt)
  1621. # [22:43] * Quits: gyzmodo (x@89.146.106.82)
  1622. # [22:43] * Quits: dilvie (~chatzilla@204-16-153-102-static.ipnetworksinc.net) (Ping timeout: 246 seconds)
  1623. # [22:43] * Quits: Me1000 (~Me1000@74-143-221-12.static.insightbb.com) (Quit: Leaving...)
  1624. # [22:46] * Quits: andr3 (~andr3@bl14-222-186.dsl.telepac.pt) (Quit: andr3)
  1625. # [22:46] * Quits: SoulRaven (SoulRaven@89.41.157.171)
  1626. # [22:47] * Parts: brrutzo (~john@160.79.20.210)
  1627. # [22:47] * Joins: andr3 (~andr3@bl14-222-186.dsl.telepac.pt)
  1628. # [22:48] * Joins: dilvie (~chatzilla@204-16-153-102-static.ipnetworksinc.net)
  1629. # [22:50] * Joins: diraol (~diraol@189.100.4.40)
  1630. # [22:50] * Joins: jacobolu_ (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net)
  1631. # [22:51] * Joins: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl)
  1632. # [22:52] * Quits: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net) (Ping timeout: 250 seconds)
  1633. # [22:52] <paul_irish> http://duncandavidson.com/blog/2012/03/webkit_retina_bug
  1634. # [22:53] * Quits: Taftse (Taftse@unaffiliated/taftse) (Ping timeout: 252 seconds)
  1635. # [22:53] * Quits: addyosmani (~addyosman@host86-177-174-43.range86-177.btcentralplus.com) (Read error: Connection reset by peer)
  1636. # [22:53] * Joins: addyosmani (~addyosman@host86-177-174-43.range86-177.btcentralplus.com)
  1637. # [22:53] * Quits: dilvie (~chatzilla@204-16-153-102-static.ipnetworksinc.net) (Ping timeout: 244 seconds)
  1638. # [22:53] * Joins: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net)
  1639. # [22:55] * Joins: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr)
  1640. # [22:55] * Quits: jacobolu_ (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net) (Ping timeout: 260 seconds)
  1641. # [22:56] * Joins: ruimarinho (~ruimarinh@a89-152-49-119.cpe.netcabo.pt)
  1642. # [23:00] * Joins: jacobolu_ (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net)
  1643. # [23:00] * Quits: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net) (Ping timeout: 250 seconds)
  1644. # [23:04] * Quits: digitalfiz (~fiz@unaffiliated/digitalfiz) (Quit: [Textual IRC Client: http://www.textualapp.com/])
  1645. # [23:07] * Joins: eichi (~quassel@stgt-5f71a5e4.pool.mediaWays.net)
  1646. # [23:07] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
  1647. # [23:09] <David_Bradbury> paul_irish: We have a mobile app that we would like to use large images for, and we've experienced the same issues.
  1648. # [23:09] <eichi> Hello! I have a value in a input field. And if I do document.getElementById(..).value = document.getElementById(..).value +1 it does a concationation of the value not an increase if the number. Becaus the javascript things, its a text. How can I change this?
  1649. # [23:10] <eichi> I tried a type="number" in the <input
  1650. # [23:10] <eichi> but does not help
  1651. # [23:11] <David_Bradbury> ##javascript - Also, x = parseInt(document.getElementByID(...)); X+=1; document...value = x;
  1652. # [23:11] * Quits: franksalim (~frank@64-71-23-251.static.wiline.com) (Quit: Leaving)
  1653. # [23:14] <StoneCypher> eichi: .toString(), parseInt('5', 10)
  1654. # [23:15] <StoneCypher> eichi: strings and numbers aren't the same, and you must transition between them purposefully
  1655. # [23:15] * Joins: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net)
  1656. # [23:15] * Joins: Skyrocket (~chatzilla@79.97.43.136)
  1657. # [23:15] * Quits: jacobolu_ (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net) (Read error: Connection reset by peer)
  1658. # [23:15] * theresaanna is now known as theresa_away
  1659. # [23:16] * Quits: Ms2ger (~Ms2ger@33.178-242-81.adsl-dyn.isp.belgacom.be) (Ping timeout: 246 seconds)
  1660. # [23:17] * Joins: caasiHuang (~caasiHuan@59-126-203-62.HINET-IP.hinet.net)
  1661. # [23:17] * Joins: welly (~welly@unaffiliated/welly)
  1662. # [23:20] * Parts: Skyrocket (~chatzilla@79.97.43.136)
  1663. # [23:20] * Quits: Zauberfisch (Zauberfisc@venus.zauberfisch.at) (Read error: Connection reset by peer)
  1664. # [23:21] * Joins: Zauberfisch (Zauberfisc@venus.zauberfisch.at)
  1665. # [23:21] * Quits: ajvb (~avb@ec2-50-16-91-243.compute-1.amazonaws.com) (Ping timeout: 255 seconds)
  1666. # [23:23] * Quits: koggdal (~koggdal@c213-89-119-74.bredband.comhem.se) (Quit: koggdal)
  1667. # [23:23] * Quits: patcito (~123@190.42.235.178) (Ping timeout: 246 seconds)
  1668. # [23:24] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-cjvfcueygzhsywwj) (Ping timeout: 240 seconds)
  1669. # [23:24] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-fnzvoomgddxgvdnd) (Ping timeout: 240 seconds)
  1670. # [23:24] * Joins: Thireg (~Thireg@APlessis-Bouchard-152-1-53-221.w82-121.abo.wanadoo.fr)
  1671. # [23:24] * Quits: venom00ut (~venom00@unaffiliated/venom00) (Ping timeout: 260 seconds)
  1672. # [23:24] * Quits: Brunoz (u5854@gateway/web/irccloud.com/x-evhobkwsqnhytvyq) (Ping timeout: 244 seconds)
  1673. # [23:24] * Quits: JonathanNeal (u5831@gateway/web/irccloud.com/x-jytlapkrlljzmldo) (Ping timeout: 240 seconds)
  1674. # [23:24] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-ypkwdsiflyuhjznq) (Ping timeout: 240 seconds)
  1675. # [23:24] * Quits: mnemoc (~amery@shell.opensde.net) (Ping timeout: 252 seconds)
  1676. # [23:25] * Quits: krijn (u2319@gateway/web/irccloud.com/x-qlicddgynqucpjbk) (Ping timeout: 245 seconds)
  1677. # [23:25] * Joins: mnemoc (~amery@shell.opensde.net)
  1678. # [23:27] * Quits: sedovsek (~robert.se@93-103-104-107.dynamic.t-2.net)
  1679. # [23:28] * Joins: patcito (~123@190.42.235.178)
  1680. # [23:28] * Quits: manuchill (~mstalfoor@81.69.16.186) (Quit: Ex-Chat)
  1681. # [23:30] * Quits: marcocarag (~marcocara@38.117.157.59) (Quit: marcocarag)
  1682. # [23:31] * Quits: plh_ (~plh@209-6-123-224.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com) (Quit: always accept cookies)
  1683. # [23:31] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.87 [Firefox 11.0/20120312181643])
  1684. # [23:32] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Leaving.)
  1685. # [23:32] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
  1686. # [23:32] * Joins: codewrangler (~codewrang@pool-71-178-207-81.washdc.fios.verizon.net)
  1687. # [23:33] * Quits: Reite (~chris@213.109-247-20.customer.lyse.net) (Ping timeout: 260 seconds)
  1688. # [23:34] * Quits: mokush (~mokush@188.24.43.82) (Remote host closed the connection)
  1689. # [23:34] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Nice Scotty, now beam my clothes up too!)
  1690. # [23:34] * Joins: krater (~benito@189.71.28.58)
  1691. # [23:34] * Parts: krater (~benito@189.71.28.58)
  1692. # [23:35] * Joins: JoeK (~Joseph@node0-kratos.hostftw.com)
  1693. # [23:36] * Quits: ruimarinho (~ruimarinh@a89-152-49-119.cpe.netcabo.pt) (Quit: Leaving...)
  1694. # [23:37] * Joins: Brunoz (u5854@gateway/web/irccloud.com/x-mqoupyzovsoesfdu)
  1695. # [23:39] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
  1696. # [23:42] * Joins: Me1000 (~Me1000@74-143-218-11.static.insightbb.com)
  1697. # [23:43] * Quits: jsullivandigs (~jsullivan@bbb72-0-162-40.bendbroadband.com) (Ping timeout: 244 seconds)
  1698. # [23:45] * Joins: sasori (~sasori@acl1-719bts.gw.smartbro.net)
  1699. # [23:47] * Joins: JonathanNeal (u5831@gateway/web/irccloud.com/x-hzipflbfzbjqxats)
  1700. # [23:48] * Quits: mascix (~opakdil@83.66.110.192) (Quit: Leaving.)
  1701. # [23:48] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
  1702. # [23:49] * Quits: Thireg (~Thireg@APlessis-Bouchard-152-1-53-221.w82-121.abo.wanadoo.fr) (Quit: Thireg)
  1703. # [23:49] <Jayflux> hi guys
  1704. # [23:50] <Jayflux> is there a reason transition isnt working on my menu: http://luci.ris.so/
  1705. # [23:51] * Joins: ColKurtz (~ColKurtz@216.86.217.155)
  1706. # [23:51] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-rnenlzttsnoshjch)
  1707. # [23:52] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-cufelsiryeqfevky)
  1708. # [23:53] * Joins: schnoomac (~schnoomac@melbourne.99cluster.com)
  1709. # [23:54] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-delryacugvqqhwkm)
  1710. # [23:54] * Quits: blackjid (~jidonoso@pc-120-163-47-190.cm.vtr.net) (Read error: Connection reset by peer)
  1711. # Session Close: Fri Mar 23 00:00:02 2012

The end :)