🏷️

software-hacks

3 articles tagged with "software-hacks"

Tech Feeds

other

Turning a GDB Coredump Debug Session Into a Murder Mystery

Debugging an application crash can oftentimes feel like you’re an intrepid detective in a grimy noir detective story, tasked with figuring out the sordid details behind an ugly crime. Slogging …read m...

ai-assisted-coding

Nic Barker Explains ASCII, Unicode, and UTF-8

Over on YouTube [Nic Barker] gives us: UTF-8, Explained Simply. If you’re gonna be a hacker eventually you’re gonna have to write software to process and generate text data. And …read more

dev-tooling-dx

Block Devices in User Space

Your new project really could use a block device for Linux. File systems are easy to do with FUSE, but that’s sometimes too high-level. But a block driver can be …read more