Tagged: Free and Open Source

VLC Playing a 720p (HD) mobile screencast with green padding. 0

One Video Format

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,...

LABYRINTH Game on TIC-80 fantasy cconsole 0

Fantasy Consoles and the Joy of Limits

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...

0

Turning My Laptops into a Dask Distributed Cluster

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...

Miso Udon Noodle Soup with Shiitake Mushrooms 0

Weekly Notes 46/2025

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...

Taj West End - Heritage Wing 0

Weekly Notes 45/2025

We are in November already. Only about seven weeks are left in 2025. It’s been running fast, but at least it seems to be ending on a good note with Zohran Mamdani winning NYC. The Bihar elections have started. I don’t know which way it will go, but it’s good to see large...

0

Send Dramatiq Tasks directly by Pushing JSON to Redis

Dramatiq uses JSON as the messaging format, and the sender or caller of the Job doesn’t need to have access to the Actor or know a lot about it. This has a considerable advantage. Once you set up the workers to execute the Job, all that is needed is to call the Job...