Details
-
AboutMy name is Felix, I genuinely hated my life and programming was my coping mechanism. Things are getting better. In a few months, I'll have finished my apprenticeship and have become an actual, genuine software developer.
-
SkillsJavaScript/Node, Typescript, C, C#, T-SQL. I like snakes, but fuck python. Digital Logic as well, kind of... ...and anything else, if you pay me to learn it. No risk no fun.
-
LocationNear Bielefeld, Germany
-
Website
-
Github
Joined devRant on 11/11/2019
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
-
Gotta say, Arduino IDE is a hobbyware at best, but in my not so humble opinion, is a completely pile of chocolate pudding.
OMG, it can only target one type of hardware at a time. It has to apparently be completely reconfigured when you use different hardware. Libraries and the like that are loaded for one board cannot be loaded and available if you are building for a different board. I mean seriously, what the ... is wrong with these developers.
Imagine if Xcode would allow only one library load for any given hardware target.
💩ware.
Don't get me going with the editor... the inept "debugger" which NEVER works.
They need to fix this hobbyware or shut it down.3 -
Wtf is up with some education providers? Even the de facto industry leaders have half-assed courses. Not many are super high quality. They sound like they are speaking into a mic, forced to do it. Nothing like YouTube, more like middle-aged, depressed men with no life with no energy. I'd much rather learn elsewhere. This is akin to how some university professors give some lectures. Where are the passionate teachers of our world?
The ones that I enjoyed were: MIT, Harvard and Stanford. Perhaps it has to do with money. lol.5 -
Tbh, ostream is a nice guy. Once you get over his
- Racism towards Germans
- Racism towards Jews
- Closeted racism towards anyone, really
- Psychotic episodes of rage
- Borderline criminal tendencies
- Bipolar disorder
It's actually fun to talk to him. You have to invest time and patience though.
Love you ostream bro.5 -
Ssooo.. Turns out, I'm starting a new project in less than 2 weeks. Gotta go to Dublin for 2 weeks.
Fuck.
I'm not a traveling kind of a person...10 -
For fuck's sake, management is now asking us to provide data converted in % as to how genAI is actually making us more efficient as developers. How the fuck do you even measure that empirically?
It is already BS enough that they track how much we query these AI tools everyday in our development environments, but now they want genAI to produce most of the code templates in our SDK. It can barely produce a working regex or a working python script, let alone a small piece of code that won't stack overflow itself into oblivion. It sometimes takes more time to debug and refactor than to do it myself from scratch.
They ask for our professional opinion, we tell them, they don't give a fuck about it, proceed to think all is rainbows and unicorns, and still ask us the same moronic things as if they were the new messiah's on earth.
Don't get me wrong, genAI can be useful, but why the fuck does management think it will magically solve all our problems when they don't even understand how it works even on the surface.
The only thing that would make sense is a lot of them got money at stake in some AI investment sales pitch bullshit and they try to jam it up our collective throats because otherwise they will loose their investments like there is no tomorrow.
Fuck all of this, I just want to do engineering and build something useful to society. Is it too much to ask?12 -
All British inventions:
- were invented in a garage
- are still being built in a garage
- would've been better if they were built in a garage.2 -
If you were a code antipattern, what would it be?
I'm definitely NIH -- "Not Invented Here".
I write everything from scratch. When I don't, more often than not, I don't install code deps -- I copy their code and modify it. I port it to my set of utils, my syntax preferences, optimize it, strip parts and modes I don't need, and at the end there's no clear line between what was my code and what wasn't. My code doesn't import, it absorbs.9 -
Don't you love it when the docs say that RTCDataChannel is a transferable object and then you try to send it to a service worker and your browser tells you it isn't transferable
I hecking looove web development 😇🔫3 -
Doing some JavaScript right now and holy moly is this one spaghetti ass language
Promises referencing closures referencing local variables referencing message handlers referencing resolve callbacks referencing ... 😵💫20 -
Which miracle do you think will occur first?
Will Google create a file manager for Android that isn't garbage, or will Microsoft add ext4 support to Windows?29 -
For some reason, I feel very fortunate that neither my teacher nor my spouse has ever shoved me in the face whilst disembarking an aircraft.
-
Once upon a time, there was a young, clean-shaven dev.
Soon in his career the smooth faced dev realized he had a knack for cloud setup. He understood permissions and network configurations, he could tell apart security groups from access groups, he could get all the information needed for an IPSec VPN in a single breath.
But if things got really tough, if the network layout was really messy, if the security settings too arcane, some older, bearded senior dev would come to solve everything.
Time passed, the junior dev got better at stuff, switched companies many times, solved a million problems, delivered countless projects, attended infinite meetings - twice - and, as often is the case, the senior devs, one by one, left the companies and run ever more scarce each day.
One day, a long, loooong time after his first meeting, the once young dev was solving network problems. Weird ones. Tough security requirements. Poorly documented cloud services. For hours, the dev and his colleagues toiled away, chipping at the problem without getting at its core.
The silence fell in the meeting. Everybody looking at each other, waiting for someone to say something.
Then they all looked at the dev, their eyes crying for help.
And the dev realized that he hadn't shaved in weeks.
-------‐‐-------------------------------
I've shaved since then.
And I did solve the problem. Took many more hours, though.1 -
I've been humming and whistling and percussing on various surfaces the same tune for the last 3 days, all day long. No idea how or why I know it but it's killing me3
-
My project mananger let it slip during the sprint review that the upper managers are making plans to do lay offs / cut the fat.
What an ideal moment to hand in my resignation.5 -
getting fired on 20th june 2025 and it is SUCH a fucking relief to not ever see this 30 year old garbage code project EVER AGAIN!!!! and moving onto modern technology project for another client. FUCK OFF 🇨🇭♿️🇨🇭♿️🇨🇭♿️3
-
A blackbox seo tool that was made by aliens we use says that a couple of our WordPress sites are loading very slowly, so I enable caching through nginx and increase the resources available to them through high capacity fpm pools. They scan again and almost nothing has changed with the page load score.
So I look in lighthouse, which I just learned about, and I find that several of the pages have several MB size images. So that means I'll have to mogrify the entire uploads directory to try to get the size down.
It also suggests I use avif to save a ton of data, which I'm torn on. I hate downloading an image and it not being a normal format that everything can open. But my sites are not image sharing sites, so it's a lot less annoying to the user since they will never realize they're getting an avif. That also means I will have to redo all the image links to point to the avif instead of the original, which sounds like the least fun activity ever.
Another thing that I keep seeing is that Elementor is just slow and slow page loads are part of the deal. If we have to scrap Elementor, that means I will have to be more involved in developing the WordPress sites and I really don't want to.6 -
Me and a fellow friend started working as a freelancer.
of 3 projects that we have:
One has a terrible code (like really nasty and over engineered to the maximum). albeit each new feature is a challenge to our sanity... they pay are are somewhat nice.
Another after we did the job they don't want to pay (thankfully we are on a platform that is like the middle man for work, they already have the money so should be "trivial") because they say we did not do what they asked. Brother, the 2 A.M. is not an hour to be called, and we did all the little shitty task they askend AND the original tasks...
And in the last one we hired a team to work with us because we don't have more hours in a day... and they only rename some vars, call it a day, ignoring the task on the sprint and they wanna get paid for the "job"
I just wanna drink a few pints of guinness...1 -
Guys I'm launching a retired dev camps. Let's just pool a few thousand each, buy a piece of land and a couple of tipi in spain near the surf spot, grow weed and do contract jobs and finally enjoy life.12
-
The English Wikipedia's article on "Ostrich" has "Not to be confused with Osterreich" written on top :D
Americans, am I right?26 -
A shout out to those considering deleting their dR account [esp. old timers here] and still on the fence. If you can -- don't.
If you're an old timer here, chances are you actually dev-ranted about real dev issues and possibly posted a solution found after all the frustration.
If you delete your acc, all these posts will disappear. Leave them be. Let them be a contribution to the community, to your fellow devs.
If this platform is no longer worth your time [can't blame you, really], you can simply log out and not come back here :)26 -
I've had to create a very simple frontend feature connected to an API. That part works flawlessly but we have rewritten a bunch of code in the system for a certain hardware device.
Now the person that was working on the backend just said today he has no device to test it on lab environment. Neither does any colleague apparently
And guess who got a meeting with the CEO, COO, sales people and the project manager for a demo of that said feature :D9 -
nee rule in office: if you are taking leave on a wfo day, you must come to work on wfh day in the same week. even if your whole team is working remotely.
wtf!?
I am being punished to take an emergency leave because i was in a er room taking breaths off an Oxygen cylinder?
what is the point of this rule? just day Directly that its 5 days a week. why even give a fake illusion of 3 days office
if i try to reject this rule, i need to take double leaves... leave on wfo as well on wfh day
i am tired of being in such an exploiting company. If only my country wasn't in the middle of war and I wasn't getting any worse in terms of health, i would have quit even without a job offer in hand7 -
Hi folks of Devrant,
I’m looking for a remote job.
I’ve built multiple products over 10 years in startups and have skills in C#, Java, AWS, and SQL.
I’d appreciate any referrals if you know someone hiring.
Not sure if posts like this are allowed. I'll delete if it breaks the rules.2 -
Enter BIOS menu
See the option called something like “ionic capacitor discombobulation”
Click “help” near the option to learn what the hell that is
“Enables or disables ionic capacitor discombobulation”
ffs12