• 5 Posts
  • 261 Comments
Joined 5 years ago
cake
Cake day: May 31st, 2020

help-circle
  • Ephera@lemmy.mlOPtoLinux@lemmy.mlUnderappreciated `top`
    link
    fedilink
    English
    arrow-up
    7
    ·
    3 hours ago

    Yeah, I especially don’t understand it here, because it’s a graphical tool. You don’t have to keep backwards compatibility.

    Even if you’re worried about people depending on the format that’s being piped, you could keep only the piped format stable. We have the technology.


  • Ephera@lemmy.mlOPtoLinux@lemmy.mlUnderappreciated `top`
    link
    fedilink
    English
    arrow-up
    6
    ·
    8 hours ago

    Yeah, I would often just grab htop because I had no idea how to read the CPU usage out of top.
    For example, for me it says:

    %Cpu(s):  0,4 us,  0,4 sy,  0,0 ni, 98,8 id,  0,0 wa,  0,3 hi,  0,0 si,  0,0 st
    

    Now that I look at it, I can guess that us and sy are supposed to be user and system time. And I guess id is supposed to be idle.
    I have no guess what the other numbers might be, though. And well, I would often like to see the CPU usage per core.
    Now I know that I can just press 1t and get effectively the same view as in htop.

    I might learn top’s filtering workflow, too. But so far, I always killed processes with ps -ef | grep <process-name> and then kill <pid>, which isn’t particularly more cumbersome, so will see…







  • I can’t really sell this as a solution, as it requires quite a lot more involvement than a simple configuration file should, but I use Nix Home Manager with Plasma Manager for this.

    This is part of the tooling you’d use on NixOS, but you can use it on other distros, too, and it generally works fine (although I’m not sure, if the current version of Plasma Manager still supports Plasma 5, in case you’re still on a distro with that).

    Basically, it allows you to define e.g. keyboard shortcuts like this:

        shortcuts = {
          ksmserver = {
            "Lock Session" = [
              "Screensaver"
              "Meta+Ctrl+Alt+L"
            ];
          };
    
          kwin = {
            "Expose" = "Meta+,";
            "Switch Window Down" = "Meta+J";
            "Switch Window Left" = "Meta+H";
            "Switch Window Right" = "Meta+L";
            "Switch Window Up" = "Meta+K";
          };
        };
    

    It then fucks up the formatting, so that it looks like KDE expects, and throws it into ~/.config/kglobalshortcutsrc.
    (KDE does actually have a text-based config, it’s just borderline unusable.)

    Well, and you can do this with lots of other Plasma options, too. Here’s their official example: https://github.com/nix-community/plasma-manager/blob/trunk/examples/home.nix


  • die [rechtspopulistische] PVV das Bündnis nach knapp einem Jahr an einem Streit über eine noch rigidere Asylpolitik scheitern ließ. […]

    Hinzu kommt, dass nach zwei verschenkten Jahren, geprägt von internen Querelen in der Regierung und deren obsessivem Fokus auf die vermeintlich strengste Zuwanderungspolitik Europas, das Land tief gespalten und das Vertrauen in die Politik zugleich angeschlagen ist. […]

    Auch keine andere etablierte Partei will sich nach den jüngsten Erfahrungen auf eine Koalition mit der PVV einlassen.

    Kann man nur hoffen, dass die für so eine Grütze auch tatsächlich abgestraft werden. Da hast du eine Regierungsbeteiligung und könntest Probleme angehen. Stattdessen stänkerst du nur rum, dass es unbedingt deine menschenrechtswidrige “”“Lösung”“” sein muss, sonst spielst du nicht mit.


  • Ich finde auch abstrus, was für eine verkorkste Einstellung die Leute zum Schreiben haben.

    Gute Autoren sagen einem, dass Texte schreiben eines der besten Werkzeuge ist, um sich über ein Thema tiefgreifende Gedanken zu machen. Und gute Pädagogen sagen einem, dass Texte schreiben eines der besten Werkzeuge ist, um Erlerntes zu überprüfen und zu festigen.

    Aber kaum gibt es eine Möglichkeit, den Schreibprozess zu überspringen, könnte man meinen, die Leute hätten ihr ganzes Leben nur Strafarbeiten geschrieben und nie irgendeinen Nutzen daraus gezogen.







  • Ephera@lemmy.mlOPtoOpen Source@lemmy.mlWhat's up with FUTO?
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 days ago

    From a communication viewpoint, that is fair, but to my knowledge (from being a professional software developer), effectively any license that is not ‘open-source’ or ‘free’ is by definition proprietary.

    Because those two terms describe licensing standards (the only established ones that I know of). Whereas I believe, “proprietary license” uses this meaning of proprietary:

    Nonstandard and controlled by one particular organization.

    So, they wrote that license themselves is the point. What it says in there is secondary in meaning.

    This is so highly relevant because in legal disputes, there is certain license compatibilities which are known to be possible.
    You can take a library licensed under the MIT license and use it in a project that uses the Apache-2.0 license and you’re perfectly fine. This is the foundation of why the open-source ecosystem exists at all.

    But you cannot take the source code from FUTO and use it in a differently licensed project, because no legal precedents exist to support this. (I believe, the FUTO license also actively prohibits this in some way, but that’s beside the point.)
    This has massive implications. Like, yeah, you can look at the code, but it is useless. If FUTO closes shop or enshittifies, you cannot fork their projects.
    And because you cannot legally re-use their source code in other projects, likely no one looks at it in depth either.


  • Ja, ich hoffe, dass es diesmal anders läuft, weil im Moment ja wirkliche politische Schwierigkeiten mit den USA bestehen. Es könnte jederzeit passieren, dass der Trumpete doch nochmal einfällt, dass sie gerne mehr Zölle hätte, oder eben anderweitige politische Forderungen stellt, bei denen wir nicht nein sagen können, weil wir so abhängig von US-Unternehmen sind.

    Also im Moment ist in Schleswig-Holstein sogar eine schwarz-grüne Regierung unterwegs. An der grünen Regierungsbeteiligung erkennt man vielleicht schon, dass es nicht der Rechtsaußen-Flügel der CDU ist, aber eben trotzdem noch eine konservative Partei. Da würde ich nicht erwarten, dass die sowas in Angriff nehmen oder zumindest mittragen, wenn sie nicht akut Konsequenzen sehen würden.