QuantaMagazine.org orphans all annotations

Filed an Issue hypothesis/h (GitHub)
Annotate with anyone, anywhere.

Steps to reproduce

  1. Annotate any particular individual article on https://www.quantamagazine.org/
  2. Links to the annotations are redirected back to the root domain and not the individual page

Expected behaviour

The links should direct to the canonical URL of the article

Actual behaviour

All the annotations to individual pages seem to automatically become orphans and are associated with the root domain instead of the individual permalinks.

Example: The annotations at https://hyp.is/lUpgtn15EeivjHMsJK03Tg/www.quantamagazine.org/ and https://hyp.is/6C98en11EeieFgMy1hP9tQ/www.quantamagazine.org/ on the page https://www.quantamagazine.org/mathematics-shows-how-to-ensure-evolution-20180626/ don’t resolve properly because of the orphaning issue on this website.

Browser/system information

This is happening to me on a variety of browsers on Windows 8.1 and Windows 10 including: Chrome 67 and Firefox Quantum 60.0.2 (64-bit).
It also appears to be an issue on both the current versions of Chrome/Firefox on Android v8.0.0

Additional details

I’d guess that the issue is site specific to quantummagazine.org somehow.

I’ve come across many journals (and particularly many talking about Altmetrics1,2) that are supporting the old refback infrastructure and wonder why they haven’t upgraded to implement the more feature rich webmention specification?

I’ve been thinking more lately about how to create a full stack IndieWeb infrastructure to replace the major portions of the academic journal ecosystem which would allow researchers to own their academic papers but still handle some of the discovery piece. Yesterday’s release of indieweb.xyz, which supports categories, reminds me that I’d had an idea a while back that something like IndieNews’ structure could be modified to create a syndication point that could act as an online journal/pre-print server infrastructure for discovery purposes.

A little birdie has told me that there’s about to be a refback renaissance to match the one currently happening with webrings.

References

1.
Akers KG. Introducing altmetrics to the Journal of the Medical Library Association. Journal of the Medical Library Association. http://jmla.mlanet.org/ojs/jmla/article/view/250/403. Published July 3, 2017. Accessed July 2, 2018.
2.
Roemer RC, Borchardt R. Chapter 2. Major Altmetrics Tools. ALA Tech Source. https://journals.ala.org/index.php/ltr/article/view/5746/7187. Published July 1, 2015. Accessed July 2, 2018.

👓 Brainstorming on Implementing Vouch, Following and Blogrolls | David Shanske

Read Brainstorming on Implementing Vouch, Following and Blogrolls by David ShanskeDavid Shanske (David Shanske)
Vouch is an extension to the webmention protocol. Webmentions usually have two parameters…source and target. Target is the URL on your website  that the Source URL is linking to. The vouch parameter is a third URL to help the target determine whether or not they should accept the webmention. This...
I like the sound of where this is going already! All these small little pieces loosely joined to build a much larger edifice is certainly interesting.

I’ve got a somewhat reasonable bookmarklet for quickly following people, though it’s not marked up with XFN data (yet) — perhaps another data field for Post Kinds? I do wish that there was either a mechanism for adding those to my Following page via the WordPress Link Manager or someone had a means of parsing lots of follow posts so I could quickly have data for both Vouch as well as for microsub readers either via my follow feed list or via OPML export and/or OPML subscription. WordPress obviously has some of the infrastructure built already, but there’s certainly a more IndieWeb way of doing it that wouldn’t require side-files like OPML.

I’ve had refbacks on the brain for the past couple of months after having read Why Refback Still Matters, so I figured since I’ve already got the pingbacks, trackbacks, and webmentions enabled, what’s one more way to communicate with my website from the outside? So as of this evening, just for fun, I’m now accepting refbacks too.

Besides earlier this week I joined my first webring in over a decade as well. It can’t be any more embarrassing to support old web tech can it?

 

🔖 dshanske/wordpress-refback: Refbacks for WordPress (Experimental)

Bookmarked Refbacks for WordPress (Experimental) by David ShanskeDavid Shanske (GitHub)
Refback is a linkback method that works using the standard HTTP Referer header. Like pingbacks, trackbacks, and webmentions, it attempts to present links of other sites that have linked to you. Unlike other methods, the other site requires no additional support. The implementation works exactly as the other linkbacks do in WordPress.

📑 ‘A way of monetizing poor people’: How private equity firms make money offering loans to cash-strapped Americans | Washington Post

