/irc-logs / freenode / #microformats / 2015-05-08 / end

Options:

Previous day, Next day

  1. # Session Start: Fri May 08 00:00:01 2015
  2. # Session Ident: #microformats
  3. # [00:13] * Joins: tantek (~tantek@89.202.203.52)
  4. # [00:13] * ChanServ sets mode: +o tantek
  5. # [00:41] * Joins: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net)
  6. # [00:42] * Quits: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net) (Client Quit)
  7. # [00:42] * Joins: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net)
  8. # [00:46] * Quits: fuzzyhorns (~fuzzyhorn@73.38.57.191) (Remote host closed the connection)
  9. # [00:48] * Quits: benborges (~benborges@2a02:a03f:161e:8300:8e73:6eff:fe75:52ef) (Remote host closed the connection)
  10. # [00:53] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  11. # [00:53] * ChanServ sets mode: +o KevinMarks_
  12. # [00:54] * Quits: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net) (Read error: Connection reset by peer)
  13. # [00:55] * Quits: @KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
  14. # [01:24] * Joins: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net)
  15. # [01:34] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  16. # [01:34] * ChanServ sets mode: +o KevinMarks__
  17. # [01:37] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
  18. # [02:15] * Quits: Left_Turn (~Left_Turn@unaffiliated/turn-left/x-3739067) (Remote host closed the connection)
  19. # [02:20] <Loqi> [[microformats2-parsing-brainstorming]] M http://microformats.org/wiki/index.php?title=microformats2-parsing-brainstorming&diff=64950&oldid=64934&rcid=101326 * TomMorris * (+47) adding MIME type
  20. # [02:24] <Loqi> [[microformats2-parsing-brainstorming]] http://microformats.org/wiki/index.php?title=microformats2-parsing-brainstorming&diff=64951&oldid=64950&rcid=101327 * TomMorris * (+494) use cases plz
  21. # [02:27] <@tantek> tommorris: right at the top: "Use case: IndieWeb "deleted" indication inline in content for static file services that don't support HTTP return codes. "
  22. # [02:29] <tommorris> yeah, but why just the http-equivs. you'd need to have both to discern anything useful
  23. # [02:29] <tommorris> I'm just not sure why you'd want one but not the other
  24. # [02:30] <tommorris> meta http-equiv is there for when you can't set headers. but headers are still sent - the meta http-equiv just overrides them in the document
  25. # [02:30] <tommorris> getting the overrides without the values they are overriding is a bit weird
  26. # [02:34] * Quits: @tantek (~tantek@89.202.203.52) (Ping timeout: 245 seconds)
  27. # [02:35] * Joins: tantek (~tantek@89.202.203.52)
  28. # [02:35] * ChanServ sets mode: +o tantek
  29. # [02:37] <@tantek> tommorris: re: "when you can't set headers" - exactly: "static file services that don't support HTTP return codes"
  30. # [02:38] <@tantek> re: "you'd need to have both to discern anything useful" - not true - and certainly not true in this specific use-case where you do check for a 410 status code first, and then go parse the file.
  31. # [02:38] <@tantek> point is to *not* have to *separately* parse for http equiv status code 410, but be able to just always run the microformats parser on the HTML and do *zero* parsing in your own code
  32. # [02:39] <@tantek> re: "why you'd want one but not the other" - because this use-case is in the context of already having gotten the headers via curl
  33. # [02:40] <tommorris> but in the context of building the library, if I have access to both why not merge the two and return a combined dictionary of both headers and meta http-equivs
  34. # [02:40] <tommorris> difference between...
  35. # [02:41] <tommorris> A: MUST return http-equiv only
  36. # [02:41] <tommorris> and
  37. # [02:41] <@tantek> because it's extra work for the library
  38. # [02:41] <tommorris> B: MUST return http-equiv only and MAY return other headers parsed from the response and combine them together
  39. # [02:41] <@tantek> and people already have header parsing / handling code
  40. # [02:41] <@tantek> A is the minimum viable feature to satisfy the use-case - that's why
  41. # [02:43] <tommorris> should a microformats parser do anything with any of the other headers? behave like a proper HTTP user agent perhaps?
  42. # [02:44] <tommorris> if we're handling headers (and meta http-equiv are basically headers), we should probably follow what the headers tell us to do broadly in the same way browsers do
  43. # [02:46] <@tantek> again - no need for the mvp for the use-case
  44. # [02:46] <@tantek> less code = less chance of introducing bugs
  45. # [02:47] <@tantek> a microformats parser may just get a URL (context) and a string of the curled data - e.g. that's how phpmf2 works now
  46. # [02:59] * Joins: elux_ (~peter@206.223.191.50)
  47. # [03:02] * Quits: elux (~peter@206.223.191.50) (Ping timeout: 245 seconds)
  48. # [03:03] * Quits: elux_ (~peter@206.223.191.50) (Ping timeout: 272 seconds)
  49. # [03:19] * Joins: fuzzyhorns (~fuzzyhorn@73.38.57.191)
  50. # [04:02] * Quits: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net) (Read error: Connection reset by peer)
  51. # [04:21] * Joins: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net)
  52. # [05:02] * Quits: fuzzyhorns (~fuzzyhorn@73.38.57.191) (Remote host closed the connection)
  53. # [05:03] * Joins: fuzzyhorns (~fuzzyhorn@73.38.57.191)
  54. # [05:14] * Quits: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net) (Read error: Connection reset by peer)
  55. # [05:31] * Joins: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net)
  56. # [06:51] * Quits: gRegorLove (~me@c-73-140-189-21.hsd1.wa.comcast.net) (Ping timeout: 244 seconds)
  57. # [07:02] * Quits: @tantek (~tantek@89.202.203.52) (Ping timeout: 272 seconds)
  58. # [07:21] * Joins: tantek (~tantek@89.202.203.52)
  59. # [07:21] * ChanServ sets mode: +o tantek
  60. # [07:25] * Quits: @tantek (~tantek@89.202.203.52) (Client Quit)
  61. # [08:06] * Quits: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net) (Ping timeout: 256 seconds)
  62. # [08:22] * Joins: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net)
  63. # [08:44] * Joins: KevinMarks_ (~yaaic@2607:fb90:226e:822:b1f3:d2a7:7da3:47f)
  64. # [08:44] * ChanServ sets mode: +o KevinMarks_
  65. # [08:46] * Quits: @KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 245 seconds)
  66. # [08:50] * Joins: eschnou (~eschnou@142.107-240-81.adsl-dyn.isp.belgacom.be)
  67. # [08:57] * Joins: kez (~quassel@inet2.evalesco.com)
  68. # [09:42] * Quits: eschnou (~eschnou@142.107-240-81.adsl-dyn.isp.belgacom.be) (Ping timeout: 240 seconds)
  69. # [09:52] * Joins: gRegorLove (~me@c-73-140-189-21.hsd1.wa.comcast.net)
  70. # [09:57] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  71. # [09:57] * ChanServ sets mode: +o KevinMarks__
  72. # [10:00] * Quits: @KevinMarks_ (~yaaic@2607:fb90:226e:822:b1f3:d2a7:7da3:47f) (Ping timeout: 256 seconds)
  73. # [10:02] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  74. # [10:04] * Quits: @KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 256 seconds)
  75. # [10:13] * Joins: KevinMarks__ (~yaaic@2607:fb90:2272:9633:d30c:3a3d:7b2d:7ba5)
  76. # [10:13] * ChanServ sets mode: +o KevinMarks__
  77. # [10:13] * Quits: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 264 seconds)
  78. # [10:16] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  79. # [10:16] * ChanServ sets mode: +o KevinMarks_
  80. # [10:19] * Joins: KevinMarks___ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  81. # [10:19] * ChanServ sets mode: +o KevinMarks___
  82. # [10:20] * Quits: @KevinMarks__ (~yaaic@2607:fb90:2272:9633:d30c:3a3d:7b2d:7ba5) (Ping timeout: 256 seconds)
  83. # [10:21] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 272 seconds)
  84. # [10:30] * Joins: chiui (~chiui@h-213.61.228.26.host.de.colt.net)
  85. # [10:38] * Joins: Left_Turn (~Left_Turn@unaffiliated/turn-left/x-3739067)
  86. # [10:45] * Quits: gRegorLove (~me@c-73-140-189-21.hsd1.wa.comcast.net) (Ping timeout: 255 seconds)
  87. # [10:48] * Joins: gRegorLove (~me@c-73-140-189-21.hsd1.wa.comcast.net)
  88. # [11:14] * Quits: gRegorLove (~me@c-73-140-189-21.hsd1.wa.comcast.net) (Quit: ChatZilla 0.9.91.1 [Firefox 37.0.2/20150415140819])
  89. # [11:38] <Loqi> [[rel-author-fr]] http://microformats.org/wiki/index.php?title=rel-author-fr&diff=64952&oldid=64217&rcid=101328 * Justgerrardz * (+8)
  90. # [11:39] <Loqi> [[process-fr]] http://microformats.org/wiki/index.php?title=process-fr&diff=64953&oldid=64245&rcid=101329 * Justgerrardz * (+232) /* En rapport */
  91. # [11:46] * Joins: eschnou (~eschnou@87.67.248.92)
  92. # [11:50] * Quits: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net) (Ping timeout: 256 seconds)
  93. # [11:56] * Joins: adactio (~adactio@212.42.170.121)
  94. # [11:56] * ChanServ sets mode: +o adactio
  95. # [12:45] * Quits: kez (~quassel@inet2.evalesco.com) (Quit: No Ping reply in 180 seconds.)
  96. # [12:46] * Joins: kez (~quassel@inet2.evalesco.com)
  97. # [12:51] * Joins: uf-wiki-visitor (b80f057e@gateway/web/freenode/ip.184.15.5.126)
  98. # [13:17] * Joins: elux (~peter@207.164.179.98)
  99. # [13:20] * Quits: uf-wiki-visitor (b80f057e@gateway/web/freenode/ip.184.15.5.126) (Ping timeout: 246 seconds)
  100. # [13:22] * Quits: elux (~peter@207.164.179.98) (Ping timeout: 256 seconds)
  101. # [13:45] * Quits: @adactio (~adactio@212.42.170.121) (Quit: adactio)
  102. # [15:25] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  103. # [15:25] * ChanServ sets mode: +o KevinMarks_
  104. # [15:29] * Quits: @KevinMarks___ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 272 seconds)
  105. # [15:39] * Joins: TallTed (~Thud@63.119.36.36)
  106. # [16:26] * Quits: TallTed (~Thud@63.119.36.36)
  107. # [17:04] * Quits: chiui (~chiui@h-213.61.228.26.host.de.colt.net) (Ping timeout: 272 seconds)
  108. # [17:05] * Quits: kez (~quassel@inet2.evalesco.com) (Remote host closed the connection)
  109. # [17:11] * Joins: TallTed (~Thud@63.119.36.36)
  110. # [17:30] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  111. # [17:30] * ChanServ sets mode: +o KevinMarks__
  112. # [17:32] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 245 seconds)
  113. # [17:38] * Quits: eschnou (~eschnou@87.67.248.92) (Ping timeout: 240 seconds)
  114. # [18:41] * Joins: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net)
  115. # [18:52] * Joins: gRegorLove (~me@c-73-140-189-21.hsd1.wa.comcast.net)
  116. # [19:39] * Quits: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net) (Read error: Connection reset by peer)
  117. # [19:45] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  118. # [19:45] * ChanServ sets mode: +o KevinMarks_
  119. # [19:48] * Quits: @KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 256 seconds)
  120. # [19:53] * Quits: gRegorLove (~me@c-73-140-189-21.hsd1.wa.comcast.net) (Quit: ChatZilla 0.9.91.1 [Firefox 37.0.2/20150415140819])
  121. # [19:59] * Joins: eschnou (~eschnou@142.107-240-81.adsl-dyn.isp.belgacom.be)
  122. # [20:07] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  123. # [20:07] * ChanServ sets mode: +o KevinMarks__
  124. # [20:08] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 246 seconds)
  125. # [20:09] * Quits: Erkan_Yilmaz (~Erkan_Yil@wikimedia/Erkan-Yilmaz) (Quit: do "/join #musicology" and help our research)
  126. # [20:15] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  127. # [20:15] * ChanServ sets mode: +o KevinMarks_
  128. # [20:16] * Joins: KartikPrabhu (~kartik@nsit-dhcp-205-208-056-199.uchicago.edu)
  129. # [20:17] * Quits: @KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 245 seconds)
  130. # [20:20] * Quits: KartikPrabhu (~kartik@nsit-dhcp-205-208-056-199.uchicago.edu) (Ping timeout: 250 seconds)
  131. # [20:28] * Joins: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net)
  132. # [20:30] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  133. # [20:30] * ChanServ sets mode: +o KevinMarks__
  134. # [20:33] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 272 seconds)
  135. # [20:42] * Quits: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net) (Quit: Computer has gone to sleep.)
  136. # [20:46] * Joins: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net)
  137. # [20:47] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  138. # [20:47] * ChanServ sets mode: +o KevinMarks_
  139. # [20:49] * Quits: @KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 245 seconds)
  140. # [21:14] * Quits: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net) (Quit: Computer has gone to sleep.)
  141. # [21:15] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  142. # [21:15] * ChanServ sets mode: +o KevinMarks__
  143. # [21:17] * Joins: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net)
  144. # [21:17] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
  145. # [21:21] * Quits: eschnou (~eschnou@142.107-240-81.adsl-dyn.isp.belgacom.be) (Ping timeout: 240 seconds)
  146. # [21:22] * Quits: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net) (Quit: Computer has gone to sleep.)
  147. # [21:30] * Joins: chiui (~chiui@2001:470:71:41b:863a:4bff:fe19:60c4)
  148. # [21:30] * Joins: KevinMarks_ (~yaaic@2607:fb90:2206:32aa:96f9:2297:3ff8:5e03)
  149. # [21:30] * ChanServ sets mode: +o KevinMarks_
  150. # [21:32] * Quits: @KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
  151. # [21:32] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  152. # [21:32] * ChanServ sets mode: +o KevinMarks__
  153. # [21:34] * Joins: KevinMarks___ (~yaaic@2607:fb90:2201:f229:47c3:6160:96d1:e7f2)
  154. # [21:34] * ChanServ sets mode: +o KevinMarks___
  155. # [21:35] * Quits: @KevinMarks_ (~yaaic@2607:fb90:2206:32aa:96f9:2297:3ff8:5e03) (Ping timeout: 256 seconds)
  156. # [21:37] * Quits: @KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
  157. # [21:53] * Joins: gRegorLove (~me@c-73-140-189-21.hsd1.wa.comcast.net)
  158. # [21:58] * Joins: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net)
  159. # [22:05] * Quits: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net) (Quit: Computer has gone to sleep.)
  160. # [22:05] * Joins: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net)
  161. # [22:07] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  162. # [22:07] * ChanServ sets mode: +o KevinMarks_
  163. # [22:08] * Quits: gRegorLove (~me@c-73-140-189-21.hsd1.wa.comcast.net) (Ping timeout: 240 seconds)
  164. # [22:11] * Quits: @KevinMarks___ (~yaaic@2607:fb90:2201:f229:47c3:6160:96d1:e7f2) (Ping timeout: 256 seconds)
  165. # [22:12] * Joins: KartikPrabhu (~kartik@nsit-dhcp-205-208-056-199.uchicago.edu)
  166. # [22:20] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  167. # [22:20] * ChanServ sets mode: +o KevinMarks__
  168. # [22:21] * Joins: gRegorLove (~me@c-73-140-189-21.hsd1.wa.comcast.net)
  169. # [22:21] * Quits: KartikPrabhu (~kartik@nsit-dhcp-205-208-056-199.uchicago.edu) (Ping timeout: 272 seconds)
  170. # [22:23] * Quits: @KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
  171. # [22:28] * Quits: gRegorLove (~me@c-73-140-189-21.hsd1.wa.comcast.net) (Quit: ChatZilla 0.9.91.1 [Firefox 37.0.2/20150415140819])
  172. # [22:35] * Quits: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net) (Quit: Computer has gone to sleep.)
  173. # [22:37] * Joins: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net)
  174. # [22:39] * Quits: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net) (Client Quit)
  175. # [22:40] * Joins: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net)
  176. # [22:44] * Quits: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net) (Ping timeout: 250 seconds)
  177. # [23:03] * Quits: TallTed (~Thud@63.119.36.36)
  178. # [23:21] * Quits: @KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
  179. # [23:22] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  180. # [23:22] * ChanServ sets mode: +o KevinMarks__
  181. # [23:24] * Joins: KartikPrabhu (~kartik@205.208.56.199)
  182. # [23:26] * Joins: KevinMarks_ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  183. # [23:26] * ChanServ sets mode: +o KevinMarks_
  184. # [23:28] * Quits: @KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 256 seconds)
  185. # [23:31] * Joins: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net)
  186. # [23:41] * Quits: KartikPrabhu (~kartik@205.208.56.199) (Ping timeout: 245 seconds)
  187. # [23:44] * Quits: chiui (~chiui@2001:470:71:41b:863a:4bff:fe19:60c4) (Ping timeout: 256 seconds)
  188. # [23:49] * Joins: KartikPrabhu (~kartik@108-69-72-147.lightspeed.cicril.sbcglobal.net)
  189. # [23:49] * Quits: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net) (Quit: Computer has gone to sleep.)
  190. # [23:56] * Joins: bengo (~bengo@50-203-84-2-static.hfc.comcastbusiness.net)
  191. # [23:57] * Quits: fuzzyhorns (~fuzzyhorn@73.38.57.191) (Read error: Connection reset by peer)
  192. # [23:57] * Joins: fuzzyhorns (~fuzzyhorn@73.38.57.191)
  193. # Session Close: Sat May 09 00:00:00 2015

Previous day, Next day

Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn