World of Tomorrow Source: World of Tomorrow 2015, Don Hertzfeldt In the 2015 animated short film World of Tomorrow by Don Hertzfeldt, a young girl called Emily (prime) is visited by a clone of herself from 227 years in the future. The world is endin...
This is a companion piece to “How I cloned my past self using AI”. You can start with that then read this one though that’s not mandatory. You can find the code for all of this in this Github repository. Data sourcing The first problem when building...
Create an E2E encrypted backup on Whatsapp Settings on your phone. It will prompt you to setup E2E encryption either with a custom password or an autogenerated 64 bit string. Choose the 64 bit option and save this string! Create a Python virtualenv ...
Websockets are great for when you want bidirectional communication between the client and the server over an extended session. The de facto approach to building websockets with Elixir Phoenix involves using Channels. This pattern is great and it come...
In 2023, I was working at a company where we were running our Elixir backend on Gigalixir. Gigalixir is a PaaS similar to Heroku that at the time we were using provided its managed database service for Postgres via GCP (Google Cloud Platform). I foun...
I was on a project using CloudFormation templates to manage resources and it became more desirable to migrate the resources to CDK since the project was growing. I haven't seen a lot of docs on this out there so I'm sharing this. From a high level, i...
For the past year, I’ve been the facilitator for the Workshop Wednesdays initiative at the Developerish Community. We’ve had close to a dozen software-development-related workshops online and I have learnt a lot, having both presented and facilitat...
I used to work often on remote machines. Whenever I needed to do something in a different window while still maintaining the state of the currently open one — say, running a long terminal blocking task and editing a file simultaneously — I would o...