Notes from the event horizon
A practical, experimental, and occasionally chaotic mix of engineering notes.
Scroll to postsInstall TensorFlow and PyTorch Together in a Single Environment
I have been recently dealing with projects requiring both the popular automatic differentiation frameworks together. Installing both TensorFlow and PyTorch in a single environme...
Get Up and Running with NVIDIA GPUs on Ubuntu
I have been setting up multiple Python machine learning environments based on NVIDIA GeForce GPUs. Starting with a fresh Ubuntu installation, you will need to go through the ins...
Mimic GitHub PR Diff Locally
What?! The goal is to mimic the GitHub pull requests' file diff in your local repository: How? To get a cleaner summary, pipe it to the tail command: and you will get:
Let The Bot Take a Vax Appointment in NYC
What?! I wrote a Python script to check available COVID-19 vaccine appointments at vaccination centers in New York. You can also get notified via email, if you set your credenti...