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
Feed
All
Post Types
- Rants
- Jokes/Memes
- Questions
- Collabs
- devRant
- Random
- Undefined
Cancel
All
-
Just got rejected for BS reasons after handing in an assignment. Just tell me you found someone better, it's not a crime.16
-
Let me recap everything i learned after graduating college with a computer science degree and entering the corporate world
---
1) College is a scam. Literally NOBODY EVER asked me on ANY interviews if i have a degree and if i had graduated university. Nobody cares. They treat me as if im a slave clown who didnt finish any school and thats how they view and treat everyone
2) By having a computer science degree, i do NOT have a privilege of getting hired, I do NOT have a privilege of getting more interviews, i do NOT get a privilege of having a higher salary, i do NOT get ANY benefits or privilege other than wasted time and brainwash.
3) Literally a senior technical software engineer told me on a technical interview "college is not meant to teach you anything useful or valuable, college is there just to teach you how to learn"
The FUCK? I was extremely shellshocked when i heard him tell me that in my face. I was in disbelief and too stunned to speak. if somebody told me that truth before i started college i would have never started college. I can do that on my own for free
4) I have applied to over 100s of interviews and nobody wanted to hire. Everyone wants a Google-Level Senior engineer in 2023 with 50+ years of experience and then pay him 600$ a month.
5) What is happening in this corporate world is absolutely fucking disgusting, sickening and immoral. This is no different than 1800s slavery. This is how modern day slavery looks like. And even when i accept working for 600$ a month i can barely afford to pay to live. I'd get like 50$ leftover every month if im lucky. This is SICKENING
6) "Engineering will make you rich" is a BULLSHIT saying that our parents and friends say. It is FAR from making you rich. You only get "rich" (but slave level rich) once you turn 40-50 years old. Is that success to you?
7) Engineering is so saturated that nobody appreciates this hard work anymore. You're a slave and you have to compete with other slaves by telling your master (employer) that you'll work for slave salary AND you'll work 10x more in exchange to earn 20x less. This is IMMORAL and DISGUSTING16 -
>HAHAHAHAH YOU LIVE IN YOUR MOTHER'S BASEMENT --12 yr old relative
Anyway I was talking to some female relatives of mine at the after-burial food gathering yesterday.
One was 25?
Other was 12?
(what's in the food today is it pure estrogen?)
"HAHHAHAHAHAHAHAHHAHAHAHAHA you live in your mother's basement lol" --12 yr old.1 -
ColdFire should pound sand:
@coldfire Na; I back up my programming drives and keep that computer offline.
However: what you described: deleting the existing partition, and then repartitioning with a new partition, which is 1 MB less than the old one: would be recoverable via the linux photorec program.
What I or os described: overwrighting using dd or shred; would not leave (easily) recoverable data. It would also take many hours for 16TB.
So how long did your hack last? A few min? Or many many hours?
That's what I thought. Pound sand.
> https://devrant.com/rants/9171521/...5 -
> ticket comes, new feature is requested
> create the new feature from scratch. Code is neatly splitted in files and methods, each with clear responsibilities
> every method is documented, there are clear service layers for the business logic, which resulted in controller having 10 lines of code, give or take
> commit the whole code, everything works
> check the develop branch today, team leader littered business logic in the controllers because "the codebase is a mess anyway"14 -
You think americans are weird with their imperialistic units [inch, ounce, yard, pound, mile, ...]?
You think canadians are weird with their mixture of imperialistic and metric units [miles, liters, ...]?
Well I think we are all weird with our am/pm nomenclature when we start counting at 12 and end with 11 [12pm, 1pm, 2pm, ..., 11pm, 12-fucking-AM]
good luck making sense of that one!
"please run this command at 12pm sharp" -- is that noon or midnight? Did the chap writing this know which is which?17 -
A ham sandwhich walks into a bar and orders a beer. The bartender says... I'm sorry, we don't serve food here3
-
Coding faster is more important than code quality? GitHub shows a call to action: "Code 55% faster with GitHub Copilot". WTF?14
-
The postcard I got from dev to back from when I was a part of it.
Let’s make sure 2020 is special indeed. Aged like milk.4 -
Constantly losing and getting the shitty end of the stick will turn you into a bitter hateful person.4
-
I want to torture very painfully anyone who uses Word to send me content expecting that their exact formatting can just be copy/pasted into any old CMS or web page quickly and easily because the press release is going out NOW and I only got this to you NOW so just quick copy/paste it onto the website and we're good to go, right? You can do that, right?
NO NO NO NO NO NO NO NO NO NO NO! I CANNOT! AND YOU LEFT TRACK CHANGES ON WHICH CARRIES OVER SPECIAL CHARACTERS THAT I HAVE TO REMOVE BY HAND BECAUSE MICROSOFT HIDES OR HAS REMOVED THE ABILITY TO TURN OFF TRACK CHANGES IN SHARED DOCUMENTS! AND YOU INCLUDED TABLES, WHICH I HAVE TO REBUILD BY HAND OR TURN INTO LISTS! YOU WENT TO UNIVERSITY AND NOBODY EVER TOLD YOU THAT YOU CAN'T PASTE DIRECTLY FROM WORD TO A WEBSITE AND HAVE EVERYTHING LOOK EXACTLY AS IT DID IN WORD? WHAT ARE YOU SOME KIND OF MORON?! IT'S BEEN OVER 30 YEARS SINCE THE WEB WAS INVENTED AND YOU STILL HAVEN'T FIGURED THIS OUT?!
At least I get to bill more time.2 -
This is the result of 2 days of investigation. The diff between the commit that works and the one that doesn't.
So yesterday morning, I wake up, I'm told that the deployment from the day broke my tool. Good thing nobody was using it, anyway, I checked that I could reproduce it. It's only when deployed, I cannot reproduce it locally. I used netlify to start digging. I could pinpoint the problem to a line that was adding a key to an object:
const newState = { ...state, [key]: value }
So for non-JSers, it takes all the keys from object State and sets the key 'key' to value. You would expect newState to have the same number of keys as state, or one more, right?
But not anymore for some reason, newState now had only one key. The spread operator just went away with transpilation.
So I started questionning my sanity, and I migrated the whole fucking thing to vite (newer framework, this project is still using CRA). I still get an error, only in production.
But i still fucking need to deploy this simple change they ask me. So I start breaking down the commit that is responsible for the change. I mock the function. Still breaking. I comments out my changes. Still breaking.
At the end, I could pinpoint the error to this line. And yes, I'm questionning my sanity, but I have two commit that I can deploy to prove it. For the record, trailing commas have been in js since ES6 and I'm using all the others ES6 feature so there's no reason for this one to fail in the builder while the dev server is working fine.
There is a stupid fucking glitch in deployment and I'm gonna fnd that stupid glitch and destroy it.45 -
Sick af
Eyes burning
App crashes right before demo
I did a 16 hour while sick exactly to make sure this wouldn't happen.
I'm at my absolute limit for anyone expecting anything from me. Also my phone is broken4 -
Pissed off as fuck. The more I explain to people that they have to provide at least one piece of evidence in order to analyze the problem, the more they end up saying "the app doesn't work".5
-
Hey guys,simple joke for you....
"Why do programmers always mix up Christmas and Halloween?
Because Oct 31 == Dec 25!"
#joke#meme4 -
Check out my retrospective on dR Community Server (Discord guild)!
https://kbin.melroy.org/m/drbboard/...
It's the story about our devRant meetup back in October 2020. Hope it will bring you a little tear to your eye. 🥲15