Annotated ‘A way of monetizing poor people’: How private equity firms make money offering loans to cash-strapped Americans (Washington Post)
Despite the risks, however, Mariner Finance is eager to gain new customers. The company declined to say how many unsolicited checks it mails out, but because only about 1 percent of recipients cash them, the number is probably in the millions. The “loans-by-mail” program accounted for 28 percent of Mariner’s loans issued in the third quarter of 2017, according to Kroll. Mariner’s two largest competitors, by contrast, rarely use the tactic.
Incidentally 1% is the response rate necessary to make spam email and fax financially viable. Coincidence?

Do businesses that rely on a low response rate of 1-2% and succeed have something in common? Could they all be considered predatory?

👓 ‘A way of monetizing poor people’: How private equity firms make money offering loans to cash-strapped Americans | Washington Post

Read ‘A way of monetizing poor people’: How private equity firms make money offering loans to cash-strapped Americans (Washington Post)
As treasury secretary, Tim Geithner criticized predatory lenders. Now the private equity firm he leads runs a company that mails high-rate loans to risky customers.

Threaded conversations between WordPress and Twitter

I’ve written about threading comments from one WordPress website to another before. I’ve long suspected this type of thing could be done with Twitter, but never really bothered with it or necessarily needed to do it, though I’ve often seen cases where others might have wanted to do this.

For a post today, I wrote on my own site and syndicated it to Twitter and got a reply back via webmention through Brid.gy. This process happens for me almost every day, and this all by itself feels magical.  The real magic however, and I don’t think I’ve done this before or seen it done, was that I replied to the backfed comment on my site inline and manually syndicated to Twitter using a permalink of the form http://www.example.com/standard-permalink-structure/?replytocom=57527#respond, where 57527 is the particular comment ID for my inline comment. (This comment ID can typically be found by hovering over the “Reply” or “Comment” button on one’s WordPress website in most browsers.)

Where to find the comment ID to provide the proper permalink to get properly nested comments backfed to your site.

When a reply to my second syndicated Twitter post came in, Brid.gy properly sent it as a comment to my comment AND nested it properly!

I’ve now got a nested copy of the conversation on my site that is identical to the one on Twitter.

I suspect that by carefully choosing the URL structure you syndicate to Twitter, you’ll allow yourself more control over how backfed comments from Brid.gy nest (or don’t) in your response section on your site.

Perhaps even more powerfully, non-WordPress-based websites could also use these permalinks structures for composing their replies to WordPress sites to have their replies nest properly too. I think I’ve seen Aaron Parecki do this in the wild.

Since the WordPress Webmention plugin now includes functionality for sending webmentions directly from the comments section, I’ll have to double check that the microformats on my comments are properly marked up to  see if I can start leveraging Brid.gy publish functionality to send threaded replies to Twitter automatically. Or perhaps work on something that will allow automatic replies via Twitter API. Hmmm…

Despite the fact that this could all be a bit more automated, the fact that one can easily do threaded replies between WordPress and Twitter makes me quite happy.

Thread onward!

For more on my IndieWeb explorations with Twitter, see my IndieWeb Research page.

Following Kicks Condor

Followed Kicks Condor (kickscondor.com)

Microchips and mods gratify me greatly

I first discovered the Techs-Mechs who are a clan of South of the border Gundam breaking own immagration fences with their impressive manos mecanicas

A short time later, I made the indieweb.xyz.

The creator of indieweb.xyz.

Reply to Jaredewy

Replied to a tweet by Jared EwyJared Ewy (Twitter)
@Jaredewy With your domain name, I think that you automatically win the .

👓 Three examples of annotations, bookmarking, & sharing in my digital commonplace book | W. Ian O’Byrne

Read Three examples of annotations, bookmarking, & sharing in my digital commonplace book by W. Ian O'Byrne (W. Ian O'Byrne)
I’ve been experimenting with some IndieWeb philosophies and tools on this site, but more importantly on my breadcrumbs website. My breadcrumbs website is my digital commonplace book. This is inspired by the website philosophy & structure developed by Chris Aldrich. My purpose is to switch up my relationship with others and social media networks while doing more to own my content online. To that end, one major purpose (for now) on my breadcrumbs site is to be more intentional in the materials that I share with others as I read and explore online.
Some interesting and useful UI examples here. May have to iterate on some of my own design now.