#M0x3b0b[m]btrem: It's even more confusing, actually. The original third-party program was `docker-compose`. I think that may be what was written in python. Docker adopted it and now there's `docker compose` without the hyphen.
#M0x3b0b[m]Also: microblog.pub is what I'm using, and it also speaks ActivityPub and Webmention natively. I don't think I've had any BFers mention me so far though.
#GWGI'm working on implementing Micropub for POSSE, but the only example of that I have so far is Bridgy, which doesn't use IndieAuth to get the token. So, wondering if I should just put in a 'paste your token' here box and punt an actual IndieAuth flow down the road or if there is a use for it now
#[tantek]Micropub for POSSE could mean many things, can you be more specific? or is there somewhere you have described the user flow you’re trying to get working?
#[tantek](like are you talking about checkboxes to POSSE or not in a Micropub client?)
#GWG[tantek]: Right now, in my case, I have checkboxes in Micropub that trigger POSSE via API or via Webmention. I want to support [snarfed]2's new method of getting a token from Bridgy and sending a Micropub request to Bridgy to publish to supported sites, as that allows me to tailor the output more precisely.
#GWGBut, I'm wondering if I should prepare for a future need yet.
#GWGWhat other service would I want that allows for using a Micropub endpoint as a syndication target?
gerben, geoffo, nertzy, jeremycherfas and gRegor joined the channel
#gRegorI hadn't run into this before: a friend's site is apparently using Cloudflare and it seems to be blocking "bots", including feed readers and stuff like Bridgy Fed. Tried to send a follow via BF and got the HTML+JS "Checking if the site connection is secure" response body.
#gRegorCouldn't subscribe in Aperture "no feeds found" and even just curling the feed URL gives me that same "checking if secure" message.
#gRegorI'll try to reach out to them though and see if they can loosen it up a bit in their settings.
mro joined the channel
#sknebelheh, people are doing an activitypub spin on [KevinMarks] OpenGraph preview hack - posting pictures, but have their server deliver a different image depending on the instance fetching it
#[snarfed]2I should expand them to say: Mastodon will show a preview of links even if their text is blank, so if your fed.brid.gy link is inside e-content, that's probably what's happening
#[aciccarello]I thought I had issues with the webmention when the link was outside e-content but I'll try that again.
kloenk joined the channel
#M0x3b0b[m]I seem to recall you could already effectively do this on Gitlab and Github with an extremely simple special case of their respective -pages, but that's a lot less discoverable and takes a lot more effort. Plus I could be remembering wrong.
#@haxorThe alternative federated protocols seem too complicated. I see a lot about the need for progressive enhancement on the web, but when it comes to communication systems people seem to abandon that requirement. Part of my nostalgia for RSS comes from how easy it was to get started. (twitter.com/_/status/1604158155499261952)
#aaronpki hadn't thought about it this way before, but the indieweb protocols do take more of a "progressive enhancement of the web" approach
#@aaronpk↩️ Yes! This is exactly why we've been taking this more incremental approach with #IndieWeb building blocks, like adding Microformats to turn a web page into a parseable feed, then Webmention to enable conversations, etc. (twitter.com/_/status/1604160181616594944)
#[jacky]Kinda reminds me of this HTML tutorial that shows you how to use CSS to keep styling it
Seirdy, mro, geoffo, tiim and nertzy joined the channel
#[tantek]aaronpk, that (take more of a "progressive enhancement of the web" approach) was very much intentional on my part, and goes back even earlier with deliberate design decisions in XFN, microformats(2), etc.
#[tantek]nature abhors complexity and will keep mutating something until it reaches it's simplest (sheds unnecessary cruft) most sustainable state.
#[tantek]this is all a part of the "building blocks" strategy
#[tantek]I did an entire SXSW 2006 talk on it FWIW
#[tantek]it reached the people who were ready for it
#[tantek]also, tbh, the "put everything in my new protocol/format/standard" monolithic approach is frankly, a common standards noob mistake that is repeated over and over. as is the, "I better design for all possible things up front because I won’t get a chance to add them later" common standards noob mistake