#[snarfed]AP doesn't deliver those posts to your inbox, so that's not really possible with the current protocol, at least not very scalably
#[tantek]right, not via AP, that's a good point. however BF does know the list, and thus a list of RSS feeds
#[tantek]perhaps BF could provide half the solution, like that list of RSS feeds to a Microsub server to do the feed retrieval and placement into a channel
#[tantek]then we'd need to figure out what's the best way for a Microsub server to consume that into a channel
bterry1 joined the channel
#[tantek]hey folks using Mastodon web UI as a reader and paying attention to what toots show up where and where they don’t, does this diagram reflect your experience? https://mstdn.party/@voron/109546077495237414 (sharing here in #indieweb-dev because the details seem very dev-like)
#[tantek]Lots of interesting design decisions embedded in that flowchart
#[tantek]added .cloud and .party to my live in-production version of auto_link in cassis.js because I'm replying to Mastodon posts on servers with those TLDs
#[tantek][snarfed] I'm noticing that even delivering replies to toots is taking a while. Is it because delivery to specific instances may be taking a while?
#[tantek](BridgyFed delivery of replies to masto .social .cloud etc.)
#[tantek]ok I guess I have to search for the text contents of your tweet reply, in the search box on your site and hope that returns the original permalink
#[snarfed][tantek] delivery of BF replies is synchronous within the webmention request
#[tantek]which I still have timeout at 30s however it seems like my recent replies to toots take all of those 30s
#[snarfed]Same with all other BF delivery except original posts to followers. Those are still immediate, just not synchronous
#[tantek][snarfed] sounds like I need to instrument the webmention sending code on my end to see if I can get some more precise numbers
#[tantek]re: do we need to update original post discovery, perhaps as another fallback (when POSSE copies lack OPPs), we need to ask sites to provide an original post lookup endpoint that takes a POSSE permalink and returns the original post permalink (OPP)
#LoqiI added a countdown scheduled for 2023-01-12 12:02am PST (#7005)
#[tantek][snarfed] do you know why the dashboard shows only one or a few items right after posting a new note? e.g. https://fed.brid.gy/user/tantek.com right now, and then when you click "Older" it similarly shows only 1-2 items. Keep clicking Older and notice there is only one item, the same item for several pages
#[snarfed]yeah ugly implementation detail leak into the UI
#[snarfed]more noticeable when you have many followers
#Loqi[preview] [Tantek Çelik] 11 years ago today, Ryan Barrett (https://snarfed.org/ @schnarfed) launched Bridgy (https://brid.gy/) to copy #socialmedia replies as comments on original blog posts.
This meant those of us building #IndieWeb sites could use a service for that funct...
#[tantek]that's odd [snarfed], I'm not doing anything user agent specific
IWSlackGateway, [snarfed] and [tantek] joined the channel
#[0x3b0b]<[tantek]> "hey folks using Mastodon web..." <- The flowchart erroneously appears to suggest that if you're following `@hello` the post will appear in your Home timeline and *not* in Local or Federated, when in fact it might appear in all three (I think), but other than that it seems accurate both to my experience and to my understanding. I misunderstood part of it at one point, and didn't realize that having followed my website from my
#[0x3b0b]secondary account meant all my website posts would appear in that server's federated timeline even if I didn't boost myself.
#e-snailsorry if this is a noob question, but is the difference between Bridgy and Bridgy Fed wrt Mastodon that the former acts like a client and the latter acts like a server?
#[KevinMarks]“First off, ActivityPub does have a client-to-server API, but as far as I can tell, it’s not really worth implementing. Mastodon is the 800-pound gorilla in the fediverse, it doesn’t implement this API, and other servers (such as Pleroma and Misskey) implement their own flavor of Mastodon’s API” https://nolanlawson.com/2023/01/09/retiring-pinafore/
#sknebellike you have the choice between an API that a wide variety of clients exists for, and one that has (exactly or close to?) zero, so unless someone wants specifically toy with a concept that relies on it there's not really a reason to choose it
mro joined the channel
#IWDiscordRelay<capjamesg#4492> [campegg] What is "Possibly Related Photos"?
[campegg] joined the channel
#[campegg]capjamesg I'm guessing you're talking about the thumbnails that appear under a photo post on my site? 🙂 They're a random selection of photos from the same album as the main pic
#IWDiscordRelay<capjamesg#4492> Ah. I thought you might have been doing some machine learning behind the scenes.
#IWDiscordRelay<capjamesg#4492> I just thought I'd check 😂
#[campegg]capjamesg Nothing that sophisticated 😆 (If the main photo doesn't belong to an album, I just show four random photos under the heading "Completely Unrelated Photos")
#Loqicapjamesg has 30 karma in this channel over the last year (84 in all channels)
#IWDiscordRelay<capjamesg#4492> To bring it home, you can calculate the vector of an image and use that to do a search.
#IWDiscordRelay<capjamesg#4492> So you could feed in a picture of a dog and it would give you other pictures of a dog.
#[KevinMarks][Gregor] yes, if you have it open by default it's fetching new posts and updating the UI. you can switch it to slow mode and it should be less chatty
#Loqi[preview] [Tim Bray] 0/ I have 4 Mastodon clients on my Google Pixel. Thought I’d do a quick illustrated run-through. It’s going to take a bit of time to construct this thread, so I'll boost the 1/ post once I’ve finished, wait for that to come around again if you...
#barnabyyes, unfortunately the “thread of short notes rather than a long-form post” format survived the jump from twitter to mastodon
[timothy_chambe] joined the channel
#[tantek]I mean it’s not like Tim has his own site where he could post notes and update them or anything 😝
gRegorLove_, mro and btrem joined the channel
#btremI need some help. I've switched (temporarily??) from macos to ubuntu. And damned if I can figure out how to set up my global git ignore file. Git ignores any patterns in `~/.config/git/ignore`. Is that the wrong location?
#btrem[snarfed] that tells me how to use patterns. But I'm using the correct patterns. It also explains how to change the default location of the global ignore file, but I have not changed it. At some point, I suppose I'll be doing a face palm. But not yet.
#[0x3b0b]y'all have got me wondering whether microblogpub has wound up with better AP C2S support than most AP servers...or possibly if the recent updates with improvements were actually improving Mastodon-flavored support instead. Not sure I'd be able to figure it out, myself.