#Loqi[tantek] has 25 karma in this channel over the last year (122 in all channels)
#[tantek]capjamesg[d] except now I'm fully replicating the weird Mastodon accept my post but not show it problem
fluffy and rvalue joined the channel
#[Murray]Thanks schmarty 😄 I'm getting there; so far getting away from React has massively simplified things, but I hit search yesterday and that is... a lot more complex 😅
rvalue-, [sebbu], barnaby, asarandi and bterry joined the channel
#[KevinMarks]Charlie's mastodon profile is rather indieweb
ttybitnik, AramZS, fierszt, barnaby, rozenglass and schelcj joined the channel
#[tantek]Looks like most of my recent posts were being dropped on the floor by Mastodon instances despite them confirming receiving them via Bridgy Fed. Issue tracking them is here: https://github.com/snarfed/bridgy-fed/issues/884
#Loqi[preview] [snarfed] #884 Some posts on tantek.com delivered but not visible in Mastodon
#[tantek]I haven't figured out what in particular makes Mastodon quietly drop posts but I think it may have to do with length, or number of links, or maybe number of hashtags or some combination thereof
#[tantek]pcarrier, which of my posts did you see in the past week?
#pcarrier[tantek]: unfortunately just started following you. "Adventures in IndieWeb / ActivityPub (AP) bridging" went through
Saphir joined the channel
#[tantek]right, that's the one that went thru on Mastodon also
#pcarrierhmmm if I hit "toots and replies" in semaphore.social (my client) it also shows "✏️ I want the Read Write Suggest-Edit Accept-Edit Update Web."
#[snarfed]pcarrier looks like you're on gotosocial. useful data point that your instance shows tantek's latest post!
#pcarrierand if I hit "load more" I get "All setup here at IndieWebCamp Portland!"
#[snarfed][tantek] software icons for followers is a good feature request! nontrivial, since I'd need to figure out how to sniff and discover each instance's software, but doable
#[snarfed]in the meantime you can open a handful of them manually and look at their software yourself
#pcarrier[snarfed]: it's visible in the user-agent
#[snarfed]and there are dozens of fediverse servers, with all sorts of different user-agent syntax, there's no single standard format that's easily parseable across them
#[snarfed]nodeinfo will generally be easier, even if it costs an outbound HTTP request
#[tantek][snarfed] I thought there was a site like fedi info or something that was querying servers out there and tallying up software stats. So there's a way to do it. Maybe this should be a #indieweb-dev thread tho
to2ds, rvalue and SyniToxi joined the channel
#[tantek]Oooh: pcarrier said: « and if I hit "load more" I get "All setup here at IndieWebCamp Portland!"] » <-- that implies there's a problem at Bridgy Fed, not Mastodon. Where / How is gotosocial doing its "load more"?
[schmarty] joined the channel
#[schmarty]tantek: seems like gotosocial is a mastodon instance (or similar). "load more" is probably just a feature for paging through whatever posts gotosocial knows about already. mastodon doesn't actually ask your "outbox" for more posts.
#[schmarty]oop my bad. gotosocial is its own software. i think the issue still stands - most software doesn't look at outboxes.
#[tantek][schmarty] except pcarrier is running his own gotosocial so it couldn't have known about any of my posts already before he followed me.
#[schmarty]i guess i am not clear on the timeline. i wonder if your attempts to re-push or push edits happened since then?
to2ds joined the channel
#[tantek]that's a good question. IDK if updates get sent to new followers or only people who followed you as of the time of the original post
[Bruno_Pulis] joined the channel
#[mattl]Any interest in an East Coast Homebrew Website Club?
#[snarfed][tantek] pcarrier's instance could have known about your previous posts before he followed you, he or someone else could have entered one of your post URLs (either bare or BF-wrapped) into his instance's search box
#[tantek]"could have known about your previous posts before he followed you" <-- how? there are no other users on that instance
gRegor joined the channel
#[snarfed]right. like I said, he could have searched for it...or he saw a reply to it in his feed, or browsed to it (through his instance's UI) some other way
#[snarfed]fediverse servers fetch remote posts for all sorts of reasons, beyond just getting them delivered due to a follow
#[tantek]so would searching for my other permalinks then "repair" the situation and have them show up in his feed?
#[tantek]or frankly, would searching for my other permalinks in a Mastodon instance "repair" that instance and have them show up in my profile on that server as well?
#[snarfed]probably! but like you said, this clod start behavior, and profile timelines that aren't contiguous, is kind of expected behavior in the fediverse, not something you "fix"
#[snarfed]the issue with posts not showing up in Mastodon is something else, since those instances already had people following you
#[tantek]I mean if that's the workaround then I guess I have to manually "search" for my post permalink in Mastodon everytime I publish
#Loqi[preview] [Tantek Çelik] ✏️ I want the Read Write Suggest-Edit Accept-Edit Update Web.
The consumer Infinite Scroll Web leaves us feeling empty.
Too few of us participate in the Read Write Web, whether with personal sites or Wikipedia.
A week ago when we wrapped up #I...
#[snarfed]yeah searching for that on indieweb.social doesn't find it either
#[snarfed]so yeah, consistent so far, this is an odd Mastodon issue
#[snarfed](possibly shared by some other fediverse servers, but definitely not all)
#[tantek]no dice on w3c.social either with that attempt, though the search progress bar had the weird iMessage behavior of progressing nearly all the way to the right and then pausing for many seconds
#jimwwhich reminds me that i should figure out why my tags aren't working on Bluesky posts even though I was pretty sure I was generating the facets correctly.
#[tantek]is anyone here using Bridgy Fed with a static site? I don't see any particular how to for "static" or e.g. GitHub Pages on https://fed.brid.gy/docs
#[schmarty]tantek: my site probably qualifies for this? i'm not exactly sure what to document, though. i followed the http://fed.brid.gy docs for setting up some redirects on my server, make sure to add a syndication link to http://fed.brid.gy in posts i want to go there, and my builder pings http://fed.brid.gy as part of sending webmentions.
#[tantek][snarfed] I think the challenge is not all static site setup allow "easy" redirects
#[tantek]e.g. has anyone got it working with GH pages?
bret joined the channel
#[snarfed]the redirects, true! those can be tricky for dynamic sites too. fortunately they're not required, you only need to set them up if you want your address to be @[domain] instead of @web.brid.gy
#[tantek][snarfed] that's why I'm asking for help with adding docs incrementally to /Bridgy_Fed on the wiki, so that eventually it may be in a "complete" enough form to add as a PR to the official docs
#[snarfed]true! docs on the wiki may make more sense. I'm still pretty unlikely to take on the burden of maintaining more instructions in BF's docs themselves for arbitrary software that I don't use or know, but wiki sounds good!
#[tantek]right, wiki as a workspace for getting things "good enough" to more formally publish, and then hopefully maintain by the community