@Cambridgeport90 I don't worry about them stepping on each other, I simply make sure they're cross-linked so that if I go looking for something, I'll be able to find it. Webmention definitely helps in this respect.

As an example you'll notice that my earlier response (http://stream.boffosocko.com/2021/roberthaisfield-i-agree-wholeheartedly-and-have-written-a-bit-about) links to part of the related commentary on my main site, so there will be a webmention in the comments there that ties it all together.

How to blog about books

Thinking back to IndieWebCamp

Inventur

fluffy rambles: Where I'm at right now

Agh, I need a way to retag some posts that have a particular post. Now I really wish someone built a CMS UI that worked against Micropub.

Once again, need to fix the rendering of my Webmention feed on my site. It’s doing it manually right now until I have Lwa acting as a Webmention service.

I really like the Life Happens page in the IndieWeb wiki that Ana highlights. Such a great message to acknowledge that other things happen in people’s lives that can prevent them participating in a community.

https://twitter.com/ohhelloana/status/1362393194772762624

#indieweb #life #wiki
Great post! I wrote about a related topic back in 2017. It’s time for a browser to become the lynchpin in the future of the social web.

https://cleverdevil.io/2017/user-experience-and-the-indieweb

Reminder that it's #HomebrewWebsiteClub Nottingham tomorrow! I hope to see you there at 1730 for some website stuff! https://events.indieweb.org/2021/02/homebrew-website-club-nottingham-IQvjBLoWhFHJ

#homebrew-website-club

Associative trails

#personal #publishing #tagging #tags #folksonomy #linking #links #memex #notes #writing #sharing #indieweb

Still thinking about a clean way to set up private messaging using XMPP and my personal site. The quickest answer is to have some sort of relay that can take in requests when authenticated from IndieAuth and use that to create an ‘stub’ identity whose conversation can be held with me. That’s mainly for people who don’t have a XMPP account to chat with. Otherwise, I think I can just show my address.

One thing I’ll give the #ActivityPub space, it’s considerably faster to “get started” in it than the #IndieWeb just from your phone - for free. Portability is like 70% of the way there but it’s there.

Why The IndieWeb? (Webbed Briefs)

Heydon keeps on producing more caustically funny videos that are made for me. After the last one about progressive enhancement, this one is about the indie web.

This is the story of the birth of the web, its loss of innocence, its decline, and what we can do to make it a bit less gross.

#video #indieweb #webbed #briefs #surveillance #tracking #advertising #independent

This is precisely what IndieAuth aims to do. And it’s literally something any service can implement today because it’s based on OAuth2 (y’all use this every day) https://twitter.com/arcalinea/status/1359686548430614531. It’s kinda amazing (and a lot simpler than the stuff the CredWeb is cranking out tbh)

Jochen Lillich

It’s far too cold to even consider buying a barbecue set. But it’s a good time to think about reclaiming the web.

Why the Indieweb?

geewiz.dev
🔖 Bookmarked Why The IndieWeb? (Webbed Briefs) https://briefs.video/videos/why-the-indieweb/
#IndieWeb #video #explainer

Okay, time to make some changes to Koype and indieweb-elixir so I can get my IndieAuth implementation up to the latest spec. I might also stamp it somehow in the code-base so I can make these deltas a lot easier. Going to be following https://aaronparecki.com/2020/12/03/1/indieauth-2020 from head to toe.

Going to make this into a small series of posts with the commits linked in-line!

I also think the logic in https://git.jacky.wtf/indieweb/koype/src/branch/develop/web/controllers/media_controller.ex is causing all of the images on my site to load very slowly. It’s like two network requests every single time. I think I’ll rewrite it such that it’s a bunch of 301s to the underlying image URL. I might have to reconsider that soon because I do want to eventually adapt the locations of some images to be mirrored on things like Dat and IPFS. Might not need to do that since they - more or less - do a mhtml download of pages.