720
Mustard (programming.dev)
top 50 comments
sorted by: hot top controversial new old
[-] magic_lobster_party@fedia.io 119 points 2 months ago

Leave Heather alone. There’s nothing wrong with this desktop background. Please refrain from remote connecting to her computer in the future.

[-] toynbee@lemmy.world 57 points 2 months ago

This is reminiscent of an absolute classic video.

If you are not familiar with a story about penis-arranged icons, I recommend giving it a watch.

[-] rothaine@lemm.ee 22 points 2 months ago
[-] toynbee@lemmy.world 9 points 2 months ago

I should have anticipated that this would exist.

load more comments (1 replies)
[-] Empricorn@feddit.nl 16 points 2 months ago

If you haven't, please watch the original, full video! It's hilarious from beginning to end...

[-] toynbee@lemmy.world 9 points 2 months ago

I have - I think seventeen years ago, in fact. I do remember enjoying it, but I missed a lot (I was barely into my IT career and didn't even know what Boing Boing was, for example). Should probably rewatch it. Thank you for the link.

[-] Valmond@lemmy.world 7 points 2 months ago
[-] toynbee@lemmy.world 13 points 2 months ago

Well, there is a longer version of the video that provides some context. It seems the caller is either trying to access or host a website (possibly both) and it has gone down, so they called tech support.

The icon arrangement was apparently done spitefully to the remote desktop by the person the caller replaced and the caller simply became accustomed to it.

Beyond that, I cannot resolve your query.

load more comments (3 replies)
[-] unexposedhazard@discuss.tchncs.de 13 points 2 months ago

Is that whats implied here? I thought Heather just went to her Boss to complain and the Boss called IT...

[-] magic_lobster_party@fedia.io 10 points 2 months ago

The bar at the top shows up in remote desktop connections

[-] nao@sh.itjust.works 18 points 2 months ago

bottom picture could be IT POV checking what's wrong

load more comments (1 replies)
[-] smuuthbrane@sh.itjust.works 75 points 2 months ago

Heather doesn't lock her computer when she walks away. Don't be like Heather.

[-] NeatNit@discuss.tchncs.de 65 points 2 months ago

It sounds far more likely to me that she right-clicked on some image file and picked "Set as desktop background".

[-] freeman@feddit.org 8 points 2 months ago

Happened to me previously several times. I find it crazy to even have this option in the context menu.

[-] xwolpertinger@lemmy.world 10 points 2 months ago

It's up there with "Send image as email" which I suspect like 5 people have used in the last 20 years

load more comments (1 replies)
[-] NeatNit@discuss.tchncs.de 7 points 2 months ago* (last edited 2 months ago)

As I wrote that comment I wondered: "does Windows still have that option in the context menu?" I'm rarely on Windows so can't quickly check.

My memory says that it's even an option when right-clicking an image on the web. I decided to ignore that memory - surely that can't still be a thing! ...Right?

Edit: oh crap, it's actually an option on Firefox on Linux Mint. Damn, that's crazy. Then it's gotta be there on Windows too. Much easier to imagine it happening accidentally on the web than an image file on PC.

load more comments (1 replies)
load more comments (8 replies)
[-] ramble81@lemm.ee 48 points 2 months ago

And this is why we have a GPO that locks the background to a corporate image.

[-] x00z@lemmy.world 16 points 2 months ago

I think it's nice if people can set their own background picture. They can put a picture of their pets or family members which lowers the stress.

A better policy would be to hire people who can actually do basic things with the thing they'll be working 8 hours a day with.

load more comments (3 replies)
[-] Kissaki@programming.dev 12 points 2 months ago

When you're working for Heinz, is it a mustard bottle?

load more comments (1 replies)
load more comments (1 replies)
[-] Evil_Shrubbery@lemm.ee 41 points 2 months ago* (last edited 2 months ago)

That font in the signature, the fax into, the mustard!!!

... and last but not least, how the icon placement accentuates the natural curves of that mustard bottle ...

( ͡° ͜ʖ ͡°)

[-] Uli@sopuli.xyz 9 points 2 months ago

I'll let you RDP into me any time...

load more comments (5 replies)
[-] ironhydroxide@sh.itjust.works 39 points 2 months ago

Here's my new "you left your computer unlocked" image

[-] almost1337@lemm.ee 14 points 2 months ago

My favorite was to screenshot the desktop, set that as the background, then move everything on it to a different folder.

load more comments (4 replies)
[-] whodatdair 34 points 2 months ago

Ctrl + Alt + Down

Now your bottle is ready to dispense delicious mustard

[-] bob_lemon@feddit.org 9 points 2 months ago

Only on laptops with Intel graphics where IT hasn't deactivated the unnecessary utility that comes with them.

[-] MonkderVierte@lemmy.ml 34 points 2 months ago* (last edited 2 months ago)

Why do webbrowsers, file managers, always have the option "set as your desktop background" in a easy to accidentally click place in the context menu? No, i add it myself to the "backgrounds" folder if i care.

[-] entwine413@lemm.ee 29 points 2 months ago

We used to do this stuff to people who would leave their computers open, or flip the screen upside down.

It was a pretty benign way to teach people to lock their damn computers when they left.

[-] Soapbox1858@lemm.ee 18 points 2 months ago

I used to take a screenshot of the desktop, set it as the wallpaper. Then hide all the desktop icons and set the taskbar to auto hide.

[-] entwine413@lemm.ee 10 points 2 months ago

We would do this to our teachers in school.

load more comments (1 replies)
[-] irelephant@programming.dev 13 points 2 months ago

Microsoft removing CTRL - ALT and arrrow to turn the screen is a crime.

[-] reev@sh.itjust.works 7 points 2 months ago

I was wondering why that didn't work... No fun allowed.

load more comments (3 replies)
[-] tjoa@feddit.org 8 points 2 months ago

You literally described every office, ever.

load more comments (1 replies)
[-] MissingInteger@lemm.ee 21 points 2 months ago* (last edited 2 months ago)

Since this seems like a preventable issue for me, I wanted to disable the Set As Desktop Background… option in Firefox.
That was not as straightforward as I thought it would be:

  • Settings: nope
  • about:config: nope
  • userChrome.css: The Internet, and LLMs tell you yes, but actually nope

What you have to do is create a policies.json file and put that somewhere…
Here is the deeply buried site from Mozilla about that. There you will find where to put it and all the options.

For this problem a short policies.json with the following content is enough:

{
  "policies": {
    "DisableSetDesktopBackground": true
  }
}

Why did I do this in the middle of the night instead of browsing ich_iel or I dunno sleeping. Who knows…

[-] AndyTheAbsurd@lemmy.world 10 points 2 months ago

In a corporate environment where you care about such things, you really want to disable the functionality of the user setting the background in the operating system, not in a specific application. Otherwise, you're going to have to track down every application that includes this functionality, figure out how to disable it it in that application, and find a way to apply that change to every PC. (Microsoft's Photos app, for example, can set pictures as either background or lock screen.)

