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?
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.
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.
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
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)
@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)
[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]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