Bookmarked The KitchenAid PTO (by Peter Rukavina)

This makes me wonder about adversarial interoperability: are there any attachments by other brands? Given they’ve been around for about 100 years, is there an ecosystem of other things that can work with the KitchenAid?

What’s remarkable is that KitchenAid supports “cross-generational attachment compatibility” meaning that attachments from the 1930s can be used on modern mixers. In an era when phone charger standards change with the season, this is a commendable buttress against obsolescence.

Peter Rukavina

(This is the first response I’m making directly from my microsub client with embedded micropub client. Pleased that it is now working as POC.)

One reaction on “

  1. Today I posted a bookmark directly to this blog, straight from a feed reader I created myself. A few days ago I already posted about how I am building a Microsub client, which basically is the front-end of a feed reader: it’s the part where you actually read the content from the RSS feeds you subscribe to. It does not in itself subscribe to any feeds, or store what it gets from those feeds. That’s the Microsub server, and I use an existing WordPress plugin called Yarns for it. By splitting the server (subscribing, fetching and storing) from the client (presenting), making the feed reader becomes building a website that can show me whatever is stored in the server. It makes it possible to shape my feed reader the way I want it. I had the basic fetching and presenting part done earlier this week. The next step was interacting with the things I read from within the reader, having a reply button underneath each posting, with which I can post to this blog. I’ve got that part working now too. To build it I re-used things I previously already created. For instance I already had a form, to formulate a response (originally stuck on the back-end of another feedreader), and a way of posting directly to this site. So adding this was more a remix than coding something new. The only new additions were the ‘glue’ needed to join the existing parts together, and a bit of Javascript to be able to process the form in the browser, while staying on the same page as where I’m reading feeds. And it works!
    Here’s a posting by Peter, as presented in my feed reader:

    Note the button underneath which says in Dutch ‘respond to the post above’. Each posting has a button like that.
    Clicking such a button reveals a form (which is at first hidden, and revealed by a line of Javascript).

    In the form I specify what type of response it is (reply, bookmark, or favourite), and I write my reaction, and can add a quote from the article above which is useful if I’m responding to something specific, and provides context for readers on my own site who aren’t aware of the posting I’m responding to. It also allows me to change the title, author name and URL of the original post. This sometimes is useful when the title is very long, the name in the feed is a user name (e.g. ‘siteadmin’), or when the URL contains appended tracking elements that I want to remove.
    Underneath is another button saying ‘Process’ in Dutch.
    Hitting that button activates a little bit of Javascript to call the PHP script that processes the form, without leaving the page. It means that once I’ve clicked the button I can go on reading in the same page. The script that silently processes the form, turns what I’ve submitted into proper HTML for a posting, and then sends it on to my blog. Where it ends up as:

    On my blog you get to see what the processing script has created, including e.g. the icon for a bookmark (or reply or favourite).
    I’m pleased with how this works now, and I can start adding a few things. Like adding optional titles to a reaction (as I’ve done in this posting), or to add multiple tags or categories. For these too I have existing code sections I can re-use. Another element is being able to subcribe, unsubscribe and mark things as read from within the Microsub client.
    After that it will become more difficult, if I want to work down my list of things an ideal feed reader should be capable of.
    Part of that may require storing feed items client side, or maybe even also building my own Microsub server. So it’s a potential rabbithole I want to approach with caution. For now I will try this as my new workflow for a week or two.
    (also posted to Indienews)

Comments are closed.

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)

Mentions

Likes