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
-
For fuck's sake, what are the creators of tailwind thinking? So, I made the mistake of upgrading to tailwind v4 and now my site is broken. Who in the fuck thought removing half the features is an "improvement"?.
wE've mAde ConFiGUraTion EaSier with CSS.
Sure, let's see. It sounds neat on paper, a "CSS-first" approach. But when you've got existing projects with a meticulously crafted tailwind.config.ts file, it's not simplified at all, it's a migration nightmare. Suddenly, my custom colors and breakpoints are all gone or behaving unpredictably because the new system decides to interpret them differently.
Do these people actually work on any project that is long-term or is everything they work on just green-field?
Because when you have hundreds of pages and custom built rules, and now eveything is broken for no goddamn reason, it's not fun, is it?
I've now wasted days on this shit when I should have shipped so many features.
I simply can't wait to switch my career to something else. Like, this stuff is just so bad man. Come on.6 -
Friday afternoon.
Boss: “Can we push this small fix before the weekend? It’s just a button color.”
Me: “Sure, what could possibly go wrong?”
Fast forward 20 minutes:
Whole CSS is missing
Login page is blank
Server panicked so hard it restarted itself
I’m now "that guy" who deploys on Friday
Moral of the story:
No fix is truly “small” on a Friday. :(6 -
Having no say in your own work and everything being decided AFTER THE MERGE REQUEST is really interesting.
Preparing my 2 week notice.4 -
In modern C#, everything's an interface.
Zig is actually sort of similar. I guess I owe it to C# for teaching me the magic.
Sorry, I mean:
IZig is IActually ISort of ISimilar. (IContinued...)4 -
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".7 -
spent the whole week working on a bug fix last week.
implemented a method to filter some data to make it easier to use in the HTML template.
friday's session with other programmers to review code went well, they said the method is pretty good and works nice. (I must admit there was an elusive bug that prevented the component to render and none of us could figure it out)
i get back on monday to a message from the lead saying the code is unusable and they reverted to the previous (convoluted) way of doing things and i should do the same in the future. just copy their work.
i check the typescript class. fucking method that was used (which he told me not to use and I should copy and work off of), he went and just changed the method's name, and the body is EXACTLY the same as his existing method.
this code base is ridden with re-used methods (I managed to extract two reused ones into a service some time ago), the use of any for 90% of method return types and variables...
WTF. I am losing all of my respect for seniors and faith in this company.
This is why I am burned out. You are farting against a hurricane and everyone else's shit is coming back onto you. This is fucking insane. Or am I insane?13 -
Sometimes, Google's solutions are worse than the problem they intend to solve.
For example, Google ReCaptchas are worse than spam, especially those with the pictures that fade extremely slowly on purpose. Unlike bots, humans are likely to not finish deliberately annoying captchas to save their precious time. (see http://archive.today/2022.06.25-110... )
In Chrome (mobile version), pull-to-refresh saves the one second it takes to reach for the refresh button in the submenu, but poses a threat of accidental refreshes each time you swipe down intending to scroll up. Over two thousand people have complained about this. ( http://archive.today/2025.02.26-153... )
With Android 4.4, Google blocked write access to memory cards (MicroSD) from all user-installed apps with the exception of app-specific folders so apps can not leave files behind when uninstalling. Google provided no option to change this. (source: http://web.archive.org/web/... )
But for unwanted files, there is already a delete button! Why take away the freedom to use the MicroSD card properly?
Google crippled the usefulness of memory cards for this nonsensical reason.
Google solved these problems with solutions that are worse than the problem.3 -
Modern smartphones: "Powerful", "marvelous", but corporate overlords dictate what you actually get to do with it.
They lock your bootloader and prevent you from installing third-party operating systems.[1] Now they are starting to block third-party app installation only in certain situations, but this will sure as hell escalate.[2]
They block you from using the MicroSD card properly or take away the memory card slot entirely, decide what you are allowed to screenshot[3], and they lock your user data (like browsing history and saved pages) away from yourself to "protect you" from imagined evils. But this "protection" is actually the curse.
They also refuse to implement features people ask for like always starting with the rear camera regardless of the last used camera[4] and let the user backed up saved pages[5]. Something as simple as turning the flashlight on and off while recording a video took over a decade for Samsung to implement when shouldn't have taken a single afternoon.
----
Sources:
[1] Xiaomi prevents unlocking the bootloader but graciously allows it seven days after purchase. I believe that as the buyer, you should be able to install any operating system you like.
[2] (added through edit, hence last) Since Android 16, Google blocks APK installations during phone calls, supposedly to protect against scammers. But if history teaches us anything, it means this will quickly escalate and end with APKs being blocked completely or only installable through ADB, which requires an external computer and a USB cable.
[3] Google and Apple let app developers block users from taking screenshots. This is, for example, used by WhatsApp to prevent screenshots of profile pictures, even though everyone knows one should not put something in a visible spot on the Internet that one does not wish to be preserved. I believe people should have the freedom to screenshot anything that appears on their screen, like desktop operating systems (Windows and Linux) do. The buyer deserves to have the final say on a device they paid for.
[4] https://r1.community.samsung.com/t5...
[5] https://forum.developer.samsung.com/...34 -
Am I in a toxic work environment or not?
1. I suggested implementing some code guidelines for our team so we can all work the same way. Lead architect sends me a DM telling me to stop talking about it until after projectX is done because it might stress out other devs. Friday he talks about how important it is to use standardised tools and ways of doing things.
2. Spent a week working on a bug fix and they said solution is good, but then invalidated all of my work by DM-ing me saying it's unusable because i worked on wrong branch and he quickly fixed it over the weekend and I should just copy his (inefficient) code.
3. I ask him a basic question of what version the backend software is using and he doesn't even respond. I ask another team member who quickly helps me check. it would have taken 1 fucking integer to answer that question. i wanted to learn the backend stack, but not so much anymore.
4. Lead doesn't respond to project management software ticket mentions.
5. Lead randomly makes hotfixes to the QA server without prior notice so the backend randomly goes down at times during work hours and then my local copy of the front end stops working for no reason at all when I am trying to focus on bug fixes
6. UX/UI designer's screen designs look completely different than the actual app, so I spent weeks implementing a feature looking like his nice designs, then having to change it again, taking another week.
7. Generally poor comms
8. Leadership mentioned jobs are safe, then 2 months later retrenched a bunch of people.
9. People getting sick all of the time.
10. Nobody gives a shit about technical debt22 -
Yeah turns out writing a shell is a whole lot more work than I thought
Fuck man, why can't I just find a cool project that is actually doable in a normal lifetime6 -
What‘s the purpose of separating your code into "independent" modules if each module contains everything anyways?6
-
There is nothing easier than running an insurance company in the US of A. When a big request comes in from a client in distress that got into a terrible accident that is definitely covered by their (very expensive) plan, you just go to the data bank like Equifax and see if they're still rich enough to win a lawsuit against you should you refuse to pay.
For those of you who don't know what a data bank is: data banks are companies that buy/scrape/suck in every last bit of data they can about every person in the country, and then resell it through their fancy UI with all the convenient features and metrics.
So, Umbrella Insurance Co. goes to Equifax and asks whether Joe Schmoe's accident is severe and life-ruining enough that they won't be able to sue us. Exuifax says: let's see... Joe's Revolut©™ account has the grand total of $80.12, with $7,382.25 recently spent on medical bills. Joe's WhatsApp©™ (a Meta©™ company) classifies their recent messages as "desperate". Joe's iPhone©™ Screen Time©™ is increased, and Joe is doomscrolling a lot, especially on The Washington Post©™ (a Jeff Bezos company). All signs show that if you don't pay them, they won't be able to out-sue you. That would be $0.12, thanks!
As a person who is no one in particular that may or may not have been a US of A's supreme court judge once said, "sometimes it's not about justice, but about making the sucker spend all their money".22 -
I’m so annoyed that the word “throwel” exist but doesn’t even mean a tactical shovel designed to be thrown.7
-
Woke is really a virus. One woke message in the context window of your LLM and the conversation is over. Nothing to discuss anymore. You're getting charged $0.06 per 1,000 tokens for woke lectures, $0.12 per 1,000 tokens for being judged.
Do not use AI services from chutes. I was talking with uncensored dolphin 30b, and not the LLM gave me a lecture, but the PROVIDER. Same for wizard from Microsoft. Microsoft does not filter that LLM but your freaking connection. How a bout that.
In the end i found a very nice solution for my Replika clone,. But shame on them. I really don't understand why they care so much about it. Imagine the AI costs to check every message if they're apropiate.
This tech could've been so much better in better hands. A realistic conversation like you have with dolphin is impossible with openai or the others.
Anyone tried the dobby LLM? What the fuck is that :P49 -
I'm gonna piss off the Linux users with this one and I don't care anymore.
Linux will never be able to match Windows and Mac software quality. Tell yourself all you want that it is superior for development purpose (which it is) but don't tell yourself that is an Operating System.
It's more like an Operating Environment, where I can run some apps, but not all apps, which defeats the purpose of an OS.
Writing code is fine, but the second you dive into apps like OBS Studio, the machines shits it's pants like b2plane does on a daily basis.
This is why people hate Windows and want Linux to step up and be good, but it can't happen because of "diversification". So many distros, just fucking pick one standard and stick with it for fuck's sake. This is why apps are not optimized for Linux.
Windows and Mac have standardization which is why I can fucking be productive with it.
"I use arch btw" yeah you do, but what can you do with it?
FUCKING NOTHING !!!
Linux is like that one loser friend who people want to see turn things around, but the fucker won't make it happen because they don't want to help themselves in the first place.16 -
How do you mentally check out and stop caring at a toxic job?
Been at this big fintech for 4 months. Small teams, impossible deadlines, undefined tasks, missing specs, constant context switching. Everyone's doing overtime/weekends while management sets you up to fail then blames you. Performance evaluations every 3 months.
Was literally about to quit tomorrow but need the paycheck. So I'm turning this into an experiment - I'm a recovering people-pleaser who's never set boundaries at work. 9 years in my career, never been fired, I left multiple times due to burnout in the past.
Time to see what happens when I stop caring about pleasing incompetent managers and their made-up deadlines. Work at my own pace until they get tired of me. How do you actually do this though?
- How to not give into false sense of urgency induced stress?
- Ask for proper specs without feeling guilty?
- Work slower and not hate yourself for it?
- Push back on unrealistic expectations?
I'm burned out and need to learn how to be strategically as mediocre as possible for my own sanity.
Anyone been through this mindset shift?7