[snarfed]forgot where I saw it, but this was a decent high-level history of the W3C Social Web working group 2014-2018 and how it ended up with the portfolio of ActivityPub, IndieWeb stack, and other standards: https://youtu.be/Pu3hGjjQzQM?feature=shared&t=5325
[morganm]I was wondering if anyone would be interested in looking at a `.key` presentation about web components Im working on. Trying not to put everything into the slides but also I want it to be a resource for someone who doesnt attend the talk
[tantek]pcarrier, you are experiencing the ActivityPub cold start problem, an unfortunate UX regression from the RSS/Atom feed publish/subscribe model to the ActivityPub follow/deliver model.
Loqi[preview] [Tantek Çelik] #TwitterMigration, first time?
Have posted notes to https://tantek.com/ since 2010, POSSEd tweets & #AtomFeed.
Added one .htaccess line today, and thanks to #BridgyFed, #Mastodon users can follow my #IndieWeb site
@tantek.com
No Mastodon install...
[tantek]because if that's true, then I should be able to push updates to all the posts in between and you should receive them. if not then Bridgy Fed is not delivering them to you for some reason which means we can once again look at Bridgy Fed to try to figure out what is going wrong
pcarrieralso anybody's guess why music files keep pausing on https://nothing.pcarrier.com/posts/tunes/ ? it could be a bad server behaviour. they were produced with `oggenc` so prooobably not the files themselves.
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...
pcarrier[18:39:12] <pcarrier> hmmm 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."
[tantek]as in, even if Mastodon is returning a 202 and dropping a post on the floor, maybe that's considered "ok" behavior if there was something "wrong" (undefined) in the post?
pcarrier(having moved back to IRC, love that I can upload any file to srv.us with curl --data-binary @file https://srv.us. it only works because it's not abused.)
[tantek]oops I mistakenly linked [KevinMarks] @-mention in that missing post to the XOXO clothing brand instead of the festival, so I have an actual content bug to fix and send updates for it 😂
to2ds202 Your message is important to us! All available queues are busy at this time. Please wait for the next available queue. (switches to music on hold)
Loqi[preview] [Tantek Çelik] Nice #IndieWebCamp discussion session with @KevinMarks.com (@kevinmarks@indieweb.social @kevinmarks@xoxo.zone @kevinmarks) on the topic of auto-linking¹.
I’ve implemented an auto_link function² that handles quite a few use-cases of URLs (with or...
[KevinMarks]I spent ages at Apple circa 2000 trying to get permission to ship Ogg and Vorbis support, but my VP was scared of submarine patent lawsuits from Dolby or Fraunhofer
[tantek][KevinMarks] yeah, xoxo indieweb w3c mastodon .social all show only the most recent "complaint" post and the setting up one. I covered that in that very same "complaint" post
[tantek]ugh now I don't know what to try again besides reposting shorter versions of the posts missing from Mastodon and have each link back to the original
pcarriergot it! completely useless to this convo sorry. @jraedisch@mastodon.social: "@pcarrier that‘s valuable info. I might integrate that into my app’s filters. Will ping you here when ready, in case you’re interested in testing. Right now I am doing stuff like filter more than 3 hashtags and show only one status per user account in 300."
pcarrieron that note, sounds like gotosocial is better behaved than some mastodon instances when it comes to very large posts, and we don't know much more, right? is there evidence of some servers being better behaved than others?
[KevinMarks]There was an issue to add OpenTelemetry to Mastodon, which would help with this kind of issue where you have to trace an id through multiple services
pcarrierside question, neither Tusky on Android not Semaphore.social let me edit my posts. They both only offer me to delete and repost. Is there a client that supports updates? Does gotosocial?
[KevinMarks]If you're going to run a mastodon instance to track what happens with updates or long Posts, using OT with http://honeycomb.io would be a good way to do it
[KevinMarks]Some of the honeycomb tooling will log all requests and attribute the call chain and give a good ui for understanding the traces (I've used it in node rather than Ruby)
[tantek]who was talking about their desire for noting/marking-up "asides" here recently? I searched and couldn't find it but I'm fairly certain someone was talking about how they either want or use Markdown with some extension for marking up "asides"
[tantek]one idea I had (and seems to match my existing publishing behavior) is that a sentence starting with "Aside: " is essentially the plain text "mark up" without any junk/noisy punctuation
[tantek]paragraph boundary here is with an explicit blank line, that is, double line-break before and after if there's other content before or after, respectively