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

help-circle
  • I think it comes from diminishing experience windows provides

    An example, since a few windows versions I can’t get to install an old HP printer because they haven’t written the drivers for it. On Linux it works fine.
    You don’t want ads and your os to be sending your passwords who knows where? AFAIK ATM no long time support version of windows provides that.
    My gaming buddy is rather well versed in computer stuff, he’s the person that writes and hosts our discord bots. He can’t make sound drivers to work as he wants. Sometimes things go loud without reason, sometimes mute doesn’t work, sometimes sounds play on an output that according to Windows is muted… Crazy stuff


  • That’s why I wrote it’s another unpopular opinion. Somehow the internet claims Arch is hard when to me it’s been the easiest distro I’ve ever used

    • No GUI bs, unless you install it yourself, that you never know what it does under the hood. The config file you find in man is the config file that governs the thing - easy
    • You deleted a little bit too much? You just reinstall package, like in Slackware - easy
    • You need something from outside the packages? Arch is very well prepared for you building things from source and install it in a sane way, instead of pure make install, like Gentoo - easy
      And PKGBUILD is easy to understand, RPM and DEB package creation is black magic
    • You don’t have a lot of crap in the system that you are not sure you need. Since it comes rather plain, you either install something you want, or it gets installed as dependency

    But, of course, YMMV
    And I’ve tried “easier” distros in the past. Sooner or later it always felt like I need proprietary set of keys to unscrew the lid to flip one small cable


  • I was mocking around with GPU drivers in order to make Podman containers to access the GPU. (…) I don’t have much spare time and I would like to play a game, I used to play before, without spending hours/days fixing issue that didn’t exist last time I played it.

    And

    I had other, non-regular user issues with those

    I think, you should keep these two things (messing with containers accessing GPU and “just play a game”) separate. I mean on separate boxes. Because now you can’t “just play” because you’ve been elbows deep in OS internals. You can’t take apart your fridge and then expect it to just cool the water the next day

    “optimised” for KDE

    Then I’m guessing these might need some KDE envs

    Yes, I use it on a daily basis but there’s no easy way to get it working on iOS/iPadOS.

    Ah, you’re trying to breach the non-open wall. Is there an app on i* that allows you to set up an ftp/http file sharing server on the device? You probably could set it up as rclone upstream


  • started with Mandrake, moved to Mandriva, spent over a year on Ubuntu and recently I’ve been using Fedora

    Another unpopular opinion:
    That’s because you’ve been using distributions that are either behind the times or have a lot of wonky crap added to them that looks like user friendliness when it works and is like fixing windows when it doesn’t (I’ve been through similar path, just with a few other distros along the way)

    Start with Gentoo or Arch (maybe Slackware). These are close to the grass, so the way to set things up is the way to fix things up

    some apps don’t respect desktop scaling

    are these gtk based apps? Different toolsets require different envs

    syncing

    Have you tried syncthing?







  • If you want something local and open source, I think your main problem will be the number of parameters (the b thing). ChatGPT-3 is (was?) noticeably big and open source models are usually smaller. There is, of course, an exchange about how much the size of the model matters and how the quality of the training data affects the results. But when I did a non-scientific comparison ~half a year ago, there was a noticeable difference between smaller models and bigger ones.

    Having said all of that, check out https://huggingface.co/ it aims to be like GitHub for AIs. Most of the models are more or less open source, you will only need to figure out how to run one and if you have some bottlenecks on PI


    1. no rolling-release: around once half a year you have to reinstall the system because it can’t update some core library to a more recent version. And it’s only the distro’s limitation because rolling releases have no issue with it
    2. you can’t just define a package of your own. So if a piece of software is not in packages, you need to compile and install it manually without packager managing it. It tends to break in the long term and when the software suddenly becomes packaged
    3. deb-hell: if you come to the idea to solve the first problem by compiling your own package, the packager will give you hell for that. And compiling your own deb with bumped up version is no easy task. Which means that when your version of the system goes out of life, you have to reinstall. Pray that you thought about this before and put /home and /etc on separate partitions
    4. package dependencies are too baked in or stability is too high priority. Even if your issue got resolved recently, it will take a long time for an updated package to appear. And you can’t roll your own in the meantime (see 2, or even worse 1)

  • INeedMana@lemmy.worldtoLinux@lemmy.mllooking for half-stable Linux distro
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    7 months ago

    My mom and grandma are using Manjaro. With grandma I’m the only one doing the updates of course, but with mom she usually can do it herself just using pamac-tray. If that fails a phonecall is usually sufficient. Once in a few years I have to come and do something by myself

    And when that happens I work with a distro that just works, instead of some broken crap
    EDIT: I tried having Mint on their computers. Big mistake, it’s as broken as Debian and Ubuntu

    EDIT: Xfce is very nice in such cases. It looks familiar for them while being manageable for me


  • Tinkering is all fun and games, until it’s 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you’re about to execute… And then all you have is a kernel panic and one thought bouncing in your head: “damn, what did I expect to happen?”.

    Nah, that’s when the fun really starts! ;)

    The package refused to either work or install complaining that the version of glibc was incorrect… So, I installed glibc from Debian’s repos.

    :D That one is a classic. Most distributions don’t include packagers from other distros because 99% of the time it’s a bad idea. But with Arch you can do whatever you want, of course

    My two things:

    • I’ve heard about some new coreutils (rm, cp, cat… this time the name really fits the contents :D) and I decided to test it out. Of course it was conflicting with my current coreutils package and I couldn’t just replace it because deleting the old package would break requirements. So without thinking I forced the package manager to delete it “I’ll install a new one in just a second”. Turns out it’s hard to install a package without cp, etc :D
    • I don’t remember what I was doing but I overwrote the first bytes of hdd. Meaning my partition table disappeared. Nothing could be mounted, no partitions found. Seemingly a brick.
      Turns out, if you run a rescue iso, ask it to try and recognize partitions and recreate the table without formatting, Linux will come back to life as if nothing happened






  • INeedMana@lemmy.worldtoLinux@lemmy.mlArch Linux users, help needed!
    link
    fedilink
    arrow-up
    18
    arrow-down
    1
    ·
    edit-2
    9 months ago

    Are you looking for this?

    And sorry but… RTFM ;)

    And when you’re ready, I suggest trizen for AUR management

    EDIT: yeah, you can use npm, rpm, deb, snap, etc. But from my experience using the packages and package manager from the distro you’re using breaks less often. Only python packages in a venv I’d consider an exception.
    And in case of Arch, if you really can’t wait a few days for the newest version of a thing, that’s what AUR *-git packages are for


  • Using an analogy, somewhere along the road we came from “your lips will look nice with this lipstick” to “I can’t leave a house without a lipstick on”. And raising awareness about issues is basically a marketing too. It has to be in order to make it through to you among all the other noise. It’s just that this time it’s not you who are not thin/tall/curvy/vibrant/… enough, it’s the world that is not safe/happy/wealthy/just enough. I’m not saying that it’s not true but this has a side effect that when you are overstimulated with the ads and news, it does feel like the world is going to end.

    Think about what would really have to happen to purge us all, 100%. Even climate change, I don’t think could do it. 90% maybe, and sure that would be a change in our world. But still not the end of it. I can’t find the paper now, but we only need something like 1000 random people to survive in order to have enough genetic diversity for the species to survive. Something would have to wipe us all at once to really kill us. Otherwise, we’ll just adapt and carry on.

    And if not. Welp, that’s a chance for the UFOs to thrive. It’s not like humanity is required for the wheels to keep turning