If you're using Linux (especially with Gnome), I can highly recommend Pods[1] as a desktop client for Podman. It's much less cluttered than Podman Desktop, but still supports most of its features.
While fwupd does have a windows client, the obvious mechanism to use would be windows update, but anything is better than custom software for each vendor.
distinguishing `Some(null)` and `None` is often considered a feature of Optional ;)
to use a tired example: when getting a value out of a map via some `myMap.get(key)`, you may want to distinguish
"not present" = `None`
and
"present, with value null" = `Some(null)`
the right solution is to just not have nulls in the first place, then there's no problem ;)
Hoping to see cleaner ways to integrate across data sources, but developing that contract is going to take some time I think. In the meantime, should be able to get this supported with prometheus data source in a Grafana managed alert: https://github.com/grafana/grafana/pull/44865
x Nanometer or y Ångström isn't based on physical size anymore and is just a marketing term.
From the article:
>A lot of the industry, for whatever reason, hasn’t learned that these numbers aren’t actually a physical measurement. They used to be, but when we moved from 2D planar transistors to 3D FinFET transistors, the numbers became nothing more than a marketing tool.
[1] https://github.com/marhkb/pods#readme