#[tantek]GWG, I suggest from a UX perspective to NOT build "syndicate to archive.org" because it is literally the opposite of Undo.
#[tantek]Especially don't build that for other people. I think UIs should be forgiving, and auto-immediately-syndicate-to-archive-org is totally unforgiving.
#[tantek]What I do is auto-archive my *previous* post when I post a new post, and I feel that's "good enough" in addition to giving me enough time to undo or edit to fix simple mistakes etc. before something is archived.
#[tantek]also I have a delay in my Atom feed since Atom consumers don't dependably show updates or handle deletes
#[tantek]jacky, I'm pretty sure folks have built various utility libraries/services for "parsing" Twitter URLs etc.
#[tantek]GWG, I just don't think it's worth it. Because then you'll be tempted to make the delay configurable, and then someone will just hurt themselves by making it unforgiving.
#[tantek]Part of the point of good UX design is to not give the user tools they will likely hurt themselves with
#mblaneyyes I'm wondering if the spec should say that when posting the channels action you can specify the unread type. The order method is very well defined, but doesn't mention updating unread type.
#aaronpkyeah that makes sense. there are some things that just get set out of band right now
#aaronpkor a server works just one way and doesn't expose that to clients
#aaronpkif you're going to let people choose the unread tracking type, then we also need a way to have the server tell clients which types it supports too, and choose a default
#mblaneyah ok. I've got a few differences between how my reader works already and what the microsub spec surfaces.
#aaronpkplease document those differences on the wiki somewhere!
#aaronpkthat's important for developing the spec further
#aaronpki haven't wanted to make many more changes to the spec that aren't influenced by actual implementations so this is how that happens
#mblaneyhmmm ok, maybe just on the page for dobrado for now.
#GWGaaronpk: What other changes are you interested in exploring, out of curiosity?
#aaronpkright now just minor stuff, tightening things up, and anything that improves the app developer's experience
#aaronpki want it to be really easy to build a microsub app, so that we can get more ios and android developers interested in building good experiences in this ecosystem
#GWGPausing from my storage problems to add support for swentel's new geo uri properties to Micropub
#jacky!tell [tantek] agreed: re parsing Twitter URLs, but I'd want to this to parse any non-MF2 URL and make it so (like how Bridgy can do it); but like even news sites like The Verge or other blogs that lean on other approaches
#snarfedjacky: one of the big read-it-later services recently open sourced their entire content extraction engine. cleverdevil and maybe others mentioned it here recently. can't remember the name right now
#LoqiA scrobble (AKA a listen) is a passive type of post used to publish a song (music or audio track, including concert recordings or DJ sets) or podcast that you have listened to https://indieweb.org/listen
#jackyand my programming brain is saying "all media has a method called 'play' on it"
#[eddie]I spent a little bit of tonight working on an importer script that will periodically tap the unofficial Nintendo Switch Parental Control API to get info on what games I’ve played, and download that data.
#[eddie]I have two things left to complete: one, it turns out Nintendo is using refresh tokens 😔 so my access token is already expired. So I need to add logic for refreshing my access toke
#[eddie]Second, I need to take the data retrieved and actually push it into my website as a play post
#[eddie]Pretty excited to get that working though! Especially since it’ll be automatic!
#[eddie]Haha yeah. I looked everywhere wondering if there was a way to get historical play data. Kind of weird for it to be in the parental control app but I’ll take it!
#[eddie]For some people it’s about restricting how much their kids play, for me it’s about owning my data! Haha 😆
#[eddie]Had to do some man-in-the-middle on myself but 🤷♂️
#[jgmac1106]gwg of course has a post kind for play
#jgmac1106so I have had to dig into the xAPI documentation for different grants…just starting to put together how much JSON-LD (though docs say JSON-LD is enough but you shoudl use RDFa if you want a better snapshot) is kinda like sentence diagramming in middle school, why data needs a subject, verb, and object…I will have to learn at a later date…hard to believe this the tool for data portability for any elearning, LMS, LRS, and
#[jgmac1106]Jacky if you are ready to pilot hosting I am working with the OER Foundation in Ghana. Was going to use Known but could do a Koype pilot. Be pretty cool
#@jackyalcine↩️ Disqus has a bad history of linking to ads without consent and having weak spam tools. Opting for Webmentions would give greater content and allows one to own their content! (twitter.com/_/status/1103293799218917376)
#sknebelswentel: I've been looking into using OpenStreetMap for venue lookup, would be interested in coordinating at least the interfaces (so if we both make small services that translate to the APIs that micropub endpoints can use them the same way)
#Loqiswentel: jacky left you a message 12 hours, 53 minutes ago: I don't know what changed but Indigenous for Android works with my site now with properly encoded JSON!
#swenteljacky, didn't really change much in the micropub requests, just added more features :)
#sknebela basic option could be something that just produces the query output format, with IndieAuth auth, so the micropub endpoint can just pass on the request and response, only adding its token
#@ohhelloanaI forgot to announce to the world that on this evening I realised that I can now receive Webmentions (although I still have to style them). And to my surprise, I actually had some!! (twitter.com/_/status/1103299877977710592)
iasai joined the channel
#sknebelswentel: hah, maybe I misunderstood what you were talking about in #indieweb for using arcgis etc
#sknebelI was thinking about making something people can easily plug into their micropub endpoints to make them support the venue lookup
#swentelsknebel, ah, right me too (besides other things). I initial idea was directly from indigenous (or any other app). But it's probably even easier to say, if you q=geo comes in, use that a service which does it for you.
#swentelseriously, my typing and spelling is horrible today, sorry :/
#sknebelI was also considering a model where the server tells the client "go use that service" (like a redirect), but then the authentication feels a bit messier
#swentelsknebel, so, then I was looking at drupal modules, and it turns out there are modules that would allow me to hook into when q=geo comes in and get venues back, so I would get drupal support relatively easy out of the box.
#swentelhowever, that leaves out many other sites using different technologies
#swenteland it's tricky, so, a separate service would be sweet
#sknebelyou'd know better how well you could make a minimal drupal application that just serves that one endpoint with auth? so a full drupal-based site could use it integrated, and others could run drupal just for that bit of functionality (or use a shared one)?
#[tantek]allow the 'target' param to take protocol relative URLs then match any protocol for them
#[tantek]that would be the conservative way to do it, so any existing callers to webmention.io api would not be affected, and anyone wanting to explicitly check for target on a protocol-less URL could do so
#jackylargely seeing if I can get fortress to do page updates on the relme checking page for a 'light' demo
#[tantek]aaronpk, I'm open to alternatives of course, but this was the best/simplest/minimalist I could come up with quickly (which is also sometimes a good design constraint)
#[tantek]grows the API surface just a little bit, preserves all existing API
#blair1Thanks for the help here on thinking about both webmentions (pointer to webmention.js) and getting off disqus. In the end I moved my blog/site to ghost.org from jekyll, and integrated webmentions there. For the disqus issue, I forked https://github.com/11ty/eleventy-import-disqus into https://github.com/blairmacintyre/plain-html-from-disqus to output simple HTML of the threaded comments. Since I only have a few hundred comments across ~150 posts,
#blair1up each post by hand anyway to deal with jekyll -> ghost conversion (ugh), I'm inserting them in the post body and then hacked webmention.js to pull the old comment block down with the webmentions
[eddie], [chrisaldrich] and j12t joined the channel
#GWGWordPress likes to store geodata in one place, but Micropub for WordPress also stores it under the name of the mf2 property. Wondering if I should remove one
[jgmac1106] joined the channel
#[jgmac1106]if you aren't writing it twice and losing time to DRY I would leave both, you never know iff a user wants a plugin that requires geodata in the normal way WordPress handles it
jgmac1106 joined the channel
#GWGjgmac1106, I was thinking of not storing it in the mf2 location parameter
[kevinmarks] joined the channel
#GWGSo map mf2 to WordPress except when there isn't one