

And the search Dog and Wizard. I suppose those don’t count much, but they are worth remembering.


And the search Dog and Wizard. I suppose those don’t count much, but they are worth remembering.


Theoretically what they were offering can be useful. It both heats and cools, so you can leave the house temperature higher or lower to save on energy costs while staying comfy in bed. It has tilting feature which can be nice for reading or watching TV. Also, you’d hope that it would be a comfy bed in general for that price.
Of course this event shows the makers are fools and the concept of a subscription being needed, for an already overpriced bed, to do what a knob could do, is insane.
I’m really glad to see quadlets taking off. I’ve been playing with them myself and really happy with the results. They pair well with ansible. Letting you write your quadlet files in a way that makes them highly portable.
I spent some time last week learning both Ansible and Podman Quadlets. They are a powerful duo, especially for self hosting.
Ansible is a desired state system for Linux. Letting you define a list of servers and what their configuration should be, like “have podman installed” and “have this file at this location with this content”.
Podman quadlets is a system for defining podman containers as a service. You define the container, volumes, and networks all in essentially Systemd unit files.
Mixing the two together, I can have my entire podman setup in a format that can be pushed to any server in seconds.
And of course everything is text files that git well.
I don’t know if this is the case, but I’ve found that often Windows commands see the space as optional. It’s weird, but generally works.