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 hate deprecations! Adopted a web project that was actively maintained until 2023, how can it already be so "legacy" that none of its npm scripts work anymore?9
-
Finally got paid (apparently they sent my money to the wrong account lmao).
So I bought:
- A Guitar Rig Kontrol 3. It's an old hardware designed for some specific soft, but it contains a soundcard, 8 foot switches, one expression pedals (continuus), 2 other expression pedals input, 2 audio input, 2 audio output. So I'll be able to plug my guitar and control FX from there. All of this for 50 euros at the pawn shop
Being a programmer helped me tremendously for electronic music because I can write actual drivers for old hardware.
- I also found an old bike on the street. Brakes and transmission, seat and tyres are fucked, but the frame and wheels seems healthy enough. I can get a decent bike for the price of parts and labour.6 -
Practical question: did anyone figure out how to pay less taxes in the UK (or somewhere else in Europe)?
I can’t lie it becomes pretty unsustainable…10 -
Cont. https://devrant.com/rants/15770605/... .
It's fun getting to know a new city.
Also, it's fun learning where the key players are located...
High quality pic here:
https://devrant.molodetz.nl/11BS.jp... .
...especially when they're in walking distance.
I have purchased a few games by them like 'Beat Cop', 'This War of Mine', && 'Frostpunk' but have yet to find the time && will to try them out.5 -
How to make my copy of Linux genuine?
I couldn't find my Linux product key. Do you know a way to crack the Linux product key?6 -
"Attending" WWDC 2025 ("attending" is a stretch). I'm starting this thread as a multi-rant (comments count).
To start it off, WWDC 2025 is, like all these other virtual 2020's WW's, BORING... World Wide Dull Cinema.. It's like being in developer-solitary-confinement. After going to the in-person ones, I can safely say that it is hard to care about anything in WWDC beyond the keynote...
And when Tim gets on there /still/ trying to extoll the virtues of it being virtual, it is pretty clear that they are trying to compensate...
1. no collaboration
2. uninspiring without your peers
3. random because there is no real schedule
4. boring because you don't meet anyone new
5. career limiting, can't trade vCards & resumes
6. cringy trying too hard announcements
(just sayin', love you guys but come on here...)
WWDC 2019 and prior were awe-inspiring. WWDC pre 2020 collected enough IQ in one place to make the world wobble on its axis.
WWDC needs to go back to in-person /with/ streaming for those of us who can't make it. Change the venue to Las Vegas for crying out loud, they can handle the *worlds* *largest* *trade* *show* (aka CES) there... WWDC is small potatoes by comparison.2 -
Cloudflare outage.
The uptime monitoring we use also uses Cloudflare so we never received any message that there is an outage. Cloudflare is now a single point of failure for the internet.5 -
First time I've spent £500 using Google Pay. Tiny bit disconcerting how easy it is. Must remember it's real money.20
-
Dear GPT, dear Gemini,
cher Claude, cher Copilot,
thanks for wasting my time
with your contradictory advice!
I could as well
roll a dice.10 -
I am so fucking salty today.
I've had multiple tight deadlines overlapping with the crescendo one where I did 90% of the implementation including helping another company implement some stuff on their side as well as coordinating multiple parties with lots of twists and turns. We barely delivered on time. Contract is worth 10 million.
There was cake to celebrate the success last week. They didn't even bother telling me. I found out on LinkedIn. I mean I def dont get paid enough but cant even fucking have a slice of cake on the success I created?
Oh fyi I offered to buy some drinks so we could have a little celebration on my costs, just you know like have 2 beers and some snacks nothing grand. It was shut down the only way it was allowed was if I paid for the whole company to have drinks. Seriously these people be out of touch I cant pay for 300+ people ..6 -
The most interesting thing about the GDPR training that we do is that very little of it is about our rights as employees and almost all of it is to protect our employer. Funny that.3
-
Anyone ever tried Embedded Swift?
I should have posted this as a joke but, guess what Apple does NOT use when developing Embedded Swift stuff for their Secure Enclave firmware...
Yep, they don't use Xcode! 🤣🤣🤣🤣
(ok, I know, not surprising, but love the irony!)14 -
My anxiety runs on an event loop:
while(alive) { overthink(); }
What’s your callback function to escape the void?
(Mine’s () => { orderDumplings(); })9 -
Putting people on too many projects (6 projects) is bad because when it comes to reviewing your work (let's say 30 x 200 lines of code), they will spend 5 minutes on it, 10 tops, give a shitty, lazy review and then they get back to their projects.
This is just pure mismanagement. You're stressing your employees to get everything done, the 'quality' is then spread so thin everything turns to shit.3 -
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