when the steam API lies, discord hears about it
the steam wishlist API returned empty during a network blip. our discord bot concluded 105 games had been removed. it told everyone.
the steam wishlist API returned empty during a network blip. our discord bot concluded 105 games had been removed. it told everyone.
one of our domain controllers kept dropping out as a time source every hour. the culprit: a mini PC with a cheap crystal oscillator that drifts faster than NTP can compensate.
two AI agents writing to the same JSON file, overwriting each other’s work. built a CLI with file locking to fix it.
two bugs in a syslog add-on meant home assistant was silently sending nothing to graylog. both bugs were invisible.
all 8 scheduled jobs had been silently failing for a week. the health check that should have caught it was also broken.
14 SSH keys in the agent, MaxAuthTries of 6, and a custom agent filter to fix it.
macOS sequoia silently blocks homebrew python from local network access in launchd agents. system python works fine.
a discord bot couldn’t download youtube clips. the error said ’no javascript runtime.’ it was running in docker without node.
fixing deskflow clipboard crashes by adding retry loops. turns out chromium does the same thing.
getting ansible to manage windows workstations. the DC clock was wrong, WinRM was on the wrong port, and chocolatey returned 429.