Replied to a tweet (Twitter)
@withKnown supports Micropub, so you could use @ThreadReaderApp to do it in the other direction before WordPress could. 

https://boffosocko.com/2020/05/28/threadreaderapp-micropub-to-blog/
Replied to a thread by Dave Winer and @chaodoze (Twitter)
They released the feature earlier this year to work via Micropub. I wrote about their early UI here: ThreadReaderApp now has beta support for the Micropub Spec so you can publish Twitter threads directly to your blog. The nice part is that it works for a dozen or more platforms (not just WordPress) that already support Micropub.

Another interesting option is @KevinMarks’s noterlive.com which will compile your threaded tweets for cutting/pasting HTML to your site. Perhaps one day he’ll add Micropub functionality as well?

Replied to Automatically sending Webmentions from a static website by James Mead (jamesmead.org)
I'd also like to find a way to say thank you to Aaron Parecki who built webmention.io and Ryan Barrett, Kyle Mahan, et al who built brid.gy. However, I can't see a way to do either and, indeed, the latter explicitly say "We don't need donations, promise." 
In the past, I’ve heard many of them say to make a donation or support the IndieWeb Open Collective instead.
Replied to Jetpack 9.0 to Introduce New Feature for Publishing WordPress Posts to Twitter as Threads by Sarah Gooding (WordPress Tavern)
Jetpack 9.0, coming on October 6, will debut a new feature that allows users to share blog posts as Twitter threads in multiples tweets. A recent version of Jetpack introduced the ability to import and unroll tweetstorms for publishing inside a post. The 9.0 release will run it back the other way so the content originates in WordPress, yet still reaps all the same benefits of circulation on Twitter as a thread.
It’s awesome to see this feature added and that it expands the ability to do do this sort of workflow directly from one’s website instead of relying on posting to Twitter and relying on ThreadReaderApp to unroll a thread and post it to a WordPress site using the flexible Micropub specification. I’d love to see more POSSE (Post to your Own Site, Syndicate Elsewhere) syndication set ups within WordPress.

I’m hoping that future versions of this provide the Twitter permalinks for the syndicated copies there to be returned to my WordPress site for storage. In my case, I’m using the simple Syndication Links plugin which has storage and/or finds the storage location in WordPress to allow for the display of those permalinks in my post to indicate where I’ve syndicated the copies. This does two things: it’s a reminder of where my content lives elsewhere on the web (especially if I later want to go back and delete them, or to delete them if I’m deleting or making the original post private/unpublished) and it allows services like Brid.gy to find my original post and backfeed replies to the Twitter versions back into the comments section of my post using the Webmention spec (via the Webmention plugin and the Semantic Linkbacks plugin).

Replied to a post by Chris AldrichChris Aldrich (BoffoSocko)
Testing out adding email reply links to my RSS feed using the All In One SEO plugin documentation at: https://semperplugins.com/documentation/rss-content-settings.
It’s not exactly what I want yet because it doesn’t have an easy way to include the title of the post or the permalink to provide context, but it at least includes an email address.
Replied to a thread by Ian Guest, Aaron Davis, and John Johnston (Twitter)
Keeping my follows on my site as an OPML file allows me to use Inoreader for OPML subscribe. Then I can use their built-in search (and saved searches) to get information from personal websites I’m following.
Replied to Feature Request (Reclaim Hosting Community)
Have anything you would like to see happen in Reclaim Cloud? Maybe you want to see an application in the Marketplace? A feature in the Dashboard? Share your thoughts here!
I could see a potential demand (beyond me) for a one-click install of Hypothesis, the open source, web annotation, highlight, and bookmarking service. It’s got a number of moving pieces and should be ideal for such a cloud-based use case and likely has a significant overlap with the customer base for Reclaim.

Main company site: https://web.hypothes.is/ 2
GitHub repositories: Hypothesis · GitHub 3
Documentation for set up using docker: Installation guide — The Hypothesis Annotation Framework 0.0.2 documentation 1

Given what it offers, I could see people also potentially using it as a CMS, blogging platform, or social bookmarking platform:

