• 1 Post
  • 50 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle





  • It kinda comes out of the experience. There’s an outstanding Github issue that notes that a specific version of YT Music is broken past a certain version. Most of the patches fail to apply and you just get the minor ones. You can use the version just before with no issues. How can you litigate against lines of code that don’t even work? This is similar to the vulnerability that Yuzu gave up since they offered Patreon-exclusive updates to support a leaked BOTW:TOTK .iso. Easy to prove your intent there.




  • sincle354@kbin.socialtoLinux@lemmy.mlXZ backdoor in a nutshell
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    3 months ago

    So it’s not that the Volkswagen cheated on the emissions test. It’s that running the emissions test (as part of the building process) MODIFIED the car ITSELF to guzzle gas after the fact. We’re talking Transformers level of self modification. Manchurian Candidate sleeper agent levels of subterfuge.




  • You have to basically reinsert the meager winnings of your “value” after it was extracted from you, back into the infinite money machine where there is new money but not really much else. It will be used to fund a moderately successful water cartel, Tech-Bubbles-R-Us, Misery Devices and Ammunitions, and the national entities maintaining Da Rules-based economy (subject to modification). You will not be made aware of this as you invest into a NASCAR soundalike that goes up because yes and goes down because fuck you. Only then are you able to retire on the knife’s edge of medical poverty.




  • I’m going to analyze this assuming you’re more manly than not, since that’s where my experience is at.

    Emotions are separate, related issues that can be tackled just like a man can. A therapist with “Men’s Issues” experience knows how to frame the woo and abstractions of regular therapy with more actionable techniques. Someone with very intense or inappropriate emotions may need to face the emotions MORE than the problem at hand. There are techniques and viewpoints to be understood, and I had to use these myself.

    It’s stuff like simple facts about emotions. They exist. They influence your actions. They can be modified and analyzed. They need to be managed like an adult manages a child. Ignoring emotions can compact them into deep seated hurt that induce more emotions. Process your past to free yourself from that hurt. It won’t be fast, but it needs to be done.

    If certain situations that cause emotions can be avoided, do so when reasonable. If they cannot be ignored, recognize that external help through tools, techniques, and friends are not weakness, but the weapons you use to to fight your battles. Forgive yourself slipping while always focusing on the output. Learn to cry, and know how it makes you more powerful and strong.

    Notice that this is closer to “wise old karate master” or “Boy Scout Scoutmaster” talk. It’s what men crave but rarely find in popular media. IF the person does not have issues with their emotions and have a sufficiently sized ego, pulling them through the first steps of anxiety and hesitation is enough to make someone feel competent and secure. Positive visualization, goading their ego, pushing buttons (gently), it’s good for many men but not for all of them, and it just doesn’t translate to a lot of women. Expand your arsenal of emotional management for your target audience. You’re a good person for wanting to find a better way to help others.



  • Both because they are the ultimate tools in maneuvering a terrible, terrible development environment. For reference, Sigasi Studio costs 2,000$ PER YEAR, and it still doesn’t work for our dev environment!

    Let me paint a picture: Corporate job that won’t let you download anything except whatever you can smuggle through a git checkout. It took a month to convince IT to download vim 9.0 on the server. The programming language? VHDL and SystemVerilog and UVM. Horrible language support that relies on proprietary compilers/simulators, and always the ones you aren’t using. The one you are using is so obtuse that it has literally 50 configuration files for a single project. All of it is run with a janky python script with half of the flags not working. LSP support is out of the question since it dynamically pulls files from god knows where with at least 10 layers of …/ relative pathing.

    All I can do on vim is

    • ctrl+p for fuzzy file finding and a massive blacklist of intermediate files to ignore,

    • a custom :Make command with custom errorformat that you can navigate through,

    • Universal Ctags with per library indexes to reference those far off files,

    • and a fuckton of grepping for when Go To Definition (ctrl+]) grabs the wrong location.

    Vim’s autocomplete is almost always good enough. If my laundry list of plugins break, I can literally fix them on the spot and even submit the merge request on github. If you take into consideration all of this configuration and learning effort, I still save hours of navigating through the hundreds of files I have to essentially reverse engineer. My coworkers are all electrical engineers and it shows They’re using godforsaken nedit with no syntax highlighting…


  • From a software engineering view: Lots of rebuilding the wheel, now with Internet Explorer dependencies. Large tech firms are more and more bureaucratic rather than innovative. Startups slurp up VC funding for the next 200 or so unicorn investments. NVIDIA is THE ENTIRE S&P 500 at this rate with SERIOUS “Peak of Inflated Expectations” valuation. Elon Musk.

    All the while the majority of the job is fixing the mistakes of the past, of yourself and of some code monkey in 2003. There’s this theory that code replicates the structure of the design team. When that team spans an entire corporate hierarchy with SCRUM standups every 2.5 milliseconds, you wonder if you could do the equivalent of the ending of Office Space to the codebase.

    I’m sorry, I’m just… anyway, a sage piece of advice. For the love of all that is holy, write requirements BEFORE doing validation for Aerospace applications, and DO NOT OUTSOURCE THE REQUIREMENTS WRITING. That is all.