The trick is to try and think what could those words correspond to in assembly
The trick is to try and think what could those words correspond to in assembly
Lazy load exception anyone?
I 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)
Wait until you try to do something that involves managing child processes
I’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.
What a nice world you must live in where all your code is perfectly clean, documented and properly tracked.
The base version of IntelliJ is FOSS, and they kinda offer perpetual licenses for their paid applications. If you subscribe for an entire year, you get a perpetual fallback license. It’s just a license for an older version of the software, but you get to keep it forever. https://sales.jetbrains.com/hc/en-gb/articles/207240845-What-is-a-perpetual-fallback-license
You know that any software that requires a login or can update on its own can be bricked at a moment’s notice if someone in legal or accounting changes their mind about the whole “perpetual” thing.
What you didn’t put googling as one of your skills in linked in?
That’s like asking where you can find a published paper and being linked to google.com
If you think about it the last option is a way to use login via 2fa
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