Skip to content

indieweb

April 30, 2021 18:07

  • SSP 

Switched over to consuming Twitter via RSS feeds. For now I am using Yarns on WP to collect the feeds and the Indigenous app / Monocle-web social reader to read/interact with tweets. With this setup, I get to stay clear of the tracking and ads [Last time I checked uBlock Origin blocked 90 trackers/ads in…

Deploying Known on a docker stack

  • SSP 

To migrate my php applications that did not have a handy docker-compose available, I needed a vanilla setup for my stack-based docker environment. Known is one of those apps and so the first step was to build that PHP environment. Setting up a Dockerhub repository and building a custom PHP image [If you decide to…

Fired up!

  • SSP 

Finally got around procuring a pi3 and setup the Nextcloud Box! Getting this up and running was super fun and pretty straight forward. The OS Image that was delivered with the box was built for the pi2. So I had to format the drive with Gparted and flashed the pi3 image with Etcher (One nifty piece…

Debugging and feeds

  • SSP 

Realized today that a code fix that I had implemented sometime back, inadvertently introduced a minor bug in my workflow. Will have to get around fixing this sometime later this week. On another note, I decided to temporarily suspend my self-hosted freshRSS installation and moved my feeds to The Old Reader. Currently I don’t see…

Replied to:Hyannis notes | Srikanth Perinkulam

  • SSP 
Replied to

Philip, I dynamically add the ‘Liked:’ and ‘Replied to:’ phrase to the title of the post using some crude code in my back-end. Essentially, I use a couple of workflows to fetch the link/article details and then add the markup et al using a custom functions in my wp install. Would be more than happy…