Details
-
About10+ years Java Dev
-
Skillsjava, javascript, information security, sql, angular, web development, android, data visualization
-
LocationWashington DC
Joined devRant on 6/6/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
-
Sometimes when other devs ask me to explain something in the specs I cannot make into smaller words (example: javadoc says throws <error name> when x <= y. I was asked to explain 'what all this psuedocode means'), or their code horrifies me, I ask my mother if she knows what it is doing.... just as a 'wtf am I missing' check.
She still finds it amazing when we text her a gif and asks for help when she 'loses' her icons on her phone, but she will still ask what is wrong with some of these people.1 -
Maybe I'll get some decent advice from a rampant over simplification...
2 job offers, assume compensation is close enough to not matter much.
Pride & Ambition/Opportunties
vs
Work-life balance & Time
How would you compare them, and where is the tipping point?
I'm feeling burnt out at the moment, which is screaming to pick the second, but... I can't let go of the first.11 -
Error. File not found: C:\somedirectory\file.txt
*opens C:\somedirectory\ * *looks at file.txt*
*runs program again*
Error. File not found: C:\somedirectory\file.txt
*changes directory it is looking in, copies file to new directory*
Error. File blank: D:\somedirectory\file.txt
*cry... no it isn't*
I just need to deploy this contractors code... supposedly it ran on another system, but the endless Spring configs hate me... :(9 -
Seen in code:
public String getX(){
if (x != null){
return x;
}
else return null;
}
... I'm not gonna like looking at the rest of this, am I?11 -
Frustrated... had a signed job offer disappear right before start date after jumping through a ton of hoops, turning down a competing offer, and wasting 3 days of PTO on their process, so back to interviews again.
How do you all determine what salary to ask/look for? Current job has pretty concrete pay bands that I'm pretty sure aren't market, but most of the site (glassdoor, etc) are all OVER the place, as titles can get so fuzzy from one place to another. From people I know I've heard everything from 20k less than I make to 70k more than I make (moderately high COL area, but not CA level). Levels.io seemed promising, but the one FANG offer I had didn't nearly match up with there, so I'm not sure how much of that is bluster or whatever... Blegh. I absolutely hate job hunting.6 -
I need to find a remote job... or want to... had been thinking about the benefits re: annoying coworkers, however I'm teleworking today and realize another pro: cat pair programming ;-) and con: readily available snacks. Hm...3
-
I think I'm reaching the point of being willing to take a pay cut to transfer away from this and any other place using MarkLogic. It's just the giant dumpster fire topping off the rest of this place.1
-
Our product owner's equivalent of "It's not a bug, it's a feature" seems to be "It's not a new requirement, it's a clarification."
:-/2 -
Seeing some jokes about AI and deterministic if/else sort of logic... in a really sleep deprived state I start to wonder - if we are able to make AI that REALLY begins to pass as intelligent / self aware / sentient and imitates us.... and it spawns from deterministic lower level logic that has just grown from an uncontrollably large amount of inputs and complications... will we just end up convincing ourselves that we don't actually have free will either? Maybe we just have an amazing natural data lake. :-/8
-
How can some developers send emails like "I did <x> and <y> right, but I still have an error!" with NO copy/paste of the error? Come on, you hate user emails that just say "Your site doesn't work." You should know better.
I'm going to just start answering with "Wow, that sucks, and you did everything right, huh? It must just hate you." I shouldn't have to go force you to tell me what the problem actually is at that basic level.
I used to think this was a user thing. We wouldn't do that... hah, lost user, oh well, that's why we're helping them. Apparently it's not.6