Thoughts on Running Plex on a Raspberry Pi 4

This is just a play post to do a few things. One, I am now testing categories for the blog. So that the tech folk can subscribe only to the tech rss feed if need be. Second, I need to get into the swing of writing things again. It’s only been close to a month of not writing, but I already feel rusty 😂 I have been watching a lot of Netflix and other online streaming media last year. Well lot is relative. Definitely not as many as the books. But what I realise, is that I just spend my time endlessly browsing through what I want to watch rather than, you know, actually watching something. I also realise that most of my watching is mostly stuff I already watched. I want my old Holmes, or Yes Minister, or Suchet’s Poirot. Stuff I already have, offline. But not easily accessible, since it lies on an external hard disk, which I need to plugin to my desktop and then watch. ...

January 28, 2021 · Mario Jason Braganza

Git the Branch

I started playing with a way to control Git via Python. Kushal had asked me to write a program, that would show me the local git branches. So here it is! I call it Git the Branch. (painfully, punny, I know :)) And now I realise why he asked me to do this. The program itself is trivial. Here’s the code on my code repo, Gitlab, and Github. It just consists of me using GitPython to access the current folder via a GitPython Repo object. And then querying it for its branches. ...

November 13, 2020 · Mario Jason Braganza

Poem Feed

Update, 2020/11/13: This has been working beautifully! I love the poems as they show up in my feed. This is a tiny little niche thing, I built all for my ownsome. It all started, when I got hooked on reading the daily poem, on the Poetry Foundation page. Learning Python as I am, I wondered if there was a way to have it come to my RSS reader. And so Poemfeed is a tiny little utility that does just that for me. ...

November 13, 2020 · Mario Jason Braganza