Public Service Internet monthly newsletter (Nov 2020)

How the fediverse deals with trolls

We live in incredible times with such possibilities that is clear. Although its easily dismissed seeing the next big social network using the exact same centralised model as the existing ones; while us privileged dive into our exit pods.

To quote Buckminster Fuller “You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.

You are seeing aspects of this happening with do not track being rethought and getting some legal muscle.


The curious past and future of Signal CEO

Ian thinks: Good to hear more about the mysteries figure which is Signal’s CEO Moxie Marlinspike. His views of taking back our privacy, moving systems into the public infrastructure category and making encryption the default; is quite telling looking at his past. Unlike most, he has the knowledge and system to actually implement with others the reality he thinks about.

Is scale the enemy of human kind?

Ian thinks: This interview with Marina Gorbis from the institute of the future with Douglas Rushkoff is full of status-quo busting thoughts. The centre idea is how the allure of scale is actually the main problem the human race faces.

How to fight black box algorithms together

Ian thinks: Openschufa a project which aggregates your GDPR requested financial data with others to reveal bias, is the type of services I was hoping would come out of GDPR’s data portability rules. Look forward to seeing more like this.

Decentralized Social Networks vs. The Trolls

Ian thinks: This video is excellent and one of the reasons I have always been keen to use fediverse services like Mastodon and Pixelfed. This is another good talk from the Activity pub conference

How Ghent removed cars from the city

Ian thinks: When I visited Ghent last year I did notice the city centre was very quiet from the lack of cars. I had no idea but it felt like a place to live and walk. Lessons for other European cities?

Techdirt experiments with web monetization

Ian thinks: I personally have been following the web monetization protocol and grant for the web project for a while. Even adding it to my own personal blog, but its great to see Techdirt taking up the same protocol. Web monetization is growing and growing.

The role of design during Covid19

Ian thinks: This is a impressive list of 7 design based innovations which have helped and aided during the pandemic. All very different and all inspiration.

Understand digital identity beyond self-sovereign

Ian thinks: Centralised digital identity is easy to understand, but self-sovereign identity is being pushed as the way forward. However this essay by Philip Sheldrake, really shakes up the notions of identity in a way I’m still struggling to think about now.

Facebook won’t take the social dilemma lying down

Ian thinks: I thought Facebook would ignore the social dilemma as its not that great compared the great hack or after truth, plus there are many issues. But Facebook have hit back claiming the documentary as sensationalism. Seems to have touched a nerve I think?


Find the archive here

Microformating ID

Doc Searls posted a entry about Jeremy Miller's MicroID proposal. Its a Microformat as such which allows anyone to claim verifiable ownership of content they generate. You simply hash a communication ID like a email and then hash a URI of where the content will be published. Then hash the two together to generate your unique MicroID. Don't worry theres a generator on the MicroID site.

MicroID = sha1_hex( sha1_hex( “mailto:user@email.com” ) + sha1_hex( “http://website.com” ) );

The important thing to remember is that MicroID is just a way to claim ownership not a authentication. Its also very simple to add anywhere. One of the examples is to put the MicroID in your meta, which I have just done. You can also stick the Microid in a div tag using the class attribute. I'm not so keen on this method, I think semanticly it would be better if it was attached in the id attribute. But I guess it would break if you had more than piece of content from the same author in the page.

I do like the idea of generating a MicroID for every comment which gets published to a blog. Maybe this is one for the Blojsom groups.

Comments [Comments]
Trackbacks [0]