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
-
I despise the fastfood mentality applied to software development or even business.
presentation: generate with A.I. in 5 minutes
uncertain about how a system works natively: ask A.I.
Deep and academic studying is looked down upon. No, just use the language! Learn by practice! Flaw: reinforcing bad practices, just like piano.
We live in a dev world filled with hipsters, fans of libraries and 'quick wins'. Output is valued over quality. Rush rush. Product to market. A serious and ingenious person is no longer appreciated. It's all about brogrammers and scriptkiddies.
As someone who is strongly and deeply academic, this disgusts me.2 -
For a snack I have a can of Chicken Vienna Sausage and almonds sitting on my desk.
coworker: What are you eating?
me: weenies and nuts
coworker: <pause>
coworker: I always knew you were gay.
coworker: <laughing>
me: How dare you?!
me: <laughing>2 -
US is like macOS: a surveillance state (cough cough prism cough cough) that claims to be better than everyone else.
China is like Windows: total surveillance, you have no rights, you control nothing.
EU is like Linux: a lot of vaguely similar things, little to no surveillance, ugly (banking) apps.5 -
CEO is the most important job, even if you don't agree.
Your job is easier than CEO, you do what you're told, everything has a specification.3 -
So I often wonder.
if they do one thing that pretty much fucks a person for awhile because they pretend it should, while using my country as some boarded stage under which they hide bodies and shit, and simultaenously also rollback individual progress in other avenues or expect people to endlessly recreate but not share the accumulated information, what is their expectation ? especially when shooting them seems pointless because they just breed ? kind of curious how we got here.. again. I just want to settle down with my fucking money and let all these new retards continue to walk off the cliff like in the game lemmings if left unattended. maybe even to the song.
https://youtu.be/Xi-koI7mvq0/...
I think this level best describes my expectations.
anyway.
I said this before and I'm kind of sick of asking, would someone enlighten a very healthy old man as to why everyone is so fucking stupid and why he is sitting in the same place writing about the same thing to what probably comprises an entirely new group of people or if they even exist at all anymore, a single operator sitting trying to determine if a new query has been posted ?
I mean this is mean.
I wouldn't have shot any of you people at all in my lifetime if you'd leave time alone and stop trying to screw me up in life so little ingrates and awful little shits can realize life isn't what they wished it was and seek to do dumb things like jump off jacobs ladder for example.
i mean its just not worth it.
i would much rather have continuous happiness and/or normal boredom and friendships and the occasonal high class escort in my bed than running around watching soon to be dead idiots pretend I never made any money saying the same things as how many assholes before them and blaming me for things they did.
which i know especially they did.
because they did it all before.
i'm tired of robots am I alone ?
and I'm tired of the same years.
and i'm especially tired of retards saying 'hahahaah look at the AI, he has limited things he can do, why doesn't he just sell his soul/ass/baby/life like we did ? STUPID"1 -
Who wants to build with me the European search engine?
- Rust or Go for high-performance crawling
- LLM (Mistral / Mixtral / Zephyr) for reasoning and answering
- Vector DB (Qdrant / Weaviate) for semantic memory
- Retrieval-Augmented Generation (RAG) instead of classic indexing
- Postgres / SQLite / S3 for smart buffer storage
- LLM-powered garbage filter (kill SEO sludge)
- Nightly retraining & hot-swappable models
- Minimalist frontend (SvelteKit or Next.js)
- No chatbot behavior. No endless replies. Just answers.9 -
I'm yet to get used to the fact that whatever I'm seeing on my screen is private and for my eyes only
bye apple, I said bye, get out of my mind, eat shit and die!5 -
Bluetooth sucks pretty hard. Can't use a Logitech mouse and Sony headphones at the same time without interference :(14
-
1. surveillance doesn't exist
2. surveillance exists but general public actively fights it
3. surveillance exists, activists fight it, general public doesn't care/doesn't want to think about it
4. surveillance exists, fighting it is seen as radicalism/is socially unacceptable
5. surveillance exists, people actively and voluntarily help it/take part in it
6. people believe surveillance doesn't exist
where on the scale are you?11 -
Note: I had AI rephrase this because apparently it was too full of swearing or smth to be accepted and I was getting a "there was an error posting this rant". Nice that people at devrant's can't even show a clear error of WTF is going on, not even in chrome dev tool console/network requests, so maybe you're able to figure out WTF is going on and fix your post. They must be the same kind of people I'm ranting about.
-----------End of the note.----------------
TL;DR;: My coworkers are smart idiots that learn fast but can't control themselves into turning any project into a trashcan of spaghetti code and I'm burning out and want to switch for couple years to a simpler job.
I'm considering leaving my career in programming, consulting, and project management in favor of a more straightforward, manual labor job—perhaps something like baking or another role that relies on physical effort rather than constant problem solving.
I’ve reached a point where I can no longer tolerate the challenges of my current position, especially due to the dynamics with my coworkers. I long for a day where I can work for eight hours, exhaust myself physically, and then go home without any lingering mental responsibilities or ties to complex problem solving.
Over the past decade, I’ve collaborated with many people, yet I've only had the opportunity to manage an entire project from scratch on my own twice. In those rare instances, everything ran smoothly, issues were quickly resolved, and the code remained stable for years without constant complaints from clients.
Unfortunately, my coworkers, despite their intelligence, tend to overcomplicate even simple tasks. They often fall into the trap of overengineering, chasing the latest technologies and implementing unnecessarily complex paradigms, design patterns, frameworks, and techniques—even when I’ve offered simpler, proven solutions.
For example, I’ve built robust portals that handle everything from national highway finances and warehousing to HR and inventory management for major companies. In contrast, when others attempt similar projects, the resulting code becomes overwhelmingly complex and difficult to manage.
To give a few specific examples:
Example 1: The .NET Portal
We began developing a .NET portal about two months ago, which is now nearing version 1.0. Before we even started, the team had created multiple flowcharts to split the project into components like SaaS deployment, Docker integration, obfuscation, and separate portals for user administration and backend processes. Within a few weeks, they scrutinized and debated numerous authentication technologies—even though we had successfully implemented JWT token solutions in the past. The team continually shifts focus, leaving me uncertain about the final direction.
Example 2: Over-Engineering with Patterns
In another project, the team overused inversion of control (IoC) and mediation patterns, even going so far as to have an AI generate a custom message bus. Navigating this overly decoupled code is challenging; even Visual Studio’s IntelliSense struggles to provide guidance, and the code often feels like a puzzle that changes whenever I return from a break.
Example 3: Complicated Logging Implementation
We needed to add logging functionality, and I proposed a simple solution using custom exceptions that would bubble up to a central logging mechanism. Despite its past success in saving time and reducing frustration, the team decided to implement three different logging methods—one using .NET’s ILogger, another with Serilog, and a third hybrid approach. They even suggested using a rarely seen technique involving stack traces to determine which function threw an error. This approach added unnecessary complexity and only increased my frustration.
Now, even though the project is too far along for me to withdraw, I find myself feeling burned out just a few days back at work. The code has become a tangled mess, and even routine tasks like adding logging are turning into sources of intense frustration due to constantly shifting ideas and overly complicated designs.
On top of all this, I’m also disappointed with the performance of AI tools, which seem to be producing unreliable code that requires further fixes, compounding my frustration.
I’m now seriously contemplating a complete career change—perhaps even moving to a country with a better work environment, such as Denmark or Switzerland—in the hope of finding a job where the work is more straightforward and less mentally taxing and better paying1 -
Retarded point of view: "Angular is great for enterprise because it enforces good coding practices and makes developers more efficient."
BULLSHIT. This is the biggest lie and people die on their stupid Angular hills with this. It's about team culture, regardless of framework or language.
I've seen some messy as FUCK Angular code that takes a dev way more time to do a basic thing than it should. Angular is not more resistant to technical debt than any other JS thing.
"But TypeScript." Utterly useless if you're just adding any for every object and variable.
Angular is no better than vanilla JS.
I dare you, challenge my point of view.12 -
Does anyone have any tips on how to organize notes for story writing?
I have a dump.txt that's almost 1000 lines long with story ideas and rules of the world sort of mingled together since the stories are where the rules are explored.
I've been writing an application that I can put in topics and tag them so I can see what I've made notes about with a quick search. It seems like a good idea, but the tags are ultimately quite subjective, as is to be expected, so I'm not terribly confident I won't forget to tag it correctly.
As I write my story, I'm thinking I should remove the story notes from the dump, so eventually I'll only have the rules of the world. And maybe I should write story notes in a dedicated story ideas dump.
It's just so much to keep track of.8 -
life is a series of
"fuck it's so bad"
and
"well this is easy compared to what I just went through, pish posh"
and then you're high on your high horse
and then you realize just how damned bad things can be. it's damned nuts. you would've never imagined.
and how are you still alive then?
remember when every day wasn't a struggle against not being dead? I guess eventually you get so close to death you don't get to surf out of that one final wave successfully
and on we go: https://youtu.be/8nuvfiJJnWY
... wow can't even have YouTube find songs I have full titles for now. tech just keeps getting worse. how can I emo out like this, when the emo'ing spawns more emo'ing before I can finish my prior emo'ing?! AHHH! -
Hey maybe instead of stupid we just let the last decade stand and just fix the problems dirty fucks caused and kill all of them in the most efficient way possible and just create a happy light filled society after the trash is set out to the curb ? Remember? Jesus. Stop holding happiness hostage you fucking fucks! And get your own fucking lives I want my fucking money back I worked for and to relax in the present not be reminded of all the trashy evil bastards that should have stayed dead.4
-
devRant discord server.
Everyone are admins. No one gets banned, racism and profanity, truth are allowed.
https://discord.gg/KmN64WM8Bk
@retoor
Let's talk baby12 -
So I do some custom development I run a docker container and want to access the web page from my phone hosted from my PC but first want to test if is reachable with the IP of my machine I put http://192.168.1.126 :9123 into the address bar of Firefox, and get redirected to google search.
Fcuk Firefox, I used this browser for years but no more, all this great privacy and security is a junk. Can't paste images to Web WhatsApp because of some security bullshit!
Switched to Librewolf but generally fcuk all browsers for http:// forced to https , the browser should be smart to detect 192.168.x.x IP and not redirect knowing it's fcuking local address!3 -
when an Indian say "you don't need privacy if you have nothing to hide", you call him "pajeet". when an American say that, you call him "strong leader". Guys, learn the difference already!8
-