/irc-logs / freenode / #html5 / 2014-06-24 / end

Options:

  1. # Session Start: Tue Jun 24 00:00:00 2014
  2. # Session Ident: #html5
  3. # [00:00] * Joins: ShooterMG (~shootermg@c-24-21-207-128.hsd1.or.comcast.net)
  4. # [00:01] * Quits: JonEdney (~JonEdney@unaffiliated/jonedney) (Quit: JonEdney)
  5. # [00:04] * Quits: Jon47 (~Jon47@38.100.143.34) (Quit: Leaving.)
  6. # [00:05] * Quits: donmichelangelo (~donmichel@p5B14576A.dip0.t-ipconnect.de)
  7. # [00:05] * Joins: richardbaker (~richardba@otp477474ots.ucsf.edu)
  8. # [00:07] * Quits: antlong (~antlong@unaffiliated/antlong) (Quit: Textual IRC Client: www.textualapp.com)
  9. # [00:07] * Quits: ThisHowiRoll (~iRush@cpe-76-171-13-101.socal.res.rr.com) (Ping timeout: 240 seconds)
  10. # [00:10] * Joins: northfurr (~northfurr@unaffiliated/northfurr)
  11. # [00:11] * Quits: seventy3 (~seventy3@ec2-23-21-31-250.compute-1.amazonaws.com) (Ping timeout: 240 seconds)
  12. # [00:12] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
  13. # [00:13] * Quits: graphettion (~graphetti@66.49.23.98.nw.nuvox.net) (Remote host closed the connection)
  14. # [00:14] * Joins: seventy3 (~seventy3@ec2-23-21-31-250.compute-1.amazonaws.com)
  15. # [00:16] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 240 seconds)
  16. # [00:22] * Quits: dobalina (~dobalina@gateway/tor-sasl/dobalina) (Quit: Quitting)
  17. # [00:26] * Joins: AlexKvazos (~AlexKvazo@189-209-191-225.static.axtel.net)
  18. # [00:27] * Quits: Demego (~Demego@84.240.42.164) (Ping timeout: 240 seconds)
  19. # [00:28] * Quits: zB0hs (~zB0hs@209.124.163.154) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  20. # [00:28] * Joins: leb (~leb@pool-108-53-167-179.nwrknj.fios.verizon.net)
  21. # [00:30] * Quits: MortimerCat (~Adrian@host109-149-38-188.range109-149.btcentralplus.com) (Quit: Leaving)
  22. # [00:33] * Parts: crunchnode (~crunchabl@50-193-150-57-static.hfc.comcastbusiness.net) ("Textual IRC Client: www.textualapp.com")
  23. # [00:34] * Quits: AlexKvazos (~AlexKvazo@189-209-191-225.static.axtel.net) (Ping timeout: 272 seconds)
  24. # [00:34] * Joins: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net)
  25. # [00:39] * pablasso_afk is now known as pablasso
  26. # [00:44] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243])
  27. # [00:46] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:90af:d661:9b0c:9951) (Remote host closed the connection)
  28. # [00:46] * Quits: BLadwin (~BLadwin@c-24-22-84-24.hsd1.or.comcast.net) (Quit: BLadwin)
  29. # [00:47] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Remote host closed the connection)
  30. # [00:48] * Joins: BLadwin (~BLadwin@c-24-22-84-24.hsd1.or.comcast.net)
  31. # [00:48] * Quits: BLadwin (~BLadwin@c-24-22-84-24.hsd1.or.comcast.net) (Client Quit)
  32. # [00:50] * Quits: jottr_ (~jottr@unaffiliated/jottr) (Ping timeout: 264 seconds)
  33. # [00:52] * Quits: alphadog0309 (~alphadog0@c-69-248-8-173.hsd1.nj.comcast.net) (Remote host closed the connection)
  34. # [00:57] * Quits: rootshift (~rootshift@2.29.45.72) (Quit: My MacBook has decided to go to sleep. Zzzz..)
  35. # [00:59] * Joins: bencc (~Ofir@bzq-84-109-139-138.red.bezeqint.net)
  36. # [00:59] <bencc> does a canvas require more memory than an image element?
  37. # [01:00] <__joshua___> good question. no idea, but probably yes.
  38. # [01:02] * Quits: leb (~leb@pool-108-53-167-179.nwrknj.fios.verizon.net) (Quit: Computer has gone to sleep.)
  39. # [01:02] * Joins: antlong_ (~antlong@unaffiliated/antlong)
  40. # [01:02] <bencc> is there a way to reduce the canvas memory when it's not in the dom?
  41. # [01:02] * Quits: dangerousdave (~dangerous@78.156.71.46) (Ping timeout: 240 seconds)
  42. # [01:06] <moo-_-> bencc: no
  43. # [01:06] * Joins: _leb (~leb@pool-108-53-167-179.nwrknj.fios.verizon.net)
  44. # [01:06] * Quits: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi) (Ping timeout: 244 seconds)
  45. # [01:06] <moo-_-> bencc: because canvas is dynamic bitmap, all pixels must be allocated
  46. # [01:06] <moo-_-> bencc: in which kind of situations this could be a problem?
  47. # [01:07] <bencc> moo-_-: I'm creating a drawing app and need to save undeo and redo steps
  48. # [01:07] * Quits: sifu (~sifu@cpc67897-sotn13-2-0-cust697.15-1.cable.virginm.net) (Quit: Textual IRC Client: www.textualapp.com)
  49. # [01:07] <bencc> if you clear the page, you need to save a canvas of the whole area for undo
  50. # [01:08] <bencc> this is an in-memory canvas so maybe I can force garbage collection to make it more light weight
  51. # [01:08] <moo-_-> bencc: I think there is no easy work around for this - this is a limitation for normal photostop-style apps too
  52. # [01:08] <moo-_-> bencc: you can convert it to <img> blob
  53. # [01:08] <moo-_-> bencc: at least firefox holds only compressed version of non-visible images in memory nowadays
  54. # [01:08] * Quits: dik_dak (~dik_dak@pool-108-21-63-242.nycmny.fios.verizon.net) (Remote host closed the connection)
  55. # [01:08] <moo-_-> it might bring down the cost a little if the image is not complex
  56. # [01:09] <moo-_-> bencc: also, I guess you are already saving image delta instead of whole image for normal drawing operations (which do not touch the full canvas)?
  57. # [01:09] <bencc> moo-_-: yes, image elements help
  58. # [01:09] <bencc> what do you mean by <img> blob?
  59. # [01:10] <bencc> moo-_-: I'm saving only the area the user changed between steps but if you clear the board, I have to save everything for this step
  60. # [01:11] * Quits: _leb (~leb@pool-108-53-167-179.nwrknj.fios.verizon.net) (Client Quit)
  61. # [01:11] <moo-_-> https://developer.mozilla.org/en/docs/Web/API/HTMLCanvasElement see toBlob()
  62. # [01:11] * Joins: _wli (~williamli@1-36-121-023.static.netvigator.com)
  63. # [01:12] <bencc> I see that is not supported in Chrome
  64. # [01:13] <bencc> and I can't select part of the canvas
  65. # [01:13] <bencc> if I only use several colors, can I make the canvas lighter?
  66. # [01:13] <moo-_-> bencc: you can easily grab a part of canvas by drawing it into a temporary secondary canvas
  67. # [01:13] * Joins: wilmoore (~wilmoore@vlandnat.mystrotv.com)
  68. # [01:13] <moo-_-> bencc: also, chrome version
  69. # [01:13] * Quits: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net) (Ping timeout: 244 seconds)
  70. # [01:14] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
  71. # [01:14] <moo-_-> https://github.com/miohtama/Krusovice/blob/master/src/tools/resizer.js#L51
  72. # [01:14] <bencc> https://code.google.com/p/chromium/issues/detail?id=67587
  73. # [01:14] <moo-_-> though I am pretty sure Chrome has native APIs already
  74. # [01:14] * Quits: jstimm (~jstimm@unaffiliated/jstimm) (Quit: Sleep. ZZZzzz…)
  75. # [01:15] <bencc> is a blob better than an Image element?
  76. # [01:15] <moo-_-> bencc: both are stored as compressed versions
  77. # [01:15] <moo-_-> in memory-wise a benchmark is only way to find out
  78. # [01:15] <bencc> ok
  79. # [01:15] * Joins: Ax_SeS|away (duoi@gateway/shell/panicbnc/x-unudzhlxpbdrjghy)
  80. # [01:16] <bencc> thanks
  81. # [01:16] <moo-_-> np
  82. # [01:16] * Ax_SeS|away is now known as Ax_SeS
  83. # [01:16] <moo-_-> also use PNG instead of JPEG if you don't want to encoder to lose your image data
  84. # [01:16] <bencc> ok
  85. # [01:21] * Quits: irae_ (~irae_@nat/yahoo/x-kumvzfttuvnhzcck) (Ping timeout: 240 seconds)
  86. # [01:21] * Quits: wilmoore (~wilmoore@vlandnat.mystrotv.com) (Ping timeout: 272 seconds)
  87. # [01:23] * Quits: sledgeDJ (~sledgeDJ@bzq-84-110-184-233.red.bezeqint.net) (Ping timeout: 244 seconds)
  88. # [01:24] * Joins: irae_ (~irae_@nat/yahoo/x-afiprvlibhyuawou)
  89. # [01:25] * Joins: BLadwin (~BLadwin@75-150-34-222-Oregon.hfc.comcastbusiness.net)
  90. # [01:28] * Joins: deasy (~deasy@host-85-201-82-67.brutele.be)
  91. # [01:30] * Joins: s3shs (~s3shs@wsip-70-184-105-92.ph.ph.cox.net)
  92. # [01:32] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Remote host closed the connection)
  93. # [01:36] * Quits: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca)
  94. # [01:38] * Joins: AlexKvazos (~AlexKvazo@189-209-191-225.static.axtel.net)
  95. # [01:42] * Quits: tylrr (~textual@rrcs-173-197-114-202.west.biz.rr.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  96. # [01:46] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:a55c:b449:b9ed:abb0)
  97. # [01:47] * Joins: maikowblue (~nobody@189.6.2.33)
  98. # [01:47] * Joins: BLadwin_ (~BLadwin@184.252.90.7)
  99. # [01:47] * Joins: hivearts (~hivearts@178-221-179-12.dynamic.isp.telekom.rs)
  100. # [01:48] * Quits: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net) (Quit: Computer has gone to sleep.)
  101. # [01:48] * Quits: BLadwin (~BLadwin@75-150-34-222-Oregon.hfc.comcastbusiness.net) (Ping timeout: 264 seconds)
  102. # [01:50] * Quits: george2 (~42@unaffiliated/george2) (Remote host closed the connection)
  103. # [01:51] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:a55c:b449:b9ed:abb0) (Ping timeout: 240 seconds)
  104. # [01:53] * Parts: eddief (~Eddie@c-24-22-33-249.hsd1.or.comcast.net)
  105. # [01:53] * Joins: mennea (~textual@213.57.19.111)
  106. # [01:54] * Quits: mennea (~textual@213.57.19.111) (Max SendQ exceeded)
  107. # [01:56] * Quits: Jayflux (~Jason@unaffiliated/jayflux) (Quit: Leaving)
  108. # [01:56] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Quit: Leaving...)
  109. # [02:00] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
  110. # [02:02] * Quits: antlong_ (~antlong@unaffiliated/antlong) (Quit: Textual IRC Client: www.textualapp.com)
  111. # [02:02] * Joins: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net)
  112. # [02:03] * Joins: bitaco (~user@184.152.88.58)
  113. # [02:03] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:4ed:5f72:9d71:83a4)
  114. # [02:04] * Quits: irae_ (~irae_@nat/yahoo/x-afiprvlibhyuawou) (Quit: irae_)
  115. # [02:04] <montecfel> This is unbelievably annoying. When drawing a text with fillText on a canvas, the font will randomly blur even though you Math.round() the x and y coordinates. The string "This is a text." is blurry. If I change it into "This is a text.aaa", it becomes sharp. If I remove or add any chars, it becomes blurry again. Can somebody save my computer from meeting with my sledgehammer?
  116. # [02:05] * Quits: BLadwin_ (~BLadwin@184.252.90.7) (Ping timeout: 240 seconds)
  117. # [02:05] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 264 seconds)
  118. # [02:06] * Quits: lmclister (~lmclister@192.150.10.206)
  119. # [02:06] * Quits: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net) (Client Quit)
  120. # [02:07] * Joins: irae_ (~irae_@nat/yahoo/x-lwwaqszxvnbyuzuh)
  121. # [02:09] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:4ed:5f72:9d71:83a4) (Ping timeout: 272 seconds)
  122. # [02:12] * Joins: BLadwin (~BLadwin@75-150-34-222-Oregon.hfc.comcastbusiness.net)
  123. # [02:22] * Quits: Betal (~Beta@unaffiliated/betal) (Disconnected by services)
  124. # [02:23] * Joins: Madi (~Madison@69.73.119.140)
  125. # [02:23] * Quits: Cyph3r (~Cyph3r@71-84-78-55.dhcp.rvsd.ca.charter.com) (Read error: Connection reset by peer)
  126. # [02:23] * Joins: BLadwin_ (~BLadwin@75-150-34-222-Oregon.hfc.comcastbusiness.net)
  127. # [02:24] * Joins: Cyph3r (~Cyph3r@71-84-78-55.dhcp.rvsd.ca.charter.com)
  128. # [02:26] * Quits: BLadwin (~BLadwin@75-150-34-222-Oregon.hfc.comcastbusiness.net) (Ping timeout: 240 seconds)
  129. # [02:26] * Quits: Madison (~Madison@69.73.119.140) (Ping timeout: 240 seconds)
  130. # [02:27] * Quits: symb (~symb@2a02:8109:8980:540:bc71:75ff:f0b2:d9d7) (Quit: You should never underestimate the predictability of stupidity.)
  131. # [02:30] * Joins: hugo_moss (~aasfasa@unaffiliated/hugo-moss/x-0589204)
  132. # [02:32] * Quits: Foldager_ (~Foldager@178.21.88.68) (Quit: Kidnapped by mysterious creatures.)
  133. # [02:32] * Joins: ThisHowiRoll (~iRush@cpe-76-171-13-101.socal.res.rr.com)
  134. # [02:36] * Quits: richardbaker (~richardba@otp477474ots.ucsf.edu) (Remote host closed the connection)
  135. # [02:39] * Quits: dismist (~cssfx@pool-74-110-111-150.nrflva.fios.verizon.net) (Ping timeout: 244 seconds)
  136. # [02:39] * Joins: richardbaker (~richardba@otp477474ots.ucsf.edu)
  137. # [02:42] * Joins: _leb (~leb@pool-108-53-167-179.nwrknj.fios.verizon.net)
  138. # [02:44] * Quits: AlexKvazos (~AlexKvazo@189-209-191-225.static.axtel.net) (Remote host closed the connection)
  139. # [02:46] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Ping timeout: 240 seconds)
  140. # [02:48] * Quits: Caiters (~Caitlin@wsip-68-15-80-137.oc.oc.cox.net) (Quit: Leaving.)
  141. # [02:55] * Quits: s3shs (~s3shs@wsip-70-184-105-92.ph.ph.cox.net) (Quit: Computer has gone to sleep.)
  142. # [02:55] * Joins: s3shs (~s3shs@wsip-70-184-105-92.ph.ph.cox.net)
  143. # [02:56] * Quits: s3shs (~s3shs@wsip-70-184-105-92.ph.ph.cox.net) (Client Quit)
  144. # [02:57] * Joins: s3shs (~s3shs@wsip-70-184-105-92.ph.ph.cox.net)
  145. # [02:58] * Joins: jrahmy (~jrahmy@cpe-24-94-26-137.san.res.rr.com)
  146. # [02:59] * Joins: Betal (~Beta@unaffiliated/betal)
  147. # [02:59] * Quits: s3shs (~s3shs@wsip-70-184-105-92.ph.ph.cox.net) (Client Quit)
  148. # [03:02] * Joins: Wildblue` (~guy@unaffiliated/wildblue)
  149. # [03:04] * Joins: Reskp (~Reskp@78.193.56.47)
  150. # [03:05] * Quits: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net) (Quit: Leaving.)
  151. # [03:06] * Quits: BLadwin_ (~BLadwin@75-150-34-222-Oregon.hfc.comcastbusiness.net) (Ping timeout: 245 seconds)
  152. # [03:08] * Quits: Alina-malina (Alina-mali@unaffiliated/alina-malina) (Ping timeout: 255 seconds)
  153. # [03:08] * Joins: AlexKvazos (~AlexKvazo@189-209-191-225.static.axtel.net)
  154. # [03:08] * Quits: richardbaker (~richardba@otp477474ots.ucsf.edu) (Remote host closed the connection)
  155. # [03:08] * Joins: BLadwin (~BLadwin@75-150-34-222-Oregon.hfc.comcastbusiness.net)
  156. # [03:08] * Joins: Alina-malina (Alina-mali@unaffiliated/alina-malina)
  157. # [03:09] * Joins: sgen (~sgen@38.116.199.130)
  158. # [03:09] * Parts: montecfel (~montecfel@gateway/tor-sasl/montecfel)
  159. # [03:09] * Quits: Reskp (~Reskp@78.193.56.47) (Ping timeout: 255 seconds)
  160. # [03:10] * Joins: k_sze[work] (~kvirc@unaffiliated/kira)
  161. # [03:10] * Quits: _wli (~williamli@1-36-121-023.static.netvigator.com) (Remote host closed the connection)
  162. # [03:11] * pablasso is now known as pablasso_afk
  163. # [03:15] * Quits: clearcut (~reuf@188.127.124.69) (Quit: Leaving)
  164. # [03:19] * Joins: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
  165. # [03:20] * Joins: _wli (~williamli@1-36-121-023.static.netvigator.com)
  166. # [03:21] * Joins: Centime (~centime@178.251.23.188)
  167. # [03:22] * Quits: _wli (~williamli@1-36-121-023.static.netvigator.com) (Client Quit)
  168. # [03:23] * Parts: AlexKvazos (~AlexKvazo@189-209-191-225.static.axtel.net) ("Bye!")
  169. # [03:24] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Ping timeout: 255 seconds)
  170. # [03:30] * Quits: hivearts (~hivearts@178-221-179-12.dynamic.isp.telekom.rs) (Quit: Computer has gone to sleep.)
  171. # [03:35] * Joins: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net)
  172. # [03:36] * Quits: dawhite (~dawhite@74.118.22.223) (Ping timeout: 255 seconds)
  173. # [03:42] * Quits: k_sze[work] (~kvirc@unaffiliated/kira) (Read error: Connection reset by peer)
  174. # [03:43] * Joins: k_sze[work] (~kvirc@unaffiliated/kira)
  175. # [03:43] * Joins: `mike` (62a9562a@gateway/web/freenode/ip.98.169.86.42)
  176. # [03:44] * Parts: `mike` (62a9562a@gateway/web/freenode/ip.98.169.86.42)
  177. # [03:45] * Quits: AciD`` (~gni@jau72-5-78-223-56-21.fbx.proxad.net) (Ping timeout: 272 seconds)
  178. # [03:47] * Joins: cvisco (~cvisco@cpe-173-174-34-39.austin.res.rr.com)
  179. # [03:48] * Quits: cvisco (~cvisco@cpe-173-174-34-39.austin.res.rr.com) (Client Quit)
  180. # [03:48] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
  181. # [03:52] * Quits: MissionCritical (~MissionCr@unaffiliated/missioncritical) (Ping timeout: 276 seconds)
  182. # [03:53] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 240 seconds)
  183. # [03:54] * Quits: northfurr (~northfurr@unaffiliated/northfurr) (Read error: Connection reset by peer)
  184. # [03:55] * Joins: northfurr (~northfurr@unaffiliated/northfurr)
  185. # [03:56] * Quits: Centime (~centime@178.251.23.188) (Ping timeout: 244 seconds)
  186. # [04:02] * Joins: Centime (~centime@178.251.23.188)
  187. # [04:05] * Joins: hjoshi (uid13471@gateway/web/irccloud.com/x-nsitocbdshedlbbp)
  188. # [04:05] * Joins: Reskp (~Reskp@78.193.56.47)
  189. # [04:06] * Quits: tus (~darius@unaffiliated/tus)
  190. # [04:10] * Quits: Reskp (~Reskp@78.193.56.47) (Ping timeout: 245 seconds)
  191. # [04:10] * Joins: MissionCritical (~MissionCr@unaffiliated/missioncritical)
  192. # [04:18] * Quits: Left_Turn (~Left_Turn@unaffiliated/turn-left/x-3739067) (Ping timeout: 264 seconds)
  193. # [04:23] * Joins: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
  194. # [04:24] * pablasso_afk is now known as pablasso
  195. # [04:26] * Quits: shabadoo_ (~textual@192.198.202.226) (Ping timeout: 240 seconds)
  196. # [04:27] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Ping timeout: 240 seconds)
  197. # [04:30] * Quits: BLadwin (~BLadwin@75-150-34-222-Oregon.hfc.comcastbusiness.net) (Quit: BLadwin)
  198. # [04:31] * Joins: shabadoo (~textual@c-50-168-219-64.hsd1.ut.comcast.net)
  199. # [04:33] * bufferino is now known as kiora
  200. # [04:33] * Joins: TheCitizen (~TheCitize@c-71-59-143-22.hsd1.or.comcast.net)
  201. # [04:36] * Quits: TheCitizen (~TheCitize@c-71-59-143-22.hsd1.or.comcast.net) (Client Quit)
  202. # [04:37] * Joins: TheCitizen (~TheCitize@c-71-59-143-22.hsd1.or.comcast.net)
  203. # [04:41] * Quits: hugo_moss (~aasfasa@unaffiliated/hugo-moss/x-0589204)
  204. # [04:49] * Joins: luist (~luist@201.17.232.128)
  205. # [04:51] * Joins: Somatt_wrk_ (~somattwrk@130.193.24.135)
  206. # [04:52] * Joins: juniormendonca_ (~quassel@static.tjmt.jus.br)
  207. # [04:52] * Joins: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net)
  208. # [04:54] * Quits: naquad (~naquad@naquad.me) (Ping timeout: 240 seconds)
  209. # [04:54] * Quits: Centime (~centime@178.251.23.188) (Ping timeout: 255 seconds)
  210. # [04:54] * Quits: Somatt_wrk (~somattwrk@130.193.24.135) (Ping timeout: 264 seconds)
  211. # [04:54] * Quits: juniormendonca (~quassel@189.87.159.130) (Ping timeout: 264 seconds)
  212. # [04:57] * Quits: maikowblue (~nobody@189.6.2.33) (Quit: .)
  213. # [04:57] * Joins: naquad (~naquad@naquad.me)
  214. # [04:58] * Quits: nezZario (~nez@unaffiliated/nezzario) (Ping timeout: 245 seconds)
  215. # [04:59] * Joins: nezZario (~nez@unaffiliated/nezzario)
  216. # [05:00] * Joins: _TheCitizen_ (~TheCitize@c-71-59-143-22.hsd1.or.comcast.net)
  217. # [05:03] * Quits: TheCitizen (~TheCitize@c-71-59-143-22.hsd1.or.comcast.net) (Ping timeout: 255 seconds)
  218. # [05:06] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:3828:6b01:fe6c:4448)
  219. # [05:07] * Joins: Centime (~centime@178.251.23.188)
  220. # [05:09] * Joins: the8thbit (~the8thbit@173-28-151-144.client.mchsi.com)
  221. # [05:10] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:3828:6b01:fe6c:4448) (Ping timeout: 240 seconds)
  222. # [05:12] * Joins: JonEdney (~JonEdney@unaffiliated/jonedney)
  223. # [05:13] * Quits: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net) (Read error: Connection reset by peer)
  224. # [05:13] * Quits: bitaco (~user@184.152.88.58) (Remote host closed the connection)
  225. # [05:13] * Quits: Cyph3r (~Cyph3r@71-84-78-55.dhcp.rvsd.ca.charter.com) (Ping timeout: 240 seconds)
  226. # [05:14] * Joins: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net)
  227. # [05:14] * Joins: checkit (hidden-use@wsip-68-225-29-133.oc.oc.cox.net)
  228. # [05:16] * Joins: DrSect1r (~DrSect0r@77-175-116-213.FTTH.ispfabriek.nl)
  229. # [05:17] <checkit> Hey all, wondering if I could get some expert advice from you guys. We're building a quick web app that allows visitors to record their voice using something similar to the following: http://www.taylordigital.com/voice/ I'd like to be able to upload the file from the computer after recording without forcing the visitor to go through the "upload" process manually. Any thoughts?
  230. # [05:17] * Quits: ThisHowiRoll (~iRush@cpe-76-171-13-101.socal.res.rr.com) (Ping timeout: 245 seconds)
  231. # [05:19] * Joins: Cyph3r (~Cyph3r@71-84-78-55.dhcp.rvsd.ca.charter.com)
  232. # [05:19] * Quits: Cyph3r (~Cyph3r@71-84-78-55.dhcp.rvsd.ca.charter.com) (Max SendQ exceeded)
  233. # [05:20] * Joins: Cyph3r (~Cyph3r@71-84-78-55.dhcp.rvsd.ca.charter.com)
  234. # [05:20] * Quits: Cyph3r (~Cyph3r@71-84-78-55.dhcp.rvsd.ca.charter.com) (Client Quit)
  235. # [05:21] * Joins: Cyph3r (~Cyph3r@71-84-78-55.dhcp.rvsd.ca.charter.com)
  236. # [05:21] * Quits: DrSect1r (~DrSect0r@77-175-116-213.FTTH.ispfabriek.nl) (Client Quit)
  237. # [05:21] * Joins: DrSect1r (~DrSect0r@77-175-116-213.FTTH.ispfabriek.nl)
  238. # [05:21] * Quits: _TheCitizen_ (~TheCitize@c-71-59-143-22.hsd1.or.comcast.net) (Quit: Leaving)
  239. # [05:22] * Quits: DrSect1r (~DrSect0r@77-175-116-213.FTTH.ispfabriek.nl) (Client Quit)
  240. # [05:22] * Joins: TheCitizen (~TheCitize@c-71-59-143-22.hsd1.or.comcast.net)
  241. # [05:22] * Joins: DrSect1r (~DrSect0r@77-175-116-213.FTTH.ispfabriek.nl)
  242. # [05:22] * Quits: DrSect1r (~DrSect0r@77-175-116-213.FTTH.ispfabriek.nl) (Remote host closed the connection)
  243. # [05:23] * Joins: DrSect1r (~DrSect0r@77-175-116-213.FTTH.ispfabriek.nl)
  244. # [05:24] * Quits: DrSect1r (~DrSect0r@77-175-116-213.FTTH.ispfabriek.nl) (Remote host closed the connection)
  245. # [05:24] * Joins: DrSect1r (~DrSect0r@77-175-116-213.FTTH.ispfabriek.nl)
  246. # [05:24] * Quits: vegbrasil (uid20581@gateway/web/irccloud.com/x-nhosmkxgvkebckfn) (Quit: Connection closed for inactivity)
  247. # [05:24] * Quits: DrSect1r (~DrSect0r@77-175-116-213.FTTH.ispfabriek.nl) (Remote host closed the connection)
  248. # [05:27] * Quits: checkit (hidden-use@wsip-68-225-29-133.oc.oc.cox.net)
  249. # [05:36] * Quits: DreadKnight (~DreadKnig@unaffiliated/dreadknight) (Quit: #AncientBeast - Master Your Beasts ( www.AncientBeast.com ))
  250. # [05:37] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
  251. # [05:41] * Joins: richardbaker (~richardba@172-3-189-237.lightspeed.sntcca.sbcglobal.net)
  252. # [05:41] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 245 seconds)
  253. # [05:44] * Quits: sgen (~sgen@38.116.199.130) (Quit: Leaving)
  254. # [05:46] * Quits: Rou (~Rou@pool-74-97-34-130.prvdri.fios.verizon.net) (Quit: HydraIRC -> http://www.hydrairc.com <- Po-ta-to, boil em, mash em, stick em in a stew.)
  255. # [05:52] * Joins: WizJin (~WizJinAFK@117.208.1.141)
  256. # [05:52] * Joins: vegbrasil (uid20581@gateway/web/irccloud.com/x-flbewvhqdjbevtvs)
  257. # [05:53] * Quits: blivande (~Chw@189.193.68.36) (Quit: leaving)
  258. # [05:57] * Joins: blivande (~Chw@189.193.68.36)
  259. # [05:59] * Quits: JonEdney (~JonEdney@unaffiliated/jonedney) (Quit: JonEdney)
  260. # [05:59] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  261. # [06:00] * pablasso is now known as pablasso_afk
  262. # [06:02] * Joins: heldfree (~heldfree@61.12.96.226)
  263. # [06:05] * Joins: akersof (~akersof@unaffiliated/zoroaster)
  264. # [06:07] * Joins: Reskp (~Reskp@78.193.56.47)
  265. # [06:07] * Quits: hjoshi (uid13471@gateway/web/irccloud.com/x-nsitocbdshedlbbp) (Quit: Connection closed for inactivity)
  266. # [06:10] * Joins: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
  267. # [06:11] * Quits: Reskp (~Reskp@78.193.56.47) (Ping timeout: 240 seconds)
  268. # [06:16] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Ping timeout: 272 seconds)
  269. # [06:23] * Joins: s3shs (~s3shs@wsip-70-184-105-92.ph.ph.cox.net)
  270. # [06:25] * Joins: Demego (~Demego@84.240.42.164)
  271. # [06:27] * Joins: mennea (~textual@37.46.38.120)
  272. # [06:29] * Joins: tandroid (~tandroid@71-208-230-252.hlrn.qwest.net)
  273. # [06:29] * Quits: WizJin (~WizJinAFK@117.208.1.141) (Quit: Leaving)
  274. # [06:30] * Quits: Demego (~Demego@84.240.42.164) (Ping timeout: 255 seconds)
  275. # [06:40] * Quits: luist (~luist@201.17.232.128) (Quit: luist)
  276. # [06:44] * Joins: sledgeDJ (~sledgeDJ@bzq-84-110-184-233.red.bezeqint.net)
  277. # [06:45] * Quits: tandroid (~tandroid@71-208-230-252.hlrn.qwest.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  278. # [06:57] * Quits: s3shs (~s3shs@wsip-70-184-105-92.ph.ph.cox.net) (Quit: Computer has gone to sleep.)
  279. # [07:02] * Quits: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net) (Read error: Connection reset by peer)
  280. # [07:03] * Joins: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net)
  281. # [07:04] * Joins: netQt (~netqt@80.227.47.62)
  282. # [07:05] * Joins: iDaniel (uid25588@gateway/web/irccloud.com/x-ovkuxsnlvhetxjqr)
  283. # [07:08] * Joins: Ciph3r (~Cyph3r@71-84-78-55.dhcp.rvsd.ca.charter.com)
  284. # [07:08] * Quits: Cyph3r (~Cyph3r@71-84-78-55.dhcp.rvsd.ca.charter.com) (Read error: Connection reset by peer)
  285. # [07:08] * Joins: robmorri_ (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net)
  286. # [07:08] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:959b:6d72:447f:b218)
  287. # [07:09] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
  288. # [07:09] * Joins: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net)
  289. # [07:10] * Quits: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net) (Ping timeout: 240 seconds)
  290. # [07:12] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:959b:6d72:447f:b218) (Ping timeout: 240 seconds)
  291. # [07:21] * Parts: bencc (~Ofir@bzq-84-109-139-138.red.bezeqint.net)
  292. # [07:25] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
  293. # [07:28] * Joins: s3shs (~s3shs@wsip-70-184-105-92.ph.ph.cox.net)
  294. # [07:29] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 240 seconds)
  295. # [07:32] * Quits: s3shs (~s3shs@wsip-70-184-105-92.ph.ph.cox.net) (Client Quit)
  296. # [07:42] * Joins: redaxmedia (~redaxmedi@dslb-188-103-227-034.pools.arcor-ip.net)
  297. # [07:42] * Joins: FilipNortic (~quassel@h-143-51.a192.priv.bahnhof.se)
  298. # [07:44] * Joins: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
  299. # [07:48] * Quits: TheCitizen (~TheCitize@c-71-59-143-22.hsd1.or.comcast.net) (Read error: Connection reset by peer)
  300. # [07:49] * Joins: doev (~doev@p4FD42692.dip0.t-ipconnect.de)
  301. # [07:50] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
  302. # [07:51] * Quits: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net) (Ping timeout: 272 seconds)
  303. # [07:53] * Quits: redaxmedia (~redaxmedi@dslb-188-103-227-034.pools.arcor-ip.net) (Quit: Leaving.)
  304. # [07:53] * Joins: Reskp (~Reskp@78.193.56.47)
  305. # [07:56] * Joins: G4M34C45H (~iRush@cpe-76-171-13-101.socal.res.rr.com)
  306. # [07:59] * Joins: jstimm (~jstimm@unaffiliated/jstimm)
  307. # [08:00] * Quits: Reskp (~Reskp@78.193.56.47) (Ping timeout: 244 seconds)
  308. # [08:00] * Joins: dangerousdave (~dangerous@78.156.71.46)
  309. # [08:06] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
  310. # [08:07] * Joins: cephalopod (~octopus@unaffiliated/cephalopod)
  311. # [08:07] * Quits: sledgeDJ (~sledgeDJ@bzq-84-110-184-233.red.bezeqint.net) (Ping timeout: 244 seconds)
  312. # [08:07] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Client Quit)
  313. # [08:11] * Joins: sledgeDJ (~sledgeDJ@31.168.91.255)
  314. # [08:15] * Joins: maxani (~maxani@12.178.1.109.rev.sfr.net)
  315. # [08:15] * Joins: Manny (~quassel@123.63.43.83)
  316. # [08:19] * Joins: ryanseddon (uid1832@gateway/web/irccloud.com/x-odsijyllkeslzvpo)
  317. # [08:20] * Joins: roelmonnens (~roelmonne@d54C2232C.access.telenet.be)
  318. # [08:23] * Joins: jottr_ (~jottr@unaffiliated/jottr)
  319. # [08:24] * Joins: Reskp (~Reskp@78.193.56.47)
  320. # [08:25] * Quits: Reskp (~Reskp@78.193.56.47) (Remote host closed the connection)
  321. # [08:26] * Joins: lexus00z (~Thunderbi@113.108.166.53)
  322. # [08:27] * Quits: jrahmy (~jrahmy@cpe-24-94-26-137.san.res.rr.com) (Quit: (Zzz...))
  323. # [08:28] * Joins: jrahmy (~jrahmy@cpe-24-94-26-137.san.res.rr.com)
  324. # [08:29] * Joins: DrSect1r (~DrSect0r@77-175-116-213.FTTH.ispfabriek.nl)
  325. # [08:33] * Quits: netQt (~netqt@80.227.47.62) (Remote host closed the connection)
  326. # [08:33] * Joins: kiriakos_ (~user@athedsl-233022.home.otenet.gr)
  327. # [08:33] <kiriakos_> hello
  328. # [08:35] * Joins: netQt (~netqt@80.227.47.62)
  329. # [08:37] * Quits: netQt (~netqt@80.227.47.62) (Remote host closed the connection)
  330. # [08:38] * Joins: dangerou_ (~dangerous@78.156.71.46)
  331. # [08:41] * Quits: parduse (~parduse@unaffiliated/parduse) (Killed (hobana.freenode.net (Nickname regained by services)))
  332. # [08:42] * Joins: parduse (parduse@88.241.81.199)
  333. # [08:42] * Quits: dangerousdave (~dangerous@78.156.71.46) (Ping timeout: 264 seconds)
  334. # [08:42] * parduse is now known as Guest86178
  335. # [08:42] * Quits: kiriakos_ (~user@athedsl-233022.home.otenet.gr) (Quit: Leaving)
  336. # [08:42] * Quits: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net) (Ping timeout: 245 seconds)
  337. # [08:43] * Joins: netQt (~netqt@80.227.47.62)
  338. # [08:54] * Quits: netQt (~netqt@80.227.47.62) (Remote host closed the connection)
  339. # [08:56] * Joins: netQt_ (~netqt@80.227.47.62)
  340. # [08:58] * Quits: netQt_ (~netqt@80.227.47.62) (Remote host closed the connection)
  341. # [08:58] * Joins: mr_lou (~sirlou@185.10.212.70)
  342. # [08:59] * Joins: netQt_ (~netqt@80.227.47.62)
  343. # [09:01] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
  344. # [09:02] * Quits: blivande (~Chw@189.193.68.36) (Ping timeout: 264 seconds)
  345. # [09:03] * Quits: netQt_ (~netqt@80.227.47.62) (Ping timeout: 240 seconds)
  346. # [09:08] * Joins: netQt (~netqt@80.227.47.62)
  347. # [09:10] * Quits: __joshua___ (uid17120@gateway/web/irccloud.com/x-cgyhioqzmkmoxjss) (Quit: Connection closed for inactivity)
  348. # [09:12] * Joins: Juanchito (~Juanchito@213.27.146.180)
  349. # [09:13] * Quits: mennea (~textual@37.46.38.120) (Read error: Connection reset by peer)
  350. # [09:14] * Quits: netQt (~netqt@80.227.47.62) (Remote host closed the connection)
  351. # [09:16] * Joins: sledgeDJ_ (~sledgeDJ@31.168.91.255)
  352. # [09:17] * Joins: netQt (~netqt@80.227.47.62)
  353. # [09:19] * Quits: sledgeDJ (~sledgeDJ@31.168.91.255) (Ping timeout: 255 seconds)
  354. # [09:20] <lexus00z> hello
  355. # [09:22] * Quits: irae_ (~irae_@nat/yahoo/x-lwwaqszxvnbyuzuh) (Ping timeout: 240 seconds)
  356. # [09:23] * Quits: iDaniel (uid25588@gateway/web/irccloud.com/x-ovkuxsnlvhetxjqr) (Quit: Connection closed for inactivity)
  357. # [09:26] * Quits: dangerou_ (~dangerous@78.156.71.46) (Read error: Connection reset by peer)
  358. # [09:26] * Joins: dangerousdave (~dangerous@78.156.71.46)
  359. # [09:28] * Quits: deasy (~deasy@host-85-201-82-67.brutele.be) (Quit: Nom d'un quark, c'est Edmonton !)
  360. # [09:31] * Quits: netQt (~netqt@80.227.47.62) (Remote host closed the connection)
  361. # [09:31] * Joins: netQt (~netqt@80.227.47.62)
  362. # [09:32] * Quits: Centime (~centime@178.251.23.188) (Ping timeout: 272 seconds)
  363. # [09:33] * Quits: northfurr (~northfurr@unaffiliated/northfurr) (Quit: northfurr)
  364. # [09:35] * Joins: netQt_ (~netqt@80.227.47.62)
  365. # [09:36] * Quits: netQt (~netqt@80.227.47.62) (Ping timeout: 244 seconds)
  366. # [09:36] * Joins: Lethalman (~luca@89.118.249.114)
  367. # [09:37] * Quits: Ericx2x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout: 255 seconds)
  368. # [09:38] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Ping timeout: 244 seconds)
  369. # [09:38] * Joins: Centime (~centime@178.251.23.188)
  370. # [09:38] * Quits: Manny (~quassel@123.63.43.83) (Ping timeout: 240 seconds)
  371. # [09:39] * Joins: Demego (~Demego@84.240.42.164)
  372. # [09:40] * Joins: hivearts (~hivearts@cable-188-2-52-228.dynamic.sbb.rs)
  373. # [09:46] * Quits: Emperor_Earth_ (~Emperor_E@cblmdm134-228-200-6.buckeyecom.net) (Quit: Leaving)
  374. # [09:51] * Quits: netQt_ (~netqt@80.227.47.62) (Remote host closed the connection)
  375. # [09:52] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Remote host closed the connection)
  376. # [09:53] * Joins: netQt (~netqt@80.227.47.62)
  377. # [09:54] * Joins: Hornet- (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginm.net)
  378. # [09:56] * Quits: lexus00z (~Thunderbi@113.108.166.53) (Ping timeout: 264 seconds)
  379. # [09:56] * Quits: _leb (~leb@pool-108-53-167-179.nwrknj.fios.verizon.net) (Quit: Computer has gone to sleep.)
  380. # [09:56] * Quits: Centime (~centime@178.251.23.188) (Ping timeout: 240 seconds)
  381. # [09:57] * Joins: _________ (~textual@80-193-72-2.paternoster.mezzonet.net)
  382. # [09:57] * Quits: Hornet (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginm.net) (Ping timeout: 245 seconds)
  383. # [10:01] * Joins: Centime (~centime@178.251.23.188)
  384. # [10:08] * Joins: mennea (~textual@bzq-218-174-89.red.bezeqint.net)
  385. # [10:11] * Joins: symb (~symb@2a02:8109:8980:540:e54b:d768:f085:3894)
  386. # [10:18] * Quits: PxlVision (~PxlVision@c-50-156-7-51.hsd1.ca.comcast.net) (Quit: HydraIRC -> http://www.hydrairc.com <- s0 d4Mn l33t |t'z 5c4rY!)
  387. # [10:20] * Quits: Centime (~centime@178.251.23.188) (Ping timeout: 245 seconds)
  388. # [10:24] * Joins: Centime (~centime@178.251.23.188)
  389. # [10:24] * Quits: vegbrasil (uid20581@gateway/web/irccloud.com/x-flbewvhqdjbevtvs) (Quit: Connection closed for inactivity)
  390. # [10:27] * Joins: cnivolle (~cnivolle@2a01:e34:ee97:c5c0:d42d:d25a:7997:a92e)
  391. # [10:28] * Quits: sledgeDJ_ (~sledgeDJ@31.168.91.255) (Ping timeout: 264 seconds)
  392. # [10:29] * Joins: sledgeDJ (~sledgeDJ@31.168.91.255)
  393. # [10:29] * Quits: netQt (~netqt@80.227.47.62) (Remote host closed the connection)
  394. # [10:29] * Joins: netQt (~netqt@80.227.47.62)
  395. # [10:32] * Joins: nicolasbadia___ (~nicolasba@78.209.78.103)
  396. # [10:33] * Quits: netQt (~netqt@80.227.47.62) (Ping timeout: 240 seconds)
  397. # [10:34] * Quits: nicolasbadia (~nicolasba@78.209.78.103) (Ping timeout: 272 seconds)
  398. # [10:34] * Quits: nicolasbadia___ (~nicolasba@78.209.78.103) (Client Quit)
  399. # [10:34] * Joins: nicolasbadia (~nicolasba@78.209.78.103)
  400. # [10:38] * Quits: richardbaker (~richardba@172-3-189-237.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
  401. # [10:38] * Quits: mr_lou (~sirlou@185.10.212.70) (Quit: Ex-Chat)
  402. # [10:40] * Quits: dangerousdave (~dangerous@78.156.71.46) (Read error: Connection reset by peer)
  403. # [10:40] * Joins: dangerousdave (~dangerous@78.156.71.46)
  404. # [10:42] * Joins: mateNz (~mateNz@unaffiliated/matenz)
  405. # [10:44] * Joins: AciD`` (~gni@jau72-5-78-223-56-21.fbx.proxad.net)
  406. # [10:49] * Quits: heedypo1 (~heedypo@user-5af4ac47.broadband.tesco.net) (Ping timeout: 240 seconds)
  407. # [10:49] * Quits: heedypo (~heedypo@user-5af4ac47.broadband.tesco.net) (Ping timeout: 240 seconds)
  408. # [10:49] * Quits: doev (~doev@p4FD42692.dip0.t-ipconnect.de) (Remote host closed the connection)
  409. # [10:49] * Quits: jrahmy (~jrahmy@cpe-24-94-26-137.san.res.rr.com) (Quit: (Zzz...))
  410. # [10:51] * Joins: netQt (~netqt@80.227.47.62)
  411. # [10:52] * Joins: manuelbieh (~manuelbie@gw-bln.aperto.de)
  412. # [10:53] * Joins: heedypo_ (~heedypo@user-5af4a883.broadband.tesco.net)
  413. # [10:53] * Joins: heedypo2 (~heedypo@user-5af4a883.broadband.tesco.net)
  414. # [10:56] * Joins: heedypo1 (~heedypo@user-5af4a88f.broadband.tesco.net)
  415. # [10:56] * Joins: heedypo (~heedypo@user-5af4a88f.broadband.tesco.net)
  416. # [10:56] * Joins: Click66 (~Click66@94.143.188.0)
  417. # [10:58] * Joins: jrahmy (~jrahmy@cpe-24-94-26-137.san.res.rr.com)
  418. # [10:58] * Quits: heedypo_ (~heedypo@user-5af4a883.broadband.tesco.net) (Ping timeout: 240 seconds)
  419. # [10:59] * Quits: heedypo2 (~heedypo@user-5af4a883.broadband.tesco.net) (Ping timeout: 272 seconds)
  420. # [10:59] * Quits: sledgeDJ (~sledgeDJ@31.168.91.255) (Ping timeout: 272 seconds)
  421. # [11:01] * Joins: Left_Turn (~Left_Turn@unaffiliated/turn-left/x-3739067)
  422. # [11:02] * Joins: heedypo2 (~heedypo@user-5af4a8cf.broadband.tesco.net)
  423. # [11:02] * Joins: heedypo_ (~heedypo@user-5af4a8cf.broadband.tesco.net)
  424. # [11:04] * Quits: heedypo (~heedypo@user-5af4a88f.broadband.tesco.net) (Ping timeout: 240 seconds)
  425. # [11:04] * Joins: cnivolle_ (~cnivolle@2a01:e34:ee97:c5c0:5183:940d:ccf3:e847)
  426. # [11:05] * Joins: sledgeDJ (~sledgeDJ@31.168.91.255)
  427. # [11:05] * Quits: heedypo1 (~heedypo@user-5af4a88f.broadband.tesco.net) (Ping timeout: 272 seconds)
  428. # [11:05] * Joins: will_richards (~anonymous@195.171.92.84)
  429. # [11:08] * Quits: cnivolle (~cnivolle@2a01:e34:ee97:c5c0:d42d:d25a:7997:a92e) (Ping timeout: 240 seconds)
  430. # [11:08] * Quits: jrahmy (~jrahmy@cpe-24-94-26-137.san.res.rr.com) (Quit: (Zzz...))
  431. # [11:09] * Quits: sledgeDJ (~sledgeDJ@31.168.91.255) (Read error: Connection reset by peer)
  432. # [11:10] * Quits: manuelbieh (~manuelbie@gw-bln.aperto.de) (Read error: Connection reset by peer)
  433. # [11:11] * Joins: manuelbieh (~manuelbie@gw-bln.aperto.de)
  434. # [11:11] * Joins: sledgeDJ (~sledgeDJ@31.168.91.255)
  435. # [11:12] * Quits: cephalopod (~octopus@unaffiliated/cephalopod) (Ping timeout: 240 seconds)
  436. # [11:22] * Quits: kiora (~yz@103.11.50.202) (Remote host closed the connection)
  437. # [11:23] * Quits: robmorri_ (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net) (Quit: Computer has gone to sleep.)
  438. # [11:25] * Quits: sledgeDJ (~sledgeDJ@31.168.91.255) (Ping timeout: 264 seconds)
  439. # [11:26] * Joins: sledgeDJ (~sledgeDJ@31.168.91.255)
  440. # [11:29] * Quits: netQt (~netqt@80.227.47.62) (Remote host closed the connection)
  441. # [11:29] * Joins: netQt (~netqt@80.227.47.62)
  442. # [11:30] * Quits: the8thbit (~the8thbit@173-28-151-144.client.mchsi.com) (Read error: Connection reset by peer)
  443. # [11:30] * Joins: Jayflux (~Jason@unaffiliated/jayflux)
  444. # [11:32] <drager> If I have belongsTo('something') cant I get in the view $object->something?
  445. # [11:33] * Joins: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
  446. # [11:33] <drager> I get null
  447. # [11:33] * Quits: netQt (~netqt@80.227.47.62) (Ping timeout: 240 seconds)
  448. # [11:34] * Quits: sledgeDJ (~sledgeDJ@31.168.91.255) (Ping timeout: 245 seconds)
  449. # [11:37] * Joins: Ducki (~Ducki@191.233.66.1)
  450. # [11:38] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Ping timeout: 264 seconds)
  451. # [11:38] <moo-_-> drager: can you clarify the context? whatever you are talking about doesn't sound like HTML5 or JavaScript
  452. # [11:40] <drager> moo-_-: Wow, wrong channel sorry
  453. # [11:41] * Joins: netQt (~netqt@80.227.47.62)
  454. # [11:46] * Joins: heedypo (~heedypo@user-5af4a9ab.broadband.tesco.net)
  455. # [11:47] * Joins: the8thbit (~the8thbit@173-28-151-144.client.mchsi.com)
  456. # [11:47] * Quits: heedypo2 (~heedypo@user-5af4a8cf.broadband.tesco.net) (Ping timeout: 240 seconds)
  457. # [11:48] * Joins: sledgeDJ (~sledgeDJ@bzq-84-110-184-233.red.bezeqint.net)
  458. # [11:48] * Quits: heedypo_ (~heedypo@user-5af4a8cf.broadband.tesco.net) (Ping timeout: 264 seconds)
  459. # [11:52] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Remote host closed the connection)
  460. # [11:52] <moo-_-> drager: thought so :)
  461. # [11:53] * Quits: heedypo (~heedypo@user-5af4a9ab.broadband.tesco.net) (Ping timeout: 264 seconds)
  462. # [11:54] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
  463. # [11:58] * Joins: Ms2ger (~Ms2ger@193.190.253.149)
  464. # [12:00] * Joins: heedypo_ (~heedypo@user-5af4a9c4.broadband.tesco.net)
  465. # [12:03] * jottr_ is now known as jottr
  466. # [12:07] * Quits: gabybro (~gabybro@92.85.250.68) (Read error: Connection reset by peer)
  467. # [12:07] * Joins: heedypo (~heedypo@user-5af4a9c4.broadband.tesco.net)
  468. # [12:07] * Joins: teear__ (teear@84-231-93-168.elisa-mobile.fi)
  469. # [12:08] * Quits: G4M34C45H (~iRush@cpe-76-171-13-101.socal.res.rr.com)
  470. # [12:10] * Quits: Betal (~Beta@unaffiliated/betal) (Remote host closed the connection)
  471. # [12:10] * Quits: teear_ (teear@84-231-93-168.elisa-mobile.fi) (Ping timeout: 240 seconds)
  472. # [12:10] * Joins: heedypo1 (~heedypo@user-5af4aa27.broadband.tesco.net)
  473. # [12:10] * Joins: heedypo2 (~heedypo@user-5af4aa27.broadband.tesco.net)
  474. # [12:12] * Joins: dangerou_ (~dangerous@78.156.71.46)
  475. # [12:12] * Quits: heedypo (~heedypo@user-5af4a9c4.broadband.tesco.net) (Ping timeout: 255 seconds)
  476. # [12:12] * Quits: heedypo_ (~heedypo@user-5af4a9c4.broadband.tesco.net) (Ping timeout: 240 seconds)
  477. # [12:14] * Quits: dangerousdave (~dangerous@78.156.71.46) (Ping timeout: 264 seconds)
  478. # [12:22] * Quits: Click66 (~Click66@94.143.188.0) (Quit: Computer has gone to sleep.)
  479. # [12:25] * Joins: Thundernator (02f6052d@gateway/web/freenode/ip.2.246.5.45)
  480. # [12:27] * Joins: tus (~darius@unaffiliated/tus)
  481. # [12:28] * Quits: AciD` (~gni@jau72-5-78-223-56-21.fbx.proxad.net) (Changing host)
  482. # [12:28] * Joins: AciD` (~gni@unaffiliated/acid/x-7368316)
  483. # [12:33] * Joins: sethne (~sethne@89.191.13.2)
  484. # [12:35] * Quits: Thundernator (02f6052d@gateway/web/freenode/ip.2.246.5.45) (Quit: Page closed)
  485. # [12:35] * Quits: heldfree (~heldfree@61.12.96.226) (Quit: heldfree)
  486. # [12:36] * Joins: Thunder (02f6052d@gateway/web/freenode/ip.2.246.5.45)
  487. # [12:43] * Joins: beingAwesome (~Thunderbi@219.91.231.207)
  488. # [12:45] * Quits: Whiskey (whiskey@31.44.232.185) (Ping timeout: 272 seconds)
  489. # [12:46] * Joins: DreadKnight (~DreadKnig@unaffiliated/dreadknight)
  490. # [12:48] * Joins: Click66 (~Click66@94.143.188.0)
  491. # [12:49] * Joins: dobalina (~dobalina@gateway/tor-sasl/dobalina)
  492. # [12:50] * Quits: beingAwesome (~Thunderbi@219.91.231.207) (Quit: beingAwesome)
  493. # [12:53] * Joins: Whiskey (whiskey@31.44.232.185)
  494. # [12:58] * Joins: louisremi (~louisremi@cxr69-3-82-225-61-131.fbx.proxad.net)
  495. # [13:01] * Joins: luv2dev (3a443554@gateway/web/cgi-irc/kiwiirc.com/ip.58.68.53.84)
  496. # [13:02] <luv2dev> How I can add a video background to a fixed height and 100% wide div? please help
  497. # [13:03] <luv2dev> Anybody there?
  498. # [13:04] * Quits: Jayflux (~Jason@unaffiliated/jayflux) (Quit: Leaving)
  499. # [13:04] * Joins: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi)
  500. # [13:04] * Joins: robert_ (3a443554@gateway/web/freenode/ip.58.68.53.84)
  501. # [13:05] * robert_ is now known as Guest74695
  502. # [13:06] <luv2dev> like http://www.masterslider.com/features/templates/fullscreen-slider-video-background/
  503. # [13:07] * Quits: Wildblue` (~guy@unaffiliated/wildblue) (Quit: Terabytes are termite-like desert insects.)
  504. # [13:09] * Joins: montecfel (~montecfel@gateway/tor-sasl/montecfel)
  505. # [13:11] <luv2dev> Anybody there please help me to add a video background for full wide and 360px height.
  506. # [13:18] * Joins: nixeldev_ (~nixeldev@140.31-35-82.static.virginmediabusiness.co.uk)
  507. # [13:19] * Quits: basiclaser (Elite7488@gateway/shell/elitebnc/x-zhbgolmnkkobcuge) (Excess Flood)
  508. # [13:20] * Joins: basiclaser (Elite7488@gateway/shell/elitebnc/x-edcqgojzlaqbwdcf)
  509. # [13:20] * Quits: nixeldev (~nixeldev@202.32-104-213.static.virginmediabusiness.co.uk) (Ping timeout: 245 seconds)
  510. # [13:21] * Quits: Centime (~centime@178.251.23.188) (Ping timeout: 255 seconds)
  511. # [13:21] * Joins: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
  512. # [13:24] * Joins: heldfree (~heldfree@61.12.96.226)
  513. # [13:26] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Ping timeout: 244 seconds)
  514. # [13:30] <luv2dev> Nobody knows how to add a video background for fixed height and wide 100% layout?
  515. # [13:32] * Quits: luv2dev (3a443554@gateway/web/cgi-irc/kiwiirc.com/ip.58.68.53.84) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
  516. # [13:33] * Quits: Guest74695 (3a443554@gateway/web/freenode/ip.58.68.53.84) (Quit: Page closed)
  517. # [13:34] * Quits: montecfel (~montecfel@gateway/tor-sasl/montecfel) (Quit: montecfel)
  518. # [13:36] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  519. # [13:36] * Quits: k_sze[work] (~kvirc@unaffiliated/kira) (Ping timeout: 240 seconds)
  520. # [13:38] * Joins: DoniRS (~DaRamirez@ip4da37ebf.direct-adsl.nl)
  521. # [13:41] * Joins: Manny (~quassel@113.20.16.200)
  522. # [13:44] * Quits: sledgeDJ (~sledgeDJ@bzq-84-110-184-233.red.bezeqint.net) (Ping timeout: 244 seconds)
  523. # [13:45] <sud0x3> look at the source code of the page you posted
  524. # [13:45] * Quits: snowden (~snowden@gateway/tor-sasl/snowden) (Remote host closed the connection)
  525. # [13:45] * Quits: DrCode (~DrCode@gateway/tor-sasl/drcode) (Write error: Connection reset by peer)
  526. # [13:45] * Joins: DrCode (~DrCode@gateway/tor-sasl/drcode)
  527. # [13:46] * Joins: snowden (~snowden@gateway/tor-sasl/snowden)
  528. # [13:47] <sud0x3> its not the fact that nobody knows, more than likely that way you asked
  529. # [13:50] * Joins: doev (~doev@p4FD42CBE.dip0.t-ipconnect.de)
  530. # [13:57] * Quits: Hornet- (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginm.net) (Ping timeout: 245 seconds)
  531. # [13:59] * Joins: Hornet- (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginm.net)
  532. # [14:08] * Joins: sledgeDJ (~sledgeDJ@bzq-84-110-184-233.red.bezeqint.net)
  533. # [14:08] * Quits: SOUL_OF_R00T (~M4G3@unaffiliated/soul-of-r00t/x-4421326) (Ping timeout: 244 seconds)
  534. # [14:13] * Joins: SOUL_OF_R00T (~M4G3@unaffiliated/soul-of-r00t/x-4421326)
  535. # [14:22] * Quits: SOUL_OF_R00T (~M4G3@unaffiliated/soul-of-r00t/x-4421326) (Ping timeout: 245 seconds)
  536. # [14:24] * Quits: MissionCritical (~MissionCr@unaffiliated/missioncritical) (Ping timeout: 264 seconds)
  537. # [14:25] * Joins: jordila (~jordi@host138.190-224-149.telecom.net.ar)
  538. # [14:28] * Quits: Thunder (02f6052d@gateway/web/freenode/ip.2.246.5.45) (Ping timeout: 246 seconds)
  539. # [14:30] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
  540. # [14:31] * Hornet- is now known as Hornet
  541. # [14:34] * Joins: mongo (~mongo@unaffiliated/mongo)
  542. # [14:36] * pablasso_afk is now known as pablasso
  543. # [14:36] * Joins: MissionCritical (~MissionCr@unaffiliated/missioncritical)
  544. # [14:45] * Joins: blivande (~Chw@189.193.68.36)
  545. # [14:50] * Quits: Click66 (~Click66@94.143.188.0) (Quit: Computer has gone to sleep.)
  546. # [14:52] * Joins: jferrie (~Adium@static-71-183-236-56.nycmny.fios.verizon.net)
  547. # [14:52] * Parts: jferrie (~Adium@static-71-183-236-56.nycmny.fios.verizon.net)
  548. # [14:54] * Joins: krawchyk (~textual@50-198-150-254-static.hfc.comcastbusiness.net)
  549. # [14:56] * Quits: cnivolle_ (~cnivolle@2a01:e34:ee97:c5c0:5183:940d:ccf3:e847) (Ping timeout: 260 seconds)
  550. # [14:58] * Joins: Click66 (~Click66@94.143.188.0)
  551. # [14:58] * Joins: cnivolle (~cnivolle@office.clever-cloud.com)
  552. # [14:58] * Joins: baprath (~baprath@122.252.237.34)
  553. # [14:58] * Joins: montecfel (~montecfel@gateway/tor-sasl/montecfel)
  554. # [15:01] * Quits: dobalina (~dobalina@gateway/tor-sasl/dobalina) (Ping timeout: 264 seconds)
  555. # [15:02] * Joins: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
  556. # [15:02] * Joins: k_sze[work] (~kvirc@unaffiliated/kira)
  557. # [15:03] <jetienne> hi
  558. # [15:04] * Joins: nixeldev (~nixeldev@202.32-104-213.static.virginmediabusiness.co.uk)
  559. # [15:06] * Quits: Manny (~quassel@113.20.16.200) (Ping timeout: 244 seconds)
  560. # [15:07] * Quits: k_sze[work] (~kvirc@unaffiliated/kira) (Ping timeout: 244 seconds)
  561. # [15:07] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Ping timeout: 272 seconds)
  562. # [15:07] * Quits: nixeldev_ (~nixeldev@140.31-35-82.static.virginmediabusiness.co.uk) (Ping timeout: 240 seconds)
  563. # [15:08] * pablasso is now known as pablasso_afk
  564. # [15:13] * Quits: baprath (~baprath@122.252.237.34) (Quit: Leaving)
  565. # [15:19] * Quits: the8thbit (~the8thbit@173-28-151-144.client.mchsi.com) (Ping timeout: 272 seconds)
  566. # [15:23] * Quits: Somatt_wrk_ (~somattwrk@130.193.24.135) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
  567. # [15:24] * Joins: SOUL_OF_R00T (~M4G3@unaffiliated/soul-of-r00t/x-4421326)
  568. # [15:26] * Joins: northfurr (~northfurr@unaffiliated/northfurr)
  569. # [15:27] * Joins: cnivolle_ (~cnivolle@2a01:e34:ee97:c5c0:11e9:ce46:e25e:efa1)
  570. # [15:27] * Quits: jordila (~jordi@host138.190-224-149.telecom.net.ar) (Quit: Leaving.)
  571. # [15:28] * Joins: jordila (~jordi@host138.190-224-149.telecom.net.ar)
  572. # [15:29] * Joins: amason (uid18806@gateway/web/irccloud.com/x-dpqorkifcykymkla)
  573. # [15:31] * Quits: cnivolle (~cnivolle@office.clever-cloud.com) (Ping timeout: 245 seconds)
  574. # [15:33] * Joins: d0nkeyBOB (~textual@159.215.64.20)
  575. # [15:39] * Joins: luist (~luist@201.17.232.128)
  576. # [15:39] * Quits: dangerou_ (~dangerous@78.156.71.46) (Read error: Connection reset by peer)
  577. # [15:39] * Joins: dangerousdave (~dangerous@78.156.71.46)
  578. # [15:39] * Quits: jordila (~jordi@host138.190-224-149.telecom.net.ar) (Ping timeout: 240 seconds)
  579. # [15:41] * pablasso_afk is now known as pablasso
  580. # [15:42] * Quits: Alina-malina (Alina-mali@unaffiliated/alina-malina) (Read error: Connection timed out)
  581. # [15:43] * Joins: cnivolle (~cnivolle@office.clever-cloud.com)
  582. # [15:44] * Joins: Alina-malina (Alina-mali@unaffiliated/alina-malina)
  583. # [15:44] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Remote host closed the connection)
  584. # [15:45] * Quits: cnivolle_ (~cnivolle@2a01:e34:ee97:c5c0:11e9:ce46:e25e:efa1) (Ping timeout: 240 seconds)
  585. # [15:53] * Joins: dobalina (~dobalina@gateway/tor-sasl/dobalina)
  586. # [15:58] * Joins: zB0hs (~zB0hs@c-69-251-249-68.hsd1.md.comcast.net)
  587. # [16:00] * Joins: redaxmedia (~redaxmedi@dslb-188-103-227-034.pools.arcor-ip.net)
  588. # [16:00] * Quits: northfurr (~northfurr@unaffiliated/northfurr) (Quit: northfurr)
  589. # [16:00] * Quits: Click66 (~Click66@94.143.188.0) (Quit: Computer has gone to sleep.)
  590. # [16:00] * Joins: ehynds (~ehynds@64.206.121.41)
  591. # [16:02] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 244 seconds)
  592. # [16:05] * Quits: sethne (~sethne@89.191.13.2) (Quit: bye)
  593. # [16:06] * Joins: tam (70c8121b@gateway/web/freenode/ip.112.200.18.27)
  594. # [16:06] <tam> hi folks just wanna ask if anyone here using schema?
  595. # [16:08] * Quits: tam (70c8121b@gateway/web/freenode/ip.112.200.18.27) (Client Quit)
  596. # [16:12] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  597. # [16:13] * Quits: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi) (Ping timeout: 240 seconds)
  598. # [16:14] * Quits: heldfree (~heldfree@61.12.96.226) (Quit: heldfree)
  599. # [16:14] * Joins: Jon47 (~Jon47@38.100.143.34)
  600. # [16:16] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
  601. # [16:16] * Joins: Centime (~centime@178.251.23.43)
  602. # [16:18] * Quits: zB0hs (~zB0hs@c-69-251-249-68.hsd1.md.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  603. # [16:19] * Joins: vegbrasil (uid20581@gateway/web/irccloud.com/x-dlowcpswwvlewjsf)
  604. # [16:19] * Quits: Jon47 (~Jon47@38.100.143.34) (Ping timeout: 264 seconds)
  605. # [16:21] * Joins: graphettion (~graphetti@66.49.23.98.nw.nuvox.net)
  606. # [16:22] * Joins: cnivolle_ (~cnivolle@2a01:e34:ee97:c5c0:1918:47b8:e65d:9d32)
  607. # [16:24] * Quits: doev (~doev@p4FD42CBE.dip0.t-ipconnect.de) (Ping timeout: 255 seconds)
  608. # [16:25] * Joins: doev (~doev@p4FD42C53.dip0.t-ipconnect.de)
  609. # [16:25] * Quits: cnivolle (~cnivolle@office.clever-cloud.com) (Ping timeout: 240 seconds)
  610. # [16:29] * Joins: jottr (~jottr@unaffiliated/jottr)
  611. # [16:30] * Quits: Centime (~centime@178.251.23.43) (Ping timeout: 255 seconds)
  612. # [16:30] * Joins: Cent (~centime@178.251.23.43)
  613. # [16:30] * Quits: mongo (~mongo@unaffiliated/mongo) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  614. # [16:34] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 272 seconds)
  615. # [16:35] * Joins: mpaarating (~mpaaratin@rrcs-97-78-217-146.se.biz.rr.com)
  616. # [16:37] * Joins: BigBangUDR (~Thunderbi@101.57.72.102)
  617. # [16:39] * Joins: luiz_lha (~luiz@152.251.194.190)
  618. # [16:40] * Joins: Bray90820 (~Bray90820@131.225.43.247)
  619. # [16:41] * Joins: newtron_ (~newtron@199.71.174.203)
  620. # [16:43] * Joins: jerryitt (uid17132@gateway/web/irccloud.com/x-gginglrkwnprdnrz)
  621. # [16:44] * Joins: antlong (~antlong@unaffiliated/antlong)
  622. # [16:45] * Quits: dachi (dachi@2a01:7e00::f03c:91ff:fe69:29b) (Quit: ...)
  623. # [16:45] * Quits: doev (~doev@p4FD42C53.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  624. # [16:45] * Quits: ShooterMG (~shootermg@c-24-21-207-128.hsd1.or.comcast.net) (Remote host closed the connection)
  625. # [16:46] * Joins: doev (~doev@p4FD42C53.dip0.t-ipconnect.de)
  626. # [16:47] * Quits: luist (~luist@201.17.232.128) (Quit: luist)
  627. # [16:48] * Joins: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net)
  628. # [16:49] * Quits: redaxmedia (~redaxmedi@dslb-188-103-227-034.pools.arcor-ip.net) (Ping timeout: 240 seconds)
  629. # [16:49] * Joins: dwayhs (~dwayhs@189.125.22.90)
  630. # [16:54] * Joins: jottr (~jottr@unaffiliated/jottr)
  631. # [16:54] * Quits: DoniRS (~DaRamirez@ip4da37ebf.direct-adsl.nl) (Ping timeout: 240 seconds)
  632. # [17:01] * Quits: FilipNortic (~quassel@h-143-51.a192.priv.bahnhof.se) (Read error: Connection reset by peer)
  633. # [17:02] * Quits: mpaarating (~mpaaratin@rrcs-97-78-217-146.se.biz.rr.com) (Quit: mpaarating)
  634. # [17:02] * Joins: dik_dak (~dik_dak@pool-108-21-63-242.nycmny.fios.verizon.net)
  635. # [17:04] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
  636. # [17:04] * Quits: BigBangUDR (~Thunderbi@101.57.72.102) (Quit: BigBangUDR)
  637. # [17:05] * Quits: Ducki (~Ducki@191.233.66.1) (Ping timeout: 240 seconds)
  638. # [17:06] * Quits: roelmonnens (~roelmonne@d54C2232C.access.telenet.be) (Remote host closed the connection)
  639. # [17:06] * Quits: mennea (~textual@bzq-218-174-89.red.bezeqint.net) (Ping timeout: 264 seconds)
  640. # [17:06] * Joins: roelmonnens (~roelmonne@d54C2232C.access.telenet.be)
  641. # [17:09] * Joins: pmodern (~PC@70-89-102-194-Florida.hfc.comcastbusiness.net)
  642. # [17:10] * Quits: roelmonnens (~roelmonne@d54C2232C.access.telenet.be) (Ping timeout: 240 seconds)
  643. # [17:11] * Joins: mongo (~mongo@unaffiliated/mongo)
  644. # [17:13] * Joins: Manny (~quassel@113.20.16.71)
  645. # [17:14] * Joins: mpaarating (~mpaaratin@rrcs-97-78-217-146.se.biz.rr.com)
  646. # [17:15] * Joins: redaxmedia (~redaxmedi@dslb-188-103-227-034.pools.arcor-ip.net)
  647. # [17:18] * Joins: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net)
  648. # [17:21] * Quits: netQt (~netqt@80.227.47.62) (Remote host closed the connection)
  649. # [17:21] * Joins: mamarilmanson (~mamarilma@121.54.54.131)
  650. # [17:21] * Quits: SOUL_OF_R00T (~M4G3@unaffiliated/soul-of-r00t/x-4421326) (Ping timeout: 272 seconds)
  651. # [17:22] * Joins: netQt (~netqt@80.227.47.62)
  652. # [17:22] * Joins: george2 (~42@unaffiliated/george2)
  653. # [17:24] * Quits: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net) (Ping timeout: 240 seconds)
  654. # [17:25] * Joins: newtron_work (~newtron@199.71.174.203)
  655. # [17:25] * Joins: shenk (~shenk@static-108-16-212-50.phlapa.fios.verizon.net)
  656. # [17:25] * Quits: shenk (~shenk@static-108-16-212-50.phlapa.fios.verizon.net) (Max SendQ exceeded)
  657. # [17:26] * Joins: lmclister (~lmclister@192.150.10.206)
  658. # [17:26] * Quits: netQt (~netqt@80.227.47.62) (Ping timeout: 255 seconds)
  659. # [17:26] * Quits: Cent (~centime@178.251.23.43) (Ping timeout: 245 seconds)
  660. # [17:27] * Quits: newtron_ (~newtron@199.71.174.203) (Ping timeout: 240 seconds)
  661. # [17:27] * Joins: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
  662. # [17:28] * Quits: sledgeDJ (~sledgeDJ@bzq-84-110-184-233.red.bezeqint.net) (Ping timeout: 244 seconds)
  663. # [17:29] * Joins: irae_ (~irae_@c-50-131-40-138.hsd1.ca.comcast.net)
  664. # [17:31] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
  665. # [17:31] * Joins: iDaniel (uid25588@gateway/web/irccloud.com/x-hrubcnwsclvddakz)
  666. # [17:31] * Joins: jordila (~jordi@host138.190-224-149.telecom.net.ar)
  667. # [17:32] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Client Quit)
  668. # [17:34] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
  669. # [17:34] * Quits: hivearts (~hivearts@cable-188-2-52-228.dynamic.sbb.rs) (Quit: Computer has gone to sleep.)
  670. # [17:35] * Joins: Caiters (~Caitlin@wsip-68-15-80-137.oc.oc.cox.net)
  671. # [17:36] * pablasso is now known as pablasso_afk
  672. # [17:38] * Joins: sledgeDJ (~sledgeDJ@bzq-84-110-184-233.red.bezeqint.net)
  673. # [17:40] * Quits: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net) (Ping timeout: 245 seconds)
  674. # [17:40] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
  675. # [17:41] * Quits: Manny (~quassel@113.20.16.71) (Ping timeout: 264 seconds)
  676. # [17:41] * Joins: Click66 (~Click66@2a02:1810:a88c:9400:a16c:3d60:3314:371a)
  677. # [17:42] * Joins: newtron_ (~newtron@199.71.174.203)
  678. # [17:44] * Quits: lmclister (~lmclister@192.150.10.206)
  679. # [17:44] * Quits: Click66 (~Click66@2a02:1810:a88c:9400:a16c:3d60:3314:371a) (Client Quit)
  680. # [17:44] * Joins: dawhite (~dawhite@74.118.22.223)
  681. # [17:44] * Quits: newtron_work (~newtron@199.71.174.203) (Ping timeout: 240 seconds)
  682. # [17:46] * Quits: will_richards (~anonymous@195.171.92.84) (Ping timeout: 245 seconds)
  683. # [17:46] * pablasso_afk is now known as pablasso
  684. # [17:46] * Joins: Mads (~Madison@69.73.119.140)
  685. # [17:48] * Joins: Ericx2x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  686. # [17:49] * Joins: BigBangUDR (~Thunderbi@101.57.72.102)
  687. # [17:49] * Quits: Bray90820 (~Bray90820@131.225.43.247) (Remote host closed the connection)
  688. # [17:49] * Quits: Madi (~Madison@69.73.119.140) (Ping timeout: 244 seconds)
  689. # [17:49] * Quits: BigBangUDR (~Thunderbi@101.57.72.102) (Client Quit)
  690. # [17:50] * Joins: Bray90820 (~Bray90820@macbookpro.dhcp.fnal.gov)
  691. # [17:51] * Joins: Courtney (~Courtney@c-50-164-64-71.hsd1.pa.comcast.net)
  692. # [17:53] * Quits: Left_Turn (~Left_Turn@unaffiliated/turn-left/x-3739067) (Read error: Connection reset by peer)
  693. # [17:53] * Joins: noTHD (~noTHD@77.71.97.108)
  694. # [17:54] * Joins: richardbaker (~richardba@otp477474ots.ucsf.edu)
  695. # [17:55] * pablasso is now known as pablasso_afk
  696. # [17:56] * Joins: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net)
  697. # [17:56] * Joins: s3shs (~s3shs@wsip-70-184-105-92.ph.ph.cox.net)
  698. # [17:56] * Quits: Ms2ger (~Ms2ger@193.190.253.149) (Ping timeout: 244 seconds)
  699. # [17:56] * Joins: lmclister (~lmclister@192.150.10.210)
  700. # [18:01] * Quits: montecfel (~montecfel@gateway/tor-sasl/montecfel) (Remote host closed the connection)
  701. # [18:02] * Joins: montecfel (~montecfel@gateway/tor-sasl/montecfel)
  702. # [18:02] * Quits: _________ (~textual@80-193-72-2.paternoster.mezzonet.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  703. # [18:02] * Quits: richardbaker (~richardba@otp477474ots.ucsf.edu) (Remote host closed the connection)
  704. # [18:03] * Joins: richardbaker (~richardba@otp477474ots.ucsf.edu)
  705. # [18:06] * Quits: terminalpixel (~grant@ns308981.ip-94-23-241.eu) (Quit: WeeChat 0.4.1)
  706. # [18:06] * Quits: cnivolle_ (~cnivolle@2a01:e34:ee97:c5c0:1918:47b8:e65d:9d32) (Ping timeout: 240 seconds)
  707. # [18:11] * Joins: cnivolle (~cnivolle@office.clever-cloud.com)
  708. # [18:13] * pablasso_afk is now known as pablasso
  709. # [18:13] * Joins: niftylettuce_ (uid2733@gateway/web/irccloud.com/x-tpuizednuncwetae)
  710. # [18:14] * Quits: amason (uid18806@gateway/web/irccloud.com/x-dpqorkifcykymkla) (Quit: Connection closed for inactivity)
  711. # [18:14] * Quits: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net) (Ping timeout: 240 seconds)
  712. # [18:17] * Joins: roelmonnens (~roelmonne@ip-83-134-60-45.dsl.scarlet.be)
  713. # [18:19] * Quits: irae_ (~irae_@c-50-131-40-138.hsd1.ca.comcast.net) (Quit: irae_)
  714. # [18:21] * Quits: roelmonnens (~roelmonne@ip-83-134-60-45.dsl.scarlet.be) (Ping timeout: 272 seconds)
  715. # [18:22] * Quits: Alina-malina (Alina-mali@unaffiliated/alina-malina) (Max SendQ exceeded)
  716. # [18:22] * Quits: mamarilmanson (~mamarilma@121.54.54.131) (Quit: Leaving)
  717. # [18:23] * Joins: Click66 (~Click66@2a02:1810:a88c:9400:9155:4661:48e8:6d0b)
  718. # [18:24] * Joins: Alina-malina (Alina-mali@unaffiliated/alina-malina)
  719. # [18:25] * Joins: Hornet- (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginm.net)
  720. # [18:25] * Quits: zodiac (~opsec@unaffiliated/opsec) (Ping timeout: 264 seconds)
  721. # [18:26] * Quits: Click66 (~Click66@2a02:1810:a88c:9400:9155:4661:48e8:6d0b) (Client Quit)
  722. # [18:26] * Joins: ClarusCogitatio (~ClarusCog@23.94.34.174)
  723. # [18:26] * Joins: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi)
  724. # [18:26] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
  725. # [18:27] * Joins: Emperor_Earth (~Emperor_E@cblmdm134-228-200-6.buckeyecom.net)
  726. # [18:27] * Joins: martisj (~martisj@cm-84.208.158.213.getinternet.no)
  727. # [18:28] <martisj> morning
  728. # [18:28] <martisj> Retina images today?
  729. # [18:28] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 272 seconds)
  730. # [18:28] * Quits: Hornet (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginm.net) (Ping timeout: 264 seconds)
  731. # [18:28] <martisj> Which method should I pick for <img> that will be used in the markup
  732. # [18:28] <martisj> as opposed to css
  733. # [18:29] * Joins: hivearts (~hivearts@cable-188-2-82-92.dynamic.sbb.rs)
  734. # [18:29] * Quits: hivearts (~hivearts@cable-188-2-82-92.dynamic.sbb.rs) (Client Quit)
  735. # [18:29] * Quits: ehynds (~ehynds@64.206.121.41)
  736. # [18:32] * Quits: Voleurz (~textual@69.172.148.153)
  737. # [18:33] * Joins: ehynds (~ehynds@64.206.121.41)
  738. # [18:35] * Joins: mennea (~textual@37.46.38.120)
  739. # [18:38] * Joins: zodiac (~opsec@unaffiliated/opsec)
  740. # [18:42] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Remote host closed the connection)
  741. # [18:43] * Quits: richardbaker (~richardba@otp477474ots.ucsf.edu) (Remote host closed the connection)
  742. # [18:43] * Joins: Manny (~quassel@113.20.16.71)
  743. # [18:44] * Joins: will_richards (~anonymous@195.171.92.84)
  744. # [18:45] * Joins: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
  745. # [18:45] * Joins: eddief (~Eddie@c-24-22-33-249.hsd1.or.comcast.net)
  746. # [18:45] * Quits: Lethalman (~luca@89.118.249.114) (Remote host closed the connection)
  747. # [18:48] * Quits: manuelbieh (~manuelbie@gw-bln.aperto.de) (Read error: Connection reset by peer)
  748. # [18:50] * Quits: jerryitt (uid17132@gateway/web/irccloud.com/x-gginglrkwnprdnrz) (Quit: Connection closed for inactivity)
  749. # [18:50] * Quits: will_richards (~anonymous@195.171.92.84) (Ping timeout: 245 seconds)
  750. # [18:53] * Parts: mrhanky (ceo@unterschicht.tv)
  751. # [18:53] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
  752. # [18:54] * Joins: Juanchito_ (~Juanchito@80.174.89.39.dyn.user.ono.com)
  753. # [18:57] * Joins: luist (~luist@186.215.97.229)
  754. # [19:00] * Joins: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net)
  755. # [19:02] * Joins: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net)
  756. # [19:03] * Joins: luist_ (~luist@186.215.97.229)
  757. # [19:03] * Quits: luist (~luist@186.215.97.229) (Ping timeout: 240 seconds)
  758. # [19:03] * luist_ is now known as luist
  759. # [19:05] * Joins: richardbaker (~richardba@otp477474ots.ucsf.edu)
  760. # [19:06] * Quits: s3shs (~s3shs@wsip-70-184-105-92.ph.ph.cox.net) (Quit: Computer has gone to sleep.)
  761. # [19:08] * Joins: wilmoore (~wilmoore@vlandnat.mystrotv.com)
  762. # [19:11] * Quits: martisj (~martisj@cm-84.208.158.213.getinternet.no) (Read error: Connection reset by peer)
  763. # [19:11] * Quits: mongo (~mongo@unaffiliated/mongo) (Quit: Textual IRC Client: www.textualapp.com)
  764. # [19:12] * Joins: BigBangUDR (~Thunderbi@101.57.72.102)
  765. # [19:12] * Quits: BigBangUDR (~Thunderbi@101.57.72.102) (Client Quit)
  766. # [19:15] * Quits: lmclister (~lmclister@192.150.10.210)
  767. # [19:15] * Joins: Jayflux (~Jason@host-78-149-20-206.as13285.net)
  768. # [19:15] * Quits: Jayflux (~Jason@host-78-149-20-206.as13285.net) (Changing host)
  769. # [19:15] * Joins: Jayflux (~Jason@unaffiliated/jayflux)
  770. # [19:20] * Joins: tylrr (~textual@rrcs-173-197-114-202.west.biz.rr.com)
  771. # [19:20] * Joins: irae_ (~irae_@nat/yahoo/x-qqfpdiyjkloghfpg)
  772. # [19:21] * Quits: jordila (~jordi@host138.190-224-149.telecom.net.ar) (Ping timeout: 245 seconds)
  773. # [19:23] * Quits: Manny (~quassel@113.20.16.71) (Read error: Connection reset by peer)
  774. # [19:25] * Joins: Manny (~quassel@113.20.16.68)
  775. # [19:26] * Quits: cnivolle (~cnivolle@office.clever-cloud.com) (Ping timeout: 255 seconds)
  776. # [19:26] * Joins: Ms2ger (~Ms2ger@193.190.253.149)
  777. # [19:27] * Quits: louisremi (~louisremi@cxr69-3-82-225-61-131.fbx.proxad.net) (Quit: louisremi)
  778. # [19:28] * Joins: _________ (~textual@customers.shefq4.resi.ask4.co.uk)
  779. # [19:29] * Quits: dangerousdave (~dangerous@78.156.71.46) (Read error: Connection reset by peer)
  780. # [19:29] * Joins: dangerousdave (~dangerous@78.156.71.46)
  781. # [19:33] * Joins: Jon47 (~Jon47@38.100.143.34)
  782. # [19:36] * Quits: Courtney (~Courtney@c-50-164-64-71.hsd1.pa.comcast.net) (Read error: No route to host)
  783. # [19:36] * Joins: courane01 (~Courtney@c-50-164-64-71.hsd1.pa.comcast.net)
  784. # [19:37] * Joins: lmclister (~lmclister@192.150.10.206)
  785. # [19:37] * Quits: courane01 (~Courtney@c-50-164-64-71.hsd1.pa.comcast.net) (Read error: Connection reset by peer)
  786. # [19:37] * Joins: visualshock (~visualsho@78.89-20-241.enivest.net)
  787. # [19:46] * Joins: manuelbieh (~manuelbie@p5B3D5C99.dip0.t-ipconnect.de)
  788. # [19:46] * Quits: d0nkeyBOB (~textual@159.215.64.20) (Remote host closed the connection)
  789. # [19:46] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
  790. # [19:46] * Joins: d0nkeyBOB (~textual@159.215.64.20)
  791. # [19:47] * Quits: doev (~doev@p4FD42C53.dip0.t-ipconnect.de) (Quit: Verlassend)
  792. # [19:48] * Joins: JBreit (~Trip@h110.37.25.72.ip.windstream.net)
  793. # [19:49] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
  794. # [19:49] * Quits: slyda1 (~slyda@58-7-218-205.dyn.iinet.net.au) (Ping timeout: 240 seconds)
  795. # [19:50] * Quits: d0nkeyBOB (~textual@159.215.64.20) (Client Quit)
  796. # [19:50] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 244 seconds)
  797. # [19:51] * Quits: lmclister (~lmclister@192.150.10.206)
  798. # [19:54] * Joins: manuelbieh_ (~manuelbie@p5B3D5C99.dip0.t-ipconnect.de)
  799. # [19:55] * Quits: manuelbieh (~manuelbie@p5B3D5C99.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  800. # [19:57] * Quits: richardbaker (~richardba@otp477474ots.ucsf.edu) (Remote host closed the connection)
  801. # [19:58] * Quits: amizraa4 (~amizraa@gateway/tor-sasl/amizraa) (Ping timeout: 264 seconds)
  802. # [19:59] * Quits: montecfel (~montecfel@gateway/tor-sasl/montecfel) (Ping timeout: 264 seconds)
  803. # [19:59] * Joins: hivearts (~hivearts@cable-188-2-82-92.dynamic.sbb.rs)
  804. # [19:59] * Joins: jrahmy (~jrahmy@cpe-24-94-26-137.san.res.rr.com)
  805. # [19:59] * Quits: Fusl (Fusl@unaffiliated/fusl) (Ping timeout: 272 seconds)
  806. # [20:00] * Joins: lmclister (~lmclister@192.150.10.206)
  807. # [20:01] * Joins: m3th0d (~deacs@gateway/tor-sasl/deacs)
  808. # [20:02] * Joins: b33vi2 (~manuelbie@p5B3D5C99.dip0.t-ipconnect.de)
  809. # [20:02] * Quits: manuelbieh_ (~manuelbie@p5B3D5C99.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  810. # [20:03] * Joins: manuelbieh_ (~manuelbie@p5B3D5C99.dip0.t-ipconnect.de)
  811. # [20:03] * Quits: m3th0d (~deacs@gateway/tor-sasl/deacs) (Client Quit)
  812. # [20:03] * Joins: montecfel (~montecfel@gateway/tor-sasl/montecfel)
  813. # [20:05] * Joins: Fusl (Fusl@unaffiliated/fusl)
  814. # [20:05] * Joins: richardbaker (~richardba@otp477474ots.ucsf.edu)
  815. # [20:06] * Joins: amizraa4 (~amizraa@gateway/tor-sasl/amizraa)
  816. # [20:06] * Quits: b33vi2 (~manuelbie@p5B3D5C99.dip0.t-ipconnect.de) (Ping timeout: 240 seconds)
  817. # [20:07] * Joins: m3th0d (~deacs@gateway/tor-sasl/deacs)
  818. # [20:08] * Quits: Ms2ger (~Ms2ger@193.190.253.149) (Quit: nn)
  819. # [20:10] * Quits: jrahmy (~jrahmy@cpe-24-94-26-137.san.res.rr.com) (Quit: (Zzz...))
  820. # [20:11] * Joins: heedypo (~heedypo@user-5af4a405.broadband.tesco.net)
  821. # [20:11] * Joins: heedypo_ (~heedypo@user-5af4a405.broadband.tesco.net)
  822. # [20:12] * Quits: blivande (~Chw@189.193.68.36) (Ping timeout: 264 seconds)
  823. # [20:12] * Quits: noTHD (~noTHD@77.71.97.108)
  824. # [20:12] * Quits: heedypo1 (~heedypo@user-5af4aa27.broadband.tesco.net) (Ping timeout: 240 seconds)
  825. # [20:14] * Quits: heedypo2 (~heedypo@user-5af4aa27.broadband.tesco.net) (Ping timeout: 272 seconds)
  826. # [20:15] * Quits: akersof (~akersof@unaffiliated/zoroaster) (Ping timeout: 264 seconds)
  827. # [20:15] * Quits: DrSect1r (~DrSect0r@77-175-116-213.FTTH.ispfabriek.nl) (Quit: Leaving)
  828. # [20:16] * Joins: b33vi2 (~manuelbie@p5B3D5C99.dip0.t-ipconnect.de)
  829. # [20:17] * Quits: manuelbieh_ (~manuelbie@p5B3D5C99.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  830. # [20:17] * Joins: manuelbieh (~manuelbie@p5B3D5C99.dip0.t-ipconnect.de)
  831. # [20:19] * Quits: Bray90820 (~Bray90820@macbookpro.dhcp.fnal.gov) (Remote host closed the connection)
  832. # [20:20] * Quits: wilmoore (~wilmoore@vlandnat.mystrotv.com) (Ping timeout: 240 seconds)
  833. # [20:20] * Quits: b33vi2 (~manuelbie@p5B3D5C99.dip0.t-ipconnect.de) (Ping timeout: 255 seconds)
  834. # [20:22] * Joins: LiENUS (~LiENUS@108-242-135-1.lightspeed.btrgla.sbcglobal.net)
  835. # [20:22] * Joins: noTHD (~noTHD@77.71.97.108)
  836. # [20:24] * Quits: niftylettuce_ (uid2733@gateway/web/irccloud.com/x-tpuizednuncwetae) (Quit: Connection closed for inactivity)
  837. # [20:26] * Parts: JBreit (~Trip@h110.37.25.72.ip.windstream.net) ("Leaving")
  838. # [20:28] * Joins: netQt (~netqt@80.227.87.187)
  839. # [20:30] * Joins: tylrr_ (~textual@rrcs-173-197-114-202.west.biz.rr.com)
  840. # [20:30] * Quits: tylrr (~textual@rrcs-173-197-114-202.west.biz.rr.com) (Read error: Connection reset by peer)
  841. # [20:32] * Quits: netQt (~netqt@80.227.87.187) (Remote host closed the connection)
  842. # [20:32] * Quits: dwayhs (~dwayhs@189.125.22.90) (Read error: Connection reset by peer)
  843. # [20:33] * Joins: dwayhs (~dwayhs@189.125.22.90)
  844. # [20:34] * Joins: netQt_ (~netqt@80.227.87.187)
  845. # [20:35] * Quits: tylrr_ (~textual@rrcs-173-197-114-202.west.biz.rr.com) (Read error: Connection reset by peer)
  846. # [20:37] * Joins: r3n3 (~r3n3@148.240.237.7)
  847. # [20:38] * Parts: r3n3 (~r3n3@148.240.237.7)
  848. # [20:39] * Joins: tylrr (~textual@rrcs-173-197-114-202.west.biz.rr.com)
  849. # [20:41] * Quits: Gege (gege@future.deferred.io) (*.net *.split)
  850. # [20:42] * Quits: richardbaker (~richardba@otp477474ots.ucsf.edu) (Remote host closed the connection)
  851. # [20:46] * Quits: hivearts (~hivearts@cable-188-2-82-92.dynamic.sbb.rs) (Quit: Computer has gone to sleep.)
  852. # [20:49] * Joins: estellevw (~estellevw@sccc-66-78-236-243.smartcity.com)
  853. # [20:50] * Quits: LiENUS (~LiENUS@108-242-135-1.lightspeed.btrgla.sbcglobal.net) (Quit: Leaving)
  854. # [20:52] * Joins: Gege (gege@future.deferred.io)
  855. # [20:54] * Joins: BigBangUDR (~Thunderbi@101.59.79.17)
  856. # [20:55] * Quits: BigBangUDR (~Thunderbi@101.59.79.17) (Client Quit)
  857. # [20:57] * Joins: hivearts (~hivearts@cable-188-2-82-92.dynamic.sbb.rs)
  858. # [21:02] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
  859. # [21:07] * Quits: heedypo (~heedypo@user-5af4a405.broadband.tesco.net) (Quit: WeeChat 0.4.2)
  860. # [21:07] * Joins: blivande (~Chw@189.193.68.36)
  861. # [21:12] * Quits: aretecode (~aretecode@50.23.131.206-static.reverse.softlayer.com) (Ping timeout: 240 seconds)
  862. # [21:13] * Joins: richardbaker (~richardba@otp477474ots.ucsf.edu)
  863. # [21:15] * Joins: Juanchito__ (~Juanchito@81.60.135.209)
  864. # [21:15] * Joins: BigBangUDR (~Thunderbi@101.59.79.17)
  865. # [21:16] * Quits: BigBangUDR (~Thunderbi@101.59.79.17) (Client Quit)
  866. # [21:16] * Quits: pmodern (~PC@70-89-102-194-Florida.hfc.comcastbusiness.net) (Read error: Connection reset by peer)
  867. # [21:16] * Quits: Juanchito_ (~Juanchito@80.174.89.39.dyn.user.ono.com) (Ping timeout: 264 seconds)
  868. # [21:16] * Joins: aretecode (~aretecode@50.23.131.206-static.reverse.softlayer.com)
  869. # [21:16] * Joins: Rou (~Rou@pool-74-97-34-130.prvdri.fios.verizon.net)
  870. # [21:17] * Quits: richardbaker (~richardba@otp477474ots.ucsf.edu) (Ping timeout: 240 seconds)
  871. # [21:17] * Joins: Bray90820 (~Bray90820@macbookpro.dhcp.fnal.gov)
  872. # [21:18] * Quits: blivande (~Chw@189.193.68.36) (Ping timeout: 264 seconds)
  873. # [21:24] * Joins: r3n3 (~r3n3@148.240.237.7)
  874. # [21:25] * Joins: SOUL_OF_R00T (~M4G3@177.130.132.27)
  875. # [21:25] * Quits: SOUL_OF_R00T (~M4G3@177.130.132.27) (Changing host)
  876. # [21:25] * Joins: SOUL_OF_R00T (~M4G3@unaffiliated/soul-of-r00t/x-4421326)
  877. # [21:26] * Joins: richardbaker (~richardba@otp477474ots.ucsf.edu)
  878. # [21:27] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  879. # [21:28] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:7870:6aa4:33fc:853a)
  880. # [21:29] * Quits: estellevw (~estellevw@sccc-66-78-236-243.smartcity.com) (Quit: Snuggling with the puppies)
  881. # [21:30] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:7870:6aa4:33fc:853a) (Remote host closed the connection)
  882. # [21:30] * Joins: wilmoore (~wilmoore@2001:1998:6f1:12:69dc:cd27:b5a2:3585)
  883. # [21:31] * Quits: netQt_ (~netqt@80.227.87.187) (Read error: Connection reset by peer)
  884. # [21:32] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:140:c979:ad8d:e23e)
  885. # [21:32] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:140:c979:ad8d:e23e) (Remote host closed the connection)
  886. # [21:32] * Joins: blivande (~Chw@189.193.68.36)
  887. # [21:33] * Quits: hivearts (~hivearts@cable-188-2-82-92.dynamic.sbb.rs) (Quit: Lingo - http://www.lingoirc.com)
  888. # [21:33] * Joins: hivearts (~hivearts@cable-188-2-82-92.dynamic.sbb.rs)
  889. # [21:35] * Joins: netQt (~netqt@80.227.87.187)
  890. # [21:36] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:6c22:6dd6:bf6b:eebe)
  891. # [21:36] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:6c22:6dd6:bf6b:eebe) (Remote host closed the connection)
  892. # [21:36] * Joins: Reskp (~Reskp@78.193.56.47)
  893. # [21:39] * Quits: Ciph3r (~Cyph3r@71-84-78-55.dhcp.rvsd.ca.charter.com) (Remote host closed the connection)
  894. # [21:42] * Joins: heedypo (~heedypo@user-5af4a405.broadband.tesco.net)
  895. # [21:44] * Joins: Cyph3r (~Cyph3r@71-84-78-55.dhcp.rvsd.ca.charter.com)
  896. # [21:44] * Joins: heedypo1 (~heedypo@user-5af4a664.broadband.tesco.net)
  897. # [21:45] * Joins: richard__ (~richardba@otp477474ots.ucsf.edu)
  898. # [21:46] * Quits: montecfel (~montecfel@gateway/tor-sasl/montecfel) (Remote host closed the connection)
  899. # [21:46] * Quits: richardbaker (~richardba@otp477474ots.ucsf.edu) (Read error: Connection reset by peer)
  900. # [21:46] * Joins: montecfel (~montecfel@gateway/tor-sasl/montecfel)
  901. # [21:46] * Quits: Yomi (znc@xenomorph.exovenom.net) (Ping timeout: 264 seconds)
  902. # [21:47] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
  903. # [21:47] * Quits: heedypo (~heedypo@user-5af4a405.broadband.tesco.net) (Ping timeout: 240 seconds)
  904. # [21:47] * Quits: heedypo_ (~heedypo@user-5af4a405.broadband.tesco.net) (Ping timeout: 244 seconds)
  905. # [21:48] * Joins: heedypo (~heedypo@user-5af4a6a6.broadband.tesco.net)
  906. # [21:48] * Joins: heedypo2 (~heedypo@user-5af4a6a6.broadband.tesco.net)
  907. # [21:49] * Quits: heedypo1 (~heedypo@user-5af4a664.broadband.tesco.net) (Ping timeout: 245 seconds)
  908. # [21:49] * Quits: basiclaser (Elite7488@gateway/shell/elitebnc/x-edcqgojzlaqbwdcf) (Quit: EliteBNC free bnc service - http://elitebnc.org - be a part of the Elite!)
  909. # [21:50] * Quits: Jon47 (~Jon47@38.100.143.34) (Quit: Leaving.)
  910. # [21:50] * Joins: Jon47 (~Jon47@38.100.143.34)
  911. # [21:50] * Quits: HariboPenguin|Of (~Pingu@dtomlinson.net) (Quit: ZNC - http://znc.in)
  912. # [21:51] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 264 seconds)
  913. # [21:53] * Joins: Click66 (~Click66@d54C2B4AD.access.telenet.be)
  914. # [21:53] * Quits: Click66 (~Click66@d54C2B4AD.access.telenet.be) (Client Quit)
  915. # [21:54] * Quits: Jon47 (~Jon47@38.100.143.34) (Ping timeout: 264 seconds)
  916. # [21:54] * Joins: s3shs (~s3shs@wsip-70-184-105-92.ph.ph.cox.net)
  917. # [21:55] * Quits: Manny (~quassel@113.20.16.68) (Remote host closed the connection)
  918. # [21:55] * Joins: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca)
  919. # [21:55] * Quits: redaxmedia (~redaxmedi@dslb-188-103-227-034.pools.arcor-ip.net) (Quit: Leaving.)
  920. # [21:56] * Joins: HariboPenguin|Of (~Pingu@dtomlinson.net)
  921. # [21:56] * Quits: _________ (~textual@customers.shefq4.resi.ask4.co.uk) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  922. # [21:56] * Joins: sveltponce (~sveltponc@192-195-80-230.PUBLIC.monkeybrains.net)
  923. # [21:57] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
  924. # [21:59] * Joins: Yomi (znc@162.218.239.84)
  925. # [21:59] * Joins: mongo (~mongo@unaffiliated/mongo)
  926. # [22:00] * Joins: DanishMan (~kvirc@62-243-156-218-static.dk.customer.tdc.net)
  927. # [22:03] * Joins: heedypo1 (~heedypo@user-5af4a73c.broadband.tesco.net)
  928. # [22:03] * Joins: heedypo_ (~heedypo@user-5af4a73c.broadband.tesco.net)
  929. # [22:03] * Joins: manuelbieh_ (~manuelbie@p5B3D5C99.dip0.t-ipconnect.de)
  930. # [22:05] * Quits: heedypo (~heedypo@user-5af4a6a6.broadband.tesco.net) (Ping timeout: 240 seconds)
  931. # [22:05] * Quits: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net) (Quit: Leaving.)
  932. # [22:05] * Quits: manuelbieh (~manuelbie@p5B3D5C99.dip0.t-ipconnect.de) (Ping timeout: 255 seconds)
  933. # [22:06] * Quits: heedypo2 (~heedypo@user-5af4a6a6.broadband.tesco.net) (Ping timeout: 272 seconds)
  934. # [22:06] * Quits: kalz (~kalz@2602:fff6:f:1::d979:58e8) (Quit: exit)
  935. # [22:06] * Quits: DanishMan (~kvirc@62-243-156-218-static.dk.customer.tdc.net) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  936. # [22:07] * Quits: mpaarating (~mpaaratin@rrcs-97-78-217-146.se.biz.rr.com) (Quit: mpaarating)
  937. # [22:07] * Quits: ehynds (~ehynds@64.206.121.41)
  938. # [22:08] * Quits: hivearts (~hivearts@cable-188-2-82-92.dynamic.sbb.rs) (Quit: Computer has gone to sleep.)
  939. # [22:09] * Joins: hivearts (~hivearts@cable-188-2-82-92.dynamic.sbb.rs)
  940. # [22:09] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Read error: Connection reset by peer)
  941. # [22:10] * Joins: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
  942. # [22:11] * Quits: Yomi (znc@162.218.239.84) (Remote host closed the connection)
  943. # [22:11] * Quits: SOUL_OF_R00T (~M4G3@unaffiliated/soul-of-r00t/x-4421326) (Ping timeout: 240 seconds)
  944. # [22:12] * Joins: heedypo (~heedypo@user-5af4a774.broadband.tesco.net)
  945. # [22:12] * Quits: heedypo1 (~heedypo@user-5af4a73c.broadband.tesco.net) (Ping timeout: 264 seconds)
  946. # [22:12] * Quits: heedypo_ (~heedypo@user-5af4a73c.broadband.tesco.net) (Ping timeout: 240 seconds)
  947. # [22:13] * Quits: hivearts (~hivearts@cable-188-2-82-92.dynamic.sbb.rs) (Ping timeout: 244 seconds)
  948. # [22:14] * Quits: Reskp (~Reskp@78.193.56.47) (Remote host closed the connection)
  949. # [22:15] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:a560:31c4:67ba:f2a4)
  950. # [22:16] * Joins: Jon47 (~Jon47@38.100.143.34)
  951. # [22:17] * Joins: heedypo1 (~heedypo@user-5af4a785.broadband.tesco.net)
  952. # [22:17] * Quits: heedypo (~heedypo@user-5af4a774.broadband.tesco.net) (Ping timeout: 240 seconds)
  953. # [22:18] * Joins: __joshua___ (uid17120@gateway/web/irccloud.com/x-snslwpyhrvvnpwtk)
  954. # [22:18] * Quits: sveltponce (~sveltponc@192-195-80-230.PUBLIC.monkeybrains.net) (Quit: Textual IRC Client: www.textualapp.com)
  955. # [22:18] * Joins: heedypo2 (~heedypo@user-5af4a795.broadband.tesco.net)
  956. # [22:20] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:a560:31c4:67ba:f2a4) (Ping timeout: 240 seconds)
  957. # [22:21] * Joins: basiclaser (Elite7488@gateway/shell/elitebnc/x-rdtwqkbhfuadmoob)
  958. # [22:21] * Joins: heedypo (~heedypo@user-5af4a7a9.broadband.tesco.net)
  959. # [22:21] * Quits: heedypo1 (~heedypo@user-5af4a785.broadband.tesco.net) (Ping timeout: 240 seconds)
  960. # [22:22] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Remote host closed the connection)
  961. # [22:23] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:46d:2c68:897a:b3d3)
  962. # [22:23] * Quits: heedypo2 (~heedypo@user-5af4a795.broadband.tesco.net) (Ping timeout: 245 seconds)
  963. # [22:23] * Joins: Yomi (znc@xenomorph.exovenom.net)
  964. # [22:24] * Joins: heedypo2 (~heedypo@user-5af4a7ba.broadband.tesco.net)
  965. # [22:25] * Quits: heedypo (~heedypo@user-5af4a7a9.broadband.tesco.net) (Ping timeout: 240 seconds)
  966. # [22:26] * Joins: heedypo (~heedypo@user-5af4a7ba.broadband.tesco.net)
  967. # [22:27] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:46d:2c68:897a:b3d3) (Ping timeout: 240 seconds)
  968. # [22:27] * Joins: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
  969. # [22:29] * Joins: Reskp (~Reskp@78.193.56.47)
  970. # [22:31] * Quits: blivande (~Chw@189.193.68.36) (Ping timeout: 264 seconds)
  971. # [22:32] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Ping timeout: 240 seconds)
  972. # [22:35] * Joins: heedypo1 (~heedypo@user-5af4a7fd.broadband.tesco.net)
  973. # [22:35] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
  974. # [22:36] * Joins: jottr (~jottr@unaffiliated/jottr)
  975. # [22:36] * Joins: estellevw (~estellevw@sccc-66-78-236-243.smartcity.com)
  976. # [22:36] * Joins: flyx (~flyx@flyx.org)
  977. # [22:37] * Quits: heedypo (~heedypo@user-5af4a7ba.broadband.tesco.net) (Ping timeout: 244 seconds)
  978. # [22:37] * Quits: heedypo2 (~heedypo@user-5af4a7ba.broadband.tesco.net) (Ping timeout: 264 seconds)
  979. # [22:38] * Joins: SOUL_OF_R00T (~M4G3@unaffiliated/soul-of-r00t/x-4421326)
  980. # [22:38] * Joins: jordila (~jordi@181.167.163.254)
  981. # [22:38] * Joins: heedypo2 (~heedypo@user-5af4a80d.broadband.tesco.net)
  982. # [22:38] <flyx> hi folks! the MDN lists for each HTML element "content categories", "permitted content", and "permitted parent elements", for example here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr
  983. # [22:39] <flyx> what's the meaning of content categories, if permitted parent elements is an own entry?
  984. # [22:39] <flyx> I would have thought that "content categories" means that "this element may be used anywhere where these content categories are allowed"
  985. # [22:40] * Quits: heedypo1 (~heedypo@user-5af4a7fd.broadband.tesco.net) (Ping timeout: 272 seconds)
  986. # [22:40] <flyx> but here with <addr>, the page tells me that it has the categories flow content and phrasing content, but may only have a parent that accepts phrasing content… why does it have the category flow content then?
  987. # [22:40] * Joins: heedypo (~heedypo@user-5af4a814.broadband.tesco.net)
  988. # [22:41] * Quits: pibby (~pibby@107.155.72.239) (Ping timeout: 240 seconds)
  989. # [22:42] * Joins: jrahmy (~jrahmy@cpe-24-94-26-137.san.res.rr.com)
  990. # [22:43] * Quits: heedypo2 (~heedypo@user-5af4a80d.broadband.tesco.net) (Ping timeout: 272 seconds)
  991. # [22:47] * Quits: jordila (~jordi@181.167.163.254) (Ping timeout: 264 seconds)
  992. # [22:47] * Joins: Expi1 (~Expi1@cpc1-dumb5-2-0-cust29.20-3.cable.virginm.net)
  993. # [22:49] * Joins: heedypo1 (~heedypo@user-5af4a83c.broadband.tesco.net)
  994. # [22:50] * Quits: Expi1 (~Expi1@cpc1-dumb5-2-0-cust29.20-3.cable.virginm.net) (Client Quit)
  995. # [22:51] * Joins: kalz (~kalz@2602:fff6:f:1::d979:58e8)
  996. # [22:51] * Joins: heedypo2 (~heedypo@user-5af4a83c.broadband.tesco.net)
  997. # [22:52] * Quits: heedypo (~heedypo@user-5af4a814.broadband.tesco.net) (Ping timeout: 245 seconds)
  998. # [22:52] * Quits: anonymousMAC (~anonymous@unaffiliated/anonymousmac)
  999. # [22:54] * Joins: hivearts (~hivearts@cable-188-2-82-92.dynamic.sbb.rs)
  1000. # [22:54] * Joins: redaxmedia (~redaxmedi@dslb-188-103-227-034.pools.arcor-ip.net)
  1001. # [22:55] * Joins: _leb (~leb@pool-108-53-167-179.nwrknj.fios.verizon.net)
  1002. # [22:58] * Joins: oleg3280 (~oleg32808@34-236-134-95.pool.ukrtel.net)
  1003. # [23:00] * Quits: montecfel (~montecfel@gateway/tor-sasl/montecfel) (Remote host closed the connection)
  1004. # [23:00] * Parts: oleg3280 (~oleg32808@34-236-134-95.pool.ukrtel.net)
  1005. # [23:00] * Joins: montecfel (~montecfel@gateway/tor-sasl/montecfel)
  1006. # [23:00] * Quits: mateNz (~mateNz@unaffiliated/matenz) (Remote host closed the connection)
  1007. # [23:01] * Joins: hinderaker (hinderaker@239.79-160-248.customer.lyse.net)
  1008. # [23:02] * Joins: luiz_ (~luiz@179-241-173-246.3g.claro.net.br)
  1009. # [23:03] * luiz_ is now known as Guest76341
  1010. # [23:04] * Quits: krawchyk (~textual@50-198-150-254-static.hfc.comcastbusiness.net) (Quit: away)
  1011. # [23:04] * Quits: Cyph3r (~Cyph3r@71-84-78-55.dhcp.rvsd.ca.charter.com) (Ping timeout: 244 seconds)
  1012. # [23:05] * Quits: luiz_lha (~luiz@152.251.194.190) (Ping timeout: 264 seconds)
  1013. # [23:07] * Quits: netQt (~netqt@80.227.87.187) (Remote host closed the connection)
  1014. # [23:07] * Joins: Cyph3r (~Cyph3r@71-84-78-55.dhcp.rvsd.ca.charter.com)
  1015. # [23:13] * Quits: irae_ (~irae_@nat/yahoo/x-qqfpdiyjkloghfpg) (Ping timeout: 272 seconds)
  1016. # [23:14] * Joins: Centime (~centime@178.251.23.153)
  1017. # [23:15] * Joins: pibby (~pibby@99-160-9-110.lightspeed.rcsntx.sbcglobal.net)
  1018. # [23:17] * Quits: kalz (~kalz@2602:fff6:f:1::d979:58e8) (Quit: exit)
  1019. # [23:17] * Quits: sledgeDJ (~sledgeDJ@bzq-84-110-184-233.red.bezeqint.net) (Ping timeout: 240 seconds)
  1020. # [23:20] * Quits: Reskp (~Reskp@78.193.56.47) (Remote host closed the connection)
  1021. # [23:21] * Joins: sifu (~sifu@cpc67897-sotn13-2-0-cust697.15-1.cable.virginm.net)
  1022. # [23:21] * Joins: irae_ (~irae_@nat/yahoo/x-nbjruribtglvrjpy)
  1023. # [23:21] * Joins: kalz (~kalz@2602:fff6:f:1::d979:58e8)
  1024. # [23:23] * Quits: s3shs (~s3shs@wsip-70-184-105-92.ph.ph.cox.net) (Quit: Computer has gone to sleep.)
  1025. # [23:24] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:9076:abab:adab:1568)
  1026. # [23:25] * Quits: river_ (~river@adama.youmustunderstand.me) (Ping timeout: 240 seconds)
  1027. # [23:27] * Quits: dwayhs (~dwayhs@189.125.22.90) (Read error: Connection reset by peer)
  1028. # [23:28] * Joins: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net)
  1029. # [23:28] * Joins: dwayhs (~dwayhs@189.125.22.90)
  1030. # [23:29] * Joins: s3shs (~s3shs@wsip-70-184-105-92.ph.ph.cox.net)
  1031. # [23:30] * Quits: tomlane (tomlane@gateway/shell/bouncerstation/x-jyyabeeejhhcmgts) (Max SendQ exceeded)
  1032. # [23:30] * Quits: dwayhs (~dwayhs@189.125.22.90) (Read error: Connection reset by peer)
  1033. # [23:30] * Quits: estellevw (~estellevw@sccc-66-78-236-243.smartcity.com) (Quit: Snuggling with the puppies)
  1034. # [23:31] * Joins: dwayhs (~dwayhs@189.125.22.90)
  1035. # [23:34] * Quits: dobalina (~dobalina@gateway/tor-sasl/dobalina) (Remote host closed the connection)
  1036. # [23:35] * Quits: Centime (~centime@178.251.23.153) (Ping timeout: 255 seconds)
  1037. # [23:35] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
  1038. # [23:35] * Joins: cnivolle (~cnivolle@glo44-3-82-227-211-116.fbx.proxad.net)
  1039. # [23:36] * Joins: estellevw (~estellevw@sccc-66-78-236-243.smartcity.com)
  1040. # [23:36] * Quits: dangerousdave (~dangerous@78.156.71.46) (Read error: Connection reset by peer)
  1041. # [23:36] * Joins: Lichte (~Lichte@unaffiliated/klementas)
  1042. # [23:36] * Joins: gabybro (~gabybro@92.85.250.68)
  1043. # [23:37] * Joins: dangerousdave (~dangerous@78.156.71.46)
  1044. # [23:37] <estellevw> flyx: that does make sense. <addr> can not be found inside a span, but <span> can be found inside an <addr>
  1045. # [23:38] * Quits: estellevw (~estellevw@sccc-66-78-236-243.smartcity.com) (Client Quit)
  1046. # [23:39] * Quits: Jon47 (~Jon47@38.100.143.34) (Quit: Leaving.)
  1047. # [23:39] * Joins: Centime (~centime@178.251.23.153)
  1048. # [23:40] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 255 seconds)
  1049. # [23:42] * Parts: redaxmedia (~redaxmedi@dslb-188-103-227-034.pools.arcor-ip.net)
  1050. # [23:43] * Joins: pibby_ (~pibby@107.155.72.239)
  1051. # [23:43] * Quits: pibby (~pibby@99-160-9-110.lightspeed.rcsntx.sbcglobal.net) (Quit: pibby)
  1052. # [23:43] * Quits: luist (~luist@186.215.97.229) (Quit: luist)
  1053. # [23:44] * Joins: tomlane (tomlane@gateway/shell/bouncerstation/x-xhwjbrhxtumyolvm)
  1054. # [23:45] * Quits: pibby_ (~pibby@107.155.72.239) (Client Quit)
  1055. # [23:45] * Joins: pibby (~pibby@107.155.72.239)
  1056. # [23:46] * Quits: irae_ (~irae_@nat/yahoo/x-nbjruribtglvrjpy) (Quit: irae_)
  1057. # [23:47] * Quits: hivearts (~hivearts@cable-188-2-82-92.dynamic.sbb.rs) (Quit: Computer has gone to sleep.)
  1058. # [23:48] * Quits: dwayhs (~dwayhs@189.125.22.90) (Read error: Connection reset by peer)
  1059. # [23:48] * Joins: estellevw (~estellevw@sccc-66-78-236-243.smartcity.com)
  1060. # [23:48] * Joins: dwayhs (~dwayhs@189.125.22.90)
  1061. # [23:49] * Joins: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net)
  1062. # [23:49] * Quits: dwayhs (~dwayhs@189.125.22.90) (Client Quit)
  1063. # [23:49] * Joins: irae_ (~irae_@nat/yahoo/x-afpjreqiksaorbyo)
  1064. # [23:49] * Quits: Bray90820 (~Bray90820@macbookpro.dhcp.fnal.gov)
  1065. # [23:50] * Quits: visualshock (~visualsho@78.89-20-241.enivest.net) (Quit: Leaving)
  1066. # [23:52] * Quits: Ericx2x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout: 240 seconds)
  1067. # [23:53] * Quits: iDaniel (uid25588@gateway/web/irccloud.com/x-hrubcnwsclvddakz) (Quit: Connection closed for inactivity)
  1068. # [23:53] * Joins: bartdorsey (~textual@24.144.52.32)
  1069. # [23:53] * Joins: troyster (~troyster@host86-172-230-242.range86-172.btcentralplus.com)
  1070. # [23:53] * Quits: troyster (~troyster@host86-172-230-242.range86-172.btcentralplus.com) (Client Quit)
  1071. # [23:55] * Joins: jordila (~jordi@181.167.163.254)
  1072. # [23:55] * Quits: jordila (~jordi@181.167.163.254) (Remote host closed the connection)
  1073. # [23:55] * Quits: mennea (~textual@37.46.38.120) (Ping timeout: 240 seconds)
  1074. # [23:58] * Quits: estellevw (~estellevw@sccc-66-78-236-243.smartcity.com) (Quit: Snuggling with the puppies)
  1075. # [23:59] * Quits: mongo (~mongo@unaffiliated/mongo) (Quit: Textual IRC Client: www.textualapp.com)
  1076. # Session Close: Wed Jun 25 00:00:01 2014

The end :)