Replied to IndieWebCamp: Domain of One’s Own Meetup by Jim GroomJim Groom (bavatuesdays.com)
This past Tuesday I attended the second Indie WebCamp generously hosted by Chris Aldrich focused on Domain of One’s Own. The format is a more focused 10-15 minute talk around a specific technology, in this meeting Tim gave folks a walk-though of Reclaim Cloud, and then opens up to the 21 attendees for anyone to share something they are working on. Tim shared the Cloud, and not only was I thrilled to see Jon Udell in attendance, but it’s always nice when one of your tech heroes tweets some love for your new project. Even better when you know they’re not one to offer empty interest and/or praise. Thanks Jon!

Soon after I finally took the leap and signed up for a mico.blog to explore that platform. 

Be sure to check out how you can post your content to your own website and syndicate your material into micro.blog (maybe via RSS or using plugins). If your site uses the Webmention and Semantic Linkbacks plugins, then any replies to your posts will be automagically ported directly back to the comment section of your post.

In addition to some of the others in education who you’ve mentioned, I’ve got a list with some others (be sure to check the comments too–both for the others you’ll find, but also for the example Webmentions I’ve received from Micro.blog.)
Annotated on September 26, 2020 at 01:57PM

I am going to start getting serious about headless WordPress development for my new website at jimgroom.net, inspired by Tom Woodward’s talk for #HeyPresstoConf20 

A lot of the posts I make to my WordPress site are done in a headless manner using the Micropub spec and the Micropub plugin with a huge wealth of Micropub clients.

I did a presentation on this at a WordCamp a while back: https://wordpress.tv/2019/06/26/chris-aldrich-micropub-and-wordpress-custom-posting-applications/
Annotated on September 26, 2020 at 01:59PM

Chris Aldrich 

By linking my site here, Jim has sent a Webmention notification, so I know he posted about my site: https://telegraph.p3k.io/webmention/14qD8olgI7lyGjRy0q/details
Annotated on September 26, 2020 at 02:27PM

Replied to a tweet (Twitter)
I send Webmentions for reads and listens to notify authors, but I’m waiting for reading/podcast apps that will allow me to authenticate and make read/listen posts via micropub automatically, or versions that will send even generic notifications via webmention.

The nice part is that this sort of model allows the user to collect this data and send these notifications on an as-desired basis to the publisher.

Replied to @-mention when posting to Twitter · Issue #527 · snarfed/bridgy by Stephen Paul WeberStephen Paul Weber (GitHub)

Twitter interprets microsyntax whenever you post. There's no way around it. So if you have a post whose plain text says "Blah blah with @singpolyma" there is no way to tell twitter that "@singpolyma" is not the user named "singpolyma" and it will notify said user no matter what. In a silo this works, but when bridging to a federated environment it can cause issues (and especially annoyance of Twitter users).

One way to deal with this is to have my local implementation detect any such cases and not bridge them to Twitter, but this is not ideal. What should brid.gy do if it is asked to post something with the text @singpolyma in it? Here is my proposal:

  1. For the source HTML @singpolyma I would suggest changing it to "@ singpolyma", however I could see an argument to also leave it as-is, since some users might be writing plain-text microsyntax and expecting it is always going to Twitter? Hmm.
  2. For the source HTML @<a href="https://twitter.com/singpolyma">anything</a> put "@singpolyma" into the tweet.
  3. For the source HTML @<a href="https://singpolyma.net">anything</a> put "@ singpolyma.net" into the tweet.

Thoughts?

Not necessarily a permanent solution for all platforms and microsyntaxes depending on the number of syndicated copies, but potentially a clever stopgap for those who may need it. 

