• 0 Posts
  • 46 Comments
Joined 11 months ago
cake
Cake day: January 12th, 2024

help-circle


  • I’m very tired and had a long day so I’ll keep it short:

    A lot of people (myself included) have difficulty listening to authorities. But if i can see the deeper meaning and benefit of a rule, it’s easy for me to keep to it. That is what i mean by putting “meaning(ful rules) into the world”.

    On the other hand, if somebody gives out commands without explaining the reasoning behind them, i will often complain, revolt or otherwise try to undermine the authority. That is what i mean by “violence leads to counterviolence”.

    I hope that was clear enough.



  • gandalf_der_12te@discuss.tchncs.detoMemes@lemmy.mlSpot the difference
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    4 days ago

    Unchain yourself from the criticisms of figures your country has implanted in you over your lifetime, and think in terms of ideas.

    Realistically, that’s not gonna happen for most people. Hear me out:

    In 1500s when the printing press was invented, Martin Luther (not to be confused with Martin Luther King) saw the opportunity to print “bibles for everyone” to transform everybody into a priest - an enlightened being that always (or at least mostly) does the good/right thing.

    We know from history that that didn’t succeed. Not everybody turned into a priest, not even close. Instead, he caused Evangelism, and is partially causal for the Thirty Years’ War.

    Realistically, people thinking in terms of ideas is an inclination you’re born with (or so I believe). There’s just a lot of people who are not gonna do that. Especially if people see themselves at a (economic) disadvantage because of it. Most people just wanna live through ordinary life.


    BTW, I guess something similar happened with the internet. When the internet was first invented, people guessed that it would lead to the total education of all human beings. Instead, it has caused smartphones, “social” media (which is more antisocial media tbh), and a lot of spreading dumb narratives. So i’m not sure it really “enlightened” the people.


  • I think working is bad for human health. I don’t get when people cheer about “creating workplaces”; that’s the worst that could happen. I think that humans will be kept as workforce for the economy as long as it is needed. So, economic growth leads to new workplaces and that’s a bad thing. I don’t get how people cherish growth.

    Apart from that, there’s nothing that can be done to stop growth because growth is actually a very powerful spirit that is more powerful than human intervention, so it’s not like a society “chooses to grow” - that’s just an unavoidable necessity in my eyes.

    Also, most human workers will (!) be replaced by AI in the next 15 years or so, and that’s a good thing. We need to de-normalize working for your basic human right to life, and establish Universal Basic Income - which will only be successful if enough people see that there’s not so much work to be done anymore and that creating actual social welfare programs is unavoidable. I’m mostly just waiting for this development myself because I do bad (and I mean, really bad) in the workforce of today.










  • Honestly, having a declarative package manager is pretty important.

    Consider the following: We’ve had the transition from Sys V Init to Systemd recently. But what does it actually mean?

    It means, that instead of running a command to start a service, you now flip a switch in a clear, standardized way. The advantage is that you can get a table-like overview over all the services that are currently running. You get an overview, in other words. That is worth a lot because it brings structure and clarity into your system.

    Now, with package management it’s the same way. Instead of running a command to install a package, we should instead give a list of all the packages that we want to have installed, and the package manager should take care of making sure that they are installed. That would improve clarity, because you get a list of all the packages that are installed. It might also increase efficiency if you’re installing many packages, because large parts of the work can be done in parallel. And importantly, you get reproducibility. Imagine you just have a file where it names all the packages that should be installed. You can just take that list and copy it to another machine. Now you’ve cloned your package installations. I guess things like Docker, with their docker files, are kinda already going in that direction. But it would be nice to have support for it in the mainline operating systems.



  • The problem is that they’re not really made for this task, both in hardware and available software. They typically specialize in routing and switching, but have insufficient internal hardware (memory especially) to run a full-blown OS.

    So whatever you install on these devices, will probably not give you all the features that you would like to have. (For example, a full linux command line with all the typical programs installed.) Also, it doesn’t allow you to use HDMI to connect to a monitor, so there’s that. But basic linux things can be done on it, if you figure out how to get to the command line. But it’s very limited.