A software developer and Linux nerd, living in Germany. I’m usually a chill dude but my online persona doesn’t always reflect my true personality. Take what I say with a grain of salt, I usually try to be nice and give good advice, though.

I’m into Free Software, selfhosting, microcontrollers and electronics, freedom, privacy and the usual stuff. And a few select other random things as well.

  • 1 Post
  • 482 Comments
Joined 5 years ago
cake
Cake day: August 21st, 2021

help-circle
  • hendrik@palaver.p3x.detoLinux@lemmy.mlX11 vs Wayland
    link
    fedilink
    English
    arrow-up
    29
    ·
    7 hours ago

    As some general advice: If you don’t know the specifics, just go with your Linux distribution’s defaults. They probably have this figured out for you. Wayland is the more modern approach. We had a long transitioning period and some things didn’t work for a while or were missing. I’d say it’s ready by now. And if your distro maintainers also think it’s time to supersede the old X server, it probably is.


  • hendrik@palaver.p3x.detoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    5 days ago

    Bummer. Yeah I had issues with browser video playback myself. And both Firefox and Chromium-based browsers have so many hidden options, intransparent GPU blocklists… And then people do silly stuff and install third-party browsers which don’t come from the package repositories, so they haven’t been tuned for the specific distribution. And that adds yet another layer of complexity… Luckily it just works out of the box on my current laptop, and in the future I’m not going to install any Nvidia drivers on my machine, either. That has been just too many tweaks for my taste. Though I heard it got a bit better with them. Sorry to hear you can’t make it work. I don’t think watching YouTube should be as hard as it is for some people. (BTW, using Firefox has additional advantages, like a working ad blocker available as an addon, so I for example don’t have to watch any of the multiple 30s pre-roll ads on YouTube. On the downside, Firefox always sucked with graphics acceleration and it still does. Should be fine on Windows, though.)






  • hendrik@palaver.p3x.detoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    8 days ago

    Yes, you can. Maybe look up Flatpak and AppImage files, that’s the a bit more clever way to do it. Mind, though, we all, including Windows people try to teach people to avoid installing and running random executables from the internet. As that might mess up the system. And in the Windows world you might catch some viruses. You can do it, though. You can even run random Windows software via Wine/Proton. Or to make it a bit easier, use Lutris or Bottles for Windows .EXEs and downloaded games.

    Usually, try to leverage all the tens of thousands of programs packaged with your Linux distribution. Your Linux will come with all the major browsers, printer drivers and all the popular software. If you install that, it’s pretty much guaranteed to work because it’s tested and tied into the system. You’ll get automatic updates. They’ll have a look at security (and sometimes privacy). You’ll forfeit all of that if you run random stuff downloaded from the internet. So keep it to a minimum and do it just in case there’s no better way.

    And speaking from own experience, I often had a hard time with things like the tools downloaded from some printer manufacturer’s website. Usually the stuff Linux comes with, works way better. So try that first.






  • Uh yeah. That is more information… Sorry, I’m not that familiar with Snaps. It looks to my untrained eye a bit like the report on the Snap itself, maybe it advertises to support running in strict confinement. Which it could… but doesn’t do. (Alike the other channels, which you could install, but didn’t… It’s kind of buried with that kind of information.)

    It’s confusing at least. And the user definitely wouldn’t expect it from that wording. So I’d view it as a separate bug as well. And dropping confinement without notice would be the third thing, I’d consider a bug.)








  • I dislike it. Usually I’d use packages from my Linux distribution. Or package it myself and maybe upstream the effort if my distro has a user repository. Now (this way) it’s down to everybody download random files from the internet and execute them. Specifically what every Linux tutorial instructs you not to do. Plus there’s no updates, no security, no version control or transparency. It’s not licensed in any free way, so I can’t fix it or adapt it to my liking, I can’t help you write better Python code…

    But it’s your software project. You’re perfectly fine to do whatever you want with it. And it’s certainly commendable to write software, whether you do it for yourself, or put it out there in some way.