We need to talk (more) about AI
Mass Unemployment? Utopia? Who knows? Don’t worry. I’m sure we’ll all be fine
Search for a command to run...
Mass Unemployment? Utopia? Who knows? Don’t worry. I’m sure we’ll all be fine
Last week I received some… colorful… spam through rally4israel.com, a project I started in April 2024 (and perhaps the subject for another post). My first instinct was to ignore the message, but over the next 24 hours a response started to form in th...
A poem I wrote years ago, slightly edited
This is a followup to my previous post: The Tale of the Flickering Monitors. To recap, my monitors were blinking in strange and disruptive ways. The culprit turned out to be my treadmill, and spraying some water on it made the flickering stop. If tha...
A story of frustration, persistence, and spray bottles
Notes for future me (👋) on a bug I hit starting up my dual-boot laptop
A colleague of mine recently posted the following on a Teams channel which we’ve appropriately named “Something cool I learned today!”: "a" in "abc" is True will evaluate to False (!) This is because the [Python] interpreter reads this as "a" in ("a...
This is another post based on Dr. Fred Baptiste’ Python 3: Deep Dive series. For more, head over to Udemy. What happens behind the scenes in a python import statement? Glad I asked. Here’s how it works: Check sys.modules: Python first checks sys.mod...
This is a talk I gave back in February 2023 at Centers Healthcare explaining how python decorators work and how to write one. Enjoy! https://www.youtube.com/watch?v=Rm_t21RUHqM