this post was submitted on 20 Nov 2023
265 points (97.5% liked)

Risa

6843 readers
250 users here now

Star Trek memes and shitposts

Come on'n get your jamaharon on! There are no real rules—just don't break the weather control network.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] jballs@sh.itjust.works 3 points 10 months ago (1 children)

That reminded me of a time at work where some testing on our project required opening some large XML files. We were using Notepad++ to open them and format them so we could easily examine them. My boss complained about how bad Notepad++ sucked because it was sooooo slooooow to open.

I checked his computer and it turned out that while he would close Notepad++, he never actually closed the file tabs. So every time he opened a new file, it was adding to the hundreds of open XML files. He was literally opening several GBs of XML files every time he launched the app. Frankly, it made me even more impressed with Notepad++ because I would have assumed most other apps would've been crushed.

[–] Endorkend@kbin.social 4 points 10 months ago

Lol, that's similar as to how I suggested Microsoft Code to someone I worked with for their personal laptop since they mainly used MSVS at work.

Were bitching they didn't like Code because it "didn't work half the time".

Turns out they were doing the same thing, opening files, sometimes editing them and then just closing the application.

Had a whole smorgasbord of open files and most of them were in an edited but unsaved state.

This concept of explicit saves rather than closing an app and having it force save was horrible to them.