Details
-
AboutSoftware engineer at a big corp
-
SkillsML, .NET, Azure, Ts, Js
Joined devRant on 10/15/2020
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
-
We're digital plumbers.
90% of this job is figuring out what thing to connect to what thing and then figuring out how to connect them.
Writing the code that goes in-between both ends of the pipe is easy if not trivial 90% of the time.
Meaningful change in this industry is centered around endpoints: contracts, deployments, etc. Nobody needs yet another way to organize and import their leftpad().10 -
as much as i complain about work, I'm glad i have great colleagues in my team. they're a blast and they make this shitty job worthwhile. I've never been the type to make friends with coworkers, but they're really great people. i guess I'm really lucky3
-
In some unpredictable turn of events, ignoring my PR for 6 months will cause said code to not be aligned anymore with develop.
And it gets wilder: if you reject my PR for this retarded bullshit, I may not react in the civilest of ways.2 -
New developers. Tip: There is no silver bullet.
If you like Python, please understand GIL's behavior before making a system that handles thousands of requests.
If you like Java, know that "Write once, run anywhere" is a fallacy. Even application servers don't like the same WAR.
If you like PHP, understand the life cycle of a request before connecting to the database from all corners.
If you like C#, don't make it a small command-line application that will be used on FreeBSD.
If you like C, meet valgrind.
If you like C++, templates are cool, but don't overdo it. And take the opportunity to meet valgrind.
Never use the same tool to do everything. Elect the language and framework for the given need with rationality.
Every time I see a "Java Man", a "C++ Chad" or anything like that, it comes to mind that if he were a carpenter, he would be tightening screws with hammers.
Every lock-in is bad.11 -
!dev
GOD FUCKING DAMMIT
My Mother was intelligent enough to get her phone stolen and screams at me over the phone of my brother why I can't do more than telling her the last known location
BECAUSE THEY SHUT IT DOWN
I CAN'T DO SHIT WITHOUT THE PHONE HAVING AN INTERNET CONNECTION
But what if they go through my files go into my bank account
THEY CAN'T BECAUSE YOU HAVE A PASSWORD ON IT
but they could crack it or something
NO THEY CAN'T WITHOUT TRYING FOR MONTHS OR YEARS OF POSSIBLE COMBINATIONS
but
NO BUT JUST FUCKING CALM DOWN IF THEY AREN'T THAT BAD THEN THEY WILL CALL ME IF THEY ARE ASSHOLES THEY NEED AT LEAST MAKE A FACTORY RESET AND DELETE ALL YOUR FILES
I CAN'T DO MORE THAN THIS SO FUCKING SHUT UP AND DON'T LEAVE YOUR PHONE AT A FUCKING WAITING ROOM AND DON'T BELIEVE EVERYTHING ON THE FUCKING INTERNET ESPECIALLY FACEBOOK
Thanks know I can't concentrate anymore........5 -
I'm reading jobs ads for engineers at my current company and laughing. It sounds so serious with the wording they use but in reality, it's a clownhub.
This shows I should not be intimidated by job ads and trust my abilities and have more fucking confidence!3 -
Update From My now HackProof SocialMedia StarSpace :)
I now introduced themes (for now just StarPurple)
Added Votes, Tags, Mentions, Links and many many more features.
Im gonna release the App to the Playstore this or next Month! For now i created my own "manager" where people can view my apps and update/install them.
can be downloaded from the manager http://stardash.de:4000/ or directly http://stardash.de/download/... if ur interested :)18 -
It's crazy to me how much of a misguided superiority complex some CS college kids have.
"I'd never learn Python, that's just for kids"
"Front end is so easy, it's just HTML and making things look pretty"9 -
Damn, it's quite refreshing to work on some C#.NET microservices instead of the usual PHPTSD in the CMS Of Doom™...4
-
I've never coded (for work) on vacation. I just turn off my work laptop and my work phone. So I can spend the first week of back to work for going through my email & messages.
I'm not irreplaceable and I work with competent people. (At least that's my goal at work.) -
I avoid websites that advertise with 256bit encryption and military grade stuff. This makes them kind of sketchy when they advertise this encryption that hopefully every normal website has today.1
-
I never yell at co-workers but I did get yelled at quite a lot of times (2019 - pre covid).
I was leaving the office on time.
Just another reason I support people working from home.2 -
Don't just blindly do what's asked to be done by superiors. Be critical, suggest alternatives and take ownership of and participate in processes beyond your own scope.2
-
Task estimated for 2 days
*Half day later*
🤡 : Have you done it?
Me : No, I told you it would take 2 days
*Day later*
🤡 : Have you done it? Do you need any help?3 -
Things that are no big deal but piss me off endlessly:
People who can't mute their mic in online meetings.
We don't need to hear your breathing, the constant "hmm"s, or the conversation of your room mate who doesn't use a headset and instead yells into the telephone on speaker mode all the time2 -
My Lazy Habits:
1. Not testing my own code thoroughly... cuz fuck that. That's the tester's/QA's job.
2. I create slack commands to get certain things done, so I dont have to get up and open my laptop each time I receive a ticket.
3. Ask more time for development that I actually need so I can fit in couple naps here and there.
4. Falsely claiming that I am busy when someone invites me over meet or a phone call. Like just text me.
5. Factoring my laziness in when I design features LOL.1 -
Alright... how the FUCK is an IP address considered personal data by GDPR????
Fucking boomers don't even know what an IP is. Guess what, every website you've ever been to has your IP! It's in your router, your fucking ISP's registry, and in every DNS server within 1000 miles of you!
Imagine thinking your IP gives up private information, god, just fuck me, I hate all of it, idiotic fools fumbling around with shit they don't understand.
...WKO making every developer's life a living nightmare because fucking GOOGLE FONTS stores a copy of your IP for their stupid analytics. You know what? Just don't use the internet either, that needs your IP too. In fact, don't pay taxes either, the tax office has a copy of your address, that's pretty personal information if you ask me! Just live in the woods and survive with the wolves.
I already know the future 'resolution' to this one - store fonts locally, resolve this dangerous "issue"... "waaaahhh fullStackClown! the site is slower now!!!"
...an infinite circle of clownshipness continues...
tune in next week as the world continues to approach it's circus fate!53 -
Until about two weeks ago I thought serverless functions looked like this:
api.example.com/Cart.addToCart('product-1234', 1)
Turns out they're just normal API endpoints1