Details
Joined devRant on 6/18/2018
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
-
A shout out to those considering deleting their dR account [esp. old timers here] and still on the fence. If you can -- don't.
If you're an old timer here, chances are you actually dev-ranted about real dev issues and possibly posted a solution found after all the frustration.
If you delete your acc, all these posts will disappear. Leave them be. Let them be a contribution to the community, to your fellow devs.
If this platform is no longer worth your time [can't blame you, really], you can simply log out and not come back here :)20 -
The most unrealistic deadline I got was the project must complete within 16 hours.
Setting: Freelance
Did I accept this? No
Client budget: 10 usd
What is the project? A iOS app which is the a combination of all LLM into one, like a clone of Poe. The API key must use my own because client refused to pay. I negotiate about the project, explain to him why this project, deadline and the budget is not aligned He said " Now everything can be done by using AI, why are yoh cheating me, i will report you" ( I was like report what?) I rejected the gig, then day's later my email junk folder is occupied with racist content and insulting me.
So yea. This is the whole story. This project is doable, just a wrapper. I don't mind if client will pay for all the API , the pay and dealings is logical.38 -
Do you prefer to pin dependencies to an exact version or a specified major, latest minor version?16
-
If you put Web3 on your resume, I'm rejecting you without even looking at the rest of your resume.4
-
How certain can we be, that AI Code Assistants or the companies behind them are "stealing" our proprietary code?12
-
There is this recruiter who sent me two messages on exactly 2:35 pm on two separate days. And then today, asks for my phone number for brief talk and getting to know me.
Is this a bot, or a scammer or legit? The profile picture is a pretty girl also.
Might just block.
I get scam texts on Line, Telegram, Messages all day, but not on Linkedin so far. So this is new.6 -
Do they forbid music at your office? They do at mine. It's always like a weird atmosphere until the loud people come in. lol. Not a sound, not a peep. If you didn't look around, it's as if people weren't there.
Seriously. It's a bad idea to have music?! I understand that from a concentration perspective, but come on. Let's make business even more boring. lol.
On the other hand, I did work at a place where they had radio playing but they never changed station. It felt like Groundhog day. lmao.12 -
Having an Active Noise-Cancelling headset is a gift to a Software Developer. Concentrated engineering in any noisy environment.
The dawn of a new generation in luxury personal equipment.
The ANC headset is a premium lightweight, high-performance headset that meets the demands of the new generation of upper-income urban software developers.
The ANC has the conveniences of earplugs, a wireless communications device, and a device without wires.
Muting power is a matter of convenience with the ANC headset.15 -
Here's an idea: don't proclaim you've finished a feature (apparently in a silo) to leadership and then refuse to deliver it to the code repo.
Like, I totally get it, you used a fancy LLM and it spat out something that looks reasonable at a glance, but aren't sure because your environment wasn't actually set up for local testing (ie never actually run). But still, you could commit whatever garbage was spit out and have someone look at (or, more likely, completely re-write) it, but Nah, puffery is better than delivery I guess.3 -
Interviewer: Where do you see yourself in five years?
Candidate: Well, I checked your LinkedIn... and most employees leave in two years.
Interviewer: Uh... welcome to the team?" 😂 -
There was this one time when a coworker needed to update the Xcode.
IIRC because his Mac mini was low on storage space, the update failed && the Xcode became corrupted.
He found that out when he tried to open the Xcode, at which time he was presented w/ an error akin to:
'Xcode was found to be corrupted && was moved to the Recycle Bin'.
C: 'Good, it belongs there!'.11 -
Did anyone here work with WebAssembly? .-. Like for real-life scenarios and not just a hobby
I thought it'd be a bigger deal by now specially for SPAs and corporate web-based dashboards
but i havent seen much of it irl6 -
Old employer sends you a message on WhatsApp 4 weeks after you left asking for your help because they cannot figure out a NEW issue with one of the application servers.
What do you reply? Do you even reply?
(I’m now freelance and charge £70/hr)22 -
I accidently uninstalled a browser in my android phone. Lots of bookmarks lost :-( No Google sync or anything. How to recover?5
-
It occurs to me that the only people left on devrant are shills, bots, racists, and insane people, and I've yet to decide whether to leave or count myself into that last category.53
-
WHO TF STILL USES SVN!!!!!
The current client I am working for has an insufferable CTO who doesn't want to use git, because of some github new privacy terms... We have tried to explain git is not github and that we can host our own git server... He is a knows it all and doesn't want to use git in 2025... although I understand there's different preferences out there... No one in the development team wants to use SVN! ... The CTO doesn't even write code.9 -
AI is dumb and is not going to rob your work as a programmer.
Expanding on this:
https://devrant.com/rants/12459112/...
Don't know about the others, but programming and IT is mostly safe unless you're a secretary answering to mails pressing 1 keystroke at time with index finger.
Bullshit.
I’ve tried EVERYTHING. As a developer, I know exactly what instructions to give and how to explain them. I tried this stuff for years.
I abandoned the idea to give Ai a full blown workspace to vscode with copilot, even with experimental LLMS (Claude 3.5, Gpt4o, o1, as per my linked post, copilot is dumb as a rock), because it fucks up every fucking time so bad.
I tried getting an AI to build a simple project, something that has plenty of samples of code around, something that I was sure it could have been in its training dataset. A copy of Arkanoid, in HTML/CSS/JS, even reformulating the prompts over and over with different LLMs that claim to have reasoning abilities. I provided detailed feedback step by step, pointed out the errors, improvements, and problems in-depth to: o3, o1, 4o, deepseekv3+R1, and Qwen 2.5 Ultra. I even activated web search and suggested scanning GitHub repos when necessary. I gave examples of code after several failed attempts.
And guess what? Nothing. A total mess. Half the time, the game didn’t even run, and when it did, everything was wrong—bricks overlapping, barely anything working the way I asked. Even though the internet is full of similar code, and I gave it part of the solution myself when it couldn’t figure it out.
Don’t worry, AI isn’t going to steal your job—it’s just a broken toy. Fine for repetitive, simple tasks, but nothing more.
It's years that they make hyped up bold statements that the next model will revolutionize everything and it's years that I get delusional results.
It's just good at replacing some junior bovine work like mapping some classes or writing some loops with not too much variables and logics involved.
Sigh. My error was getting too comfortable using it and trusting/hoping that this ramp up in AI developement would have brought an easier life to dev.
Silly mistake.7 -
do you have an innate instinct to respect authority or those with status?
where does it come from? how does it feel? how do you experience it?11 -
I'm a sick to fucking death of reading 'documentation' by developers who assume you know everything they did at the time of writing and so leave out 90% of the context that would make the documentation make any sense.
Listen to me. If you are writing instructions on how to do something you have 2 options.
1. Write steps that are so detailed a person who has never touched the system could do them
2. Give enough information for a person who has never touched the system to work it out for themselves.
NOT. LET ME REPEAT MYSELF. NOT: 3. Give some half assed info that assumes you had already been working on the system and practically knew everything anyway.
If I had already been working in this area I WOULDNT NEED THE FUCKING DOCUMENTATION TO BEGIN WITH.10 -
So the people who gave root access to clowdstrike and broke half of the world's computers are gonna operate the three miles island nuclear plant?
What could go wrong, right?
https://bbc.com/news/articles/...11