Cross the veil of reality and walk into strange beautiful worlds where chaos shall coalesce back into order.

  • 1 Post
  • 15 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle
  • One very much agrees, the ideals of socialism are certainly interesting. The current model is a bit of a joke, but it is the world we live in, and we have to shift from the status quo if strive towards other ways of doing things.

    But moreover, if the system isn’t owned by an organized body whose members chosen by the people. Then who owns it? Who operates it? Who makes the calls on what decisions ought to be made? The people can demand change, but someone needs to heed that change and delegate workers to do the change.

    Modern governments (mainly democracies), in THEORY are supposed be a representative of the people. The people vote for politicians that supposedly want the same they do. Law is written, bodies are created and demolished and so the wheels of society spin.

    Problem is that accumulation of wealth opens the door by buying the mouths of democracy. If you have friends in mass media, half the work is already done. Humans are lazy and unlikely to act upon politics unless they are directly threatened (and even then, not that frequently)

    Again, I agree. It’s just hard to picture a different world. Power generally works best when it’s distributed, but how exactly it’s destributed is critically important, as well as the mechanisms that ensure that it its purpose is not so easily perverted.


  • This is actually an interesting proposal. In fact, many utilities went the way of nationalization like water and electricity. Searching the internet, socializing and ensuring a fair market are all also things which could in theory be nationalized given they fulfill a basic need.

    Of course, as they are, they would grant whichever government they were given untold power over the entire internet and our lives. Which seems rather… unbalanced. Moreover, no government should retain that right given the internet transcends borders. No one owns all of it.

    Letting the free market run its course with no breaks clearly didn’t work particularly well either.

    Perhaps a third option? Instead of one government ruling all of it. Perhaps they were to be owned by a supranational body where several governments can propose and discuss changes/regulation and keep balances on each other? UN style? Worthy of discussion.

    If anyone has other ideas I’d love to hear them.

    PS: (Also, when one suggests nationalizations such as this, one does not intend for a nationalized framework to be the ONLY one. Alternatives brought upon by the free market would still certainly compete with any such services.)








  • I’ve already tried Linux several times over the years. My problems were mainly poor program compatibility and RTX card related driver issues for the latest attempt. At the time I couldn’t afford to change since critical work related programs did not run at all properly on Linux. Albeit that has changed in time. Also, because of the AI craze, NVIDIA has finally shipped decent drivers to linux land.

    What prevents me most nowadays is mainly having to setup everything, which I’d rather do once when upgrading the whole system. The Power User moat has been filling over time and the confy guys upstairs are non the wiser.








  • While I’m not experienced enough to explain the full development stack of an OS. Let me throw my two cents.

    It typically goes by writing changes. If its superficial ones, like modern UI in Windows 11, then all they need to do is relaunch explorer/the app etc. Every time they make a change in the code, they then build and try it out.

    If its a more internal change, deep into the OS. Typically written in C or another low level language. Then its easier to test the changes in a virtual machine, you write your code, compile, build. And then load it up in the virtual machine to see if the OS doesn’t crash and burn.

    Later, after it gets past quality control in the company, (but most often these versions sit in beta for a while to catch problems). It then gets put into the Update servers and rolled out in bulk for mass destribution.

    Do note, updates don’t need to include the entire OS. Just packages including the file changes as well as general update busywork.

    PS: If anyone replies, feel free to correct me. Details may be sketchy but this is the short of it.