I love all the #IndieWeb and #SmallWeb talk but I still don't see a lot of discussion of how to get The Average User (doesn't code, doesn't want to learn) into it. I stand on a fence line where I know just enough to tinker on my own site, but I can't seem to haul "regular" people over the fence - they're too intimidated and they aren't interested in the work. A lot of people already over the fence don't seem to notice that whole excluded group anymore. So...we just leave them? Is that the plan?

Is there a really simple guide to static site generators?

Search engines are failing me and I have no idea where to start with them.

#indieweb

@kaipelzel @GreyAreaUK @67MistakeNot online presences come and go. With #IndieWeb principles it's at least in your own hand what of your stuff survives and how long.

I've even stuff important to me still on my blog that is no longer available on Google+, Facebook, Twitter or even Diaspora. It survived all so far.

The #POSSE principle is IMHO key: Post on Own Site, Syndicate Elsewhere. Makes pulling the plug a lot easier.

I'd not want to be associated with Twitter any more, for example.

I think @kfitz would love @sophie Koonin who's excited that "#Webrings are making a comeback". Like @kfitz, she wants "to bring the magic of the old days into the present day" with movements like the #IndieWeb. Here's @sophie at #btconf repeating with feeling that "building a website is a radical act" https://www.youtube.com/watch?v=2ZUqa-lTbnU&t=1877s

Next up on my #ReclaimOpen playlist is @kfitz who wants "us to go back and see if we can recover some of the best of what 2003 represented and infuse it with everything we've learned in the two decades since." Things like the #IndieWeb, the #fediverse, creativity without VCs, #Webrings & #RSS
https://www.youtube.com/watch?v=WzogFtdBVg8&t=2029s

Honestly, despite the ruckus happening at #Twitter #Reddit and other #SocialMedia, 2023 is the happiest I've been online.
That's because I discovered the idea of the #IndieWeb and also the #fediverse. I just feel more in control now and less manipulated by algorithms.
As a content creator, I feel less helpless & able to reach readers. :)

The ability to control your information flow is priceless!

@liztai

First time I've seen the hashtag #IndieWeb. I like it!

What happened to #Twitter and now #Reddit is an urgent reminder that we need to embrace #Indieweb principles if we want to preserve Internet communities and free flow of information.

https://indieweb.org/why

@shoq @Green_Footballs it does a bit more thanks to #webmentions, it retrieves comments under the original source post and display them on the blog (currently only works with Mastodon as far as I'm aware) this is part of the #indieweb concepts

@masukomi @webrecorder No need to conflate the "solve problem for everyone" with "save the content i care about" - the priority i shared in my original post.

If I've learned anything, it's that the larger coordination problems (cf web standards 😂) can take decades...

(I like that aspect of the #indieweb principles - "solve own problem first" as a design characteristic.)

Christian @the_cheis escribe en THE_CHEI$ sobre Linux, software libre y contracultura. En este post analiza la situación actual de las grandes plataformas sociales y como éstas han engullido al usuario, a la vez que plantea la web pequeña como posible solución al problema.

#Fediverso #indieweb #webpequeña

https://thecheis.com/2023/06/11/muros-digitales-tecnofeudalismo-web-pequena/

Oh, looks like Quill has been updated to indicate other social networks' character limits, because of one particular social network's downfall. Neat.

I don't remember the last time I opened that particular social network though...

#Quill #IndieWeb

I know that platforms like Facebook, Twitter, and Reddit aren't actually "the commons" but in my opinion there is a reason we see more engagement across a broader cross-section of stakeholders on these platforms -- they are easier to navigate.

I don't really have a succinct ending to this train of thought except if we expect things like the #IndieWeb to take off we need to make them more accessible to a wider cross section of people.

I'm not looking for anything specific at the moment, just doing a bit of a sniff test on alignment and general adoption re: principles.

#auspol #OnlinePrivacy #feminism #IndieWeb

Asynchronously ailing, and know thy style. It’s your < 10min update on the #IndieWeb community!

This Week in the IndieWeb audio edition for June 3rd - 9th, 2023. https://martymcgui.re/2023/06/11/this-week-in-the-indieweb-audio-edition--june-3rd---9th-2023/

This Week in the IndieWeb Audio Edition • June 3rd - 9th, 2023

#podcast #IndieWeb #this-week-indieweb-podcast

I wanted to add pingback support to WordPress pages so I could enable Webmentions on my new Guestbook. After a bit of searching, I extrapolated the correct functions.php snippet from a guide for a different point and added the functionality to pages without breaking my site.

https://thenewleafjournal.com/leaf/add-pingback-support-to-wordpress-pages/

#wordpress #webmentions #indieweb #php

Asynchronously ailing, and know thy style. It’s your < 10min update on the #IndieWeb community!


This Week in the IndieWeb audio edition for June 3rd - 9th, 2023.
https://martymcgui.re/2023/06/11/this-week-in-the-indieweb-audio-edition--june-3rd---9th-2023/

Some blogging myths

  • myth: you need to be original
  • myth: you need to be an expert
  • myth: posts need to be 100% correct
  • myth: writing boring posts is bad
  • myth: you need to explain every concept
  • myth: page views matter
  • myth: more material is always better
  • myth: everyone should blog
#blogging #myths #blogs #writing #personal #publishing #sharing #indieweb
If you added a #Mastodon / #ActivityPub follow form to your #IndieWeb site based on Bridgy Fed (e.g. using code/instructions I previously posted¹), you need to update it to add another invisible input element for the "protocol", e.g.:

<input name="protocol" type="hidden" value="web" />

Otherwise people trying to use your form to follow you may see an error from #BridgyFed like:
> Bad Request
> Missing required parameter protocol

Here is the complete example that I posted previously with the new invisible input:

<form method="post" action="https://fed.brid.gy/remote-follow">
 <label for="follow-address">🐘 Follow
  <kbd>@tantek.com@tantek.com</kbd>:<br />
  enter your @-@ fediverse address:</label>
 <input id="follow-address" name="address" type="text" required="required"
        placeholder="@you@instance.social" alt="fediverse address" value="" />
 <input name="domain" type="hidden" value="tantek.com" />
 <input name="protocol" type="hidden" value="web" />
 <button type="submit">Follow</button>
</form>

I also updated that previous post¹ with the new input in case people find that instead.


This is day 42 of #100DaysOfIndieWeb. #100Days

← Day 41: https://tantek.com/2023/139/t1/wikipedia-supports-indieweb-rel-me
→ 🔮


¹ https://tantek.com/2023/020/t2/bridgy-fed-follow-form
#Mastodon #ActivityPub #IndieWeb #BridgyFed #100DaysOfIndieWeb #100Days