Tagged: Free and Open Source
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...
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...
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...