Details
-
AboutEngineer
-
SkillsPHP, Ruby, JS
-
LocationEarth
Joined devRant on 4/19/2016
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
-
every project leader's project is the most important!!!!!!!! not the others!!!!
fullstackclown! do this now!!!!!!
it's apes trying to impress apes, all the way down5 -
Had meeting with higher ups.
Higher ups sad work hasn't progressed as much as they want.
I look at my calendar.
Barely 15 mins free for the day for a small washroom break7 -
You will never win in the unnatural by being passive. By being morally sound, you will only win at the things that require you being morally sound. This industry is not morally sound. This industry is all about who can make the most money. No one gives a fuck about you. You have to be evil sometimes. The only way you can protect yourselves, your subordinates, and your coworkers is to compete by any means possible. You can only protect them by breaking some eggs. That’s the only way to win here. You won’t get anywhere by being a nice person to everyone in this field.
THATS WHY A BUNCH OF US ARE TRYING TO LEAVE!!5 -
So my coworker Bilbo died over the weekend of a heart attack. He was one of the first people to take me to lunch at this company. He was always kind and took time to make people welcome. He is a good person and I will miss him. He was only about 50.
He is also this guy:
https://devrant.com/rants/9996423/...
I missed work yesterday as I felt like shit. So today is my Monday. What a shitty Monday. Maybe I will take today off too. Fuck this week.18 -
* Teams meeting, doing some early testing with the client *
Dev Team: This is an early build, so please be aware that bugs can occur at this stage. (That's why we didn't want to show it but you insisted)
Client: Sure, don't worry.
* 15 minutes later, first bug happens because some state management at the front end was not tunned yet *
Client: Can you solve this bug?
Dev Team: Sure, just let us replicate it and we come back to you as soon as...
Client: Can you solve it now?
Dev Team: ... Okay, let us ser whats happening and we will come ba...
Client: You don't need to hang up, just solve it.
*Dev Team internal chat*
Me: Fuck
Other dev: Fuck
My leader at the time: Fuuuuuck
PS: This happened in two separate occasions. I hated that project.6 -
I got a crap raise — lowest I’ve ever gotten anywhere, and well below inflation — despite busting my butt, having somewhat better health and therefore productivity, etc.
I complained to my boss about it, and said it was insulting. He said that direct managers have zero say in raises, and instead it’s entirely up to execs and HR. Makes sense, since nothing makes sense at this company.
Anyway, he apparently talked to his boss, who talked with his boss, who talked with the execs and HR, and they decided to give me a raise on my raise, a whole $1k/year more, all the way back up to the usual insultingly-low 3%. Yay.
Their reasoning?
“Money is tight.”
The last all-hands?
“Record profits! Record sales! Record numbers across the board! And most of all: record profits! Give yourselves a round of applause for making this all possible!”
Money is tight, eh?
I hope they get smushed by a meteor, given a snuggle-struggle by a roving Somali gang, or kept warm for the rest of their lives by another Hawaiian/Californian wildfire.14 -
I want to quit. I don’t feel like writing code anymore. I feel burnt out. As fuck. People keep changing requirements leaving me to do the impossible. And honestly do their dirty work.2
-
When you forget your password, go to change it and get greeted with:
"Your new password cannot be the same as your current password!"1 -
I code. I'm not a network or security admin. Did you even read my resume before hiring me? It says "math degree then data analysis then programming degree" Subnets, firewalls and security certs are not my areas of expertise. Given enough time, could I stumble through? Probably. But I'd probably come up with something worthy of mocking on networkadminrant.
-
My boss had a 50 page word document where he add any bugs he has found (he likes to test before it goes to QA) we then have to read that document for any changes (hi-lighted in blue) then add them to our bug tracking system. Any updates that are made on the ticket we have to add to the word document.
We tried letting him use our bug tracking tool but he hated using it as the padding on the navigation links was too big. We would have to redesign the 3rd party tool just for him4 -
When variable naming should be policed... $is_not_checkout. WTF!! Even worse when seen in context.
If (!$is_not_checkout) {
// do something when on the checkout
}2 -
How to be a successful developer:
1. Identify a problem that you don't know the answer to.
2. Spend 10 minutes searching Google for a solution, trying various keyword combos.
3. Click the link to the solution in Stackoverflow.
4. Find the solution with the most +1's.
5a. If solution looks good, implement the solution in your code.
5b. If solution is not applicable, return to step 2.
6. Test your implementation.
7a. If the problem is solved, bask in the glory of success and return to step 1.
7b. If the problem is not solved, move your hand vigorously through your hair, pulling out several strands. Exhale loudly. Next return to step 2.4