

Why do you think advertising companies like Google and Meta are dumping so much money into AI? It isn’t to make a better product for the user.
Why do you think advertising companies like Google and Meta are dumping so much money into AI? It isn’t to make a better product for the user.
You know what would be more useful than this AI and wouldn’t cost billions of dollars? If Facebook made a simple recipe that didn’t have all that fluff. Instead of having AI try to come up with it in the fly, you could just have premade recipes. Wouldn’t that be grand. Oh wait, that wouldn’t give the opportunity for the AI to recommend a specific brand of soy sauce or that you buy your spices from Doordash with a 10% discount coupon!
Glad to see it being picked back up. I tried it previously and I really didn’t like it. It felt half baked. The new version looks like a substantial improvement. Now if only every streaming app didn’t lock their services behind DRM and mobile apps.
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.