Oohh we have a guy similar to this at work. When you ask him to document what he wants to do so it can be officially approved, he would rather spend several days arguing back and forth on email with essays (multiple paragraphs) explaining why it shouldn’t be his responsibility to document it, instead of spending 10 mins to type in several sentences in the documentation.
You just had to ask that question
Submitted 9 hours ago by Mickey7@lemmy.world to [deleted]
https://lemmy.world/pictrs/image/3dc4980b-8b5e-45c9-b705-629e48504844.png
Comments
scytale@piefed.zip 5 hours ago
Pringles@sopuli.xyz 2 hours ago
The copilot in outlook feature is super handy for summarizing mails from one colleague who writes half a novel each time. That’s about the only handy use I have found for it, for the rest it’s annoying.
kamen@lemmy.world 8 hours ago
When you ask a binary question and they return a string
dual_sport_dork@lemmy.world 6 hours ago
[ { "respid": "00001", "content": "response", "value": "0" } ]
jaybone@lemmy.zip 6 hours ago
Because someone files a bug, which you are expected to fix. But they missed a bunch of shit in the use case. Because whoever originally implemented it sucks. So in doing the investigation for the bug, you uncover like ten other worse bugs. And your manager is like “why didn’t you just fix the bug?” Yeah. Then it’s fucking meeting time.
vrek@programming.dev 3 hours ago
I had this happen to me. The program was only used internally but it was possibly the worst code that would compile. My personal favorite was the “login”. When launching the program it accessed a local sql server. On that server was a table named “login” which you would assume had a list of all users and their passwords right?
Now that would be bad because you could launch ssms directly and just look at the table but when you did that there was 1 entry user “admin” password “admin”.
But that’s not all… When you look at the code these values are hard coded in. There is a linq query to check the login table for an entry with username “admin” and password “admin” and return the values in password. Now you might be thinking what the hell but here’s the kicker…when it got the response back it checked len(password) => 5
Yup… Didn’t check if password was correct just that the length of the password was equal to or greater than 5.
The actual username entry box? Yeah it didn’t validate anything. You could just bang your hand on the keyboard and log in… Really you didn’t even have to do that. You had to click or tab into the field and then click login. It didn’t require you to enter anything just that the username field was active at some point.
thedeadwalking4242@lemmy.world 2 hours ago
I thought my work was bad…
hemko@lemmy.dbzer0.com 6 hours ago
When you ask a simple question and it turns into a whole P1 war room
Someonelol@lemmy.dbzer0.com 5 hours ago
The head of a related department at work kept bragging about his plans to make a brand new tech doc for months to the higher ups but the problem with that is he didn’t have enough people to back it up. Upper management wants results already but the guy has too much pride to say it’ll need to be delayed until the headcount climbs back up. Instead he’s dragging my manager and by extension, me, into his plans. Now I’m being forced to bail out the other manager while not having the background necessary to produce a good doc on time. It’s so bad that we’re having twice a week workshops to cover this shit.
SoftestSapphic@lemmy.world 1 hour ago
There are 4 people at my job who refuse to just type me a response.
I ask them a simple question, and it’s either a meeting or “call me at x time tomorrow to discuss”
Like THERE ISN’T ANYTHING TO DISCUSS, ANSWER MY QUESTION, TYPE THE SENTENCE THAT TAKES 20 SECONDS AND WE CAN MOVE ON!
Redfugee@lemmy.world 1 hour ago
I’ve been in the same situation, drives me nuts.
This is why it’s best to avoid asking questions and rather send messages that inform, when possible. Say things like “I’m going to do this unless I hear otherwise” instead of making it a question. I try to put the burden on them to change an action or simply give them the option to not reply at all.
Of course, sometimes it just isn’t possible.
marcos@lemmy.world 51 minutes ago
Don’t. We need to discuss it. I’m setting a meeting Monday morning with the 4 involved departments so we can settle that down. Is 9 to 5 ok for you or do you think we will need more time?