Tagged: Free and Open Source

0

Create a Vachana GNOME Extension Using Argos

I like to read a stanza of Vachana every day, and I generally visit Vachana Sanchaya to do that. They have a widget ಇಂದಿನ ವಚನ aka Today’s Vachana. Which picks a random(?) Vachana and shows it to you on their home page. But then its not fun to visit the site everyday. So I wrote a script so it appears on my Desktop.

0

Tools for Screencasting

I have been doing longer screencasts these days. Some of them are for private consumption, and some are public. I am yet to master it fully. But I have come a long way. These are the tools that have helped me.

0

JBang and My Own Custom Catalog

JBang, once installed, allows you to run any java file like a script. Superbly helpful if you want to hack something quickly. It can also install the same as app or binary so it can be found on your PATH. So you can forget about jbang and just run the app.

Using httpbin 1

Running httpbin on CloudRun

httpbin is a developer utility web application that receives a request and spits out the request data as a response. httpbin is for testing your API requests, webhook requests, etc.

2

Music is back at home with Navidrome and DSub/Ultrasonic

I listen to a minimal set of music. I don’t try to find new music, but I usually have my ears open. If I listen to something new and I like it, then I add it to my list. For a long time I have bought my music; in the form of cassettes, CDs, MP3s. When music moved to mainly streaming world, I almost got disconnected. That’s because I listen to a small set, again and again. I have ripped audio cassettes, CDs and have brought them to digital form. So everything was in digital form on my music players, computers, and mobile. But it lacked the features that streaming or music on the network would bring, like keeping track of album art, maintaining different versions and formats, maintaining sharable favorite lists, etc. Now that I have a fairly decent home lab, I thought its time.

0

Drawings as Code – DOT and Graphviz

I like drawings to explain stuff. It’s probably the most straightforward way to document things. But the pain of traditional drawings is the inability to track changes to them. It’s easy to track changes to text or code by tracking them in a git. It’s not easy when it’s a binary blob which is what most images are. SVG format helps a lot. I use it as much as possible, but it’s still very verbose, and I think not easy to see the diff and understand what happened over time.