Brian Genisio
briangenisio.bsky.social
Brian Genisio
@briangenisio.bsky.social
Director of Content and Content Platform for learn.codesignal.com
Ghost Busters, Star Wars, Print Shop, Carmen Sandiego, Summer Games, some sort of car demolition game, prince of Persia, Maniac Mansion, Winter Games, World Games, Curse of the Azure Bonds
March 8, 2025 at 5:32 PM
I _also_ needed to read the assembly to find it. Gross.
November 19, 2024 at 2:59 AM
Early in my career, I was working on an embedded system that ran vxWorks. The network driver was custom-built for this piece of hardware. During boot-up, it would crash (seemingly) 1% of the time. After weeks of searching, I found it! It was `if x <= 128` and should have been `if x < 128`
November 19, 2024 at 2:58 AM