No one seems to mention this but a lot of the time the code in the binary might not be the same code you see in your IDE so the line number doesn’t match. Intellij for example decompiles libraries when you open them and you have to press a button to download the actual source with all the comments and everything
- 0 Posts
- 69 Comments
DudeDudenson@lemmings.worldto Programmer Humor@programming.dev•Censorship is getting out of hand62·8 months agoBut the word black is used so clearly it’s racist, right? How can we be woke if we don’t randomly ban words because of their alternate meanings?
DudeDudenson@lemmings.worldto Programmer Humor@programming.dev•Censorship is getting out of hand112·8 months agoI have a friend that works at Salesforce, he told me that they made him change the name of some classes that used the term Blacklist because of inclusivity
DudeDudenson@lemmings.worldto Programming@programming.dev•Any tips for finding a remote job as a senior software engineer?6·9 months agoMan I would get offers twice a week even after switching jobs when I had data engineer as my job title, took them like a year and a half to stop sending me offers for data positions
DudeDudenson@lemmings.worldto Programming@programming.dev•Any tips for finding a remote job as a senior software engineer?201·9 months agoMake sure your profile matches their lazy ass search queries
DudeDudenson@lemmings.worldto Programmer Humor@programming.dev•What browser is visiting the page?4·10 months agoAren’t user agents just a plain text header? Couldn’t a malicious agent just spoof a legitimate one?
The trick is to try and think what could those words correspond to in assembly
What is the simbol supposed to be originally?
DudeDudenson@lemmings.worldto Programmer Humor@programming.dev•Oopsie, Visual Studio License expired, so the build server stopped working21·10 months agoBut they promised we could save a ton of money with their monitoring dashboards we won’t look at until suddenly we get a bill that is 5x what they promised!
DudeDudenson@lemmings.worldto Programmer Humor@programming.dev•Can somebody solve this puzzle?27·10 months agoVisa has a hard limit of 8 and requires the first 4 to be numbers because the phone tree might require it as a password
The whole banking industry is ridiculous and is ridiculously legislated
DudeDudenson@lemmings.worldto Programmer Humor@lemmy.ml•My debugging experience today: Quantum Debugging3·10 months agoLazy load exception anyone?
Aren’t captchas used to better train AIs to be able to recognize stuff?
DudeDudenson@lemmings.worldto Programmer Humor@lemmy.ml•Andrew just wants to open his files on Windows 1010·1 year agoI discovered basic versions of windows are even more restrictive when I was unable to install my favorite lightweight pdf reader in a friend’s laptop because Windows home just said that for my safety I wasn’t allowed. With no option to bypass this limitation being hinted at.
Ended up installing it anyways but had to run the installer from an admin terminal (luckily it was windows 7 so it was a local account with admin rights instead of a bullshit Microsoft one)
DudeDudenson@lemmings.worldto Programmer Humor@programming.dev•Implementing RFC 3339 shouldn't really be that hard...30·1 year agoWhat you’re proposing is literally time zones but without shifting the actual clock, you still end up with all the issues and you remove the link between the hour of day and the sun’s position for people lol
Plus who gets to decide that everyone switches over and what is the new global time?
“oh nice we’re also having issues with random packets being dropped, can you look into that? It’s business critical”
DudeDudenson@lemmings.worldto Programmer Humor@programming.dev•Start ups when that VC funding kicks in4·1 year agoHow much weight did you put on
That last part, that’s what sandboxie is for
Wait until you try to do something that involves managing child processes
DudeDudenson@lemmings.worldto Programmer Humor@lemmy.ml•Damn no integrated advanced AI-driven solution that analyzes patterns and just predicts the errors? 🤨112·1 year agoI’m not sure if you’re serious or not.
At my job they unilaterally decided that we no longer had access to our application logs in any way other than a single company wide grafana with no access control (which means anyone can see anything and seeing the stats and logs of only your stuff is a PITA).
Half the time the relevant log línes straight up don’t show up unless you use a explicit search for their content (good luck finding relevant information for an unknown error) and you’re extremely limited in how many log línes you can see at once.
Not to mention that none of our applications were designed with this platform in mind so all the logging is done in a legacy way that conforms to the idea of just grepping a log file and there’s no way the sponsors will commit to letting us spend weeks adjusting our legacy applications to actually log in a way that is useful for viewing in grafana and not a complete shitshow.
I’ve worked with a logstash/elastic/kibana stack for years before this job and I can tell you these solutions aren’t meant for seeing lines one by one or context searches (where seeing what happened right before and after matters a lot), they’re meant for aggregations and analysis.
It’s like moving all your stuff from one house to another in a tiny electric car. Sure technically it can be done but that’s not it’s purpose at all and good luck moving your fridge.
Is sitting down and understanding the code in the PR not an option?