This is a lovely essay on the IndieWeb. Too many quotable sentences:
Venture capital backed corporate social media has cleverly inserted themselves between us and our interactions with each other.
The IndieWeb is attempting to remove these barriers, many of them complicated, but not insurmountable, technical ones, so that we can have a healthier set of direct interactions with one another
This is a lovely essay on the IndieWeb. Too many quotable sentences:
Venture capital backed corporate social media has cleverly inserted themselves between us and our interactions with each other.
My On this Day page leads me to think about webmentions. I’ve also been listening to
which reminds me of MarsEdit.Mar’s edit has custom formatting macros so I am testing one that add the u-in-reply-to class to links:
.Hopefully this is the right way to format a macro.
A quick test to see if ticking the syndicate to mastadon via the Syndication Links plugin works. Like a lot of others I am poking around mastadon again. I think my preference is still POSSE from my own site for social. I didn’t like the way twitter has become the official comms for schools & government before last week.
For a few years now, it has been a goal (or more of a dream) to build my own feed reader which integrates directly with the blog making it easy to perform indieweb actions such as likes and replies.
This is a really beautiful looking setup. The best thing, I’d guess, is the integration with Colin’s blog using indieweb actions. The UI looks great. The video of mobile looks perfect.
The upside of a DIY system would be it works just they way you want it. I wonder if something similar could be done for WordPress, using FeedWordPress as a reader perhaps.
https://snarfed.org/10th_birthday_cake.jpg Today marks 10 years to the day since I first launched Bridgy, my little IndieWeb side project to connect social networks and personal websites. Happy Birthday, Bridgy! I’ve always loved the internet, but I’m n...
Bridgy is part of the IndieWeb suite of tool I’ve been using it since 2015 without full understanding but with full appreciation. Along with the Post Kinds Plugin and the Syndicated links one has very much changed my blog.
One of my favourite things to do when insomnia strikes to read my ‘on this day’ page. 6 years ago I was involved in a podcast I’m particularly proud of.
This 5 year old post reminds me of one of the benefits of indieweb technology, the preservation of Twitter comments.
I’ve been using the Post Kinds plugin for a few years on this WordPress site. It allows you to easily style a specific type of posting (a like, bookmark, reply, rsvp, read, check-in etc), it automatically pulls in the relevant information form the posting you’re reacting to, and adds the right m...
Although I’ve found the post kinds plug-in amazingly useful I’ve wondered about the problem of moving away from it.
As I review old posts I do find some surprises in the way the display of posts has changed, having the post kinds “stuff” in the post would help I think. I’ve no idea how I could do that if I wanted to.
1. Reading your & other blogs.
2. Resources, Twitter is good for easy short term sharing not for long term discovery.
3. Time
Posting this via my blog, where it belongs and is organised by me in my online memory.
Hi Aaron,
I do hope you do not get too exhausted. I find you breadcrumb trail useful and interesting. In some ways breadcrumbs are a more productive vein to mine that piles of full articles or loafs.
Hi Aaron,
I am glad you posted this. I like bookmarklets. I run one a bit like this via AppleScript on my mac. This has an advantage of letting me add a keyboard to send straight to the clipboard.
I am going to add the indieweb mark up to that using Chris’s script for reference. Like you I couldn’t get it working at first I had to mess around with he single and double quotes. This works for me:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){let text = "";if (window.getSelection() != '') {text = window.getSelection().toString() + '\n';}var tocopy = '<p><small><cite class="h-cite via"><abbr title="via">ᔥ</abbr> <span class="p-author h-card">"' + text + '"</span> in <a class="u-url p-name" href="' + location.href + '" target="_blank" rel="noopener noreferrer" >' + document.title + '</a> (<time class="dt-published">' + document.lastModified + '</time>)</cite></small></p>';;d=document;d.body.appendChild(Object.assign(d.createElement('textarea'),{value:tocopy})).select();d.execCommand('copy');})() |
I’ve not got much of a handle on JavaScript so YMMV.