Given my support for the #indieweb, personal websites and self hosting, you might wonder why I don’t have my own site there.

And the answer is twofold:

1. Almost anything valuable I do or say online can fall under the Gaming Reinvented umbrella, so I see no reason to post it on a personal account.

2. I’m very much someone who doesn’t like my name and ‘real life’ identity to be too well known online, and most personal sites revolve around those identities by default.

I'm very interested in #openweb and #indieweb movements.

Optimistic takes on a more decentralized web seem to be more frequent lately, though very often read as "return to the good ol' days," like this article.

I do love the coined term "poor man's web."

https://zserge.com/posts/small-web/

@lislegaard sounds like #IndieWeb principles to me.

https://indieweb.org/

Here goes very well thought tips to use the Web.
Not the web that is "literally the cornerstone of all commerce and communications in the modern world." But "the open web. The come-do-cool-things-with-our-api web. The open standards web. The #indieweb." By @robb

https://rknight.me/blog/the-web-is-fantastic/

Social Web 101

Hey, check out Livakivi on YouTube.

He makes videos about a few topics, such as learning Japanese, learning art, working out, etc. But at their core, he makes videos about self-improvement and working to be better, to expand your mind and body every day.

I was very, very inactive not only on the blog, but on all projects and skills I'm learning in November and part of December. What helped me get back into the swing of things and with better disclipine was his videos.

Mainly, these two:

He does also make videos about whatever, like reviewing a mechanical keyboard (An Honest Review of the Lofree Flow) or renovating an old Soviet store into an house. Livakivi's channel is a very blog type of channel, if that makes sense.

I don't even do weightlifting (I probably should) and Japanese (though I am learning Italian), but I greatly appreciate the way he describes that core topic, self-improvement. There are lots of resources online for getting better, but being able to see someone's growth across weeks, months, even years, told to you in a very personal way, reassures me in a way books, news articles, and other sources don't.

(This is just a short post on my website I copied over, you can read it there at https://realja.me/dailynote/livakivi.html)

Thanks for reading this wall of text!!

#blog #dailynote #indieweb #motivation

2023 in review

One more website update before the end of 2023.

I added a blog roll page https://hamatti.org/blog/roll/ and a randomly picked blog from the roll on the sidebar on any of my blog main page or individual post (on wider screens).

For a future feature, I'd like to display the latest blog post from their RSS feeds but that will be a project for another day.

#IndieWeb #Blogroll #Blogging

@cwebber This line of thinking is why I still prefer #IndieWeb as the future of distributed social networking, and why I keep hoping IndieAuth + Ticket Auth (or something similar) goes somewhere to improve how we handle private/friends-only/limited-audience posts (which is the one thing really missing from the Atom/RSS ecosystem right now).

I'm on the "it's better than nothing" camp.

But maybe someone can enlighten me otherwise https://floss.social/@downey/111659178231168550

#Fediverse #IndieWeb #BigTech

Bluesky replies via Bridgy

:boost_love::fediverse: Should people seen as #Fediverse or #IndieWeb leaders be funded by #BigTech?

#poll #boostsAppreciated

Strong yes
Qualified yes
Qualified no
Strong no

📝 New Post: Relics Of The Web

https://flamedfury.com/posts/relics-of-the-web/

Tidying up a few pages I started writing a year ago and combined them into a blog post.

Let me know what you think...

#web #indieweb #blog #blogging

@evan Here’s my take, hope it helps?

https://github.com/benpate/sherlock

Sherlock is a #Golang library that assembles any data/metadata it can find on a URL (including #WebFinger, #RSS, #OpenGraph, and #IndieWeb #MicroFormats ) and returns an #ActivityStream back to its caller. There’s composable add-ons for caching and other custom rules.

Overall, mapping to ActivityStreams was pretty easy. Sherlock is the key component in #Emissary that helps it participate in many different social webs.

@J12t The #fediverse is just one side of the coin. But combined with the #indieweb movement and a lot more technical improvements there could be grow a true Social Web, where liberation and taking control by the users is not only a marketing phrase.

The weird, in-between time of year
*AKA, The Void, AKA, a show about nothing.*

Obligatory end of year blog post / round up / wrap up thing.

https://www.michaelgale.dev/blog/the-weird-inbetween-time-of-year

#blogging #indieweb #blog #newyear #audhd

A question for #IndieWeb / #Microformats people:

The "How to markup" section of https://indieweb.org/quotation suggests a <cite> element inside the <blockquote> which is ok, but would this work just as well:

<blockquote class="u-quotation-of h-cite" cite="https://www.example.org/a-cited-blog-post">
<p>The text I'm quoting from the blog post goes here…</p>
</blockquote>

I should tag #IndieWeb on this question I asked the other day: for local theme development purposes, is there a source of fake #Webmentions somewhere? I'm working on my laptop in a WordPress install via MAMP, so I can't use a service that sends test pings. There are plugins for test posts and comments, for example, but I can't find similar such for webmentions.