#meta 2022-10-31

2022-10-31 UTC
#
[tantek]
"not having confidence in your messages arriving at their target ruined the fun for them" <-- this is very true
#
[tantek]
partial interop is a proof of concept at best, it must be a step towards user-friendly interop, because like what you were saying, user-frustrating interop is a recipe for abandonment
#
[tantek]
I'm not even sure partial interoperability is fine for nerds 😛
#
barnaby
yeah that insecurity is one of my biggest issues with the inbox/outbox message-passing model vs just having content at a URL which can be fetched
#
[tantek]
same tbh
#
[tantek]
though that being said, that inbox/outbox model is further along than say private WebSub notifications
#
[tantek]
we should take this thread to #indieweb-dev
#
[tantek]
!tell [timothy_chambe] another suggestion for https://indieweb.social/about/more — it should link to the Patreon! https://www.patreon.com/indiewebsocial
#
Loqi
Ok, I'll tell them that when I see them next
#
Loqi
yea!
#
@ttaskett
↩️ Munecat is on Mastodon as @web3isgreat@indieweb.social
(twitter.com/_/status/1586883919760203776)
#
[tantek]
aaronpk, currently the permalink display of a chat message from a chat long only shows that one message. WDYT of providing the immediately previous and subsequent message (like in a smaller font) to provide at least *some* minimal context
#
[tantek]
use-case: when someone makes a typo in a chat message and then immediately corrects it in the next message, the correction would show up on the display of the chat message permalink, which would help understanding of anyone who happened to find a link to the message out of context
#
[tantek]
open to making that 1-3 previous/next chats as context. asking for at least 1 to help solve that particular use-case
#
[snarfed]
[tantek] instead of the time link, try the # link, it's the fragment of the line in the full day's log page
#
[tantek]
snarfed, big differences:
#
[tantek]
the permalink has a single h-entry which is useful for sharing/consuming use-cases
#
[tantek]
the # link shows too much and the thing you're citing can get lost in the noise
#
[tantek]
the # link might not actually work to "scroll it" into position if there is insufficient chat for the day, or if it was one of the last things said that day
#
[snarfed]
🤷 maybe? i've pretty much always used the # link, and I've never heard complaints or regretted it. but context in the other one is definitely a good idea?
#
[snarfed]
wait, that last part, why would that be true? sounds surprising
#
[tantek]
I usually use the # link too, however I've noticed those limitations
#
[tantek]
browser don't put extra vertical blank space after a page
#
[tantek]
so if you # link to something near the bottom of the page, it won't be scrolled to the "top" of your view
#
aaronpk
[tantek]: it used to do that, but when i switched to the file-based storage, it wasn't as easy to query "around" a permalink, and i haven't gotten around to making it work again
#
[snarfed]
oh, true, that's standard browser behavior
#
[snarfed]
but yeah if you really want it at the top of the viewport, then ok
#
aaronpk
it's very easy to ask a database "give me the previous 5 lines sorted by x", but it's harder to ask that of a filesystem
#
[tantek]
aaronpk, I guess I was hoping that the next/prev button code would be enough to pull in that info
#
aaronpk
hm the immediate one before and after might be already available, and i suppose that is an incremental improvement
#
[tantek]
lol just now realizing that chat message permalinks don't have next/prev functionality 😂 😭 (they're grayed out)
#
aaronpk
oh! well
#
[tantek]
and that's probably the reason why
#
aaronpk
indeed
#
[tantek]
darn I saw the links and always assumed they worked
#
[tantek]
hadn't tried clicking them before
#
aaronpk
guess they aren't super necessary then 😂
#
aaronpk
clicking the timestamp takes you to the day page scrolled to that message, so that's how i've always been navigating to find the context
#
aaronpk
it's doable to show more context on the page, it just hasn't been "itchy" enough to scratch
#
[tantek]
I mean sure, if you know to look for the context that works well
#
[tantek]
this is for the cases where it's not obvious that context could change the meaning of what you're looking at
#
[tantek]
e.g. when someone accidentally omits (or includes!) a "not"
#
[tantek]
alternatively, could the fragment highlighting also grow the text size?
#
[tantek]
e.g. this selector `.hilite .in` could include `font-size: 130%;`
#
aaronpk
huh that's an idea
#
[tantek]
that may make the # referenced text more obvious
#
[tantek]
frankly that's also an accessibility thing as we should use more than "just" color to distinguish something semantically
#
[tantek]
oh wow that makes a big difference!
#
[tantek]
aaronpk++ thank you!
#
Loqi
aaronpk has 26 karma in this channel over the last year (107 in all channels)
#
[tantek]
almost gives it a pull-quote like quality
#
[tantek]
and works well for cases when the highlighted text is not scrolled to top
#
@m_ott
✍️ New post: Syndicating Posts from Your Personal Website to Twitter and Mastodon #TwitterTakeover #IndieWeb https://matthiasott.com/notes/syndicating-posts-personal-website-twitter-mastodon
(twitter.com/_/status/1586890198943641600)
#
Loqi
[matthiasott] has 1 karma over the last year
#
[tantek]
[matthiasott]++ nice article!
#
[tantek]
definitely worth IndieNewsing!
Evert1 joined the channel
#
barnaby
huh cool, that mastodon post creation API looks extremely similar to form-encoded micropub
#
barnaby
I guess that’s a mastodon-specific thing and nothing to do with activitypub?
#
[tantek]
correct
#
[KevinMarks]
Mastodon api is still a bit more OStatus shaped
#
[tantek]
barnaby, if you have further thoughts on that, please feel free to say something supportive in https://github.com/mastodon/mastodon/issues/2234 🙂
#
Loqi
[dissolve] #2234 Micropub Support
#
[tantek]
[KevinMarks] unsurprising since Mastodon used to support OStatus
#
barnaby
nothing specific to say about it, but I added a thumbs-up for all that’s worth
#
[tantek]
your observation that "mastodon post creation API looks extremely similar to form-encoded micropub" could be worth explicitly noting, as an encouragement to take the incremental steps to get Micropub support in Mastodon by building on Mastodon's post creation API
#
barnaby
does activitypub have provisions for client apps to post content, or is it exclusively for federation?
#
barnaby
hmm yeah maybe that’s worth noting
#
tantek.com
edited /Mastodon (+199) "/* Micropub */ note issue to add, encourage contribution"
(view diff)
#
[snarfed]
barnaby yes, AP has both client/server and server/server protocols
#
aaronpk
tho mastodon doesn't support the client-server protocol
#
barnaby
yeah, interesting that they made their own, although if they started out with ostatus and moved to AP later then maybe their client/server API predates AP
#
tantek.com
edited /YAGNI (+293) "dfn Indieweb relevance, move Wikipedia link to SA"
(view diff)
#
tantek.com
edited /to-do (+72) "/* See Also */ social web map needs"
(view diff)
#
@PatatasSmall
↩️ More tips -Check hashtags #twittermigration #feditips #introduction -View a user's posts as an RSS feed by adding .rss to the profile URL like so: https://indieweb.social/@smallpatatas.rss -Get a sense of a server's community by adding /explore to the URL: https://indieweb.social/explore 5/
(twitter.com/_/status/1586917056787714048)
#
@PatatasSmall
↩️ Pick an instance (server). The largest ones are currently overwhelmed. I picked http://indieweb.social, but this page has a good list: http://joinmastodon.org/servers YOU CAN ALWAYS SWITCH SERVERS LATER and the process is quite smooth, so no need to overthink this decision. 2/
(twitter.com/_/status/1586917046851452934)
#
@alex_j_h
Trying out Mastodon - @ajh@indieweb.social if you want to follow
(twitter.com/_/status/1586920786027483136)
#
loqi.me
created /clapback (+218) "prompted by [tantek] and dfn added by [tantek]"
(view diff)
#
loqi.me
created /this_you (+21) "prompted by [tantek] and redirect added by [tantek]"
(view diff)
#
loqi.me
edited /clapback (+31) "[tantek] added "[[dunking]]" to "See Also""
(view diff)
#
@Nezteb
↩️ It involves more work from an implementation perspective, but I’m hoping movements like #indieweb and protocols like https://activitypub.rocks/ might provide better opportunities for a social internet. TLDR: protocols over platforms.
(twitter.com/_/status/1586948258999730178)
[benatwork], Evert2 and mro joined the channel
#
@dmugge
↩️ I've made an account and am ready to put my shoulders under an alternative to the "richest man in the world builds and owns the everything app"-craziness: @dmugge@indieweb.social
(twitter.com/_/status/1586979086731280386)
#
@dmugge
Giving #Mastodon a try: @dmugge@indieweb.social. Simply can't be the case that people's only way to communicate will be a single guy-owned commercially extractive panopticon "super-app".
(twitter.com/_/status/1586984688194920449)
#
@michaelgraaf
RT @matthiasott@mastodon.social ✍️ New post: Syndicating Posts from Your Personal Website to Twitter and Mastodon #TwitterTakeover #IndieWeb https://matthiasott.com/notes/syndicating-posts-personal-website-twitter-mastodon https://mastodon.social/@matthiasott/109260238666388770
(twitter.com/_/status/1586987309068881920)
barnaby and mro joined the channel
#
@eay
↩️ Wie stehst du dann zu POSSE (https://indieweb.org/POSSE)? Fun-fact: Ich lese deine Tweets über deinen worldwide-Feed. Hier in Twitter rauschen sie an mir vorbei.
(twitter.com/_/status/1587001540044378112)
mro, mro_ and [kimberlyhirsh] joined the channel
#
@megarush1024
↩️ Also, fewer screnshots of text. The only other platform I can think of with really high user-encouraged image description is http://micro.blog, which also supports the protocols Masto uses. Plus indieweb standards.
(twitter.com/_/status/1587021225200685056)
#
@gerwitz
@mxbck are you in the fediverse? I’m very curious to see how the IndieWeb world interacts with it over the next year.
(twitter.com/_/status/1587024431918063616)
#
@Animeazing
↩️ Ook ben ik mij aan het inlezen over de concepten van Federation en IndieWeb, want dat vind ik heel interessant. Wat… https://twitter.com/i/web/status/1587023569896329216
(twitter.com/_/status/1587023569896329216)
Mia1, mro, voxpelli and willnorris joined the channel
#
@m_ott
↩️ however, microblog on my own personal website more and syndicate the posts to different platforms. #IndieWeb FTW! I wrote about it here: https://matthiasott.com/notes/syndicating-posts-personal-website-twitter-mastodon (2/2)
(twitter.com/_/status/1587047232242696198)
#
@aaronbieber
To all my Tweeps stampeding to Mastodon... First, find me at @aaronbieber@indieweb.social Second, link your blue bird account to your Mastodon account on Twitodon so we can find you! https://twitodon.com/
(twitter.com/_/status/1587051401947095042)
#
@jgmac1106
I am trying to put my Halloween costume on the homepage this year: https://bit.ly/3WiHSTy and can't seems to squeeze into my stylesheet: https://bit.ly/3WiHSTy If @github lists one of your primary language as "Hack" are they trying to tell you your code is awful #indieweb
(twitter.com/_/status/1587063851287289860)
AramZS joined the channel
#
@kkomaitis
I am not leaving Twitter but I am keeping my options open via my new @joinmastodon profile: @kkomaitis@indieweb.social
(twitter.com/_/status/1587074291878723584)
#
@acuedadamente
↩️ Why did you choose indieweb
(twitter.com/_/status/1587074452159926274)
#
@tkadlec
↩️ Honestly, the biggest outcome for me is giving me a big enough kick to finally sort out all the IndieWeb stuff I'd been putting off (webmentions, publish-once-syndicate-everywhere, etc) I've been saying I was going to do this for literally years, but I'm a slacker.
(twitter.com/_/status/1587078079779930113)
#
@seizemeans
Seeing a lot of people worried about how they've built their audiences here and are rightfully worried about new ownership. Thinking about the indieweb POSSE mantra and how The Verge redesign preempts the platform problem and follows it. https://indieweb.org/POSSE#:~:text=POSSE%20is%20an%20abbreviation%20for,directly%20interacting%20with%20your%20content.
(twitter.com/_/status/1587078042232537101)
#
@thatfatguy_bg
↩️ иначе според мен правилната посока е POSSE, но за съжаление не е за нормални потребители... https://indieweb.org/POSSE
(twitter.com/_/status/1587081796071657474)
#
@250exabytes
↩️ до речі, там порішали з верифікацією в простий спосіб https://indieweb.org/rel-me
(twitter.com/_/status/1587082948406386690)
#
[tantek]
lots of POSSE love today
#
[tantek]
Should we do spooky Halloween-themed IndieWeb posts today?
#
[tantek]
I mean we have /death and /zombie
#
barnaby
or take the opportunity to resurrect dead sites or links
#
[tantek]
ooh repairing links to dead or zombie sites would help
#
[tantek]
are there tools that scan your site for links to dead/zombie sites?
#
loqi.me
created /female_zombie: (+19) "prompted by [tantek] and redirect added by [tantek]"
(view diff)
#
loqi.me
created /male_zombie: (+19) "prompted by [tantek] and redirect added by [tantek]"
(view diff)
#
@cbrzeszczot
↩️ "POSSE is an abbreviation for Publish (on your) Own Site, Syndicate Elsewhere, the practice of posting content on your own site first, then publishing copies or sharing links to third parties (like social media silos) with original post links [...]" https://indieweb.org/POSSE
(twitter.com/_/status/1587101715425370113)
#
[tantek]
checks the stats again
ben_thatmustbeme joined the channel
#
tantek.com
edited /Bridgy_Fed (+462) "add myself and screenshot of search result"
(view diff)
mro joined the channel
#
tantek.com
edited /Social_Web_Working_Group (+422) "add brief history section with link to a wiki page that lists a bunch of the approaches that were rejected"
(view diff)
#
[tantek]
reminder to [benatwork] — still working on https://etherpad.indieweb.org/How_to_transition_from_Twitter if you'd like to collab on that. It's an incremental start and could use expansion / ideas.
#
[tantek]
first draft made it into the newsletter last week, would be great to iterate on it and get it into the "most edited pages" for this week too: https://indieweb.org/How_to_transition_from_Twitter
#
loqi.me
created /Halloween (+26) "prompted by [tantek] and redirect added by [tantek]"
(view diff)
#
tantek.com
edited /holiday_theme (+6) "/* Github */ 2022 also!"
(view diff)
#
@wjmaggos
If you're looking for an alternative to @twitter, please try a server on the #fediverse. Mastodon is the flagship, but there's lots of servers. Like http://indieweb.social. #TwitterMigration The difference in how it works matters.
(twitter.com/_/status/1587119158067593217)
#
@ivan3bx
Moving to https://indieweb.social/@ivan3bx where I'll continue posting for a while..
(twitter.com/_/status/1587121163569856513)
janboddez and AramZS joined the channel
ben_thatmustbeme and gRegor joined the channel
[aciccarello] joined the channel
#
@kevinmarks
↩️ The real answer is not a software monoculture but a collection of protocols with multiple implementations, which is the #indieweb approach
(twitter.com/_/status/1587147343186608129)
#
[tantek]
[KevinMarks]++ nicely said. Worth linking to https://indieweb.org/plurality in replies like that?
#
Loqi
[KevinMarks] has 11 karma in this channel over the last year (50 in all channels)
janboddez1 joined the channel
#
@stevebennett
↩️ Oh, I have another Mastodon account on a different server. I forgot about that. So, I’m also @steve@indieweb.social
(twitter.com/_/status/1587165778499051520)
ben_thatmustbeme joined the channel
#
tantek.com
edited /🎃 (-4) "->Halloween"
(view diff)
#
@thomn0ttom
Really need to work on my profile. I think part of my trepidation is that I'm not sure what I really want to claim ownership. Technically I crosspost to my twitter account, but I still view this account as very different… https://indieweb.social/@thom/109264717345782928
(twitter.com/_/status/1587176731655303169)
#
tantek.com
edited /Halloween (+2192) "extract Halloween examples etc. from /holiday_theme into this new page since there's enough of them"
(view diff)
#
tantek.com
edited /holiday_theme () "(-854) generalize a bit, move Halloween lists to its own page, IndieWeb Examples date sort, collapse same holiday examples, incorporated a few SA entries into content"
(view diff)
#
tantek.com
created /🕎 (+27) "r for more inclusivity of holidays, feel free to add more holiday emoji redirects"
(view diff)
#
tantek.com
created /🪔 (+27) "r for more inclusivity of holidays, feel free to add more holiday emoji redirects"
(view diff)
#
gregorlove.com
edited /link_in_bio (+42) "/* Other Examples */ +Dr Katrine Wallace"
(view diff)
[jeremycherfas], Evert3, [Murray], [benatwork], gRegor and mcint joined the channel
#
@courtneyr_dev
RT @jan@geekcompass.com What IndieBlocks Does, and Why https://jan.boddez.net/articles/what-indieblocks-does-and-why #BlockThemes #indieweb #microformats #plugins #wordpress https://geekcompass.com/@jan/109263478489104480
(twitter.com/_/status/1587203873864908801)
#
@cswordpress
Initial Gutenberg support for #indieweb building blocks.
(twitter.com/_/status/1587208630914400257)
#
@AlWirtes
I have decide to #DumpTwitter. You can find me in the #Fediverse over in #Mastadon : https://indieweb.social/@alwirtes #TwitterMigration
(twitter.com/_/status/1587208169029148674)
#
@mookpool
I have decide to #DumpTwitter. You can find me in the #Fediverse over in #Mastadon : https://indieweb.social/@alwirtes #TwitterMigration
(twitter.com/_/status/1587208005002530818)
[jeremycherfas]1 joined the channel
#
@_alivealife_
↩️ Sounds different. Webmentions is the way people talk to each other across platforms on the indieweb.
(twitter.com/_/status/1587219096151670790)
#
@m_ott
↩️ Another option: publish on your on site, syndicate elsewhere (what the IndieWeb community around @t and others calls POSSE), e.g. https://matthiasott.com/notes/syndicating-posts-personal-website-twitter-mastodon
(twitter.com/_/status/1587225486031216640)