Skip to content
daniel@cosenza:~/blog

Fix

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

Haiku OSFix July 11, 2026 3 min read

Fixing WebPositive Rendering Problems on Haiku

Pages look broken, layouts collapse, or certain sites refuse to render properly in Haiku's native WebPositive browser. Here's how to isolate whether it's a page compatibility issue or a local configuration problem.

#fix#webpositive#browser
Read more
SRE & DevOpsFix July 7, 2026 3 min read

Fixing OOMKilled Containers with Correct Resource Limits

A container gets killed repeatedly with reason OOMKilled, even though the application 'shouldn't' need that much memory. Here's how to find its actual peak usage and set limits that reflect reality instead of guesses.

#fix#kubernetes#memory
Read more
FreeDOSFix July 7, 2026 3 min read

Fixing Incorrect Date and Time on FreeDOS

FreeDOS boots with the wrong date or time every session, or DATE/TIME commands don't stick. Here's how to distinguish a dying CMOS battery from a software configuration issue.

#fix#rtc#date-time
Read more
LinuxFix July 7, 2026 2 min read

Fixing 'start-limit-hit' Errors in systemd

A service refuses to start at all, and systemctl reports start-limit-hit — this is systemd's own crash-loop protection, and it requires clearing the rate limit as a distinct step after fixing the real cause.

#fix#systemd#services
Read more
WindowsFix July 7, 2026 2 min read

Fixing a Windows Update Stuck Downloading

The progress bar hasn't moved in hours and Windows Update reports it's still downloading. Distinct from an update stuck installing — here's how to reset the download-side components specifically.

#fix#windows-update#troubleshooting
Read more
SRE & DevOpsFix July 6, 2026 2 min read

Fixing a Kubernetes Node Stuck NotReady

kubectl get nodes shows a node stuck in NotReady state, and pods are being evicted from it. Here's how to check kubelet, container runtime, and network plugin health in the right order.

#fix#kubernetes#nodes
Read more