Skip to content
daniel@cosenza:~/blog

Fix

You have a specific problem. Here's how to diagnose and resolve it.

Haiku OSFix May 13, 2026 3 min read

Fixing Tracker Crashes and Hangs on Haiku

Haiku's desktop/file-manager shell has stopped responding or crashed. Because Tracker is just another BLooper-based application, restarting it doesn't require rebooting the whole system.

#fix#tracker#haiku
Read more
RetrogamingFix May 5, 2026 3 min read

Fixing Stretched or Wrong Aspect Ratio in Emulators

Characters look too wide, too thin, or the image doesn't fill the screen correctly. This almost always traces to a pixel-aspect-ratio setting, not the emulator core rendering incorrectly.

#fix#aspect-ratio#display
Read more
SRE & DevOpsFix April 25, 2026 3 min read

Fixing a Failed or Stuck Helm Release

A helm upgrade fails partway, or a release gets stuck in 'pending-upgrade' state, blocking every subsequent operation on it. Here's how to actually recover instead of getting stuck retrying the same failing command.

#fix#helm#kubernetes
Read more
SRE & DevOpsFix April 24, 2026 3 min read

Fixing ImagePullBackOff in Kubernetes

A pod can't start because Kubernetes can't pull its container image — the fix depends entirely on which of a handful of specific causes is actually responsible, from a typo to a private registry auth problem.

#fix#kubernetes#containers
Read more
SRE & DevOpsFix April 23, 2026 3 min read

Fixing Pods Stuck in Pending State in Kubernetes

A pod stuck Pending means the scheduler couldn't place it anywhere — here's how to read the actual reason from pod events instead of guessing at resource, taint, or affinity problems.

#fix#kubernetes#scheduling
Read more
FreeDOSFix April 15, 2026 3 min read

Fixing Sound Blaster Configuration Issues on FreeDOS

A DOS game or application reports no sound, or the wrong sound, almost always tracing back to a mismatch between the BLASTER environment variable and the card's actual jumper or Plug-and-Play settings.

#fix#sound-blaster#audio
Read more
FreeDOSFix April 14, 2026 3 min read

Fixing 'Bad Command or File Name' Errors on FreeDOS

This message covers several genuinely different underlying causes — a typo, a missing PATH entry, a missing file extension, or a corrupted COMMAND.COM. Here's how to tell them apart.

#fix#command-line#troubleshooting
Read more