• 48 Posts
  • 1.24K Comments
Joined 3 years ago
cake
Cake day: April 1st, 2022

help-circle

  • Here are three variants of Linux Mint with different Desktop Environments: (click their example image to make it larger)

    All of those are Linux Mint, they use pretty much the same core tools under the hood, but the desktop environments change how you engage with them. Mostly the way things look, the way you organize programs on your screen, and the default apps (like which text editor it comes with by default). This can change your experience a lot, I think Cinnamon looks nice and is smooth, while MATE and XFCE are more lightweight and might be better for older computers or if you don’t like something about Cinnamon.

    Now, those are all somewhat similar, they have a program start menu in the bottom left, a taskbar on the bottom, the basics are familiar. There are some (not officially supported by Mint) which are more different, like GNOME (Ubuntu’s desktop default) which has a different app launcher instead of a start menu and a different way of switching between programs. Then, as others mentioned, some people choose to not even install a pre-designed Desktop Environment and only install some of the more core components of a DE, like the Window Manager. People who really love the keyboard might use a tiling window manager, these tend to make you think “wow, this person’s a hacker”, where they’ll rapidly switch between programs using keyboard controls, with the window manager automatically shifting and dividing new windows so that they tile together to fill the screen. Loosely speaking, the opposite of a tiling window manager is a floating window manager, where windows just float and you move them around with your mouse, just like Windows (well, apart from the tiling options in more recent Windows versions when you can drag a window into the corner and it tiles to fill the screen.) I think the “best of both worlds” midpoint is a dynamic WM? I’m not sure. hyprland is an example of that.




  • Not who you asked, jumping in until they reply: Windows and most GNU/Linux distros are much further apart than most GNU/Linux distros are to each other. Unless you’re doing a lot of manual meddling or using hacky tools, the biggest change between Mint (Ubuntu/Debian-based) and a Fedora-based distro, in my experience, was that apt is replaced by dnf, so if you install apps from the command line instead of a prettier software manager (I did lots of programming so this was normal for me) then the names of programs and libraries were a bit different. I’d also make a list of things you’ve installed (VPN software, chat apps, etc.) and look them up in the Fedora packages site or their own website and make sure they’re all available. I would assume they would be, Fedora is popular enough.

    The desktop environment (Cinnamon vs. KDE) will be an initial change, but they’re both familiar enough with a program menu, task bar, like how Mint lets you carry over some of that same basic surface-level intuition that Windows taught.







  • Yeah, props to the Nanoleaf team for helping the author out. Win-win. The author says at the end that they intend on sharing it around more once it has more polish, so I hope they upstream it properly and demonstrate to Nanoleaf that helping out volunteers helps their product reach more customers. (I know it’s iffy to suggest it’s ok to neglect Linux and let us sort it out ourselves, but if we get open-source drivers in the process with the help of the company, I think that’s a net win)



  • A good thing about tech is that if you have a spare device (even a cheap single-board computer like a Raspberry Pi or similar cheaper one, or a partly-broken laptop) or a working virtual machine, you can break things. That’s a core characteristic of the old-school hacker mindset, to try stuff and break stuff until you understand stuff. Usually, the worst case, you just reinstall the operating system and have a fresh clean environment (or, better yet, you restore a backup you made! Learning how to fail gracefully is a great skill)

    I bricked a certain wacky laptop setup twice and had to start over (luckily with backups) just trying to get a custom startup loading screen. But once I realized why it was breaking and how to avoid it, I had a cooler looking computer!




  • comfy@lemmy.mltoTechnology@lemmy.mlPNG is back!
    link
    fedilink
    arrow-up
    11
    ·
    edit-2
    3 days ago

    Now the noob is using wepb for a bunch of rasterised vector graphics with 4 or 5 flat colors, and he’s wasting more disk space than before.

    I just tested with this image:

    Default GIMP WebP export settings (90% quality): 88.8 kB

    Lossless WebP mode: 85.6 kB

    Default GIMP PNG export settings (compression level 9): 189.8 kB

    So I don’t trust this claim unless you have some evidence.




  • comfy@lemmy.mltoTechnology@lemmy.mlPNG is back!
    link
    fedilink
    arrow-up
    8
    ·
    3 days ago

    In fact, it should still be the default unless you need something it doesn’t support or really need to reduce file size.

    I disagree. It is wasteful (we’re talking ~30% savings with lossless WebP or JPEG-XL) and widely misused, which matters at the massive scale of the Internet with technically inexperienced people making up plenty of those images.