Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "snafu"
-
FUCKING TIMESHEETS!!!
"Have you got your timesheets?"
NO, I FUCKING DONT, BECAUSE I WAS ACTUALLY WORKING A ROLLOUT, MY FUCKING TIMESHEET ITS A FACT, SOFTWARE WORKS = I WORKED, SOFTWARE DOESN'T WORK FUCK ME IN THE ASS WITH A TIMESHEET!!!!!!!1 -
[3:18 AM] Me: Heya team, I fixed X, tested it and pushed to production. Lemme know what you think when you wake up.
[6:30 AM] Me: Yo, I just checked X and everything is peachy. Let me know if it works on your end.
[9:14] Colleague A: Whoop! Yeah! Awesome!
[9:15] Boss: Nice.
[9:30] A: X doesn't work for me.
Me: OK, did you do M as I told you.
A: yes
Me: *checks logs and database, finds no trace of M*
Me: A, you sure you did M on production? Send me a sreenshot plz.
A: yeah, I'm sure it's on production.
Me: *opens sreenshot, gets slapped in the face by https://staging.app.xyz*
Me: A, that's staging, you need to test it on production.
A: right, OK.
[10:46] A: works, yeah! Awesome, whoop!
[10:47] Boss: Nice.
Me: Ok! A, thanks for testing...
Me: *... and wasting my time*.
[10:47:23] Boss: Yo, did you fix Y?
Courageous/snarky me: *Hey boss, see, I knew you'd ask this right after I fixed X knowing that I could not have done anything else while troubleshooting A's testing snafu since you said 'Nice' twice. So, yesterday, I cloned myself and put me to work in parallel on Y on order fulfill your unreasonable expectations come morning.*
Real me: No, that's planned for tomorrow. -
I know I am late to this but I have a happy story for this one.
My first dev job was awesome. Except for the pay. I had interviewed and taken the job based on the fact that I was done with my master's degree, but because of a paperwork snafu I wouldn't be receiving my degree until the spring. I was assured that if I provided proof of my degree when it was awarded I would get a pay rise in relation to my education. Well that was not to be. So this professionally and socially inept bitch I was working with was going to be ahead of me in her career because the people I worked for gave pay raises based on time served rather than ability and education.
So I started interviewing for other positions. Especially after government furloughs cut my pay by 20% for 11 weeks, causing me to max out my credit cards. All of my coworkers had my back. They went to the upper management and the higher ranking military people we worked for and explained the situation. They were my job references for my interviews. They got me a job that paid double what I was making. I still get the warm fuzzies thinking about it.
They were some of the sweetest people I had ever worked with. One of them gave my mom and brother a ride to the airport when I crashed my car. They bought me lunch when I was in dire straights. I really would have loved to stay but I couldn't afford it. That and winter in Utah fucking blows.2 -
Have a function that takes parameters and then performs a switch statement to determine what function to call next with those same parameters. One of those parameters is a Union type.
During CR, my reviewer said they’d like if instead of returning the function per case, I instead assigned a handler to the value of the function per case and then returned that handler at the end of the switch. Simple change, right? Only snafu, I’m casting one of the parameters on a per-case basis.
Somehow, through no fucking change of my own, TypeScript in its wisdom has decided that the type of that value by the time I call the next function is a fucking Intersection.
WHY THE FUCK DO YOU THINK IT’S AN INTERSECTION?! I’m fucking casting it per case! I’m ensuring it’s the right type for the next function called on a per case basis!
…. And that, my friends, is how I wasted a day with a stupid refactor that was ultimately just scrapped because no one could figure out how to make it work.
Goddamn fucking TypeScript. I3 -
Last year I changed jobs from a large multi-national to a small local agency (which happens to be run by friends of mine).
One of the reasons for doing this was that my work involved more office politics than *actual* software development, and had just plain stopped being fun.
Now, I am having fun again! An example?
For one of our clients we have to connect to (a lot) of third-party APIs. Often even SOAP APIs!
Now I hear you protest "But that is no fun at all! SOAP APIS SUCK!" Which is true, more often than not. 😔
BUT! My friend started an internal API-SNAFU Trello board. Every time you get bitten in the ass by some ill conceived fuck-up of an API, you get to add your complaint to the board.
Beside giving as something to reciprocally rant about, the board also serves a serious function: depending on the amount of fuck-ups an API has been known to make, the price for working with that API will go up.
Who said it doesn't pay to complain? 😀1 -
Well, after the snafu with the Ruby dev job, I've instead landed an SQL Dev role. Notice handed in, and in four weeks I will no longer work in support. The fact it's closer to home and pays more is a bonus.1
-
Internal monitoring dashboard that was made in PHP4 that was really slow (even for PHP4 standards) due to doing a lot of unnecessary things.
Fully uncommented, fully undocumented elsewhere, massive fustercluck of code.
Had to change at least 300 methods in order to make is somewhat run decent (sadly, I wasn't allowed to just rewrite from scratch, which would have been a lot faster)...
Just your regular SNAFU.