#aaronpkso this has nothing to do with webmention apparently
#aaronpkincidentally I *did* get a webmention from this particular post, it just also showed up in another channel because I am also following that feed
#Loqiutm_ is a commonly used prefix for URL query parameters used for tracking (like utm_medium utm_source utm_campaign) by various media and content publishing sites; it is considered good URL design to automatically drop them when publishing, sharing, or just linking to a URL that has them https://indieweb.org/utm
#jeremycherfasNo. Although there is one by perlkonig, it doesn't normalise the data. I worked with aaronpk last year at Nurnberg to try and get it to use Xray, but never quite managed it. In the end I use the heroku app.
#cweisketoo bad. I'm thinking about adding comment information to the grav atom feed, but that's not possible if they are loaded via js
#jeremycherfasThe perlkonig plugin downloads to a folder in /data but became problematical for me because the data received were very inconsistent.
#jeremycherfasI'd love to get the perlkonig plugin to use xray to parse the data, and that's one of the motivations for me embarking on a proper PHP course, which I am now three weeks into.
#cweiskeit looks like I'm going to use grav for a project, and I want comments enabled properly in there
#cweiskeso there is hope that some patches will be coming from my side :)
#cweiskeand jeremycherfas++ for taking a php course
#Loqijeremycherfas has 7 karma in this channel (19 overall)
#cweiske!logibug: ++ no detected when inside the text
#jeremycherfasOh boy. That is VERY exciting news. I have started to look at the new default theme, Quark, and I think the logic of it is much easier to understand. Hoping to build out my child theme and make the switch in the next couple of weeks.
#petermolnarcweiske: is grav still using that gd based image lib that completely strips metadata from the resized images?
#cweiskeI've not even began to set it up, so: no idea
#cweiskeoh i'm totally flashed. I wrote a response to your remembering-it-later-too post and as soon as the omnibear reply window closed, the comment had appeared on the site already, without me reloading it.
#ZegnatAnyone know if there is some clever way to make nginx serve the newest file from a directory at a specific path? Latest in either time or just from alpha-sorting.
#ZegnatWondering if I can keep a folder of profile pictures, and just have nginx always serve the latest one as martijn.jpg
[kevinmarks], j4y_funabashi and renem joined the channel
#skippyhttps://www.hyperledger.org/ actually has some cool stuff going on; but it's hard for people to mentally separate blockchain-the-technology from blockchain-the-cryptocurrency-solution
#theReal33mhz[kevinmarks] I'm not sure what "single point of failure" is supposed to mean in that explanation.
#[kevinmarks]I may be misremembering, but there was a concern that salmentions notifying all previous thread notes could cascade, but I think you're right about that being a mishandling (ie mentioning upstream when you have updated due to a downstream mention alone)
[tantek] joined the channel
#[tantek]Aaronpk have you tried out Swarmās new edit checking feature, and more importantly, considering adding Update support to OwnYourSwarm?
snarfed1 joined the channel
#skippyrunning one's own USENET server is hard. The software hasnt been updated much, last I look.
#LoqiSalmentions are a protocol extension to Webmention to propagate comments and other interactions upstream by sending a webmention from a response to the original post when the response itself receives a response (comment, like, etc.) https://indieweb.org/salmention
cweiske joined the channel
#aaronpk[tantek]: ownyourswarm has actually always supported updates, because of some implementation details of how the api and their web hooks work!
#aaronpksometimes a checkin is created with no content, and then the checkin later gets content added somehow, so I had to support sending updates from the beginning
#aaronpkalso photos often appear much later due to the asynchronous uploading, so those are also sent as an update
tantek joined the channel
#[tantek]Very cool. But those are all additions. The new feature is ability to edit checkin text - probably worth testing at least
#aaronpkit does it as a replace, so it's already there
#aaronpkyou do have to support micropub updates in order for it to work of course
#tantekright, that too. still likely worthy of trying it out to make sure it works e.g. on your site
#tantekand then maybe a heads-up to folks using it e.g. via with Micropub WP plugin
#aaronpkhm, here's something that has a new side effect
#aaronpksince previously you could only add text to a checkin, the syndication rules were always consistently applied
#tantekpreviously you could only *comment* on a checkin
#aaronpkbut now you might change the text to remove one of the words that caused a syndication, or you might add a word that triggers syndication in the update
#aaronpkI suspect the most common case will be someone edits the checkin to add a keyword to cause it to syndicate somewhere, so I think I will add support for that and skip the rest of the cases
#ZegnatI am going sight-seeing this weekend and am actually trying to quickly put a checkin posting flow together. But is anyone doing checkins outside of Swarm these days?
#GWGZegnat, I support them, but the functionality is not fully developed
#GWGI just found a syndication bug I want to fix though
#GWGI don't think the update functionality couldn't use some improvement, but it does work.
#tantekGWG have you tried checking in with Swarm with some text in your checkin, and then editing that text later in Swarm and seeing what happens on your checkin on your site?
#cweiskeI found that nearly all wordpress instances offer atom feeds (even if they don't link it) at /feed/atom, and more importantly, they offer separate atom feeds for each post that contain the comments for the posts, thanks to the atom threading extension
#cweiskeso no need to parse mf2 just to display comments in the feed reader
#aaronpkthat's a feature i want to add somehow, being able to subscribe to the comments of an individual post
#aaronpksometimes i come across something and i want to see the discussion about it as it unfolds
#[kevinmarks]Hah, that's crafty. I could probably do that with unmung, I already have a memcache for mf2 parsing
#kaushalmodiThinking from my perspective (Hugo static site), I need to first make comments part of the feed
#snarfedaaronpk: cleverdevil and i discussed comments in readers yesterday. microsub servers are actually in a good position to do this, at least on a best effort basis, eg for mf2 feeds and maybe atom threading
#aaronpkthe simplest version is having the post's permalink show comments and marking those up with mf2. a lot of sites already do that, and it's documented on the wiki
#aaronpkthen the microsub server can watch that post for new comments
#snarfedright, or more simply just extract them whenever it fetches
#snarfed(staying up to date with new ones is harder)
#cweiske25% of the internet have comments via atom threading :)
#snarfedwe'd need to specify the comments schema in mf2 items, ie how they're returned, and if/when they should be updated, or if it's entirely best effort
#LoqiGrav is a flat-file CMS built on PHP, with Twig templating, and YAML + Markdown for storing articles (YAML for metadata, Markdown for the content) https://indieweb.org/Grav
#snarfeddo you plan to eventually open it up to other users?
#snarfedconsider abstracting out the inoreader specifics a bit, if possible. once it's ready, i'm sure some of us here would happily add support for other readers
#sknebelwill look into that. since I've been using it to learn asyncio too I can't just throw it on free AppEngine, but I'll see what happens
#[cleverdevil]I've been too busy to really participate much today, but I did find a great way to run Python WSGI apps as Lambda functions relatively transparently.