#Ruxtoninteresting, I wonder if Quill is sending filename in the post
#Ruxtonare you able to upload same photo inside the wordpress admin UI?
#[miklb]good question. I haven’t tried posting directly from my phone to the admin.
#Ruxtontry that, if it works, it's likely something Quill is not doing right, as I'm throwing images at wordpress-micropub every few days without drama
#[miklb]yes, I was able to upload that photo through wp-admin from iOS fine. OwnYourGram works fine
#gRegorLoveQuill sends a tmp file name that does not have an extension
#Loqiruxton has 1 karma in this channel (4 overall)
tantek and KevinMarks joined the channel
#Zegnat!tell tantek if you are looking for a “validator” for authorship, I like testing with https://sturdy-backbone.glitch.me/ which will highlight the exact path through the algorithm that needs to be taken for any page.
AngeloGladding, dansup and drewinthehead joined the channel
#drewintheheadgRegorLove: I basically haven't implemented the authorship algo yet. Just looking at that now.
KevinMarks joined the channel
#drewintheheadI think I'm right in staying there's no a standalone PHP implementation for the authorship algo, just a few partial in-the-wilds. Is that right? Seems like it would make a useful addition.
#jeremycherfasWhoa! Truly wonderful stuff voxpelli. I used the sample data first to see how much styling I would have to do, and they all came throough just perfectly.
#jeremycherfasI guess that as the random subdomain that ngrok supplies will change next time I want to use it that I will have to start from scratch, logging out this site
KevinMarks, KevinMarks_ and eli_oat joined the channel
#jeremycherfasActually, CSS flexbox looks like it could be very worthwhile learning.
#Loqitantek: Zegnat left you a message 8 hours, 46 minutes ago: if you are looking for a “validator” for authorship, I like testing with https://sturdy-backbone.glitch.me/ which will highlight the exact path through the algorithm that needs to be taken for any page.
#LoqiPASTA is an acronym/abbreviation for Publish Anywhere, Save To (private) Archive, the practice of automatically saving a copy of whatever you post on (social media) silos to someplace else under your own control, like a private directory on your own server, or a local folder on your laptop that is less vulnerable to site-death https://indieweb.org/PASTA
#tantek.comedited /Tumblr (-65) "/* Criticisms */ merged with prior Releasing inactive accounts, move that section near involuntary identity reassignment due to being related" (view diff)
#snarfedthere's been lots of FUD forever about how many people you leave behind if you're SSL-only, and more recently SNI-only, but very little actual measurement ordata
#Zegnatsnarfed, I have noticed that too. When I first set-up SSL I saw all these warnings about SNI, but I haven’t had any complaints and everyone I ever linked to my site has been able to reach it.
#cweiskeI had my share of SNI problems, 15 years ago
#jeremycherfasTantek: your experience of being able to set a new password suggests that if I allow my Tumblr site to be dormant I will eventually get the same email and be allowed to reset my passowrd.
KevinMarks_ joined the channel
#tantekassuming you still have access to the email you used to sign-up on Tumblr!
#aaronpkthe only SNI problems i've had is from people using python2 HTTP clients
#cweiskeelasticsearch head plugin running on localhost:9200 is not able to access ES instance on localhost:8080 (ssl forwarding) because of CORS :/
KevinMarks, KevinMarks_, snarfed and KartikPrabhu joined the channel
#sknebelRegarding authorship tests, there is a github repo with test cases, Zegnat already linked to the "explaining" tool
#dgoldregarding https 'leaving users behind' - that paper suggests a vanishingly small cohort of users
#dgoldand I don't think the size of that cohort countermands the benefits of https
snarfed joined the channel
#cweiskechat search will continue to not return emojis, because of elasticsearch tokenization problems with unicode and a too-low ES version on my server :/
#sknebelcopy-paste because lazy: tantek: Zegnat left you a message 8 hours, 46 minutes ago: if you are looking for a “validator” for authorship, I like testing with https://sturdy-backbone.glitch.me/ which will highlight the exact path through the algorithm that needs to be taken for any page.
#Zegnatsturdy-backbone.glitch.me just showing the entire JSON for the h-cards confronts me with how much stuff I am pushing to everyone who tried to get my author information, haha
#sknebel(not quite stock, my open PRs are already merged in that one)
#ZegnatStill doesn’t match the PHP output on weight. Now I have to see which parser is wrong.
#tantek.comedited /authorship (+6) "make the OR explicit because (some) people tend to like to tick all the boxes (just to be sure) and you don't have to" (view diff)
#tanteknotices " Does not implement standards " lol
#ZegnatThe rel="author" mentioned in that section is implemented in the algo though. Can’t it be removed?
#ZegnatI will have a closer look in a bit. It might just as well be a mistake on the PHP end, mind you. I am doing some weird stuff with the mark-up there.
#sknebelit does :only-of-type instead of :only-child
#dgoldwhew - nice even playing with php - I have photos (by url), categories and JSON working on my micropub implementation
#tantek.comedited /authorship (+736) "/* Does not implement standards */ note resolutions to issues. tl;dr meta author is metacrap, rel=author already in algo" (view diff)
#sknebel(also, I totally wasn't aware that there is an implied *photo* property. so an h-entry with a single img in it might accidentally get a photo property?!)
#ZegnatI wonder if that trips up post type discovery
#gRegorLoveNot opposed to a github issue on it, though, or discussion in #microformats at least. tantek can shed more light on the history of it, probably.
#ZegnatReally it is a bit of an edge-case. I can come up with loads of theoretical problems, but hard to find actual examples.
#ZegnatAlso because I think very few people push what mf2 can do, most copy examples from wikis and those are already proven
#sknebelright, a sibling for the author etc is quite likely. to the point where I wonder if actual photo posts ever have a matching DOM?
#Zegnat<span class="h-card"><img src="" class="u-feature" alt="not my face, not my photo, just a nice picture of my house"><span class="p-name">Martijn</span></span> - would trigger a faulty implied photo property and clash with the feature property. But again, pretty contrived example.
#sknebelI think the u-featured issue is the most likely to actually happen?
#ZegnatMore likely, yes, especially if people put that outside of e-content. (Do they?)
#sknebelall sites I'm looking at have a footer of some kind on every post that'll kill the nested rule
#gRegorLovenotes seem most likely for that to happen with, since they'll either not have a p-name at all, or it's on the e-content element
#gRegorLoveIf you post an article and have the p-name inside the e-content, that parses fine, but will look weird in readers (duplicate name showing up)
#ZegnatI always have p-name inside my content (unless I don’t define one and set it to be equal the content)
#sknebel(now I'd love it if we had parser logs telling us which rules are actually used how often ;))
#gRegorLoveZegnat: Interesting, why don't you want the title to show up on the second link there?
#gRegorLoveHaven't seen a data class=p-name before. Clever.
#ZegnatgRegorLove: I have no CSS for headings, and most of the time don’t see a need for them on my site. Put incase someone is converting my site in their reader, they might expect a title in there. Or when converting h-feed to RSS.
davidmead joined the channel
#ZegnatThis theoretically also means they have a title to use for bookmark-of/in-reply-to/… posts
#ZegnatThough most people don’t seem to go that far in the parsing for their target posts
#ZegnatWould have loved to go without the DATA element there, but I wanted a more proper title then I could wrangle the text to be ;)
#gRegorLoveYeah, that's something I'd like to do. I'm usually semi-manually making my like slugs "star-" + original slug. Some don't have the nicest slugs, though :)
#ZegnatOn the event I didn’t need data because I already write “Virtual Homebrew Website Club” in the text just the way I would make the title
#gRegorLoveNice. I love the flexibility of HTML and microformats
#Loqi[eli] It isn't exactly the same thing, but check out Battle Decks:
Think of it as improv karaoke powerpoint.
Contenders each prepare a 10 slide deck for their opponent to present sight unseen. The audience judges by show of applause based on continuity,...
#ZegnatNow I am really off for bed :) Have a good HWC wherever you are gRegorLove :D
#gRegorLoveCould move from <data> to <title> if you move your h-entry to the <html> :) G'night!