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
-
Why does everything require an account these days?
I just wanted to try out a simple to-do list app. Next thing I know, it's asking for my email, phone number, and the name of my first pet. I'm not buying a house — I just want to tick off "buy milk."
Whatever happened to lightweight, no-signup tools? Devs, bring back simplicity please.
/end rant21 -
I actually think that auto-completing pull requests with any merge strategy other than fast-forward is completely insane. WTF do you mean the final version of the code is produced with no humans present?5
-
I wish dev work was about the tech, the logic, the architecture
but annoyingly it's always about people7 -
I hate 2FA, solving a problem I don't have. I expect it rather to lock me out some day than actually helping me.
Just subscribed to a service, pissed that I couldn't use a simple password and had to do one of those impossible ones making you store it in a Keychain or making you the forget-button dozens of times. Activated account, and then it wanted you to do the 2-FA as well.
Do realize, my freaking bank has just a four digit code weirdos!5 -
Been at interview today for some mobile banking app. Female interviewer describes the process: tech scrrwning for their company, then tech interview for client company, then coding challengde than hiring manager offer. I said I am not doing that, I cannot pass those, my brain freezes at those challenges. I can offer pair programing up to two hours with their programmer. Interview ended quickly amd I am glad I stood up against that nonsense.3
-
tailwind is trash holy crap.
every div element contains like 30 classes that have their own thing going for them.
just start writing inline css at that point. Why bother putting classes in?9 -
Didn't realize how disgusting Facebook was. If a girl removes her profile picture they have determined this person hates their look. So they start spamming them with makeup ads. If a person is suicidal they start spamming them with other ads they think are relevant.
This guy brought this to my attention:
https://youtube.com/watch/...
He seems to be in the trenches against, or reporting on right to repair. Not quite sure. I think he makes some interesting observations about how tech is weaponized against consumers.19 -
aaaaaand it's back
Didn't even take a day and people were already posting melodramatic goodbye posts lul7 -
I regret persuing Software Engineering as a career.
I am not sure how to grow. I graduated in 2020, been doing mobile(Android) development for last 5 years and after 2 switches, am stuck in a typical micromanaging toxic company with an average package and this is sucking the life out of me.
I don't feel excited about my domain. Earlier I had this twinkle in my eyes everyday I wake up, wanting to tackle the next big challange, explore the next unexplored area in tech. But now am in crisis
Firstly My domain(Android) itself is challenging. continuously evolving and people wanting to move to shiny stuff instead of what works. Wasn't technology the tool to fix problems? Why is it inventing problems?
2ndly when and where is one supposed to "live life"? i wake up at 6.30, leave for office at 7.30, reach office at 9.30, leave from office at 6 and reach home at 8.30 .
take 1 hour of dinner 1 hour of freshen up, and 6 hrs of sleep and poof! almost whole day is gone! why am i spending 20+ hours in a routine that isn't giving me any happiness?
I can't go to gym , I can't goto park to walk, I can't read a book, I can't make some side business/hobby, I can't play some ps game or go hang out with friends/family. is this normal?
Either am at an illusion that :
1. there are some companies that allow one to achieve all this with their remote work or
2. there are professions/business which allow this or
3. there are government job employees who love like this.
or everyone is doomed like me and we are all looking to die at early 50s. I sometimes think even a farmer is not that in pressure as us.
Lastly the work pressure to proof oneself every damn minute and the office politics. I just want to get out of this rat race10 -
Unofficial slogans for programming languages:
Javascript - JustShitting out frameworks every week.
Python - Shit programmers become slightly less shit and call themselves "data scientists" here.
C# - We know we are better than you, and even though we don't need to say it, we will say it anyway.
Pascal - The only recognized version of Pascal is from one single vendor.
Haskell - Stay is school if you want to use this professionally.
Swift - (honestly don't know what to say here, Lensflare can fill in on this one.) Maybe this: The first rule of Swift club is we don't talk about Apple club.
Java/Kotlin - We are in everything, including your mom's vibrator.
C - The rest of the programming world doesn't exist. Especially in embedded. Happily using K & R compilers for 3 decades.
C++ - We will pretend to care about the rest of the programming world, but like C, we will do whatever the fuck we want. or, Being held back by the ABI for at least a decade.
Rust - I feel bad for you for using other programming languages.
These are probably highly inaccurate, mostly just wanted to talk about Java being in your mom's sex toy.9 -
Can we stop conflating Desktop Linux and Linux (as in the kernel, servers, the project itself, etc)?
Desktop Linux is a pretty tiny niche in Linux, while Linux itself is pretty huge part of pretty much anything related to computers and on top of which a LOT of things are reliant on.
And yet so many times when I see or hear a complaint about Linux or some Linux distro, I look inside and it's specifically a Desktop Linux issue that has nothing to do with Linux itself.12 -
There’s lay offs in my company.
So far:
- slackers and incompetents are staying
- Part of the leadership team is in holidays
- No one said the word lay offs but use the sentence “changes to come”
I am going back on monday and part of me hope I will be kicked out as I will have nothing to loose then, and a full month to say whatever I want.2 -
Why the fuck are there so many electrical standards to connect a mac to a phy?!
MII
RMII
GMII
RGMII
SGMII
SRGMII
XFI
SFI
QSGMII
10G-USXGMII
10GBASE-R
100BASE-FX
XGMII
XAUI
PSGMII5 -
When someone writes a Flutter app like it's 1998 and blames Flutter for being "too hard" and "DIfficult"
First of all… WTF?
This guy wrote an entire Flutter app like it's HTML + CSS cosplay. No use of Flutter’s built-in Drawer, AppBar, or BottomNavigationBar. Instead? He manually built his own versions of all of them using Container, Row, and Column, all dumped inside the body. Literal pixel pushing. He made a fake AppBar inside the body. A fake Drawer inside the body. A fake BottomNav inside the body. It's like UI inception. Then he turns around and says “Flutter is hard.”
Bro… you made it hard. Flutter gave you prebuilt widgets. You chose pain.
Zero data structures. No architecture. No MVC.
The only MVC I found was: Multiple Voids in Class.
And the documentation? It's literally been around since 2018. Not even buried, just a Google search away.
Then came the excuses:
“Oh he’s from a Delphi / ASP.NET background, so Flutter is difficult for him.”
No. I’ve coded in Erlang and COBOL. You don’t see me turning Flutter into Erlang’s syntax disaster or WRITING DART IN ALL CAPS like COBOL.
Choose a paradigm. Functional? Procedural? OOP? Fine. Just don’t mix all three into some cursed hybrid mess.
What did I see in the code?
Recursion inside recursion for no reason
Functional programming patterns mixed with anti-OOP logic
500+ functions declared, zero referenced
Authentication by writing to file.txt. Like… bro, why?
And then there’s navigation. He stored route info in both SQLite AND SharedPreferences before pushing a new route. Why both? Why at all?
Honestly, Flutter has been one of the cleanest and most developer-friendly frameworks I’ve used. Dart is readable, fast, and predictable. But somehow this guy managed to turn a simple Flutter app into a twisted assembly simulator from hell.
Flutter didn’t fail him. He failed Flutter.
And yeah — the project folder was named Flutter_UI_Test_FINAL_v2_Rebuild_2023_OK and full of main_old.dart, main_old(copy).dart, main.dart.bak. I should’ve known from the start.
Really.......Some dev are idk what to describe
refer: https://devrant.com/rants/18897167/...15 -
There are 10 kinds of people in this world: those who know binary, those who don’t, and those who didn't expect this joke to be in ternary.3