Details
-
AboutGame Developer
-
Skillsc++, typescript, java, golang, libgdx
-
LocationBangalore
Joined devRant on 7/19/2017
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
-
New day. New legacy project that needs triage.
The project has existed since before 2000 so it all "works" and has no known business logic bugs. It does however have performance issues which sure I can have a look. It can actually be quite fun and rewarding to optimize performance.
This is a titanic dotnet framework leviathan consisting of over 12,000 cs files using razorpages, entity framework, and... nhibernate? I have my gripes with both EF and NH but they are both fine if used correctly, like any other tool. I've never seen them used together however.
As It Turns Out™, NH was implemented first and at a time when NH did not support async operations. It made sense if you look it up and it's meant to delegate commands via a separate layer, but different story.
Then for... reasons... EF came in and gradually took over.
Because of the way this is all set up, everything will faceplant if you try doing anything async, even if it has nothing to do with calling the db. Any attempt in making this work leads you down a slippery slope of having to rewrite the entire thing, which is out of the question in terms of their budget and expectations.
Sometimes it's a detriment when it works in spite of its issues.1 -
The CI infrastructure and external tooling at the company I work at is a complete joke. Feels like it was designed by an intern left alone.
95% of the time a build fails or hangs, it's because we are getting race conditions or a hanging VM with our crappy Windows jenkins slaves. Quite possibly because we are not using proper tooling for monitoring those VMs as well. Anyways, I don't have access and control on it and it's not even my job to fix it.
Though, I am being asked to monitors these pieces of junk jenkins jobs outside of my work hours because company devs all over the world use it... but there is no fucking way to know it failed unless I log onto jenkins every hour and check everything manually... which is stupid as fuck for a software engineer.
I can't even implement slack hooks to get notifications or something when it fails because we will stop paying for it soon, so I have to connect to my freaking VPN on my PC and check everything.
And what's the fucking ghetto solution instead of fixing it properly? Restarting VMs and rerunning a build. Because someone in management wants to see a passing build, even though it means jackshit. Half of these jobs are tagged as unstable, so what's the fucking point?
Pisses me off when people work like morons and pressure others to do the same.1 -
🎶 It must have been a bug,
but its over now-ah-ow...
🎶 I'm not sure what I did...
but I fixed it somehow 🎶4 -
Left dev tools open while working then opened a new tab and went to Amazon. Noticed this in the HTML source.
Say hello to the Amazon Catduck.9 -
Sad news:
Walter Scott Brainerd (Walt) - The founder of Fortran has passed away in recent (https://www.fortran.com/)
Rest in Peace, Walt. You will be missed!2 -
Oh for crying out loud, Github is stopping with the term 'master' due to its 'negative association'.
Can we please not pull everything out of goddamn context and not be a fucking offended special snowflake with ANYTHING that could potentially be thought of in a way that could be associated with slavery?!
If we're gonna do it like this I want to ask people of color not to use white/light themed websites/backgrounds.173 -
Stop making fun of different programming languages
C is fast
Java is popular
Ruby is cool
Python is beautiful
Haskell is Intriguing
Javascript is ________14 -
Please tell me I'm not the only lazy bastard that spends all week dreaming of the weekend to finally work on some personal projects and when it finally arrives as soon as I launch the IDE my motivation goes down to -100 and I spend the rest of the day watching random videos on YouTube as always dreaming of the next weekend to finish that awesome idea I had 5 years ago...14
-
Got new chair 🙌 finally after 2 months of sitting on crappy chairs, and I moved to a new place. Here it is, I’m very excited to work in this setup, starting tomorrow 🎉(smaller keyboard and stand is planned 😎)3
-
My dev role model is my senior who taught me JavaScript when I was a noob. He was so cool. One of the few real programmers who enjoy their work in a clusterfuck world of idiots who pretend for money.
His philosophy sticks with me even today. I was new to the industry and the long hours of low pay intern work were getting to me. But he kept reminding me that programming still has this cool, engineering side where you blitz stuff out on a keyboard and build awesome shit.
I owe him my career because without him I'd still be one of the other stooges who bitch about the job and avoid studying. But since working with him, I never speak bad about my profession. Programming is a beautiful profession, even if the people I work with are sometimes dumbfuck dicks. And he taught me that distinction.2 -
Companies can't use free software?
Well, I just forced everyone to use Nextcloud instead of Dropbox and Google Drive. People did not like it as first but the quickly realized how good it was.
We also moved from skype, teams and slack to matrix.
I am glad that matrix-synapse is so easy to install nowadays!18 -
When you're thinking about your code when doing math homework, but then realize you're accidentally putting semicolons after each step.97
-
Me to IT team: I need a more powerful machine to run my optimization code on.
IT: Okay take this - 64 gigs + i7HQ
Me after an hour:21 -
I actually love Mr. Robot because at least they are trying to show the actual tools plus the codes that can be used to hack, not some kind of random console outputs that doesn't even make sense in the most of the tv series/ movies4