Details
-
Skillsjs, a bit of erlang, a bit of python
-
LocationBerlin
Joined devRant on 5/27/2021
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
-
Looking for a new laptop on your current laptop that has served you for years. How heartless can you be?5
-
I spent the past two days running headlong into obstacle after obstacle after obstacle. I found solutions and workarounds for all of them, including for some obscure odd behaviors in Rails, and got everything working — at least as much as is possible.
At the end of it all, the proposed architecture is fundamentally flawed. It amounts to “we want to have our cake and eat it, too.” So I’ll need to argue with management and try to convince them to let me redesign this broken sewage system. I doubt it’ll go well.
I’m tired, boss.6 -
Learning embedded C/C++ on some TI chips. Need an httpclient for some specific tasks. The docs for the library are almost non-existent. No examples. I search and find examples from 7 years ago (none official). Wild.
There was another library I was using, but apparently it has internal issues and is not being updated anymore. I am using the "supported" library apparently.
Writing network code for desktop: easy peasy. Writing it for embedded: wtf is this shit?6 -
girls: please, be gentle.
also girls, 0.001 seconds after you breathe down their neck: PLEASE FUCK ME AS HARD AS YOU CAN WHILE HITTING ME IN THE FACE WITH THIS BRICK AND CALLING ME YOUR SISTER’S NAME14 -
Login button appears twice. What the fuck. Is the component somehow being rendered twice? That doesn't even make sense. You'd still only get one button.
No, it's because at some point, by the miracle of AI, when I hit tab to accept some superficially useful edit, the bastard thing thought it would be a good idea to duplicate a few lines of code further down the screen.
Thank you, CoPilot. You cretinous son of a cheap backstreet whore.2 -
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 -
Randomly, I have to make a selfie when transferring money using the bank, even for 70,-. But very random. I make a joke of it by looking mad in the camera while smoking a sigarette. But damn, what the fuck, like, when was voted for shit like this? Nobody would EVER agree to such shit right? All those tippy tappy things we worry about for privacy but I just literally made a selfie for my bank transaction (ironically it was for smth not legal). Guys, this will get abused the fuck out of one day. They're automated building a report against you. A log, with pictures and accounts and amounts. Hmm, why do you send z, y or z directly to a person? That person was once in jail, hmm, let's see all transactions..
We're so fucked.23 -
util: YOU CANT PASS VERSION IN THAT FORMAT IT MUST BE A VERSION OBJECT FROM THE VERSION MODULE IN THE VERSION CINEMATIC UNIVERSE BLAHBLAHB LAHBLAH BLAHBLAH (...) CANT COMPILE THOUGH EVERYTHING ELSE IS CORRECT.
me: fuck you, it's just a string. i'll pass it however the fuck i want, using whichever format i feel like, and your standards will suck my dick day and night.
util: NOOOOO!!! I WAS PROGRAMMED TO THROW AND DIE AND BURN ON THIS VERY SPECIFIC AND INFINITELY STUPID CONDITION THERE IS NOTHING YOU CAN DO!!
me: well you're a build tool so i guess i could just replace you with inhouse, right? i mean https://github.com/Liebranca/... im just the kinda guy to do it.
util: WHAT?!! NO PLEASE I DIDN'T MEAN T- **FUCKING DIES**
me: get uninstalled bitch.5 -
My secret addiction: defining all colors/ properties in CSS3 variables so that I can easily make my website theme-compatible, and then never making any themes for it.
Hey, at least it keeps my colors consistent....4 -
The latest and greatest bullshit at the workplace: when you're asked to be an 'ambassador'. This really just translates to: 'take on more work for free'.
Whenever management approaches you with 'honorable extra role', immediately ask how it's compensated and definitely don't do it for no extra benefits (a raise should be default).
Don't fall into the trap.3 -
"our system detected something that looks like a secret in your repository and although it's not a secret and is perfectly compliant, it would not be good when we use your repo for machine learning in the future, so please remove that comment from your code"
how i f*hate the way we have to bend reality to accomodate sub-par tooling -
I can't believe we went from
"Use AI for coding! It's the best companion to have!"
to now
"AI is making you dumber and lazier. Ditch all the tools and learn from scratch."22 -
Recently i feel like NPC especially when i go to sleep. I don't play games like that maybe the reason to blur the reality but i feel like an NPC within those hours.7
-
Are we overengineering everything in modern frontend dev?
Okay, serious question (but also low-key rant):
How did we go from “just load a page with some content” to entire frontend stacks with build pipelines, 300 dependencies, and five levels of abstraction just to render a freaking button?
Do we really need a separate config for everything (webpack, eslint, prettier, tsconfig, package.json, and don't forget the .babelrc and .env.local)?
Or is it just modern dev trying to look smarter than it is?
Is this the new normal? Or have we lost the plot?
Would love to hear what others think — devs from all backgrounds welcome. Bonus points if you're building sites without frameworks and surviving27 -
javascript is a dogshit language
typescript makes a valiant attempt to make it better but it's contrived on top of a rocky foundation so it can't quite get there unfortunately
yes i am trash at programming and appreciate strongly typed languages for any heavy duty work, in most cases those languages designed for it from the ground up, don't feel as frustrating to deal with8 -
I'm developing a board game and it’s so much fun to come up with structures and logic to implement the rules of the game and make it in a way that is clever and doesn’t require a lot of repetition and explicit definitions which would increase the probability to introduce bugs and make future changes tedious.
This is what I love about programming. The pure joy of thinking about those problems and solving them.
I'd never want to delegate this task to an AI even if I'd be convinced that it would do a good job.4