• 0 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: November 13th, 2023

help-circle
  • I agree and disagree.

    The premise is solid: unify config so it’s standardized and machine parse-able for better integrations like an easier-to-build UI/UX. It could even have ramifications for cloud-init and older IaC tech like Puppet.

    The problem is Linux itself. Or rather, the subsystems that are cobbled together to make Linux a viable OS. You’re not going to get all the different projects to pivot to a common config scheme, so this YAML standard would need a backend to convert to/from whatever each little deamon and driver requires. This creates a few secondary problems like community backlash (see systemd), and having multiple places where config data must be actively synchronized.

    I think the current crop of GUI config systems are aleady well down the most pragmatic path: each config panel touches one or more standard config files, wherever they are, and however they are structured. It’s not pretty under the hood, and it’s complicated, but it works. These tools just need a lot more polish on the frontend.








  • Following the path of other regimes around the world, the USA builds their own “great firewall”, segmenting most people here away from the global internet. At around the same time, personal VPNs become explicitly illegal. We might also see the government seize control of at least one certificate registrar, if they don’t fire up their own, thereby “owning” TLS online.

    On the upside, there’s a chance we will see more grass-roots efforts to reboot a lot of institutions that were co-opted by the rich. You’re just never going to hear about that through conventional channels. For instance: local newspapers with real journalism behind them. Or more small businesses with the intent to last, rather than sell. It’s possible that more of those things will be co-ops, union shops, or even Mondragon inspired. Either way, there’s a path forward for more community, real communication, and eventual prosperity, provided folks keep their heads and take things offline where necessary.








  • How? Asynchronous communication is better for a lot of people. And now that we have really good choices for that, it’s hard to ignore.

    A phone call demands that you drop everything in that moment and pay close attention to the person on the other end. If they ramble, deviate, breathe heavily, have a lot of background noise, etc, you’re stuck with that experience for the duration. Also, recording without consent is illegal in a lot of places, so you have to be able to write things down in order to refer back to the conversation if it contains any important information.

    In contrast, everything else is self-documenting, can be read through multiple times, and can be handled when there is time to focus on that task. As a bonus: most people can read and understand text faster than they can listen. So it’s just more efficient.