• 0 Posts
  • 34 Comments
Joined 10 months ago
cake
Cake day: August 7th, 2024

help-circle


  • Mint is basically Ubuntu with a lot of the questionable decisions fixed (and uses Cinnamon instead of Gnome, so it’s a bit more Windows like).

    It doesn’t have snaps (though they provide instructions to add them if you want), it uses apt for packages and I believe pulls from a mixture of the Ubuntu repos and their own. It also has Flatpak out of the box and the software center does both, and clearly marks which you’re going to install with an easy drop down to switch if both are available.

    Flatpak has been pretty solid for me overall, though there are occasional gotchas.

    Honestly, I’d recommend going with Mint, pretty much anything that works with Ubuntu will work with it, and it’s better put together in my opinion (and doesn’t try to sell you a pro subscription by implying your system will be insecure if you don’t, which Ubuntu does). I know you’re not looking to switch, but I’ve honestly been very unimpressed with Ubuntu for the last, oh, decade or so



  • The only real permissions systems I’m familiar with are the basic octal permissions in *NIX and NTFS permissions. I know those aren’t really quite the same but they’re the closest I have actual experience with to be able to have an opinion about.

    At one point I also knew a little iptables but that was over fifteen years ago now.

    As said, I really should spend some time with them, I just need the motivation.


  • Laurel Raven@lemmy.ziptoLinux@lemmy.mlWhy do we hate SELinux?
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    2 months ago

    For me it’s not so much hate as just not really having experience with it, so most of the time if it causes an issue I either just find a command that sets the policy correctly, or more likely disable it.

    I should spend some time figuring it out, but it’s just one more seemingly esoteric and arcane system that feels at first like it merely exists to get in my way, like systemd, and I’m left wondering do I really need this headache, and what is it really giving me anyway?






  • Yep.

    I use it as a command shell regularly and the verbosity isn’t an issue at all, between aliases and tab completion.

    Honestly, having used both for years, PowerShell is actually easier in many respects just due to the object pipeline and dotnet, once you get to know them well enough. Being able to just toss output into a variable and mess around with it to understand its structure and contents is huge


  • Funnily enough, I use PowerShell as my daily driver and I rarely ever use the Format verb cmdlets and think they need to stop teaching people to use them as much as they do… They’re only meant to modify how things are displayed, but in doing so, they trash the objects that were on the pipeline and replace them with formatting commands, and cause confusion when people try to do something with what they output

    The worst is using them to select properties, they should not have included that ability at all, that’s what the Select-Object cmdlet is for, which outputs usable objects

    Anyway, sorry for the rant… I just think those overall teach new users bad habits.



  • Laurel Raven@lemmy.ziptoLinux@lemmy.mlPro Linux hacking
    link
    fedilink
    English
    arrow-up
    26
    ·
    5 months ago

    I remember watching the first episode and he brought up a terminal and thinking “here we go” then…“holy shit… Those are real commands”

    That and the explanations I was ready to laugh at for being terrible, then… Wait, no, those actually make sense



  • Webkit is the engine used by Safari (among a few others) and, though I think the project is controlled by Apple, it’s licensed LGPLv2.1 and BSD 2-Clause

    According to the wiki, it’s also used in PlayStation, Kindle, Nintendo devices, and the Tizen mobile OS… Additionally, it’s apparently the rendering engine used by the default browsers provided by both the KDE and Gnome projects

    Honestly, though, I want to see something that’s not part of the Mosaic or KHTML families be made and gain at least some foothold…I hate having the Internet basically controlled by one or two mega corporations.

    I still wish Opera hadn’t abandoned Presto…


  • Honestly, I would be fine with Blink being default if Google would divest it from themselves and make it an independent open source project that they just contribute to instead of control. They have far too much power with that one bit of tech to shape the Internet as we know it, along with a large chunk of computing that happens offline thanks to the growing ubiquity of node.js/Electron

    And they’re actively using that control to restrict what we can even do with our own machines right now