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
-
Remember my Nigerian client rant? Now get this.
Just one day of working here, and I find out that these guys have CI/CD setup so pushes to main branch are deployed to prod automatically,
And these guys are pushing to master from their local env 10 TIMES A DAY.
There are 3 devs working here (excluding me) and all 3 are doing this.
Oh oh oh, and local env isn't really "local" because all 3 devs are pointing to prod database, FROM THEIR LOCAL SYSTEM !!!!
Things are so bad that they have to keep resetting their production db after every deployment.
FML.5 -
We maintain an internal java framework, and one of its components requires a configuration file with a simple field: "Timestamp = 09112025000001".
Because this timestamp is persisted in a central database for state management, the developer is forced to manually increment the value after every single test run to avoid collisions. (I know... legacy systems...)
Anyway, a developer called us because they were running into a strange issue with the framework. We jumped on a debugging session, and I asked them to pull up their configuration file.
I fully expected to see a slightly incremented number, maybe 09112025000002, or at worst, a random number to ensure uniqueness. You know, anything numeric.
Instead, the timestamp they had been using was:
Timestamp = 091120250000K
A letter. A single, non-numeric character sitting right there in a field clearly named "Timestamp." I had to blink a few times. I mean, what is the thought process here? Did they hit the wrong key and just decide to commit to it?
The worst part: That wasn't even the root cause of the bug they called us about. But after seeing that config, I had to step away for a mental health break.
We desperately need better input validation, because our "robust" framework apparently accepts a letter as a valid time marker...5 -
I just noticed that mentions are not the only broken notifications.
The "someone commented in a rant that you commented in" notifications are also gone.
:/8 -
Today I learned the difference between Hashmap and LinkedHashMap in Java.
After 20 years of PHP development I could not undestand the difference until I hit my nose on an error.
It'hard to change yous development stack whene you are 50 year old.3 -
Everything goes behind payment walls regarding AI. Claude pro sucks, codex got limits, perplexity limited file uploads, I can hit daily limits with gemini that I didn't have before.. It started already with the limited deep search everywhere. The problem is, I'm still paying the same but got less. Wtf.11
-
Currently building a simple-as-possible source language for my compiler and I was thinking whether I really need structs and arrays as fundamental objects. But I guess it makes sense because one is a heterogeneous collection and one a homogenous collection
My thought: Let's call those types Homo and Hetero!
Maybe not the best idea ^^6 -
What a disastrous deployment: instead of deploying one thing, 50.000 unexpected other things had to be done before. When the "official" deployment was done inside our own network, nothing worked as expected, servers had to be reconfigured, errors everywhere. Mind you it was tested multiple times by multiple people in a testing env. Difference between test and prod, classic.
When it was finally deployed, other errors started emerging, things that weren't considered before came to surface.
On top only the main dev knows the ins-and-outs, no substitute in case anything happens.
Deployment was rolled back in the end.1 -
musician friend (or it isn't really just friend anymore) puts out a new album. tells me one of the songs are for me.
at the end there's an "I love you", and today I heard another one earlier on in the song, barely a whisper.
cute AF.7 -
I’m making an iOS app "WTF Meter", which tracks the amount of phrases like "what the fuck", which you say to your rubber ducky while you review code or any other pieces of work.
It’s supposed to be a gag app for entertainment but it also accurately measures the "WTFs per minute" value, which we all know to be the only true indicator for code quality ;)
Phrases can be customized and there is a history of sessions for later review.
If you are interested, I’d be glad if you could test the current TestFlight version and give me any kind of feedback.
I’m particularly interested in what you think about the design and how intuitive the app is.
Gif showing the app in action:
https://gifyu.com/image/b33tJ
TestFlight:
https://testflight.apple.com/join/...33 -
Bloody hell, the HR technophobes have been peddling Gen AI for quarterly reviews for more than an hour now.
Don't they realize that it makes them obsolete? A rambling mess that regurgitate meaningless buzzwords in a random order and pretends it is knows anything?
Oh, well. At least I can pretend even less to give a shit now. As of they would really give raises just because my team reached its "goals" and wrote them down months ago following a dumb achronym that really pushes the meaning of random words.5 -
Did any of you other nerds sort of just glide through math in school and felt inadequate once you got to the real world, like: "I can't be a real engineer, I barely understood trig!"
That was me, then I started studying the fourier transform about a week and a half ago (because I bought an Arduino and want to make real-time sound visualizations)
I found that I actually really enjoy math on my own time. Learning about complex numbers, Euler's formula, polar form, whatever whatever - it was exciting and I was doing practice problems on paper and enjoying it!
Hopefully this momentum continues. Maybe one day I can be a genuine tough-guy engineer with math skills.3 -
I just bought some new device that has AA bateries included, already inserted, and obviously, already leaking.
Clowns.5 -
Omg I hate github. Fuck microsoft I swear those leeches are ruining everything they touch. They're like reverse midas.10
-
In a world where any shareholder can have your job cut away without warning, the freedom fighter is the man brave enough to place a dead man switch.13
-
An app/website that I co-created had a devastating launch and was rolled back before me and another coworker went on vacation.
To my surprise it was force-relaunched by upper management and bug-fixed on the go by another coworker, who was also involved. Props to him for dealing with the errors, as I wasn't contacted once.4
