On a more serious note, how does updating apps on gentoo work? I understand that everything is built on your system, but then if the app is updated, do you need to re-compile every time?

  • ChaoticNeutralCzech@feddit.org
    link
    fedilink
    English
    arrow-up
    170
    ·
    4 days ago

    DuckDuckGo doesn’t track your activity so they only target ads based on your current query and technical details. They determined it would take 30 years to compile Gentoo on your rig so 40+ is a good guess for your age.

      • ChaoticNeutralCzech@feddit.org
        link
        fedilink
        English
        arrow-up
        12
        ·
        3 days ago

        How are you expecting to get 10 years of experience for your entry-level job by age 20? You need that to succeed in the job market, and let me guess, you also wasted so much potential by passing up on that opportunity of being born to Linus Torvalds.

  • Elshar@lemmy.world
    link
    fedilink
    English
    arrow-up
    27
    ·
    3 days ago

    Just two things:

    1. You can take screenshots with your computer.
    2. Clean your damn monitor, son! 🤣
    • affiliate@lemmy.world
      link
      fedilink
      arrow-up
      22
      ·
      3 days ago

      if OP is using gentoo then there is a very real chance they aren’t able to take screenshots yet.

      back in my gentoo days it took a while to get that set up. although it wasn’t exactly a top priority

    • MidsizedSedan@lemmy.worldOP
      link
      fedilink
      arrow-up
      7
      ·
      3 days ago

      Work computer. Dont want to sign in to work computer with personal accounts. Yes, can screenshot, then email to myself, open up on phone, then upload here. But thats too much work for a dumb joke.

        • MidsizedSedan@lemmy.worldOP
          link
          fedilink
          arrow-up
          6
          ·
          3 days ago

          Didnt click the link. Morning tea break. Wondered how gentoo apps worked. Looked it up. Funny ad. (While other workers have pictures of thier kids to keep them motivated, i have the linux pipeline xkcd comic on my desk to keep me sane)

  • galanthus@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    2 days ago

    Packages, not apps. Yes, packages will be recompiled every time they are updated. This can take a moderate amount of time, but it is not a problem in my experience, as you can still use your PC when it is compiling and you don’t use your PC 24/7 so why would it be a problem? You can use binaries for the packages that take an especially long time to compile(like chromium) or all of them.

  • grue@lemmy.world
    link
    fedilink
    English
    arrow-up
    26
    ·
    edit-2
    3 days ago

    Yes, you recompile each time you update.

    In general, to upgrade an app you do:
    root # emaint --auto sync
    root # emerge --update $PACKAGE_NAME

    (That first command used to just be something like root # emerge --sync when I last used Gentoo, two decades ago. I wonder why they changed it?)

    See also: https://wiki.gentoo.org/wiki/Upgrading_Gentoo

    • MidsizedSedan@lemmy.worldOP
      link
      fedilink
      arrow-up
      11
      ·
      3 days ago

      Wouldnt that take a long time every update? Or are all the horror stories of long compile times just a thing of the past with better hardware now?

      • Hupf@feddit.org
        link
        fedilink
        arrow-up
        1
        ·
        11 hours ago

        A few “whales” are out there, such as browser (engines), rust, certain monolithic office packages and distribution kernel. Those all have -bin alternatives as already mentioned in this thread. The rest will usually be a matter of about half an hour max in my experience.

      • grue@lemmy.world
        link
        fedilink
        English
        arrow-up
        23
        ·
        edit-2
        3 days ago

        Well, yeah, but that’s what you sign up for when you choose to use Gentoo. Custom-compiling every app, every time, with your chosen USE flags, is the advantage of it. (I suppose Gentoo has “binary packages” available now, but at that point I don’t see why you wouldn’t just pick Arch instead to begin with.)

        Also, that’s another reason you should update frequently (e.g. daily or weekly): to keep compilation times reasonable by only ever updating a few packages at once.

        Also also, as I said, I last used Gentoo two decades ago. Even back then, I found the compilation times… uh, at least “tractable.” 😅 I can only assume that with modern hardware they’re not bad at all, as for the most part, processing power has scaled faster than FOSS code complexity.

        • MidsizedSedan@lemmy.worldOP
          link
          fedilink
          arrow-up
          5
          ·
          3 days ago

          Thank you for your explanations. Still want to give Gentoo a try some time. Maybe when im done with steam/gaming

          • grue@lemmy.world
            link
            fedilink
            English
            arrow-up
            9
            ·
            edit-2
            3 days ago

            I would figure it would be just the opposite: that you’d want to try Gentoo specifically for gaming, in order to wring every last FPS out of the system. At least, that was part of my motivation back in the day (despite Proton not being a thing yet, IIRC I could at least play some games on Linux back then).

            I think of Gentoo like the Fast and the Furious-esque customized sports coupe you drive when you’re young to try to impress your friends. In contrast, I’m at the point where I can’t be bothered anymore, so I drive the boring minivan of distros, Kubuntu. Point is: try Gentoo sooner rather than later, while you still give a shit. (Edit: of course, with a username like @MidsizedSedan, it might already be too late, LOL)

          • boonhet@lemm.ee
            link
            fedilink
            arrow-up
            3
            ·
            3 days ago

            You can give it a try now if you’re interested, you should get decent enough gaming performance, though you obviously aren’t going to double your fps or anything.

            For browsers, you can use binary packages because compiling either firefox or chrome every time there’s an update would be an absolute pain.

            Then if you use a desktop environment, that’s usually the biggest thing when there’s an update.

            And to be clear - you recompile the packages that are updated, or for which you’ve changed USE flags (if you add that as a flag in your emerge command). You don’t recompile the entire system every time. Unless you specify that.

            I ran it for gaming for 2 years, only stopped because I switched from KDE Plasma to Gnome and broke something, tried to switch back and broke something further. It MIGHT also be that I tried to switch from X to Wayland at the same time instead of doing one thing at a time.

  • MystikIncarnate@lemmy.ca
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 days ago

    AFAIK: Gentoo used to be just source repos, but times have changed. Gentoo repos now have binaries. You can opt out of them, so it’s up to you.

    With binaries, it works like any other distro. Download the updated binaries, install, done.

    If you go from source, then it will download all the source code, and do the whole makefile thing, and install the new binaries when the compile is done, every time you do an update.

    So the direct answer to your question is: it depends. If you’re compiling everything then yes, you need to recompile everything that is updated. If you’re going to opt for binaries in the package manager, then no.

  • jaybone@lemmy.world
    link
    fedilink
    arrow-up
    21
    arrow-down
    1
    ·
    3 days ago

    What is this “dating”?

    I use Ubuntu, even people on Lemmy won’t talk to me.

    I’m just kidding. I use arch btw. I’m recompiling my wifi drivers on my Commodore 64, so I can play Jumpman please help me

  • lurch (he/him)@sh.itjust.works
    link
    fedilink
    arrow-up
    9
    ·
    3 days ago

    Updating on Gentoo works with it’s package management, but the actual packages are source code archives (and maybe patch files). It downloads them, compiles and installs them in a special build environment, then, if it worked, applies them to the system and removes the old version.

      • CarbonBasedNPU@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        Better docs for one. The gentoo handbook is probably one of the best learning guides for Linux as a whole ever made. Yes it’s better than the arch wiki. It’s laid out in such a way that if you know generally what you are looking for but not exactly you will most likely be able to find it.

      • lurch (he/him)@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        3 days ago

        idk. i have never used nix. however, i think a specialty of gentoo are global USE flags. it’s a list of compile time options you want to use. they will automatically be used for packages that support them. for example, if you enable the bluetooth flag, all packages you install will get bluetooth support and additional dependencies may get pulled in. if you use -bluetooth however, they won’t get bluetooth support, even if it’s their default. they can also be tweaked indivudually per package, which is more like nix, i think.

  • taanegl@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    3 days ago

    It’s just that if you start at 20 with an emerge update, it might be done by the time you’re 40 and you might want to consider start dating for once.

  • don@lemm.ee
    link
    fedilink
    arrow-up
    15
    ·
    edit-2
    4 days ago

    Fuck it. I’m actually gonna just go ahead and say it. It’s gonna get me banned, and everyone will flame me for being honest, but

    everything /should run old-school QNX neutrino. Runs off a 1.44 and has a tasty-ass ui, QNX4EVA

    CUE THE FUCKIN DOWNVOTES YOU BABIES YOU CANT HANDLE THE TRUTH FUCK OFF BSD USERS DONT CARE dont bother trying to @ me

    • tetris11@lemmy.ml
      link
      fedilink
      arrow-up
      6
      ·
      3 days ago

      You come at me with that microkernel tiny-ass bullshit, and expect me not to stomp my Linux-RT kernel down your ass? Man, your ass be dragging. That’s an ass full of ass you’re talking there, and if you get your ass down here right now we can fight it out in the parking lot where I will hand your ass to you, and you can hand me mine, and then we’ll go bowling or something.

    • kwedd@feddit.nl
      link
      fedilink
      arrow-up
      2
      ·
      3 days ago

      Imma let you finish, but BeOS is the best microkernel operating system of all time! OF ALL TIME!!!

    • Abnorc@lemm.ee
      link
      fedilink
      arrow-up
      3
      ·
      3 days ago

      How many unix like operating systems are there? I thought it was just BSD and Linux. Then I heard about Plan 9. Now this. Next thing you know someone is going to find an operating system that is meant to run oil pumps or something and is going to install doom on it.

      • boonhet@lemm.ee
        link
        fedilink
        arrow-up
        3
        ·
        3 days ago

        MacOS is Unix like, but that’s because the kernel (Darwin) descends from BSD.

      • grue@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        3 days ago

        Well, I could be wrong, but I think Unix (IRIX, Solaris, HP-UX, AIX, Xenix, etc.) might also be Unix-like.