Readit News logoReadit News
Bloomy22 · 7 months ago
This has reminded me of an anecdote. I work on a corporate social network. One day a colleague from the parent company comes to us scared because instead of seeing the people photos and the attached images, he saw strange images. As in the past we had some scare with xss reflected, we immediately got scared and went straight to investigate the matter. It turned out that the colleague had a Firefox extension installed that changed his images for Nicholas Cage's faces. He didn't remember having done it, but we did remember his blunder hahaha
ltr_ · 7 months ago
I remember one of the students in our school replaced the Windows 95 startup logo with the goatse.cx picture of every computer of a new lab, the rector of the moment called an emergency gathering in the gym BEGGING the students to change it back . promising that there would be no repercussions, he was sweating blood, because authorities picked our school to inaugurate the computer national program that made the lab possible, the next day. nobody talked, they had to change the inauguration to another school, fun times.
iamthejuan · 7 months ago
It is the logo.sys which is actually a bitmap file if I remember it correctly.
fooker · 7 months ago
Here's anecdote from Google's glory days! We had a similar extension, with Larry Page instead of Nicholas Cage. And anyone leaving their computer unlocked were subject do it.

This became widespread enough to be mentioned at the new employee orientation.

mocamoca · 7 months ago
At university, we used this extension to teach our classmates about good security practices, such as locking their computers when left unattended. It was fun, especially when professors didn't lock their computers. And my former classmates did learn to lock their computers :)
pjerem · 7 months ago
A pretty good one is https://fakeupdate.net

I once pranked a coworker/friend with a Windows installation screen after lunch break. He was … astounded. The thing is, we were all using Debian in this company.

iterateoften · 7 months ago
violating security policies in order to “teach a lesson” is a sure fire way to get people to lose trust in you.

Accessing someone’s computer and manipulating the software was instant termination at my old company. Some new security guy joined and tried to do what you did. Find unlocked computers and mess with them to prove a point. He lasted a week.

veunes · 7 months ago
Some IT departments spend years trying to drill "Lock your computer!" into people’s heads yet you need just really simple solution!
SketchySeaBeast · 7 months ago
We used to set the desktop wallpaper to David Hasselhoff.
greazy · 7 months ago
That's hilarious. Sounds like someone was pranking your colleague.

Was this the extension? https://addons.mozilla.org/en-US/firefox/addon/niccage/

sam_bristow · 7 months ago
Damn, I was half hoping it was doing some deepfake face swapping rather than just totally replacing the whole image. Part of me would love to install a "Being John Malkovich" style face replacement plugin onto someone's machine.
Bloomy22 · 7 months ago
Yes, it was that one!
InsideOutSanta · 7 months ago
At a company selling a B2B platform, we had an internal extension used to teach how to write extensions that drew an interactive pet on screen, similar to the one in this VS Code extension. It accidentally got deployed to one client, which caused a complete company shutdown because lots of people suddenly reported being hit by a virus to their internal IT team, causing company-wide panic.

I'm not sure what the lesson here is.

Deleted Comment

DontchaKnowit · 7 months ago
At my company this happened once across all our internal tools. It was a joke inside one department that accidentally got pushed comapny wide
veunes · 7 months ago
I love that kind of tech workplace comedy
nunez · 7 months ago
Stuff of legends.
helsinki · 7 months ago
Let’s get them in Neovim and call them Neopets.
_ache_ · 7 months ago
It already exists for neovim.

https://github.com/giusgad/pets.nvim

dailykoder · 7 months ago
Yes, but only if they run in javascript. We need more javascript.
gertlex · 7 months ago
Do you mean Flash?
sdflhasjd · 7 months ago
My I also mention the Nyancat Progress bar for Jetbrains IDEs? https://plugins.jetbrains.com/plugin/8575-nyan-progress-bar
hurflmurfl · 7 months ago
This is actually the first plugin I install on every new installation of a Jetbrains IDE... Used to include it in my "mentoring about advantages of IDEs" rants, just before configuring debugger.
behnamoh · 7 months ago
Sadly they only appear in the right/left hand side, not the editor :( I want a cat that reacts to my code, ideally getting mad at me for writing poor quality code, and stretching/sleeping when I'm thinking.
matsemann · 7 months ago
I got "power mode" (or something similar) installed in Intellij/Jetbrains IDE. The faster I write or bigger change I make the more sparkles and flames etc grow around the cursor. Similar plug-ins exist for other editors as well. A bit fun to enable before pairing with a coworker to see their reaction.
firejake308 · 7 months ago
Google Colab has this setting, too
entropie · 7 months ago
Yes nice, a dog could express its opinion by peeing on the lines of code
Frotag · 7 months ago
Triggering an animation based on what's under the cursor sounds interesting. Like moving to a loop declaration starts a chase-your-tail animation. Or moving to a function signature gives the pet some paint and paper.
LordShredda · 7 months ago
A cat that spins around in circles if it detects a function results in an infinite loop?
bitwize · 7 months ago
Yes, because cats have solved the halting problem, and whether P=NP. They're just not telling us.
bitwize · 7 months ago
Atom could have them in the editor. But one of the wins for VS Code was better security isolation for plugins.

Maybe Microsoft could bring back the Bob team to integrate pets with all facets of VS Code.

parpfish · 7 months ago
It could enforce 80 char line width limits by batting stray characters “of the ledge” to watch them fall
baal80spam · 7 months ago
> a cat that reacts to my code, ideally getting mad at me for writing poor quality code, and stretching/sleeping when I'm thinking

This... this needs to happen!

cluckindan · 7 months ago
Make it chase the text cursor and get confused by multi-cursor
urbandw311er · 7 months ago
I would like to be able to feed my pets, ideally feeding them obsolete parts of my code.
_ink_ · 7 months ago
Finally, I can claim the dog ate my merge request, when being asked what's taking so long?
phaedryx · 7 months ago
Would that make them sick?
markus_zhang · 7 months ago
"Your pet feed on comments so be aware of that!"
imgabe · 7 months ago
nunez · 7 months ago
Much less nefarious...I hope.
fuzzy2 · 7 months ago
It's almost like Sheep.exe, but not quite there yet!
hoyd · 7 months ago
Reminded me of that too.
joshuaturner · 7 months ago
beala · 7 months ago
eSheep was my favorite. Apparently someone is keeping the dream alive: https://apps.microsoft.com/detail/9mx2v0tqt6rm?hl=en-US&gl=U...
bornfreddy · 7 months ago
Thank you for the link! This is their GitHub repo if anyone is curious: https://github.com/Adrianotiger/desktopPet (I couldn't find the license info though).