Replied to a tweet
I like the elegant idea Kevin Marks came up with for distributed verification as just one part of your solution. Please bring back h-card and rel="me" mark up on Twitter profiles. It would be nice if every user had a permalink for their avatar too.
Read 2020-11-04: New Twitter UI: Replaying Archived Twitter Pages That Never Existed by Himarsha Jayanetti (ws-dl.blogspot.com | The Web Science and Digital Libraries Research Group at Old Dominion University.)
When you visit web archives to go back in time and look at a web page, you naturally expect it to display the content exactly as it appeared on the live web at that particular datetime. That is, of course, with the assumption in mind that all of the resources on the page were captured at or near the time of the datetime displayed in the banner for the root HTML page. However, we noticed that it is not always the case and problems with archiving Twitter's new UI can result in replaying Twitter profile pages that never existed on the live web. In our previous blog post, we talked about how difficult it is to archive Twitter's new UI, and in this blog post, we uncover how the new Twitter UI mementos in the Internet Archive are vulnerable to temporal violations.
An interesting quirk of archiving pages on the modern internet.
Read Alternative Tweet Embedding by Stefan Bohacek (fourtonfish.com)
When you embed Tweets on your website, Twitter asks you to include their JavaScript code that adds images, number of likes, and loads their styles. But looking at the size of all the script files (yes, the one script tag loads multiple JavaScript files), does quite a bit more than that, including tracking your website’s users. And it has pretty negative impact on your site’s performance as measured by Google PageSpeed.
Update: This seems to have disappeared and roughly remapped to https://fourtonfish.com/project/tweet-embeds-wordpress-plugin/
Read That’s Yikes…Chillian J. Yikes! by Jillian C. York (jilliancyork.com)
In possibly the funniest thing that’s ever happened to me on the Internet (and please remember that I’ve been called a fattie by the daughter of the Uzbek dictator and crowdfunded my ticket to troll a Thomas Friedman event), the New York Times, that paper of record, has today issued a correction that’s been called “the best thing on the Internet this week.”
I know this Twitter Halloween name phenomenon has been going on for several years. This is one of the earliest examples I’ve seen. Interesting that it caused a correction in the New York Times.
Read More than 280 characters by Gary Pendergast (Gary Pendergast)
It’s hard to be nuanced in 280 characters. The Twitter character limit is a major factor of what can make it so much fun to use: you can read, publish, and interact, in extremely short, digestible chunks. But, it doesn’t fit every topic, ever time. Sometimes you want to talk about complex topics...
Nice mention of the influence of IndieWeb ideas of POSSE and Tweetstorm here.
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 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).

Read A White Male Professor Reportedly Faked Being a Woman of Color, This Time to Troll Scientists on Twitter (Jezebel)
Somehow, beyond all reason and understanding, another person has been caught pretending to be a woman of color. At least this time around, the story has an extra fucked-up layer. Anonymous internet sleuths uncovered Professor Craig Chapman, who teaches chemistry at the University of New Hampshire, posing as a woman of color on Twitter under the name The Science Femme. According to The New Hampshire, Chapman was brought down by his own hubris when he tweeted about his brother’s brewery from both his fake account and his real account. The Science Femme and Chapman’s personal account have both been deleted, but unluckily for him, screenshots exist.
A good reminder that I really should unsubscribe to “people” I don’t know personally or have an exceptionally high expectation of who they really are and what content I’m actually consuming.
Replied to a thread by Nicholas Rempel and Adam Greenough (Twitter)
I need to go back and revise it a bit, but I built a bit of UI for doing just this with Webmention: https://boffosocko.com/2017/12/24/adding-simple-twitter-response-buttons-to-wordpress-posts/

The other piece requires being able to thread conversations. Details for that here: https://boffosocko.com/2018/07/02/threaded-conversations-between-wordpress-and-twitter/

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.

Here’s a reminder that the call for submissions to #HeyPresstoConf20 are still open until September 3rd. Join this WordPress and ClassicPress online conference which happens only on Twitter.

Read OMG! Twitter release an OFFICIAL conversations API! by Terence Eden (shkspr.mobi)
One of the most requested Twitter API features is now available – the ability to get replies to a Tweet as a thread.
Long time readers know that I’ve long been a fan of Visualising Twitter Conversations in 2D Space. But up until now you had to use horrible hacks to get the data. As trailed in th...