#LoqiI published a Go application today to export the last tweets from your twitter timeline to your
local hugo repository.You can find it here twitter2hugo-export
gRegor and AramZS joined the channel
#[snarfed]capjamesg yeah that's useful, Bridgy Publish uses it for GitHub preview
#LoqiIt looks like we don't have a page for "World Standards Day" yet. Would you like to create it? (Or just say "World Standards Day is ____", a sentence describing the term)
#Loqi[Marty McGuire] Congrats!
By the way those are not just 80’s action movies they are specifically Arnold Schwarzenegger films!!
#[schmarty]before posting it i set my "Mastodon-compatible username" to `@schmarty@micro.blog`
#[schmarty]oh nerts m.b is using my json feed which i now see doesn't have the in-reply-to anywhere ...
barnaby left the channel
#[schmarty][manton] does micro.blog support a JSONFeed extension for indicating replies? or one for RSS/Atom? this seems to be a blocker for having a non-hosted account use micro.blog's activitypub integration.
barnaby and jacky joined the channel
#[manton][schmarty] Ah, that’s interesting… No, there’s currently no way to get replies into Micro.blog except via Webmention.
#[manton]There probably should be a way with a feed. The work-around I guess is to exclude replies from your feed, but ping Micro.blog with a Webmention when you reply somewhere so it can add it.
#[schmarty]snarfed++ thanks! but micro.blog is probably not going to look for the thr:in-reply-to- property in the Atom feed right now, right?
#Loqisnarfed has 19 karma in this channel over the last year (46 in all channels)
#[schmarty]manton++ thanks for the hint! so this post is on my site in-reply-to a post on a mastodon instance. is there a webmention invocation for micro.blog that would cause it to try and push that out via activitypub? 🤔
#Loqimanton has 24 karma in this channel over the last year (27 in all channels)
jacky joined the channel
#[manton][schmarty] This is a bit of uncharted waters… But in theory, if you have a reply on your site that is marked up with HTML + MF2, you can send a Webmention to Micro.blog with that URL. Micro.blog will grab your post, add it to its local database/timeline as a reply, and then send it out to your Mastodon followers.
#[manton]Basically the Webmention is equivalent to hitting the “Reply” link inside of Micro.blog.
#[manton]There are probably some areas where this breaks down, such as replying to a post that is on Mastodon that Micro.blog doesn’t know about… It will “work” but won’t thread the reply correctly, I expect.
#[manton]So in other words, I kind of doubt your example above will actually work 100% correctly. I think that’s fixable, though.
#[manton](No one has ever done this before on Micro.blog!)
#[manton]Reviewing the code… Yeah, replying to a Mastodon post that Micro.blog has never seen won’t work very well right now. When the Webmention comes in, I should probably pull the entire thread from Mastodon so that Micro.blog knows about who is replying to what.
#[schmarty]ah, ok. i won't poke the jenga tower, today! thanks so much for looking, manton++
jacky and barnaby joined the channel; barnaby left the channel
#[manton]Thanks for trying it out! I’ll try to fill these holes.
#sknebelhm, what fits [schmarty]s metaphor. "glue down the bricks"? :P
gxt, geoffo, jacky and jeremycherfas joined the channel
#[tantek]snarfed, IIRC link rel=in-reply-to was also suggested for Atom, without needing another namespace
jeremycherfas joined the channel
#[snarfed]sure! I just went with thr: for compatibility because OStatus used it. maybe Mastodon too, not sure
jacky joined the channel
#[tantek]I don't know of any test suite for rfc4685 nor any currently active consuming code implementations. IMO that means it's worth reconsidering (since it clearly didn't get enough critical mass of community to produce those things)