This is likely a reference to the Patriot missile rounding issue that arguably led to 28 deaths. https://www-users.cse.umn.edu/~arnold/disasters/Patriot-dhar... https://www.gao.gov/assets/imtec-92-26.pdf
I wrote a little toggle script for the Gnome apps: #!/bin/bash color_scheme=$(gsettings get org.gnome.desktop.interface color-scheme) case $color_scheme in *default* ) new_color_scheme="'prefer-dark'";; * )…
This is likely a reference to the Patriot missile rounding issue that arguably led to 28 deaths. https://www-users.cse.umn.edu/~arnold/disasters/Patriot-dhar... https://www.gao.gov/assets/imtec-92-26.pdf
I wrote a little toggle script for the Gnome apps: #!/bin/bash color_scheme=$(gsettings get org.gnome.desktop.interface color-scheme) case $color_scheme in *default* ) new_color_scheme="'prefer-dark'";; * )…