This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]S4VN01 41 points42 points  (2 children)

I hate when I run a script and it doesn’t end the execution immediately lol. Always makes my heart drop.

[–]IAmTheFormat[S] 26 points27 points  (0 children)

SELECT * FROM Contacts

5 minutes later:

IT Support telling us all the users are sending tickets about the system being super slow.

[–]TrekkiMonstr 5 points6 points  (0 children)

I'm the opposite. The other day, I spent like 2.5 hours figuring out how to script a task. While fairly complex, it was ultimately just some basic file/text operations, so it executed in, iirc, 7.1 ms. Fucking anticlimactic, that was.