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
Search - "alyx"
-
Everyone has a test environment. If you're lucky, you'll have a separate production environment too.4
-
Please actually pay attention to compiler warnings. They exist for a reason beyond just being a nuisance. If you're willingly ignoring warnings then you're accepting unnecessary risk into your project.4
-
♪ All around me are familiar faces
Worn out braces, worn out faces
Bright and early for their daily standup
Going nowhere, going nowhere
The bugs are filling up their tracker
No expression, no expression
Hide my head I want to drown my sorrow
No tomorrow, no tomorrow ♪3 -
90% of my time at work is spent debugging and fixing a horrible mess of years-old legacy spaghetti. The only "real" coding I do is my personal hobby projects at home.3
-
Salesforce lightning web components have such bullshit limitations that they claim is because of security but it's just because it's overengineered garbage.
Want to use web components? Nope.
Want to pass in a value to a function in a click listener expression? Nope.
Want to use scss? Nope, compile it to css yourself.
Want to use the fucking document object? Guess what it's overridden except for very specific third party frameworks.
Who in the fuck thought it was a good idea to override the document object? Your app isn't more secure, literally the entire internet uses the document object and it still becomes available in runtime anyway so what the fuck??
LWC is the biggest garbage I've ever seen, you know a framework's a big red flag when there are developers solely for the framework.
There is a new security release coming out that apparently removes some of these nuances (understatement) so there might be some light at the end of the tunnel.4 -
When you can't do your job properly because management refuses to fork out for the expensive tools you need and gives you cheap/shitty tools instead
-
Favourite programming webcomics, anyone?
Big fan of MollyBeans, Cube Drone, and Don't Hit Save over here :)1 -
AccuRev. Imagine version control software written by someone who read about the concept in a book once and who also never heard of UX.
-
Recently I started to study app development (I am frontend/backend developer) and I noticed unlike when I was younger, I have a focus limit of about 6 hours. After 6 hours I become super distracted... I am slowly getting back to normal but recently I got so distracted I decided to play a breve game and which one better than half life alyx?
Well, if you have a vr headset play it: I swear I spent 2 hours just fucking around and looking at the environment... in one scene you enter a house and I went full detective trying to understand why the house was messed up: picked up stuff, looked in the corners and so on... it really gives you an impression of what vr could be4 -
I don't want to spend a whole day tracking a crash back through multiple systems just to find a buffer that was initialised with garbage, wasn't written into completely, and as a result just *happened* to contain an exact value that causes a crash later on. If you're doing weird low-level things in C/C++, ZERO-INITIALISE YOUR DAMN BUFFERS.
-
I sure do love having to try to implement parts of a new system where the specs are being heavily changed every day...2
-
@dfox devRant search seems a tad iffy - if I search for "wk19" I see results for pretty much every weekly rant, not just wk19 ones.3
-
Either the coworker next to me doesn't understand social protocol, or my hair's too long for them to notice I've got earbuds in and don't want to be disturbed. Might have to invest in some over-ear cans just to get the message across.1
-
C++: the Static Initialisation Order Fiasco. If you have two static instances in separate translation units, there is no way to guarantee their initialisation order, you're at the mercy of the compiler/linker. If one of the instance constructors depends on the other already being initialised, you have a 50% random chance of your program blowing up. The same ordering problem applies to global destruction at program termination time.2
-
Don't fall into frivolous arguments about tabs/spaces or brace style. It doesn't matter. But please make sure your code is at least formatted in a *consistent* manner - everyone else that reads your code will thank you.1
-
!dev related (sorry, but have to vent):
Just watched Resident Evil Last Chapter and can't get over the fact that Wesker got killed by a f*cking DOOR like a f*cking b*tch 😠😠3