• eodur@piefed.social
    link
    fedilink
    English
    arrow-up
    16
    ·
    6 days ago

    I usually set my wallpaper once right after install then never change it. I only see it for a few seconds right after boot anyways. If you see your wallpaper then you aren’t really doing anything.

      • tal@lemmy.today
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        6 days ago

        I think that there’s a legit rejoinder of “Why aren’t you optimizing the code to reduce compilation time, if it’s such a problem?”

        For something like C++, ccache, distcc, PIMPL (to reduce use of templates, which blows up C++ compilation time), precompiled headers, make code more modular to reduce the size of the compilation unit that changes when any one change happens, break stuff into libraries, etc. Look to see whether there are things like build timestamps being inserted into headers that are producing unnecessary recompilations. clang and gcc can profile compilations to identify what’s chewing up time.

    • gon [he]@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      7
      ·
      6 days ago

      IDK man, I like knowing that Frieren is looking out for me in the background. Even if I don’t see it, I appreciate that it’s there.

    • tal@lemmy.today
      link
      fedilink
      English
      arrow-up
      3
      ·
      6 days ago

      If you see your wallpaper then you aren’t really doing anything.

      I use sway these days. It’s tiling, so I rarely see my desktop background anymore.

      But not everyone uses a tiling system.

      While I like the idea of avoiding having onscreen pixels wasted showing useless information, and I think that tiling systems do help achieve this, I avoided tiling systems for some years, as a fair bit of software still didn’t play well with it (e.g. I remember default behavior with GIMP being half of the screen being the main window, half being the GIMP toolbar window). I think that we’re past that phase now, but there are people who prefer stacking window systems for various reasons and don’t use tiling systems.