#Loqidoubleloop: Zegnat left you a message 1 hour, 5 minutes ago: I think this like came through wrong, the link to Chris is to “Array”: https://doubleloop.net/2020/05/03/6836/
#doubleloopNot sure what happened there, but I resaved it and it has picked it up the link now. I posted it via Micropub - possibly either that, or I think perhaps if some of the author properties are not present, my theme might not be rendering things correctly.
#[LewisCowles]RE: #indieweb-chat ffmpeg streaming. The approach I highlighted is now on https://indieweb.org/streaming with a code reference and course learning example using PHP & Laravel. It uses an approach of passive transcoding of video (changing how it is stored) rather than active and could be used to get knowledge of how to do the RAW thing for static sites. Would need a disclaimer not to try hosting via GitHub pages 😛
jeremycherfas joined the channel
#[LewisCowles]how to mark up a quoted conversation... Can I embed a h-feed of h-entry within a h-entry ( meme inception! && meme yodawg! )
#[LewisCowles]use-case. There are conversations from a silo or other indieweb site, I'd like to quote on my own site within an article (h-entry)
#[LewisCowles]maybe it's not a feed, despite the fact the quote does have sub-entries, they are not mine...
#Loqi[schmarty]: Zegnat left you a message 19 hours, 44 minutes ago: I think the rel-alternate link for feeds is broken on your tag pages, had to manually feed it to my reader because of some misplaced quotes (<3 eternal caturday)
#[schmarty]thanks, zegnat! not sure how long those have been broken. i think a while! should be updated now.
#Jamietanna1Jacky the first call to Bridgy should return the syndicated URL (with a 2xx), but if you call to it again it'll 4xx but still return the URL that was syndicated
leg, [fluffy], tomasparks, [LewisCowles] and swentel joined the channel
#jackyso my site just assumes a complete failure if it gets back a non 2xx response
#jackyit's not built specifically for bridgy but synchronous webmention-based syndication
#jackyhmm bridgy knows if I've published a post to mastodon before tho
#jackyI might do somewhere where if it's 4xx _but_ the response contains a `original` key, to use that value from the payload and assumed it's a de-duping
[snarfed] joined the channel
#[snarfed]jacky: the common use case for resending a previously sent webmention is for when you've changed your post. i haven't built full fledged comparison into bridgy pubolish to tell if your post changed from last time, and i don't want to incorrectly return success in case it did change and i don't/can't update your silo post, eg a tweet, so i'm conservative and return 400 on subsequent wms for the same post
#[snarfed]you're already special casing the syndication wm, so i'd suggest that you just extend that special case to your after-published logic that sends wms to all links, and exclude the bridgy synd link