2017-05-20 UTC
tantek, gRegorLove and leg joined the channel
[cleverdevil] joined the channel
asuh joined the channel
[colinwalker], [jeremycherfas], [kevinmarks] and sebsel joined the channel
sebsel joined the channel
# 11:35 sknebel Zegnat++ thank you very much, automatic session grid wikifiying makes lunch a lot less stressful :)
# 11:35 Loqi zegnat has 4 karma in this channel (43 overall)
# 11:38 sknebel reverse turing test. You work as reliably as we'd expect an API to be ;)
# 11:46 Zegnat There is apparently an API for that, sebsel. Just try “Zegnat fix [link]”. Then if it turned out good, give Zegnat a cookie. That’s how you train the neural network.
# 11:53 Zegnat I was almost done doing that same update, oh well, lunch time
KevinMarks, [jeremycherfas] and KevinMarks_ joined the channel
sebsel and tantek joined the channel
sebsel joined the channel
[colinwalker] and gRegorLove joined the channel
[datacomputist] joined the channel
KevinMarks joined the channel
[kevinmarks] joined the channel
sebsel and pfefferle joined the channel
[pfefferle] and [colinwalker] joined the channel
j4y_funabashi joined the channel
# 21:27 Loqi This is a test note for testing replies
# 21:32 Loqi This is a test note for testing replies
# 21:32 j4y_funabashi gRegorLove: I am just testing adding an author to my post permalinks, Loqi doesnt seem to pick them up
# 21:33 Loqi [Liz Scattergood] Liz Scattergood liked your post 19th May, 2017
# 21:34 aaronpk j4y_funabashi: loqi caches links for a little while so that might be the problem
# 21:34 gRegorLove j4y_funabashi: Is the h-card on your homepage inside the h-feed or outside?
# 21:35 gRegorLove I'll have to refresh my memory of the authorship algorithm on that. It might require a u-uid or something
# 21:36 gRegorLove Anecdotally, my reply-context *should* follow authorship pretty well and isn't finding your author info either
# 21:38 j4y_funabashi gRegorLove: I have just tried to implement author algo and I understood it as: if author is a url, find the representative h-card on that page
# 21:41 j4y_funabashi the author of the h-entry is a url (author-page) which should then lead to 7 then to 7.4?
# 21:42 gRegorLove In 7.4 "if the h-entry's page" that means the original URL, not the author-page.
# 21:43 Loqi This is a test note for testing replies
# 21:46 j4y_funabashi yeah because 7.1 - 7.3 are about the author-page I totally missed the difference with 7.4, doh!
# 21:47 gRegorLove I kinda wonder if 7.4 should be higher. I was watching aaronpk's mf sessoin today and he said something that sounded like that's how it should work, so it doesn't do another HTTP fetch
# 21:49 sknebel_ gRegorLove: I asked a few days ago, and the answer was that 7.4 is a fallback only
# 21:49 sknebel_ e.g. if you have a full h-card on your home page, with tons of links and details, 7.4 provides a fallback to a smaller one on the current permalink
# 21:51 j4y_funabashi so can I have an invisible link on posts that points to my homepage hcard?
# 21:52 aaronpk j4y_funabashi: yeah. That's basically what I do except my invisible link links to an h-card in my site footer
# 21:53 Loqi [Sven Knebel] notes for HWC Berlin 2017-03-08
# 21:54 aaronpk the assumption is that your home page h-card is likely to be more complete than an embedded h-card
cweiske joined the channel
# 21:54 gRegorLove The author link to your homepage is there already, that h-card needs either a u-uid or a matching rel=me I think
# 21:56 j4y_funabashi ahh ok, so I need to add u-uid to this <a class="p-name u-url" href="https://j4y.co">Jay Robinson</a>
# 21:58 Loqi This is a test note for testing replies
# 21:59 aaronpk i did just change a bunch of stuff but not that should have affected that...
# 22:00 aaronpk ah looks like indieauth.com got a "400 Bad Request: Validating token failed" response
# 22:00 Loqi [gRegor Morrill] This is a test reply. Found your authorship info, too!
# 22:01 Loqi [cweiske] #124 Show remote auth server response when something terribly went wrong
# 22:02 Loqi [gRegor Morrill] gRegor Morrill commented on your post: "
# 22:06 j4y_funabashi gRegorLove: can you send homepage mentions? I *think* I have those working too now
# 22:07 Zegnat Hmm, I thought the u-uid kerfuffle was on that page...
# 22:10 gRegorLove Looks like some javascript is getting pulled in with those mentions though, like dougbeal's subtome JS
# 22:12 j4y_funabashi thanks for the help all, homepage mentions and added me as an author to permalinks. feels like a productive evening, now sleep
# 22:15 dougbeal gRegorLove: turned that off, the config wasn't working
# 22:22 sknebel aaronpk: ^^^ I think that's an appropriate working title unless we come up with something specific
# 22:23 GWG I feel like I'm missing something obvious. Does this time string look wrong to anyone: 2017-05-16T15:06:01.133934073Z
# 22:29 sknebel_ afaik iso doesn't limit the precision of the fraction
# 22:30 GWG gRegorLove: strtotime and DateTime aren't recognizing that time, causing the comment to be set to 1969
# 22:30 GWG So I'm putting in code that if it doesn't recognize it, it will set it to now instead.
# 22:37 gRegorLove GWG: Very odd. If I remove one digit of precision from that timestamp, them DateTime works fine.
# 22:38 GWG gRegorLove: Still, an issue for the site, not necessarily the consumer though.
# 22:38 Loqi [Greg] How would you even post a like-action without a URL though?
# 22:39 GWG Yes, but I only have one person with the problem.
# 22:41 GWG Yes, which I'm saying I won't be able to fix.
# 22:47 myfreeweb you could strip the microseconds with a regex or something before giving it to datetime?
# 22:50 Loqi [Greg] nice. I wish my home ISP enabled IPv6 but they're a small company with likely old hardware…
# 22:52 GWG myfreeweb: I want to see if anyone else has the problem. But I can, because WordPress doesn't store microseconds anyway
# 23:08 GWG So, we're back to...not the plugin's job.
# 23:13 myfreeweb where is DateTime called? in the plugin?
# 23:14 GWG myfreeweb: It isn't. strtotime is called. I checked. Both have an issue.
# 23:20 myfreeweb so they've added ATOM/RFC3339/W3C to DateTime. but haven't fixed strtotime to recognize it
# 23:20 myfreeweb it is the plugin's job to work around php's bugs
# 23:20 myfreeweb they probably won't fix it and even then people use old php versions…
# 23:41 GWG myfreeweb: I'm not saying someone will never fix it, we only have one example of microseconds as an issue, so the setting to 'now' solution should be adequate because the webmention is sent when the post is created.
# 23:42 GWG Let me get this PR done, which fixes a lot of other things, and someone can circle back in future.