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
-
you know how in video games you press an input key and your character starts clipping through things or the camera malfunctions... or you walk into something and get stuck in a wall or just spring right into the sky?
they wanna put that into IRL cars now. no direct control over the parts, but only through software intermediaries...8 -
I need a generator and rust doesn't have generators... sigh
"extra unstable feature" on nightly 🤪39 -
Isn't it incredibly frustrating when they ask you to be proficient at things you haven't even worked with? I think this has got to be one of the most frustrating things as a developer, as I prefer to know and be skilled with things up front and not be dumped some tech onto me and 'here, figure it out'.
Of course, for those of us who have the deep fundamental skills in their fingertips, this isn't such a problem, and that's where I want to get.11 -
Started a new job.
Loving the work itself, but the project is a bit vague, designer takes forever to design screens, adding more features and stuff.
I don't think these people realise how much fuckin work all of this is.
Deadlines are insane, borderline unrealistic.
Now I just use all of the AIs I can find to generate slop that is mostly usable.
I'm so tired.7 -
the day ostream learns how to speak Hindi, i swear there wouldn't be any force in this world to stop me from flying across continents and hanging out with him.
No homo though. And no swinging either.11 -
It just hit me. Companies that badly want to use A.I. are really trying to cover for their mass incompetence.10
-
Is It just me feel that open-source engineers angry all the time?
Here’s the story. In some open-source repositories, things can get pretty toxic.
Story 1: Someone reported a real problem in an open-source repo. The maintainer replied rudely, saying “Irrelevant, I dont care, will not fix.” So I fixed the issue myself and made a pull request. The owner ignored it (that’s okay), but the person who reported the issue used my fork instead and it worked fucking fine.
story 2: GitHub Issues is starting to feel like Stack Overflow......Some engineers / contributors are rude to users who just want help. A user asked a simple question that didn’t have an answer online, because the framework just worked that way. The engineers could have guided them or fixed it, but instead they said things like Get out or Go ask ChatGPT or Google it.
To be fair ,I understand engineers get tired of spam and useless issues like redundant , but we should still respect people who ask real questions or try to help, well common decency.
If these were my projects, I will treat te contributors, users, and followers with respect .3 -
I work for a company who decided to put real effort on introducing LLMS and other AI tools not just in the product, but on corporate life as well, especially on development. It has benefits like we have access to Copilot, Cursor, Windsurf and Claude Clode, even we have the budget to run our models if we want. We saw the performance improvement and pitfalls on daily basis, but overall as a developer, I am happy with the tools and the improvement. BUT (rant mode on) the Product Management got a bit too excited about this. We have a legacy Python service? "LLM can code in that". Dont we have any experience with a programming language? "LLM can code that" We need to make changes some complicated internal project for our needs? "Dont ask the maintainer team, just use LLM to implement it and they'll review" We are not frontend, Java, devops and other focused team members. Everybody is everything.15
-
It's hilarious when companies use Box because when someone left the company, you see their name as 'a previous collaborator'. It's sad, but yeah. lol
...or imagine if it's a startup with immature software - it might say 'NULL uploaded a document 3 years ago'. lmao13 -
Rate your SQL skillz:
1: beginner
1a between 1 and 2
2: intermediate
2a between 2 and 3
3: advanced
3a between 3 and 4
4: expert
4a between 4 and 5
5: legendary
I'll start: 1a22 -
With the rate limits on claude code and openai codex becoming more and more restrictive , I found using RooCode to be a great way to context switch, between Codex,CC and Glm4.66
-
When Tech and Emotions Collide
I’m Hilary Silver, a relationship coach at womeninwireless.org, and lately, I’ve been diving into how algorithms “decide” who we fall for online. The irony? These dating apps are full of bugs worse than most codebases. I’ve seen love stories crash harder than production servers! Maybe if devs tested emotional UX like they test APIs, we’d all have healthier relationships.11 -
somehow I figured in rust I wouldn't have to keep track of "safety" things in my head, like the constant cognitive overload of JavaScript where you have to know if variables exist and what form they are that everyone complains about
and I think I frustrated myself thinking rust is "safe" somehow (when it isn't, there's conceptual leaks everywhere)
I think it's just a reduction of the cognitive load of tracking but not the entire elimination of it3 -
Snek unreachable from ipv4. Will continue working on it tomorrow. I've had corruption and it affected several parts. It required some heavy maintenance, even had to reboot the server in Rescue mode what works very nice at Hetzner actually. The next time I'll be less worried if such problem happens.
I've resolved quite some issues by letting create perplexity the ultimate diagnostics scripts, and based on that information, scripts for fixing the system. So custom made repair scripts for my system! Happy that I did, because in the end I've seen how much check and fix issues it were. All network information that it gathered to diagnose the issues, was 8000 lines. Dear lord. .3 -
Week: 109 (Year 3)
What are your plans for this awesome weekend?
Question: What’s a question that sounds innocent but in actuality is offensive?
last Weekend : https://devrant.com/rants/1928184414 -
Just tried vibe coding. I'm not sure how people do this...
It was like fighting against an adversary who was trying to actively harm a project. About 80% of the things I asked it to do, it did something else instead, and often more harmful.
It wanted to force push it's feature branch onto master because it got an error trying to push to master, because it's on a feature branch.
Wtf6