How to recover lost Python source code if it's still resident in-memory... (more…)
Read more »
tl;dr: use this script to build a GitHub Repo like this one where you store all the highlights from your kindle books in an organized way. (more…)
Read more »
Prerequisites: Have Python/Anaconda and Selenium installed. See the previous intro to Selenium if you’re not familiar with it. The full code for this post is included at the end. You might fi…
Read more »
Description of the bug NixOS/nixpkgs#210452 OpenSSL 1.1 is flagged as insecure and will be removed for the next stable NixOS release as it's EOL 09/2023. I'm using sublime-text4 as primary editor (... (more…)
Read more »
Dependency is the key problem in software development at all scales. If you have Oracle SQL queries scattered throughout the codebase and you decide to switch to PostgreSQL, then you will find out that your code is dependent on Oracle database and you can... (more…)
Read more »