Blog

Notes from the event horizon

A practical collection of engineering notes, build logs, and deep dives.

Install TensorFlow and PyTorch Together in a Single Environment
Machine Learning · Mar 13, 2026 · 2 min read

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

Shawn Azdam · Software Engineer

Get Up and Running with NVIDIA GPUs on Ubuntu
Machine Learning · Jan 10, 2023 · 2 min read

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

Read post
Mimic GitHub PR Diff Locally
Development · Jan 2, 2022 · 1 min read

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:

Read post
Let The Bot Take a Vax Appointment in NYC
Pythonic · Apr 26, 2021 · 1 min read

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

Read post