• 0 Posts
  • 10 Comments
Joined 9 months ago
cake
Cake day: November 20th, 2024

help-circle
  • Obin@feddit.orgtoLinux@lemmy.mlShould I eat it and jump to win11?
    link
    fedilink
    arrow-up
    29
    arrow-down
    6
    ·
    edit-2
    3 days ago

    The problem will likely be the warped perception of “low effort” users like you have, that I went in detail on here

    This is indicated by phrases like these:

    struggle around with all that crap and I need to keep my music shit

    Which translate to me as “I don’t want to learn or change a thing, so tell me how I change the most fundamental part of my computing without doing that”.

    As I wrote in the comment linked above, with an attitude like that you’d have a significantly harder time than some non-techy person who just wants to have a system that “just works” without preconceptions, not bother with the technical details, but is entirely open to using new programs and doing things differently, as long as they work reliably.

    In your case, I’d say stick to Microsoft until you get your mindset and priorities straight. Because then you’d have an easy time without much tinkering at all. But as it stands I think you’d be setting yourself up for misery and failure.



  • I’ve found that all modern E-Ink tablets are trash. They’re built cheaply and to fail after 2 years or less, regardless of premium model or not. I went through 4 devices of various models and manufacturers (Kobo, Kindle, Pocketbook) over <2 years, while I used my old Kindle 3 for >5 years and technically it still works. These days they all use the same wonky chipsets and flakey components especially for power management. 3 of those 4 devices just suddenly didn’t turn on anymore one day.

    Personally, I now read on my FP5 with the Android KOReader port, which due to the AMOLED screen has excellent contrast and sufficient battery life with white-on-black text. Maybe when we finally stop producing devices for land fills I’ll take another look at E-Ink.


  • We already have those. Arguably Windows is much more of a hassle to use than your average “works out of the box” distro. And don’t start talking about the terminal, that’s comparing apples and organges. A more apt comparison to the need of using the terminal on Linux is the need to apply registry tweaks or use powershell on Windows. As if “average users” would need to do that. They install software via the “app store”, change settings via the GUI and run updates when prompted, all of which are seamless on most of these distros. If something breaks, they can’t fix it themselves, but then they just go to someone else to help them, just like on Windows, which they also can’t fix by themselves. Maybe they manage to reinstall, which isn’t any harder than on Windows, if not easier these days.

    The group you’re actually talking about (and likely belong to) are the Windows power-users that would need to rethink things, and would be capable of rethinking things, if they wanted, which they don’t. I know some of these people myself, complaining all day about Microsoft and the privacy nightmare that they put in huge effort to mitigate, but sadly they absolutely need to rely on this one “critical” piece of freeware from the 2000s that they are sure won’t run on wine (not that they’ve tried) or a cracked copy of Photoshop they use for cropping and changing the brightness of desktop backgrounds, but it’s the industry leader, so they obviously won’t use “inferior” software for that, face the facts Linux users. They think package managers are much harder than downloading and clicking through Setup.exe for the 100th time in a row, and they’ve had this one bad experience with “rm -rf /” 10 years ago which is why they don’t “trust” the terminal, yet routinely double-click on downloaded .bat files without thought. 🤷


  • Flatpaks are great for situations where installing software is unnecessary complex or complicated.

    That’s my main use for flatpaks too. Add to that any and all closed source software, because you can’t trust that without a sandbox around it.

    Recently I’ve moved from using flatpak for electron apps and instead have a single flatpak ungoogled chromium instance I use for PWAs.


  • Obin@feddit.orgtoLinux@lemmy.mlFan of Flatpaks ...or Not?
    link
    fedilink
    arrow-up
    13
    ·
    edit-2
    1 month ago

    Nah, it’s the same as with systemd, docker, immutable distros etc. Some people just don’t appreciate the added complexity for features they don’t need/use and prefer to opt out. Then the advocates come, take not using their favorite software as a personal insult and make up straw-men to ridicule and argue against. Then the less enlightened of those opting out will get defensive and let themselves get dragged into the argument. 90% that’s the way these flame wars get started and not the other way around.

    For the record, I use flatpak on all my desktops, it’s great, and all of the other mentioned things in some capacity, but I get why someone might want to not use them. Let’s not make software choice a tribalism thing please. Love thy neighbor as thyself, unless they use Windows, in which case, kill the bastard. /s


  • It is great. I actually was a heavy critic of pulseaudio and stuck with ALSA on my desktop for as long as I could (until last year) by using Gentoo with USE="alsa -pulseaudio", the X-Fi’s hardware mixing and automatic S/PDIF passthrough.

    I tried to switch to pulseaudio a couple of times whenever I read one of those “it’s good now, trust me bro” articles, but it wasn’t, ever. It had and still has a huge amount of hard-coded, opinionated, often perplexing, behavioral quirks that made it feel like it just fought me every step of the way.

    Pipewire on the other hand does not only have saner defaults, almost everything is softcoded with a great Lua plugin API. Don’t like a default routing choice or want to automate your own, Wireplumber got you covered. Last year my X-Fi failed (or rather got flakey) and I had to choose between buying another used one or moving to PW. Almost everything worked out of the box on PW the way I like it, except a few details which were almost all covered by the settings. For the last problem, encoded streams not clearing the output, I wrote my own routing plugin.

    The documentation for that API isn’t necessarily the best, but it’s easy to start from something small and work your way to understanding how to get the result you want.


  • Obin@feddit.orgtoLinux@lemmy.mlAdvice on a CAD solution
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    2 months ago

    I’m in need of a CAD program with an easy aproach for someone with zero experience on this type of software.

    If you have zero experience with CAD, but some experience with programming languages or things like LaTeX, JSON, XML, HTML, etc., I’d suggest giving OpenSCAD a try. While it is definitely for more advanced users, it managed to instantly click with me, in contrast to FreeCAD and others I just couldn’t get into (or rather back into, since my AutoCAD lessons back in school >20 years ago). That it allowed me to work work on CAD drawings in Emacs helped too…