One can use a zero-width space (using something like &#8203;in their HTML) between the @ and a twitter user name on the original post and the syndicated copy will not have the traditional @mention link or notification functionality. 

Here’s an example

This reply can also serve as a test for the functionality within Github where I’ll “tag” both @kylewm and @​snarfed, but if it works, Ryan shouldn’t be auto-linked or notified.

Replied to Process for updating a proposed h-entry property · Issue #25 · microformats/h-entry by Tantek ÇelikTantek Çelik (GitHub)

The current h-entry change control process does not specify how to update the definition of a proposed feature, which means it falls back to being as strict as updating a stable feature which is more strict that desired for proposals. This issue is for considering a proposal for updating the definition of a proposed feature, as discussed during the recent Microformats Issue Resolution pop-up.

Proposal: the definition of a proposed feature may be updated to be more consistent with one or more real world public web sites publishing and or consuming the feature, by citing URLs for those examples in an edit summary. New proposed property or value definitions may also be added for consideration per the existing requirements for adding a proposed feature. If you’re not sure whether to update an existing definition or add a new definition, try to work with the proposer(s) of an existing definition to come to a consensus to update it. Lacking consensus, add a new definition for consideration, retaining any previous definition(s).

This proposal also adds a convergence requirement for moving a feature from proposed to draft. If there are multiple definitions for a proposed feature, an issue must be opened to discuss how to converge the definitions by consensus agreement among those with real world public web sites publishing and or implementations consuming the feature.

This is a rough first draft, feel free to propose alternatives, simplifications, editorial suggestions.

(Originally published at: https://tantek.com/2020/259/b2/)

This is acceptable to me. No further ideas or revisions at this time.
Replied to Social Interactions on the Web by James Gallagher (jamesg.blog)
I am using the Quill client to send data to my site. I have not tried out any other micropub clients but I could if I wanted to. They all support the same standard. 
Given the way you’ve described your uses, you might appreciate the browser extension Omnibear as a micropub client.

Replied to Social Interactions on the Web by James Gallagher (jamesg.blog)
When I think about it, likes and bookmarks are somewhat difficult to distinguish for my purpose. A bookmark inherently implies that I liked a post because I usually only bookmark posts on Pocket that I like and want to save for later. I use Firefox bookmarks to track the articles that I have not yet read and want to come back to later. There is a distinction. A like is clearer. It’s my way of saying that I did like your content. Not everybody will know my policy on bookmarks, so having a like feature is useful. 
My general heirarchy is that bookmarks are things I want to come back to (and usually read) later, reads are things that I’ve read, like are things I’ve read and want to send appreciation for, and replies are things that usually are both read, liked, and needed even a bit more.
Here’s more on how I’ve thought about it before: https://boffosocko.com/2018/03/10/thoughts-on-linkblogs-bookmarks-reads-likes-favorites-follows-and-related-links/
Replied to a conversation thead by @helenhousandi @boogah @jasontucker @courtneyengle (Twitter)
I think Post Formats didn’t go far enough. I love Post Kinds Plugin for extending the idea, particularly into some of the UI one sees in the social space. It also has extensibility to allow new formats as well as customize-able display, so if you want an annotation display or a “chicken feed” (just to demonstrate the point) on your site, a few modifications and you’re off to the races.

The UI part that often bogs down the posting process is the complexity of Gutenberg or the myriad of meta-boxes. To remedy this I try to pair one of the many Micropub clients (I like Quill or Omnibear as flexible examples) for posting to my website and then allowing Post Kinds to handle the rest for creating reply contexts and posting the minimum necessary metadata.

Replied to a tweet by @fourierfiend (Twitter)
Hello fellow mathematician!

There are lots of ways to syndicate content, some dependent on which platform(s) you’re using and where you’re syndicating to/from. Your best bet is to swing by the IndieWeb Dev chat and ask that very question.

Theorem: Syndication is easy.

Proof: “It’s easy to show” (I’m waving my hands here) that there are a lot of assumptions and baggage that go with the word “easiest.”   ∎

I’ve personally found there’s generally an inverse relationship between ease/simplicity of syndication and control over exact display for most platforms. You could go low-fi and pipe your feed into something like IFTTT/Zapier  for cross-posting all the way up to customized integration with available APIs for each platform. Many take a middle-of-the-road approach that I notice Jeremy recommended as I’m writing this.

The cross-posting wiki page will give you some useful terminology and definitions which may help you decide on how to syndicate what/where. Based on the context of the URL in your Twitter profile, the IndieWeb wiki pages for static site generator and syndication will give you some ideas and options to think about and explore. 

Some of the pages about specific static site generators will give you some code and ideas for how to implement syndication. For example Max Böck has an article Indieweb pt1: Syndicating Content to Twitter, which is Eleventy and Twitter specific, but which could likely be modified for your purposes. SSGs may have some specific peculiarities for syndication that I’m not as familiar with coming from the more dynamic side of the fence.

Since you indicate a language preference for your current site, there’s also a page for Flask with a few users noted there. You might ask Fluffy (usually around in chat) for some advice as I know she syndicates to a few platforms and may have some ideas or even tools/code to share from the Flask perspective.

Q.E.D., right!?

(p.s.: Great Twitter handle!)