#ZegnatThere 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.
#j4y_funabashigRegorLove: 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
#gRegorLoveIt's tricky. I always have to re-read it to grok it again
#j4y_funabashiyeah because 7.1 - 7.3 are about the author-page I totally missed the difference with 7.4, doh!
#gRegorLoveI 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
#sknebel_gRegorLove: I asked a few days ago, and the answer was that 7.4 is a fallback only
#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
#LoqiThe representative h-card for a page is an h-card on that page that represents that page, if any, as not all pages are about a person or organization, a page might not have a representative h-card https://indieweb.org/representative_h-card
#ZegnatHmm, I thought the u-uid kerfuffle was on that page...
#gRegorLovej4y_funabashi: Yep, looks like it worked too.
#sknebel_non-interactive IndieAuth is a future way of using [[IndieAuth]] to [[authenticate]]/[[authorize]] services against other services, without a human user confirming things. Possible use cases include [[private-webmention]], bots editing the wiki and [[readers]] for private feeds.
#myfreewebwhere is DateTime called? in the plugin?
#GWGmyfreeweb: It isn't. strtotime is called. I checked. Both have an issue.
#myfreewebso they've added ATOM/RFC3339/W3C to DateTime. but haven't fixed strtotime to recognize it
#myfreewebit is the plugin's job to work around php's bugs
#myfreewebthey probably won't fix it and even then people use old php versions…
#GWGmyfreeweb: 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.
#GWGLet me get this PR done, which fixes a lot of other things, and someone can circle back in future.