[-] Kit 8 points 2 months ago

Instead of locking down the the ability to set the wallpaper via Firefox, just set a static image as the wallpaper via GPO. A company logo or something. Then it will apply at every restart.

[-] solsangraal@lemmy.zip 20 points 2 months ago

and of all the amazing mustards available, she had to get stuck with one of the most shitty vinegary last-resort-only option

[-] Zizzy 19 points 2 months ago

As a mustard lover, heinz isnt even close to the actual worst one, which is the whole foods brand mustard. Its made with apple cider and it is revolting. The best widely available yellow mustard to just grab in a store is plochman's.

[-] SmoothLiquidation@lemmy.world 12 points 2 months ago

There are so many awesome fancy mustards out there, but if I want the ballpark standard yellow mustard, I usually just go for French’s. It’s the same principle with ketchup. When I want ketchup I just want Heinz. If I go to a restaurant and they are all proud of their “house made” ketchup, it is probably going to be too sweet or tomatoy or whatever. Just give me what I grew up with and don’t mess with it.

That said my wife has been making mustard at home recently and it is amazing. It’s not yellow mustard but a tangy grainy mustard that is great.

load more comments (1 replies)
load more comments (1 replies)
[-] iAvicenna@lemmy.world 19 points 2 months ago
[-] Chivera@lemmy.world 12 points 2 months ago

Ghosts, she got ghosts in her drive

load more comments (3 replies)
[-] NigelFrobisher@aussie.zone 10 points 2 months ago* (last edited 2 months ago)

Are mustards in America classified by their colour instead of French, Dijon, English, Blow-Off-The-Top-Of-Your-Head, etc?

[-] Djinn_Indigo@lemm.ee 11 points 2 months ago

They're labeled by type; one of those types happens to just be called "yellow." It's smooth and vinegary. Good on hot dogs and burgers.

load more comments (1 replies)
[-] Sixtyforce@sh.itjust.works 8 points 2 months ago

No, yellow mustard is the cheap standard stuff. The rest exist in NA too.

load more comments (12 replies)
[-] MehBlah@lemmy.world 9 points 2 months ago

It should have been sorted by penis.

load more comments (4 replies)
[-] Klear@lemmy.world 9 points 2 months ago* (last edited 2 months ago)

Crop to selection in Paint.net: ctrl + shift + x
Set as wallpaper in IrfanView: ctrl + shift + x

Happens to me all the fucking time.

[-] Appoxo@lemmy.dbzer0.com 18 points 2 months ago

Because you obviously need a shortcut to set a wallpaper lmao.

[-] thorhop@sopuli.xyz 7 points 2 months ago

She make the directors mad, but somebody's gotta do it

load more comments
view more: next ›
this post was submitted on 06 May 2025
720 points (100.0% liked)

iiiiiiitttttttttttt

957 readers
2 users here now

you know the computer thing is it plugged in?

A community for memes and posts about tech and IT related rage.

founded 3 months ago
MODERATORS