this post was submitted on 02 Sep 2026
882 points (98.6% liked)

linuxmemes

32681 readers
1576 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 3 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] bobslaede@feddit.dk 87 points 1 day ago (10 children)

    Isn't it a bit strange not to change your wallpaper to something different than the default Windows one?

    [–] Pomal@sh.itjust.works 39 points 1 day ago (1 children)

    For the Arch defaults, I find their stock wallpapers generally pleasing in a weird n-dimensional way. When I was a young microslopper, it was always whatever brought me joy from newgrounds that week.

    [–] felsiq@piefed.zip 31 points 1 day ago (3 children)

    Arch… defaults?? Are you thinking of cachyOS or maybe plasma’s defaults?

    [–] Undearius@lemmy.ca 40 points 1 day ago (1 children)
    [–] Pomal@sh.itjust.works 3 points 1 day ago

    This is also a true experience xD

    [–] Pomal@sh.itjust.works 10 points 1 day ago

    Plasma, le derp, ty

    Different guy, but I like my Plasma wallpapers. I mean I rarely get to see it cause I got stuff to do, but they are nice enough.

    [–] rtxn@lemmy.world 16 points 1 day ago (1 children)

    The average tech bro doesn't have the skill to maintain a single system long enough for customizations to matter.

    [–] JasonDJ@lemmy.zip 1 points 19 hours ago

    Does distro hopping count?

    Does it matter if I preserve /home?

    [–] gon@lemmy.dbzer0.com 16 points 1 day ago (2 children)

    The default wallpaper is meant to be pleasing, and I guess it's meant to appeal to the average person? I've known several people that don't change their wallpapers or that use that automatic carousel thing with a different image every time you wake the device.

    [–] eodur@piefed.social 15 points 1 day ago (3 children)

    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.

    [–] Pomal@sh.itjust.works 26 points 1 day ago (1 children)
    [–] tal@lemmy.today 4 points 1 day ago* (last edited 1 day ago) (4 children)

    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.

    [–] lime@feddit.nu 18 points 1 day ago (1 children)

    that xkcd comic is coming up on 20 years old. most computers didn't have multiple cores yet.

    [–] tal@lemmy.today 1 points 1 day ago* (last edited 1 day ago) (1 children)

    I mean, none of the optimizations I listed rely on multiple cores.

    It's true that just running parallel compilation jobs on your build machine is a simple way to speed things up, no disagreement, but it's not like optimizing compilation time isn't a thing outside of that.

    [–] lime@feddit.nu 2 points 1 day ago* (last edited 1 day ago) (1 children)

    i was thinking more about tooling, most of that stuff didn't exist as widely as today and you couldn't really look for it when waiting for a compile either.

    [–] tal@lemmy.today 2 points 1 day ago* (last edited 1 day ago)

    Well...the in-compiler time analysis I think wasn't as good then, though I recall doing my own ad-hoc profiling, logging time for each unit. But the refactoring stuff should be available.

    I dunno how far back distcc goes.

    checks git repository

    The git log goes back to 2008, so almost 20 years, but it's also talking about release 3.0 then, so there might have been time outside a VCS or with history that didn't get imported.

    Wikipedia says that ccache goes back 24 years.

    [–] wreckedcarzz@lemmy.world 2 points 17 hours ago* (last edited 17 hours ago)

    "Sure, just give me the raise I've been asking for and I'll get right on that."

    "..."

    "That's what I thought."

    Taking a comic about a flimsy excuse and doing a serious analysis of a joke problem is such an xkcd thing to do.

    [–] grue@lemmy.world 3 points 1 day ago

    In my experience, [proprietary] projects are doing well if their Makefile isn't so broken that they have to run it twice just to make sure everything actually compiles. And you want them to actually optimize it...?!

    [–] gon@lemmy.dbzer0.com 8 points 1 day 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 3 points 1 day 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.

    [–] Shatur@discuss.tchncs.de 5 points 22 hours ago (1 children)

    I actually really love the default wallpaper in KDE Plasma. It changes with every release. I have a friend who also uses Plasma, and before each release, we always joke that the new wallpaper is our most anticipated feature because we're too lazy to change our wallpapers ourselves and simply wait for new releases to do it for us.

    [–] BCsven@lemmy.ca 2 points 20 hours ago

    I don't change mine on most GNOME installs, but I do like that the light/dark mode toggle also flips the wallpaper to a light dark version of the same style

    [–] altkey@lemmy.dbzer0.com 5 points 1 day ago

    First time I saw that picture, win11 was new, and having it running meant you had a rather recently built PC with a TPM module. So, an additional layer of a (satirical?) hardware flex that I don't think goes well with, well, the worse Windows at the time.

    Maybe Linus also has that background.

    But we wouldn't know since his screen is off.

    [–] xylol@leminal.space 6 points 1 day ago

    I never look at the wallpaper long enough to care about changing whatever is default

    [–] dudeface@lemmy.world 5 points 1 day ago

    I never pick a custom image for my my OS background, I never see it

    Sometimes I switch it to grey or black

    When I switched to Endeavor, Ganymede was the Default wallpaper and I fucking loved it so I kept it.

    The next update it changed (since it was still set to default), so I dug through an rsync backup to find it and changed it back to Ganymede

    [–] Waterpumpee@lemmus.org 3 points 1 day ago

    since i have family and cant change it to prn,i keep it at default too. Honestly though, i barely see it. Theres always some ui over it.