#indieweb i'm confused about how to implement webmentions. is this even feasible with a static site? i presume not...
» Bridgy Fed turns your web site into its own #fediverse account, visible in #Mastodon and beyond. You can post, reply, like, repost, follow […] by posting on your site with #microformats2 and sending #webmentions. Bridgy Fed translates those posts to protocols like #ActivityPub and #OStatus, and sends interactions back to your site as webmentions.«
»[It] takes some technical know-how to set up« — true, but still: Wow 😮 & nice 👍
/via @pfefferle
Had a nice chat with @ricmac today, looking forward to upcoming stories on #Mastodon, #Fediverse, #ActivityPub, and #IndieWeb in general!
In the meanwhile, check out Richard's Nov 15 article on ActivityPub: https://thenewstack.io/devs-are-excited-by-activitypub-open-protocol-for-mastodon/
Liked: https://snarfed.org/2022-12-06_48514
I’ve not posted to Instagram for over a year. I don’t miss the adverts or bonkers timeline. I do miss photos from family & folks I don’t see elsewhere online. This sorts that out via my RSS reader.
I more than appreciate the extra work involved and affordances of the alternate, but I have to say a small piece of #IndieWeb spirit in my soul died as I read this. _sigh_
I wonder if anyone is documenting the amount of course material that disappears and dies in LMSs the way that some track the loss of data and content when social media silos disappear? Our institutions need to do more to help us here. (https://boffosocko.com/?p=55812436)
By adding on one of a few plugins, one can turn their blog directly into an actor on the Fediverse, syndicating out posts to it, and receiving comments on those posts.
I'm looking forward to learning about and discussing #accessibility, systems, #WebComponents, personal websites and the #IndieWeb.
Outside of work, I enjoy reading books, playing records, and being mediocre on guitar.
I'm married to a visual artist, and together we have a child under 1 and a dog over 7, in a house built 100 years ago.
You can learn a bit more about me on my personal website: https://nicksimson.com/info/
OMG! There is so much to love here about these processes and to see people in the wild experimenting with them and figuring them out.
Scott (@schopie1), you are not alone! There are lots of us out here doing these things, not only with WordPress but a huge variety of other platforms. There are many ways to syndicate your content depending on where it starts its life.
In addition to Jim Groom and a huge group of others’ work within A Domain of One’s Own, there’s also a broader coalition of designers, developers, professionals, hobbyists, and people of all stripes working on these problems under the name of IndieWeb.
For some of their specific work you might appreciate the following:
https://indieweb.org/Indieweb_for_Education
https://indieweb.org/A_Domain_of_One%27s_Own
https://indieweb.org/academic_samizdat
https://indieweb.org/WordPress
https://indieweb.org/Category:syndication
Incidentally, I wrote this for our friend Kathleen Fitzpatrick last week and I can’t wait to see what she’s come up with over the weekend and in the coming weeks. Within the IndieWeb community you’ll find people like Ben Werdmuller who created large portions of both WithKnown (aka Known) and Elgg and Aram Zucker-Scharff who helped to create PressForward.
I’m thrilled to see the work and huge strides that Humanities Commons is making some of these practices come to fruition.
If you’re game, perhaps we ought to plan an upcoming education-related popup event as an IndieWebCamp event to invite more people into this broader conversation?
If you have questions or need any help in these areas, I’m around, but so are hundreds of friends in the IndieWeb chat: https://chat.indieweb.org.
I hope we can bring more of these technologies to the masses in better and easier-to-use manners to lower the technical hurdles.
#academic-samizdat #domainofonesown #humanities-commons #indieweb #indieweb-for-education #indieweb-welcome #posse #pressforward #rss #syndication #wordpress
Keeping platforms open - Seirdy
https://seirdy.one/posts/2021/02/23/keeping-platforms-open/ #indieweb
How many #Indieweb people actually use that feature on their site, anyway?
use of a nickname cache
Not using a nickname cache
the only thing that the Wordpress #Indieweb plugin doesn't currently have is a nickname cache for contacts, which the Indieweb drupal module does have, but I'm willing to take that on as a way of learning PHP if somebody wants.
It's been a long time I haven't posted a #microblogpub update, so here we go:
On the #ActivityPub side:
A blocked server entry now blocks all subdomains
New "GIF mode" for video without audio (as Mastodon converts GIF to video, we now autoplay them in a loop when "hovered")
The media proxy is more stable (bigger timeout + retries)
A bunch of bug fixes and improvements
On the #IndieWeb side:
Webmentions replies/likes/reposts are now being merged with ActivityPub interactions
Improved microformats2 markup in templates
Also, in case you're worried, microblogpub is not vulnerable to the activitypub-troll[.]cf "attacks", as we're not fetching all the profiles mentioned in a note.
And I also pushed a #YunoHost update.
Thanks to all the new contributors!
So Mastodon 4 went js;dr, which means it requires JavaScript to render content. That means that server-side fetches of Mastodon 4 user profiles and posts, eg indieweb.social/@snarfed, no longer return the actual contents in the response. They definitely no longer include microformats. 😐
JavaScript and SPAs are their own conversation, but regardless, this is a step backward for the open web and server-to-server communications like the IndieWeb uses. Fortunately, there’s a workaround: use granary! Plug any Mastodon 4 profile or post URL into granary’s ActivityStreams 2 converter and you’ll get the full contents in HTML, Atom, RSS, or any other format you want. Works via REST API and pip-installable Python package. Here’s an example. Happy hacking!