this post was submitted on 26 Aug 2026
12 points (70.0% liked)

Ask Lemmy

41122 readers
2161 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, toxicity and dog-whistling are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !uspolitics@lemmy.world


7) No Hit-and-Run questions.
Please don't delete your post for no apparent reason. If you plan on deleting a question later, say so in the post, or if you feel that you have a good reason to remove it, message a mod beforehand. It's not fair to the ones who took their time to answer, and it's not in the spirit of the community.


8) No Bots.
Posts or comments from bots, LLM's, AIs, Neural Networks, Transformers, or Marvin the Paranoid Android are not welcome in AskLemmy. Real humans only please.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 3 years ago
MODERATORS
 

Personally I've only ever written two. One that created multiple textfiles in various folders under windows that all grew exponentially. This was in the age of HDD so it could actually caused some serious problems. I created it because a guy in my class stole my homework by copying my files. So i created this virus, named it something fitting and "forgot" to close my laptop when i went to the bathroom.

And another that once every 40 minutes + (5 to 50) minutes would open your cd tray and then close it after 2 seconds. No one used CD's at this point and i just wanted to prank some colleges.

you are viewing a single comment's thread
view the rest of the comments
[–] Atomic@sh.itjust.works 2 points 7 hours ago

The only major accident I've had is when I was 17 and worked over the summer for a major auto manufacturer. I was tasked with writing a piece of software to make inputs easier to a bash script some nerd made on his own free time that they now pretty much relied upon since it saved them several hours each time they run the script.

To try and make a long story short(er). I had access to a server, that I was told was a temporary server, and there was nothing important on it, I had access to create and run files. I did not have access to monitor, kill, or terminate any processes. I made a silly mistake and created an infinite loop, but it wasn't your average infinite loop. It was the worst kind of infinite loop imaginable. Took a few executions to diagnose where exactly I had fucked up. I fixed the problem, no more infinite loop. And it actually worked. But these processes still sat there in the background. And they grew, and grew, and then another server started helping out to try and save his server friend. And when that wasn't enough, a third server tried to help, and so on.

I noticed that things were starting to run a bit slowly when browsing the server for files, others complained as well that the servers were slow today. And then I get a phone call from the head of IT, asking me if I need all of these thousands of processes running to which I shamefully replied "no....". But it was too late, and so much had stopped responding that they could not kill it. They pretty much emergency shut down two thirds of all their servers in house in order to save the rest. I had pretty much created rabies but for servers. Anyone infected had a death sentence. It was only a matter of time. Pretty much anything, anyone had worked on that day was gone.

I had a coffee with the head of IT later, He didn't blame me and was really nice about it. The data on the server I was given access to was not important, that's why they let me use it. But they had not considered that the server load when above the threshold is then shared to other servers, and that they should have isolated the load from that server as well so it doesn't spill over to another. It was a genuine lesson learned for everyone.