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
-
— What is this malleable metal that is awfully convenient to make all sorts of things from?
— It’s lead. It is considered harmful by some.
— Nah, I don’t think so.
*proceeds to make pipes, solder in plumbing, glazed pottery, crystal glassware, cooking pots, utensils, paint on kitchen walls or utensils, foil used to wrap food, seals on wine bottles, weights in fishing or curtain weights stored near food, storage containers for food or drink, gasoline additives, water fountains in schools, candy wrappers, ink on food labels, bottle caps with liners, food can solder, ceramic dishware, spice containers, children’s lunchboxes, toys, baking molds, measuring spoons and kettles out of lead*14 -
Do they forbid music at your office? They do at mine. It's always like a weird atmosphere until the loud people come in. lol. Not a sound, not a peep. If you didn't look around, it's as if people weren't there.
Seriously. It's a bad idea to have music?! I understand that from a concentration perspective, but come on. Let's make business even more boring. lol.
On the other hand, I did work at a place where they had radio playing but they never changed station. It felt like Groundhog day. lmao.12 -
My colleague is so annoying! Whenever she found an issue with the site or app (as I newly handle this project. The guy before this wrote redundant code overload.)
she tags everyone in the company just to point out the issue, demanding Me to fix it. Like "it is your project yoi should know better "
I check the git. That's wasn't my code at all. Some guy (idk wtf )in 2024 wrote it.9 -
When you think about it.. we, DevOps, are the Mario Bros of the tech world.
We do the building, maintenance and pipelining so that whatever shit developers produce, it would end up in the right place w/o getting stuck5 -
Tasty quick treat:
1. mushroom (wash remove stem)
2. cheese (stuff into mushroom cavity)
3. microwave (15 to 30 seconds to melt cheese)
4. eat (nom nom nom)
My first go was 2 mushrooms with gouda and blue cheese. Cooked 30 seconds. Was a nice little treat.29 -
Having an Active Noise-Cancelling headset is a gift to a Software Developer. Concentrated engineering in any noisy environment.
The dawn of a new generation in luxury personal equipment.
The ANC headset is a premium lightweight, high-performance headset that meets the demands of the new generation of upper-income urban software developers.
The ANC has the conveniences of earplugs, a wireless communications device, and a device without wires.
Muting power is a matter of convenience with the ANC headset.17 -
TL;DR : I did not read the fucking manual.
Story :
We have a particular kind of setup with Blazor Server-side. And it does not use any SQL, bbut calls APIs.
The class to call APIs was scoped to create one new HTTP connection per new tab (even if the user opens a new tab, it's a new HttpClient).
We were fine. I read that we have 65k ports and disposal takes around 2 minutes, and we have around 1000 users. So it went into the "backlog, where things go to die."
Hard core duiscovery in the past 2 days.
Azure service plan for webapps only allows you 128 outbound connections!
System, we reboot it manually every 4 hours, while I'm working to make HttpClient unique lol
I just needed a break and vent. And "Hey kids, know that Azure service plan is only 128 sockets, not 65536."9 -
just wrote this on the wall of the toilet at microsoft cafe im berlin lmao
now i'm fleeing the country34 -
For a snack I have a can of Chicken Vienna Sausage and almonds sitting on my desk.
coworker: What are you eating?
me: weenies and nuts
coworker: <pause>
coworker: I always knew you were gay.
coworker: <laughing>
me: How dare you?!
me: <laughing>3 -
I hate what AI has done to developers, man.
I was discussing something a couple of days ago while my colleague was sharing his screen. He (Android/Flutter developer asked for my help for something custom in the iOS build) And while we were discussing it, he went to ChatGPT.
He wrote a bad prompt using wrong terms (for example how tabbar in ios is a different thing than android), i told him he was wrong and what the solution is, he didn't listen and went to try out what the AI said, made a bunch of errors, the proceeded to copy the errors to chatgpt wasting so much time.
AI to some developers is like tiktok to kids.12 -
I'm yet to get used to the fact that whatever I'm seeing on my screen is private and for my eyes only
bye apple, I said bye, get out of my mind, eat shit and die!6 -
What is your longest remote desktop chain. Mine is currently at five!
HomePC-WorkPC-JumpStation-FARM3-OperatingPanel9 -
So apparantly Cyberpunk 2077 runs on the Switch 2. What fuckery did Nvidia do to make that happen?!??!17
-
Sometimes we are ping pong balls being smashed from one side to the other. This is me, I'm currently studying a technology. Oops! Change of assignments! Plz study new tech! Ok thanks for the constant context-switching.6
-
Stack Overflow has the best April fools prank!
They are doing an 8+ hour database migration on a business day during business hours!
The prank is the fact that it’s not a joke! They really decided this for some reason!4 -
Got this message from my CEO: "When are we going to have a perfect working version? 100% sure without bugs? "
How do I even respond to this? "We are wondering the same"?
(for context, he requested an early alpha build of a certain feature)10 -
Usually I come here to share rants/negativity but this time I wanna share an happy moment I had yesterday as a programmer.
In lots of instances I struggled to work on personal projects: I feel the desire to code cool stuff but I've often self-sabotaged myself by doing stuff like:
- self-enforcing "one man agile methodologies" with tasks, issue boards and lately time tracking
- forcing myself to do long study/research periods about the language/technologies I wanna use before writing the first line of code (and when I was able to actually end my research and get to code most of the stuff I researched was forgotten since cramming information is not effective on the long run)
- forcing myself to stick with all the "best practices" under the sun and to setup countless tools (linters, CI, unit testing...) before even getting a working POC
Usually all these stupid self imposed rules ended up in me procrastinating or pushing trough stuff struggling with headache after headache when coding actually used to feel a mostly fun pursuit to me.
Took lots of time to recognize this monster I created into my head but finally yesterday I did and I gave myself permission to:
- Start programming with just the very basics of the language (while reading a book on said language on the side at a relaxed pace, I can always come back later to improve my code as I learn more)
- Add stuff (unit testing, complex frameworks, CI/CD...) only when I need it
- Do a very basic planning (like a text files listing "must have" features and "nice to have features") and avoid issue boards and stuff, I'm working on a hobby project not on a company or a big OSS projects
It's been so long since the last time I had a programming session where I spent most time actually writing code and not researching and overthinking stuff and it felt great. -
Something managers need to understand:
Developers are not a bag of M&M's to pick from and arrange them on the customer's table, neither are they LittleBits or LEGO pieces to click together for the customer to play with.
We can't possibly satisfy every client skill need. We need time to learn, and not by fudging around with the tech in production or similar.2