Resetting a PCI device

The Wi-Fi adapter on my VivoBook 17 has been acting up under Ubuntu 18.04 LTS insofar that at a random point in time, possibly accelerated by power saving features, the Wi-Fi will stop working with suspicious syslog entries: ath10k_pci 0000:03:00.0: failed to wake target for read32 at 0x0003a028: -110 The usual tricks (suspend/resume, reload driver, … Continue reading Resetting a PCI device

Fixing random sound drops with Ubuntu; only sound device is “Dummy Output”

The title says it all; at some point Ubuntu 18.04 stops playing sound and the only available sound device is "Dummy Output". Apart from rebooting (which fixes the issue) this command executed from the terminal fixes the issue: pulseaudio -k && sudo alsa force-reload Contributed by user Kim, source: https://superuser.com/questions/17312/restart-ubuntu-sound-processes-via-command-line

Goodhart’s law

Any observed statistical regularity will tend to collapse once pressure is placed upon it for control purposes. Goodhart's law (source Wikipedia) Or, in other words, once you tell people "improve that KPI or else", that KPI will be abused to the point of becoming useless: the KPI will improve, but the overall quality/speed/cost (pick a … Continue reading Goodhart’s law