I’ll be watching as Medium runs their own Mastodon instance. I like my approach better: integrating ActivityPub directly into the blog platform, not alongside it as a separate platform. But there’s no single right way to do this.

The #indieweb social scene is jumping this morning. On Twitter at https://twitter.com/faebornofficial, is mostly the one retweeting all of them. I run that account, by the way.

One of the fun things about #IndieWeb notes & replies is that how we post is actively evolving! Like how should we @ someone?

#socialMedia aliases (e.g. @Twitter) were obvious, with prior @-name usage on Flickr etc.

Now, some have a domain, or an @-@ (pronounced at-at, yes, just like the abbreviation for Imperial All Terrain Armored Transport^1), or some have both.

We can ask questions like why do we @-someone? What are the use-cases?
* In a reply to a public post, clearly express that you’re speaking to that person
* In a reply to a reply, that you’re speaking to everyone upthread (AKA a https://indieweb.org/canoe)
* When attributing something to someone (photo/post/cool thing by so-and-so), giving credit
* Distinguish a person (or something that can be followed) from “just” a site
* For all the above, notifying someone accordingly

Some ideas:

1. Ideally, if/when everyone has their own domain (where they receive Webmention notifications, and a feed you can follow), we can @-name their domain, which your auto-linker^2 should hyperlink accordingly, e.g.
* @aaronparecki.com @anomalily.net @Martymcgui.re@david.shanske.com @voxpelli.com @adactio.com @marcthiele.com @mxb.dev

These all look close enough to social media aliases/names that they’re immediately recognizable as readable @-names, a good consideration when choosing a domain name.^3

2. As a fallback (e.g. for non-@-domain-auto-linking destinations) we can use someone’s plain domain (explicitly with https:), especially if their home page still has a stream or feed you can follow, or maybe if they don’t receive homepage Webmentions (yet), e.g.:
* https://jacky.wtf/ https://tmichellemoore.com/ https://crowdersoup.com/

3. Some folks with personal sites have (for now) created separate Mastodon accounts (or installed an instance on a subdomain), and for them, we can reference their @-@ parenthetically after their domain, like:
* https://kevinmarks.com/ (@kevinmarks@xoxo.zone), https://dangillmor.com/ (@dangillmor@mastodon.social), https://simonwillison.net/ (@simon@simonwillison.net)

Rather than using social media silo @-names (except when explicitly replying to a silo), I’m now experimenting with all three of these (1-3) instead, both to elevate people’s IndieWeb identities, and for Mastodon viewers, provide a convenient way to follow @-@ addresses.

If someone’s homepage receives Webmentions, they will get notified when I @-mention them by domain.

I recently implemented syntactic auto-linking of @-@ addresses like this:
* @user@example.com --> https://example.com/@user
with a special case for @-domain@-domain to just link to the domain, e.g.:
* @tantek.com@tantek.com --> https://tantek.com/

I also made a recent policy decision to auto-link all @-@ (and @-domain) mentions to https:, the reasoning being that identities on the web should be using https.
* Testing in production here: https://tantek.com/cassis.js, search for "auto_link("

Some questions:
* Does/do Mastodon (or other ActivityPub servers) notify people when you @-@ mention them in a post? How? Who’s responsible for that?
* Will Bridgy Fed notify the servers (deliver to AP inboxes) of folks I merely @-@ mention (rather than explicit replies, reposts)? Should it?

So many people are switching to using their personal domains to post (or at least a Mastodon account) that I no longer feel compelled to @-mention people’s Twitter handles in posts, which feels refreshing.

Now the fun part is experimenting and figuring out what combination of @-domain, plain domain, or @-@ mentions looks good, makes sense to people, and sends notifications to people the way they want to receive them.

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

← Day 10: https://tantek.com/2023/010/t2/build-use-services
→ 🔮

^1 https://en.wikipedia.org/wiki/AT-AT
^2 My https://tantek.com/github/cassis/blob/master/cassis.js auto_link() function supports @example.com auto-linking, yours should too.
^3 https://tantek.com/2023/004/t1/choosing-domain-name-indieweb
#IndieWeb #socialMedia #100DaysOfIndieWeb #100Days

Morning everybody. This function is giving me fits, but I will continue tackling it this morning to get a working importer for scrobbles from Last FM as listen posts to my site. #indieweb

One of the fun things about #IndieWeb notes & replies is that we're still figuring things out! Like how should we @ someone?

#socialMedia aliases (e.g. @Twitter) were obvious, with prior @-name usage on Flickr etc.

Now, some have a domain, or an @-@ (pronounced at-at, yes, just like the abbreviation for Imperial All Terrain Armored Transport^1 walkers), or some have both.

We can ask the questions of why do we @-someone? What are the use-cases?
* In a reply to a public post, clearly express that you’re speaking to that person
* In a reply to a reply, that you’re speaking to everyone upthread (AKA a https://indieweb.org/canoe)
* When attributing something to someone (photo/post/cool thing by so-and-so), giving credit
* For all the above, notifying someone accordingly
* Distinguish a person (or something that can be followed) from “just” a site

Some ideas:

1. Ideally, if/when everyone has their own domain (where they receive Webmention notifications, and a feed you can follow), we can @-name their domain, which your auto-linker^2 should hyperlink accordingly, e.g.
* @aaronparecki.com @anomalily.net @Martymcgui.re@david.shanske.com @snarfed.org @ben.thatmustbe.me

These all look close enough to social media aliases/names that they’re immediately recognizable as readable @-names, a good consideration when choosing a domain name.^3

2. As a fallback (e.g. for non-@-domain-auto-linking destinations) we can use someone’s plain domain (explicitly with https:), especially if their home page still has a stream or feed you can follow, or maybe if they don’t receive homepage Webmentions, e.g.:
* https://adactio.com https://marcthiele.com https://mxb.dev/

3. Some folks with personal sites have (for now) created separate Mastodon accounts (or an installed an instance on a subdomain), and for them, we can reference their @-@ parenthetically after their domain, like:
* https://kevinmarks.com/ (@kevinmarks@xoxo.zone), https://tmichellemoore.com/ (@tmichellemoore@mastodon.social), https://voxpelli.com/ (@voxpelli@mastodon.social), https://simonwillison.net/ (@simon@simonwillison.net)

Rather than using social media silo @-names (except when explicitly replying to a silo), I’m now experimenting with all three of these (1-3) instead, both to elevate people’s IndieWeb identities, and for Mastodon viewers, provide a convenient way to follow @-@ addresses.

If someone’s homepage receives Webmentions, they will get notified when I @-mention them by domain.

I also recently implemented syntactic auto-linking of @-@ addresses like this:
* @user@example.com --> http://example.com/@user
with a special case for @-domain@-domain to just link to the domain, e.g.:
* @tantek.com@tantek.com --> http://tantek.com/

I am considering switching these (as well as a plain @-domain) to auto-link to https: instead, the reasoning being we should expect that identities on the web should be using https.

Some questions:
* Does/do Mastodon (or other ActivityPub servers) notify people when you @-@ mention them in a post? How? Who’s responsibility is that?
* Will Bridgy Fed notify the servers (deliver to AP inboxes) of folks I merely @-@ mention (rather than explicit replies, reposts)? Should it?

So many people are switching to using their personal domains to post (or at least a Mastodon account) that I no longer feel compelled to @-mention people’s Twitter handles in posts, which feels refreshing.

Now the fun part is experimenting and figuring out what combination of @-domain, plain domain, or @-@ mentions looks good, makes sense to people, and sends notifications to people the way they want to receive them.

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

← Day 10: https://tantek.com/2023/010/t2/build-use-services
→ 🔮

^1 https://en.wikipedia.org/wiki/AT-AT
^2 My https://github.com/tantek/cassis/blob/master/cassis.js auto_link() function supports @example.com auto-linking, yours should too.
^3 https://tantek.com/2023/004/t1/choosing-domain-name-indieweb
#IndieWeb #socialMedia #100DaysOfIndieWeb #100Days

k so in the interests of creating my own space online for content and participating in the #indieweb movement, i’ve built my little barebones shack of a website to hock my #horrorart both in print form and on #apparel

https://fady.wtf

i’m beyond excited about #blogging like it’s 2009. since i stopped streaming on #twitch i haven’t had a replacement outlet for my work and i’m so happy to have one again, and on my own ridiculous domain!

so thankful for the friends who have cheered me on 🖤

Okay okay, I did it! I blogged about the `npm prune` command. #100daysofindieweb is still going strong at day 6. #Indieweb

https://crowdersoup.com/posts/projects/indieweb/100-days/day-6-npm-prune/

Project Journal: If You See Something That Needs Fixing, Try to Fix It

Introduction

Today’s project journal is a memory of finding something that was wrong and reaching out to find a solution.

#100DaysofIndieWeb, #IndieWeb, #ProjectJournal, #ProjectManagement

Day 4 of 100

When I was an Instructional Techno

https://tmichellemoore.com/blog/project-journal-if-you-see-something-that-needs-fixing-try-to-fix-it/

#100DaysOfIndieWeb #IndieWeb #ProjectJournal #ProjectManagement

Logs as end user UI

Disabling notifications from all my corporate social accounts, while leaving them on for Fediverse social accounts: an accidental stroke of genius :blobcatmaths:

It helps me prioritize where I truly want to spend my time :fedi:#IndieWeb

@hrbf thank you and I appreciate it!

Still haven’t heard back from #tumblr customer support, after 8 days. I won’t be going back, but I’m hoping to at least get back my content.

I’ve decided to move forward with a flat file CMS for my personal website and I’m currently leaning towards @getkirby (old favorite of mine) or @eleventy

I see there are good enough options for both to get some #IndieWeb goodness going (e.g. webmentions).

What do you think?

Colin Devroe - Blogging is alive and well

The past, present and future of blogs.

#blogs #blogging #indieweb #personal #publishing #silos #writing #sharing

Thinking about this post on "permanence" with #SocialMedia / #IndieWeb / #SelfHosting (for things that you *want* to keep permanent, anyway), balancing questions like are you going to outlive Facebook or the other way around, etc.

https://hyperborea.org/journal/2019/11/online-permanence/

I still think an "export to static site" option should be standard on any CMS as an exit strategy (on top of actual data portability) for cases where you no longer have the resources, time, inclination, etc. to maintain it.

@rozie @miklo Rozdzielmy tutaj zwiększanie zasięgu rozumiane jak w publikacjach naukowych: cytujesz, dajesz przypis, treść może dotrzeć w miejsca, w które inaczej by nie dotarła, od zwiększania zasięgu w sensie algorytmu / systemu informatycznego napędzającego sieci społecznościowe.

Nieporozumienia mogą się brać imo z tego, że różne rzeczy mamy na myśli, pisząc "zwiększanie zasięgu".

Poinformowanie autora załatwia już #indieweb, #wordpress (ping back) czy wzmiankowanie w #ActivityPub/#Mastodon

Can’t shake a comment that someone liked Micro.blog but it didn’t have many features. Blogs, themes, plug-ins, social network, podcast hosting, read-later bookmarks, cross-posts, archiving, highlights, email newsletters, bookshelves, IndieWeb, fediverse… Missing: marketing.

Added two new characters to my kinning red flags, Dr. Horrible, and Rick Sanchez

#IndieWeb
https://www.vzqk50.com/blog/mens-kinning-red-flags/#dr-horrible

Once you have a domain^1, and connect it to an #IndieWeb service like https://micro.blog, or a https://indieweb.org/CMS on https://indieweb.org/web_hosting, you can focus^2 on your writing.

Or if you enjoy #webDevelopment and want to build (option three^3), use developer services to more rapidly add IndieWeb building blocks^4 to your site so you too can focus on creating & owning your content^5.

Here are some of the most common and popular developer services:
1. Webmention sending: https://webmention.app/ by https://remysharp.com/ (@rem@front-end.social), or https://mention.tech/ by https://kevinmarks.com/ (@kevinmarks@xoxo.zone)
2. Webmention receiving: https://webmention.io/ (I use this) by https://aaronparecki.com/ or https://webmention.herokuapp.com/ by https://voxpelli.com/ (@voxpelli@mastodon.social)
3. POSSE & backfeed: https://brid.gy/ by Ryan of https://snarfed.org/ (@schnarfed)
4. ActivityPub federating: https://fed.brid.gy/ also by Ryan. More on Bridgy & Bridgy Fed^6.

Using a developer service to support IndieWeb protocols saves you time. You can also contribute to the community by filing suggestions for improvements, or participating on their GitHub repositories.

If you prefer that your site not depend on any external services, you can do that too.

Most of the above services are also open source that you can install and fully manage yourself. For example:
* Webmention installable services: https://indieweb.org/Webmention#Publisher_Services

Another option is to use one of many open source libraries to more rapidly implement support for IndieWeb standards^7. The wiki pages for each standard list libraries in a variety of programming languages, e.g.:
* https://indieweb.org/Webmention-developer#Libraries

If you choose the path of installing or building something new with libraries or by directly implementing an IndieWeb standard, be sure to test your implementation with its test suite, e.g.:
* https://webmention.rocks/

As a web developer, you can choose how much of your #IndieWeb support you want to implement yourself (and time to invest) vs build on the services, libraries, and other open source that the community has produced and is actively supporting.

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

← Day 9: https://tantek.com/2023/009/t2/edit-reply-comment-update
→ 🔮

^1 https://tantek.com/2023/004/t1/choosing-domain-name-indieweb
^2 https://tantek.com/2023/005/t3/indieweb-simpler-approach
^3 https://tantek.com/2023/003/t1/indieweb-path-chosen-why
^4 https://indieweb.org/building_blocks
^5 https://tantek.com/2023/001/t1/own-your-notes
^6 https://tantek.com/2023/008/t7/bridgy-indieweb-posse-backfeed
^7 https://spec.indieweb.org/
#IndieWeb #webDevelopment #100DaysOfIndieWeb #100Days

dear lord, if you MUST put white text on an only very slightly darker background, would it be too much to ask to beg you NOT to use a super-aliased pixel-based font, for the love of all that is holy? actually, look, #indieweb folks, can we please, PLEASE stop using pixel fonts for paragraphs of text altogether? readability is nobody's enemy AND it can look good, too. no, really.

@OohDirectory Other reason I ask is because, back in the day (early 00s) when Netscape and Microsoft were embattled in a bitter browser war of increasing incompatibility (you might remember this), the community rallied around Web Standards. It became *the thing* to blog about Web Standards and a whole community flourished. It was multiplicative and wonderful.

I just wish there were more ways people could rally around #IndieWeb, which is spiritually the same community as before rising up again.