Liked https://doubleloop.net/2020/09/12/7146/ by Neil MatherNeil Mather (doubleloop.net)

Happy to be in the process of moving my personal sites to a server at GreenHost. I used to be on cloudvault.me which was excellent but disappeared about 3 months ago… I chucked everything over to Digital Ocean to get it back up again. But keen to get off.
GreenHost has stellar environmental and ethical creds, and really not that far off the cost of a basic DO droplet.
https://greenhost.net

Liked Review of Hello World: How to Be Human in the Age of the Machine by Neil MatherNeil Mather (doubleloop.net)

when people talk about whether algorithms are good or bad, they pretty much always mean decision-making algorithms – something that makes a decision that affects a human in some way. So for example long division is an algorithm, but it’s not really having any decision making effect on society. We’re talking more about things like putting things in a category, making an ordered list, finding links between things, and filtering stuff out. And they might be ‘rule-based’ expert systems, in that the creator programs in a set of rules that the system then executes, or more recently machine learning algorithms, where you train an algorithm on a dataset by reinforcing ‘good’ or ‘bad’ behaviour. Often with these we can’t always be sure how the algorithms has come to a conclusion.

So what the book is really focused on is the effect our increased use of decision-making algorithms like these is having on things like power, advertising, medicine, crime, justice, cars and transport, basically stuff that makes up the fabric of society, and where we’re starting to outsource these decisions to algorithms.

Replied to Playing music on the web – doubleloop (doubleloop)

Is there some kind of web player or protocol or similar that you can put a link to a track, and if the person has some legit access to it, it’ll play for them?

The idea of a ‘canonical link’ for music was something that I have been wonder too for a while. I had not heard of Song Link, will have to check it out.
Bookmarked Bridging the IndieWeb and the Fediverse, part 3 – WordPress ActivityPub plugin by Neil MatherNeil Mather (doubleloop.net)

Carrying on the sporadic series (here are parts one and two), this is my next tinkering around with a means to connect a WordPress-based IndieWeb site to the Fediverse.

For my hackday project at IWC Utrecht I set up Matthias’ ActivityPub plugin that fully fedifies your WordPress site. It’s dead simple and most excellent.

Neil Mather continues his discussion of the Fediverse. He discusses the difference between using Bridgy Fed and ActivityPub.
Liked Bridging the Indieweb and the Fediverse with Bridgy Fed, part 2 by Neil MatherNeil Mather (doubleloop.net)

In part 1, I discussed why you might want to bridge your Indieweb site to the Fediverse.
In this follow up post, I’ll describe one way of doing it that I’ve been tinkering with recently.
The tl;dr: using WordPress Indieweb plugins and Bridgy Fed; it works pretty smoothly; still a few quirks at p…