Details
-
AboutCompany says I'm a senior developer
-
SkillsAndroid
-
Location🇪🇸
Joined devRant on 7/5/2017
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
-
when I die, I want to be cremated, because I do NOT want fungi to enter my cranium and do something to my brain. It doesn't matter if it's dead or not. It once held "me", and I wholeheartedly believe that fungi can make it tick again, or extract "me" out of it to make me a part of them. Who knows what they do to people. Just imagine dying and waking up suspended in mucus while 36TET microtonal music plays.5
-
You know what I find truly despicable? Consultants who grossly over-sell worthless digital products.
Take a guy who throws together 2 text boxes and a list in Figma and calls it: "The disruptive platform that will solve all your problems at once today!". Are you fucking kidding me? Such an insult to people's intelligence.
There is a saying: "A salesman will sell you a dirty cloth for the price of a house".2 -
when you're adding whiskey to your coffee during work hours, you know you really should find a new job.6
-
"We really struggle to find people with this skil set"
So you're going to hire me, pay well, and not be full of shit, right?7 -
Opened a legacy PHP file from 2008.
No functions.
2,000+ lines.
Inline SQL.
HTML inside echo statements.
A single if (true) wrapping the entire thing like some cursed gift box.
At the top:
// Do not modify. Works perfectly.
At the bottom:
It writes to two databases. Only one exists.
Somewhere in the middle:
It sends an email…
to the client’s ex-wife.
I closed the file.
Rebooted my laptop.
Took a walk.
Still not okay.5 -
when you choose autopilot over intention for the 300th morning—is it really you choosing, or just a background thread running decision_maker.exe with cached preferences?1
-
I meant to upload this Reddit post from r/TrueOffMyChest as an image, but apparently that feature is broken. So I transcribed it. This rant writes itself. It's absolutely discrimination and by consent of the state. This, plus age and viewpoint discrimination, is why I own and operate my own business. I refuse to be beholden to HR assclowns trying to virtue signal their way into their next promotion.
"So I did an experiment, I work in CS and decided to test what the gender bias is. So I took my CV And changed the name to a female name. I'd send it out with my real name, then a few days later (or few days before) with a female name.
Out of 100, my applications with a male name got 7 responses for interview.
Out of 100, my applications with a female name got 45 responses to interview
The female resume was 650% more likely to get a callback. And the resumes were identical.
So then I thought 'what about someone looking for working class jobs?' So I decided to focus on restaurants-servers, hosting, etc. Made a fake resume, and responded to craigslist ads with both male and female names. Sometimes the male went first, sometimes the female went first.
Out of 100, my applications with a male name got 10 responses to interview
Out of 100, my applications with a female name got 87 responses to interview
The female resume got 870% more responses."6 -
- vaguely blonde
- stupid, npc face
- skinny fat
- sloth eyes, think Sid from Ice Age
- a fucking tester that likes unit tests in JS, especially Jest
- talks a lot, but every time she says something everyone just ignores it because there was almost no substance to what she said
- extremely annoying
- interacting with her would be the number one top level displeasure of your day, any day. A day when you wipe the entire prod db is a better day than the day you have to explain something to her
if you guessed jestdotty, you're wrong. that's just one of my ex-coworkers.12 -
Having no say in your own work and everything being decided AFTER THE MERGE REQUEST is really interesting.
Preparing my 2 week notice.4 -
Shitty jobs and not staying up to date make you stale. Probably having to find a new job, my skills are barely updated and now I find myself in a shitty situation. Going to have to do my best now.
Don't let a demanding, shitty job cause you to stay behind! I can't stress it enough. Dev skills are transferrable, employer dev skills mostly aren't, especially if you are tied to their brand.9 -
Still alive. Wrist’s been hurting lately so I’ve had to stop crocheting 😭
But I got into paint by numbers!5 -
I want to buy a 4TB external drive, with the sole motivation to "preserve" as many games as I possibly can. I know it's not enough, but I want to save my fav games before they're completely gone from the internet.
I could do that, but then what if the Operating Systems go to shit? What if Windows rolls out an update, where you can't run .exe files anymore? Everything has to be installed and run from the Microsoft Store? What if an "online-only" version of Windows gets released and all previous versions get removed?
I know duh, get the Windows 10 cracked iso file as well. But it just depresses me, looking at the hoops I have to jump if all I want to do is enjoy older games.7 -
alright so I opened a big ass curtain in my office, and it seems the sun glaring the fuck out of the screen of the person sitting in front of that window. But it's been weeks now.
Today I found out who is sitting in front of that window. It's the guy who is working with me and whom we had dinner last week.
omg I'm so sorry for opening that curtain.1 -
I’ve typed a question into google and the AI generated response was directly contradicting every web search result on the first page.
So, you can’t even rely on it to pull out the correct info, on top of the fact that it might have hallucinated.
Completely useless and deceptive.
It’s depressing to think about how many people blindly rely on this crap not realizing how bad it is.3 -
I don't care for any of your sins of people, government, organisation, companies. I don't mind them at all.
But I only mind one thing: Lying. The one thing that pisses me off. If I had a gun I'd put a bullet right through your eyes.
Speak the truth even if it leads to your death.8 -
Imagine having an ac breaking down when it’s a big heatwave. I kept taking cold showers but felt shittier and shittier. Was kinda surprised when I read the dangers of cold showers during heat waves, but tbh not THAT surprised bc I was wondering why I wasn’t feeling any better after all those showers lol. I got it replaced, but damn!8
-
Tell me, how in God's name does opening jetbrains toolbox hard crash the VM it is being run inside?5
-
Imagine having put so much effort in spamming on both devRant and my personal portfolio repository with 20 to 50 items a day and just failing on both. My site does like devRant cleaning up every few seconds instead of getting some better captcha or disable API. I won't make my site less comfortable to work with because such loser. I already thought of a fun prank i can do with him. But for now, i'm too busy for that. Sitting in a wheelchair must piss someone off very hard.6
-
I'm confused with the purpose of the structs here.Can anyone explained.This is a question regarding an implementation of the AVL trees.
struct Node {
int key;
struct Node *left;
struct Node *right;
int height;
};
Does anyone understand this part?15 -
On recent Android versions, moving a folder within the internal storage changes its last modified time (mtime) to now.
The purpose of mtime is to indicate when the contents of a file or folder have been modified. If it is moved itself, only the change time (ctime) is supposed to change. How could Google miss this? This has been the Linux behaviour for decades.
Google simply couldn't miss this opportunity to mess up stuff.2 -
I hate Outlook! It's a mail client from hell, its diabolity now powered by an intrusive Artificial Idiocy interferring with any mail I try to write, popping up undesired autocomplete suggestions and driving me mad! Microsoft, by forcing your CoPilot-shit on your users, you have degenerated the entire MS office package into a FUCKING USELESS UX!9
-
So like eating healthy and sleeping early and working out/running did not improve my mood.
I'm just more angrier and wants to fight/kill everyone I see.11 -
Drug addiction is better than gambling addiction in every way:
- some of the world's greatest artists/musicians were drug addicts, so you can claim to be like them
- there are a lot of different drugs to try
- your drug spending is regulated by your body. There is a set amount of drugs your body can absorb, and if you try to stuff it more, you die. In gambling, you can lose $10,000 just as easy as you can lose $10. So, when you die, you'll leave less debt to whoever's gonna be responsible for repaying it.
- drug addiction is primarily viewed as a medical problem, and in the western world, addicts often get compassion. Gamblers are universally mocked and laughed at, not just in the west, but pretty much everywhere.
- there are good things that were created under the unfluence of drugs. nothing good was created because of gambling
- quitting vast majority non-opioid (and even some opioid) drugs is ststistically easier than quitting gambling.
- If you decide to quit, there is vast support network of volunteers and organizations. there is huge body of scientific work about how to cure drug addiction. there is a dedicated field of medicine called addiction management. there is harm reduction. there are special meds like narcan that can do the impossible --- make a heroin addict with burnt out receptors a functional member of society. but there is almost zero support for gamblers.
- there is precedent of people getting rich by doing drugs. there is zero precedent of people getting rich by gambling.10 -
My anxiety runs on an event loop:
while(alive) { overthink(); }
What’s your callback function to escape the void?
(Mine’s () => { orderDumplings(); })9