#snarfedhey aaronpk, how long do webmention.io status pages live for?
#snarfedi'm getting a 404 for one that's 6d old. just checking that that's expected. i didn't find anything about expiration time on wm.io or the github readme
[cleverdevil], [eddie] and chrisaldrich joined the channel
#mblaneyshould the micropub spec mention the same rule about unrecognised properties that was discussed at the summit?
#mblaneyat the moment, section 3.3.5 says ignore what you don't recognise, but the updated version would be if there's anything you don't recognise, fall back to the summary.
cweiske, jjuran, snarfed, [pfefferle] and swentel joined the channel
#ZegnatI don’t think it should be to fallback as soon as there is a single property you do not recognise, right? More like: if no content is defined and no other display can be generated from other properties fallback to summary if available
[jgmac1106], petermolnar and [frank] joined the channel
#@rubenmstbEn Psicolingüística no formulario ademais do idioma materno hai que cubrir a variedade. Cun 'Western Galician' supoño que chegará, que non penso que microsubárea Tambre-Barbanza lle diga moito. (twitter.com/_/status/1062308005390307328)
[jgmac1106], [schmarty], swentel, snarfed and jjuran joined the channel
#petermolnar(btw since then I realized it's not worth it: don't mess with things like scrollbars and omnibars)
#[dave]@petermolnar re: 200 while offline: I think the general feeling among proponents of service workers are that they're simply enhancing the existing caching mechanism available in the browser, but it's a fair question to ask and I'm interested in hearing from detractors.
jjuran, [kevinmarks] and [eddie] joined the channel
#[jgmac1106][eddie] yeah a reply field to drop in any particular url, be nice, I didn't know about following people...I need to go and refollow everyone I followed on Mastodon
#[eddie][manton] In a different channel some of us were just talking about how to reply to a random Mastodon post from Micro.blog. Obviously, right now the only way is through the Micro.blog interface and likely by following someone (unless their post is imported into Micro.blog because of an existing conversation)
#[eddie]but one thing that came up is I'm thinking a "next step" for Micro.blog might be supporting Reply posts in the Micropub endpoint. I know that probably comes with some complexities
#[eddie]but it seems like it might be useful even if it was just a shortcut for the existing JSON API
#[jgmac1106]and I actually thought all my post I syndicated through RSS were actually being published natively...your idea of a microblog micropub client would be awesome...be some time before I have skills to hack on that
#[eddie]jgmac1106 all your posts should be published but RSS doesn't have the capability to communicate replies and the like
#[eddie]so I believe they would just turn into regular posts
#[eddie]but regarding the Micropub endpoint accepting replies, if the target url contained mf2, it could import that mf2 as a native post to create the conversation within Micro.blog, then it could send either a Webmention or ActivityPub ping based on what is available on the url
#[jgmac1106]yeah I was trying to figure out why they showed on timeline but not my microblog site, you helped me with that already...the reply to Mastodon won't be too bad for people I follow...but you cant start with reply....and I can't reply to other sites from micro.blog using the JSON API seems reasonable
#aaronpk[eddie]: yep that basically describes how my micropub endpoint works
#[eddie]For urls that you reply to without mf2 might be a bit more complicated. It could just take the title of the page and put the domain after like standard article posts in Micro.blog
#aaronpkI just show the URL if I can't parse anything from the page
#[eddie]And while if it doesn't receive webmentions or ActivityPub the author might not actually receive a reply, it could build up interesting commentary threads within Micro.blog
sebsel joined the channel
#[eddie]aaronpk I was looking at the audience property today and I saw your post that you syndicated to IRC back awhile ago, and that reminded me that i had thought about doing that for awhile
#[eddie]but i keep coming back to I don't know if it's worth syndicating to IRC if there's no clear easy to way to follow it
#[eddie]My thought though, is start on the IndieWeb chat page
#[eddie]reply to a comment there, any replies targeted at that page could figure out which IRC channel to map those replies to
#[eddie]I could then do a reply with reply-context on my site
#[eddie]and the post would just be appended to the end of IRC
#[eddie]The other thing that would be helpful is that (when it's running and not broken) currently I have a script that sends posts from the chat logs to my notifications channels if I or indigenous are mentioned
#[eddie]So then I could reply to those from my reader
#[eddie]which would be nifty if I didn't want to go through all the logs but I wanted to reply to someone in particular
#[eddie]but *shrug* I keep switching back and forth when I think about it. It's actually possible now that I'm off of Jekyll though
#[eddie]is there a specific reason you didn't continue to syndicate posts?
#aaronpkprobably like you said, no way to follow it
#sknebelI feel like if I wanted interaction with IRC it'd be bookmarks
#aaronpkI do still favorite things from the chat logs now and then
#[eddie]I could see that being an unlisted post that's syndicated for me
#[eddie]unlisted for me won't show up in any feeds or on any pages but the permalink
#[eddie]although I guess if you tag it with a tag...
#[jgmac1106][eddie] I have done reply post to the url of a specific chat
#[eddie]yeah jgmac1106? Did you manually copy it into the chat
#[jgmac1106]not to POSSE IRC but simply not to spam it
#[eddie]or was it just to discuss what was in the chat?
#[jgmac1106]no, I go find the url on chat.indieweb.org and write a reply or usually bookmark
#[eddie]I'm not sure which should win out on an unlisted post with a tag... I'm guessing unlisted, but it would be helpful to have unlisted posts in certain areas like the tag pages since those are manually added
#[jgmac1106]yeah more breakout discussion, then syndicating...
#Loqi[mapkyca] KnownIRC: IRC Syndication plugin for Known
snarfed and [manton] joined the channel
#[manton][eddie] Replying to a Mastodon post that isn't already in the timeline is something I want to solve. Usually you can click on the user's Mastodon name in Micro.blog and it will show whatever they've posted, so you can reply there.
#[eddie]Ahh that makes sense. So either in your feed or on their profile page. That makes sense 🙂
#[manton]There should probably be a way to "load" an arbitrary Mastodon post in Micro.blog, though. Just not sure where that would be hooked in.
#[eddie]Yeah, I feel like that's where a Micropub Reply would come in handy. But I having some kind of a textbox where you could put the url would be a simple first step probably
snarfed joined the channel
#[manton]So, to support that, I really just need to accept `in-reply-to` in Micropub, right? I wonder why I don't already support that.
#aaronpkquill does something like this already. when you paste a URL in the "reply" field, it goes and fetches the URL and shows a little preview
#[eddie]I think you haven't done it yet because it suggests a possible complexity on where the reply posts go: the blog or the timeline
#[eddie]But I think because people on Micro.blog are trained, you can just send it straight to the timeline for now
#[eddie]Although, it could allow you to collect replies in storage (like you did for webmentions before rolling out any UI)
#[eddie]But yes, in-reply-to with the url of the page the person is replying to is all you need
#[manton]Cool. Yeah, the Micropub endpoint can actually already be used to create @-mentions. Anything starting with an "@" is routed to the timeline as a reply.
#[manton]Yeah, the Micropub endpoint is a monster... Posts, replies, favoriting, Indiepaper... It's a mess.
#[manton]Also, to [aaronpk]'s question from #chat, that Mastodon thread is brought into M.b via ActivityPub replies.
[zoellner] joined the channel
#[eddie]Haha yeah Micropub endpoints can be a beast
#[eddie]mine is in a monolithic crazy file. I need to break it down a bit more into seperation concerns
#[eddie]actually now that I'm free of Jekyll, I have a Post class that is essentially a fancy mf2 object with functions, so I can probably start offloading a lot of my "Micropub endpoint" logic into the actual Post class itself
#Loqimanton has 24 karma in this channel over the last year (69 in all channels)
#[tantek]manton indeed! It does seem like adding IndieAuth provider support to Mastodon's existing OAuth2 + profile URLs would be very straightforward
#[manton]I hope so too. It'll be a really nice addition to Mastodon.
#snarfedon a related mastodon/AP note, now that bridgy fed supports following (both directions), it's fun to see my followers on mastodon start to accumulate as indie follow webmentions and render nicely: https://snarfed.org/about#comment-2615238
#snarfedeven shows off GWG's code that lets wordpress users delegate homepage webmentions to another page (eg /about for me)
#[eddie]great! Now I just have to figure out how to get webmention.io (aka xray) to support follow posts haha or I'll need to add another layer of webmention parsing in
#sebselnice, because of async webmention verification, I was able to fix a spelling mistake before it showed up elsewhere :P
#Loqisebsel: [eddie] left you a message 4 days, 23 hours ago: Please bug me about adding subscribing to Indigenous. That was supposed to be in before it went public and I still just haven't gotten around to it
#Loqi[Eddie Hinkle] There are a bunch of great Micropub apps for the Web, iOS and Android so I definitely think it would be helpful to add Micropub support.
swentel joined the channel
#[manton]It's an interesting problem of what to do with that. Currently, M.b accepts the Webmention and threads it into the conversation. However, it can't notify Eugen's Mastodon instance because your account isn't using ActivityPub.
#[manton]So he'll never see the reply unless he happens to check the conversation in Micro.blog. I realized about halfway through implementing all of this that there would be some confusing situations like that, but not sure it is really solvable except to prevent M.b users from replying at all in that case.
[jgmac1106] joined the channel
#[manton]Lemme know if that makes sense or if anyone has brilliant ideas for solving it. 🙂
#Loqi[Eugen 🎄] Reading the #micropub spec. Seems simple enough, would anyone benefit from us adding that? Is anyone using that?
#[eddie]Yeah that’s tricky KevinMarks because you sent a webmention to essentially an IndieWeb website (manton’s) but his was in reply to an ActivityPub instance
#[eddie]It’s a whole new world with Micro.blog and Bridgy Fed ActivityPub integration but now we have a whole new set of issues! Haha
#[manton][kevinmarks] Currently the only way it could work is if you enabled ActivityPub support in your account on Micro.blog, and then when replying also @-mention a Mastodon user in the thread to force it to notify Mastodon. Possibly I could code around that second part later by automatically sending it to Mastodon when it's part of an existing thread.
#[manton]But without a user to mention, I'm not sure that would work.
#LoqiIt looks like we don't have a page for "WriteFreely" yet. Would you like to create it? (Or just say "WriteFreely is ____", a sentence describing the term)
#[Vincent]@kisik21 from the telegraph API docs “If you pass target_domain instead of target, Telegraph will find and enqueue webmentions for all links to that domain” So I believe yes, if you use target_domain instead of target.
#kisik21[Vincent]: too much parsing on my side, need this to be quick because this is gonna be from CI script in bash. I'm not gonna implement HTML parsing in bash...
#@manton2Rolled out several fixes today for receiving Webmentions, parsing different kinds of usernames, and notifying Mastodon instances. Hopefully all these cross-site interactions will be a little bit more seamless now. (twitter.com/_/status/1062492060748599296)
#Loqi[matt] @eddiehinkle.com I would definitely like to support it working as a client -- probably in the web editor, but definitely in our native desktop apps.
#Loqi[matt] @eddiehinkle.com I would definitely like to support it working as a client -- probably in the web editor, but definitely in our native desktop apps.
#aaronpkkisik21: I don't remember actually, but it would be documented on either the telegraph website or in its github readme
#[eddie]Working on cleaning up my Bridgy Fed integration. I need to set up automated webmentions for it and also my posts are ending up with content warnings equal to my content, which is strange... I think it’s my p-summary that was messing it up