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

help-circle
  • 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?


  • Illusion — Why do we keep believing that AI will solve the climate crisis (which it is facilitating), get rid of poverty (on which it is heavily relying), and unleash the full potential of human creativity (which it is undermining)?

    Because we keep reading sensationalist advertisements presented as articles instead of experimenting with it ourselves, understanding what it is

    And unfortunately, this article is also just a response to media clickbait, not a discussion point it tries to look like





  • Windows (~6 years) -> Mandriva (Mandrake? For I think 2-3 years) -> Ubuntu (1 day) -> Suse (2 days) -> Slackware (2-3 years) -> Gentoo unstable (2-3 years) -> Gentoo stable (2-3 years) -> Arch (9 years and counting)

    The only span I’m sure about is the last one. When I started a job I decided I don’t have the time to compile the world anymore. But the values after Windows sum up to 21, should be 20, so it’s all more or less correct









  • 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)

  • 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: Xfce is very nice in such cases. It looks familiar for them while being manageable for me