Tagged: Free and Open Source
Every application I love has some kind of power-user mode where I can add my own code or scripting to make it useful to me. Simple examples are Firefox with its addons or VLC with its plugins. Ideally, any significant or valuable application should have such a feature. But as a developer or...
I have been teaching a course at APU that includes Bash scripting. I have a love-hate relationship with Bash. It’s a weird combination of a programming language and an iterative CLI. It’s confusing, easy to make mistakes, and hard to debug, but on the other hand, it’s available on almost all systems. It...
I have a bunch of screen-casts that I want to release. I have not found a good PeerTube instance to host my videos. I am happy to pay a monthly fee, and I hope one day there will be a platform that provides this. For now, I will add them to my site,...
I came across PICO-8 sometime in 2018. The programmer and short-time gamer in me couldn’t control myself and had to buy it. I have not made any games with it, but I have enjoyed dabbling with it once in a while. The game, thankfully, is still owned by the same folks and continues...
Table of Contents1 Introduction2 Client Code3 Setup and Run4 Usage I wanted a distributed system where the client submitting the job has the code and logic, but the workers don’t. They just execute the workload they get. I had used Dask in the LocalCluster mode, where everything runs on the same computer but...
It’s been a good week. I have made good progress in general. I continued with my workouts as planned and played Pickleball on Wednesday. We played five games in 90 minutes. We’re all getting better and have started enjoying the game more now. Work has been hectic to say the least. I have...