• 0 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
  • I had to use a borrowed iphone for some time and the only thing I really missed about it was Apollo for Reddit. And that’s gone now, so yeah. To change my ringtone, I had to use Bandcamp since there’s no way to run itunes on Linux. There’s no way to install third party games downloaded from places like itch.io. If I want to use my own phone to test mobile game prototypes, it’s simple and cross-platform for Android. I need a damn Mac for iphones. I don’t think Android phones are very good OS-wise or UX-wise either as of late, but at least they’re slightly less locked down. Slightly.


  • sleepyTonia@programming.devtoLinux@lemmy.mlMouse support on Linux
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    28 days ago

    Every fucking suggestion you received can be bought for ~30-50$ right now. If that’s “crazy expensive” to you, maybe you should consider just getting a regular mouse. I’m pretty happy with my 10$ wireless mouse from Amazon. Neither regular or gaming mice will have issues with Linux, as you’d know if you just spent five minutes with any search engine.

    So long as you’re not playing competitively, for which you’ll generally want a computer that’s actually “crazy expensive”, you don’t need a gaming mouse. It’s a luxury item.


  • sleepyTonia@programming.devtoLinux@lemmy.mlMouse support on Linux
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    28 days ago

    You said you’re looking for a new mouse and that Linux support is a concern in the same message. That is going to lead most people to assume you’re at least open to suggestions. For sure sometimes people in nerdy forums will try to ‘correct’ you rather than help you, but come on.

    And the only thing I’d worry about is customization software. Mechanical keyboards are generally well supported on Linux in that regard, but #Gamer #RGB, consumer peripherals will often only target Windows users on the software end of things.


  • sleepyTonia@programming.devtoLinux@lemmy.mlMouse support on Linux
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    edit-2
    28 days ago

    “Disrespect of poor people”
    My dude, you never even posted a budget. Gaming mice are usually around a hundred dollars since they’re meant to be of a higher build quality, as well as equipped with more, better bells and whistles. Your scoffing every time someone mentions a mouse more expensive than an Amazon basics one doesn’t matter if someone is answering your post without having read everything that was said prior.




  • I’m sure EndeavourOS is perfectly fine for the people who work on it and their core user base. That’s not my issue. It’s still happily running on my laptop. I just keep on seeing people say “Don’t use Manjaro, use EndevourOS! It’s much better.” But your average computer user would lose their shit at having to deal with those ^ issues. “You just had to enable it at installation if you wanted printing. You didn’t see the checkbox?! Oh mah gaaa” …Seriously? It’s not a checkbox to turn it back on if you miss it and should be opt-out to begin with. Are you going to tell me CUPs is a significant memory/storage drain and a gaping vulnerability in a residential network? If one’s not familiar with Linux, CUPS, pacman and Systemd it’s a huge headache for most people to get this working.

    I just think that EndeavourOS shouldn’t be presented as a Manjaro alternative for your average person, when it’s an opinionated Arch-based distro with spotty defaults aimed at somewhat experienced Linux users that want nitty-gritty control over their system. (Users which, again, might as well be using vanilla Arch if that’s fun or important to them) And it has some weird update/mirror manager that prevented me from just using pacman to update my system at one point and I had to figure out whatever it was they wanted me to use. Never had this kind of crap happen to me in Manjaro. Nor was printing disabled by default. Nor were network shares hard to get working.


  • And in my case, I kinda don’t like Endeavour OS. I installed it on my laptop to try it out a couple months ago. It looked to me like a convenient no nonsense installer for Arch with some nice defaults, then you stumble on their custom update/mirror manager nonsense. Then you want to use a printer and realize they left CUPS disabled, as if to give you an “excuse” to use systemctl. Then if you want to use Samba, you need to go out of your way to find a default config file. I’ve had to jump through more hoops and dealt with more quirky nonsense than with Manjaro stable on that distro.

    It’s like it doesn’t know who this is meant for. People who want their hand held through a GUI for something basic as updating their system, or people who love writing their own config file for everything.

    Might as well install Arch, really.

    -Other happy Manjaro user






  • I don’t remember anyone mentioning Snap being closed source, but it receives many complaints for interfering with the functioning of common programs, on top of slowing down the execution of programs installed through it and is now being forced on users. I haven’t touched any *buntu distro in years, but it always seemed half-baked from the comments I keep on reading about it.

    Also yes, Flatpak is what I believe you could call a universal package manager. Package it once and it should run on any Linux distro since it takes most things out of the equation, save for the kernel and drivers. And yes, it mostly is used to distribute desktop applications. It’s ideal for safely running random applications or older programs that wouldn’t run through a modern runtime.


  • It’s not some miracle packaging system and while Flatpak-installed programs tend to start just as fast as native ones, I consider it inferior for most cases. Its two big advantages are that Flatpaks have a runtime they specify and depend on. It gets downloaded and installed automatically if missing when you install a Flatpak. So you’re much less likely to run into issues where a program won’t run on your system because of an incompatibility with a missing, or newer version of some library. Each Flatpak also gets installed in its own fake environment and is essentially a sandbox when you run the program. You can use a program named Flatseal to give each Flatpak access to specific directories or functionalities, or restrict it further. But the one big negative is that this runtime uses a lot of disk space. ~800MB per runtime.

    It tends to work really well and I’ve been told that years ago a guy would use this packaging system to bundle pirated windows games with a preconfigured version of wine, which made them run out of the box, with zero tinkering. On top of essentially being sandboxed and unable to access your real home folder, internet, camera or microphone. Just to illustrate its versatility. It also kind of already won the war when Steam Decks started using Flatpak as their main packaging system.


  • Nope, no thank you… I’m not touching anything other than native, AUR or Flatpak packages. AppImage has only been an inelegant and overall inferior alternative in my experience. The Windows experience, with Linux portability issues. “Find an installer online from some website, have it do whatever the hell it wants, polluting my home folder with random crap and hope it’s not a virus” with essentially zero advantages over Flatpak or even Snap.