Getting Emacs Windows to Not Be Shy

Figuring out my webapps problem yesterday made me ask myself if I could somehow repurpose that little xdotool script to solve another niche itch that I had. Spoiler alert: It did. I run Emacs as a daemon, and use EmacsClient to connect to the Emacs process. Makes it really ease to launch, work on, sling around and close lots of Emacs windows.1 Which brings me to the hiccough. I launch EmacsClient and a window (frame) does indeed launch, but it just … stays there in the background....

November 18, 2023 · Mario Jason Braganza

Getting Around Linux Mint Web App Manager Window Errors

One of best parts of using Linux Mint is its Web Apps Manager. I can use most of my websites as dedicated applications now. Case in point, I use a dedicated web app to run Elk, the web client for Mastodon. Social stuff like this, or banking stuff or my webmail for that matter, stays away from the rest of my browsing and lets me keep these activities cognitively separate....

November 17, 2023 · Mario Jason Braganza

Quick Fix: Go Mod File Not Found in Current Directory

As I have begun learning Go (or golang as I needed to use for searching on the web), I’ve been running into some sort of chasm that the Go language seems to have crossed1 that my old textbook obviously could not have foreseen when it was published.2 The book asks me to do a go run . to get my file to compile and run. Go seems to having none of it....

March 15, 2023 · Mario Jason Braganza

Huginn: Vive La Pratique Délibérée Avec Les Flux RSS

I’ve been learning French, on my own at a snail’s pace over the past year or so. All because I want to read Émilie du Châtelet, Dumas, Verne, and Montaigne in their native tongue. Since I cannot do immersion nor give regular practice the time it wants, it’s … slow going But I do, do it. Regularly and deliberately. I’ve built up a vocabulary of about 500-700 words by now and I know if I keep this up, I’ll be able to do read well in time....

March 15, 2023 · Mario Jason Braganza

Huginn: On Becoming a Cal Newport Podcast Packrat

First things first, you should be listening to Cal Newport and reading his books too! His recent episode on books and reading was lovely!1 If I remember right, he started doing the podcast, a couple of months after the pandemic broke out and the world shut down. And it felt very much at the time, like one of those friendly voices across the waves in some post apocalyptic movie. It felt warm, personal and gave me something to do in those dark days....

March 14, 2023 · Mario Jason Braganza

Huginn: the Rube Goldbergness of Updating Hugo

Click the pic to embiggen. Rube Goldberg illustration via James Vaughan Ended up too sick to even tinker, since I last wrote. Well enough now, to scratch out some prose to get my brains in gear. Let’s start with Huginn adventure #1. Buckle up! Background I found Huginn, and am using it as my man friday.1 The “Problem” I run Hugo on two three machines. I’m tired of updating to the latest release manually....

March 13, 2023 · Mario Jason Braganza

Huginn

Let’s get the, “What the heck is Huginn?” out of the way. If you’ve heard of Zapier or IFTTT, that’s what this is. Only better. You host it. You control it. You program it. And everything’s in your control. If you’ve used Yahoo Pipes, then I tip my hat to you my dear friend and tell the rest of you folk, that I believe all of these new fangled pieces of zaps and agents are the spiritual successor to that pioneering web app....

March 2, 2023 · Mario Jason Braganza

Why I Use an Online VM

I am fortunate enough, to run most of my life between my local computer and another VM in a cloud. In this day and age of cloud native and serverless, why would anyone choose to run their life off a virtual server aka VM? This post is me, thinking this through. I’ll return to this every now and then, and see if things have changed enough out there, for me to evaluate and make a change....

March 1, 2023 · Mario Jason Braganza

What I Learned Today (14th of February, 2023)

Happy Valentine’s all you lovely people! :) Hugo Upgraded to the latest Papermod theme on the website Devops Installed Fedora in a VM on my machine in order to do Devopsy work Python Learnt about the object() function. If I want an native something to use later, I can always cast to an basic object (x = object()) and use it. Best to use it, when using None would cause ambiguities....

February 14, 2023 · Mario Jason Braganza

What I Learned Today (11th of February, 2023)

Rest day! Not doing much! Emacs It works! Yesterday’s little hack, to clock in and out when I change state works well! It doesn’t seem to have broken anything. Also I added a WORKING state, and tagged my function to that. The clock in and out happen when I switch in an out of the WORKING state. Because I want my parent task to show IN_PROGRESS and the current subtask to be what I am working on....

February 11, 2023 · Mario Jason Braganza