• 0 Posts
  • 10 Comments
Joined 4 years ago
cake
Cake day: June 28th, 2020

help-circle
  • scubbo@lemmy.mltoMemes@lemmy.mlHeh
    link
    fedilink
    arrow-up
    0
    ·
    8 months ago

    I feel like you’re using “supercede” differently to the rest of us. You’re getting a hostile reaction because it sounded like you’re saying that EM is no longer at all useful because it has been obsoleted (superceded) by QM. Now you’re (correctly) saying that EM is still useful within its domain, but continuing to say that QM supercedes it. To me, at least, that’s a contradiction. QM extends EM, but does not supercede it. If EM were supercedes, there would be no situation in which it was useful.


  • scubbo@lemmy.mltoMemes@lemmy.mlHeh
    link
    fedilink
    arrow-up
    0
    ·
    8 months ago

    “X depends on or is built up on Y” does not imply “X is Y”. Concepts, laws, techniques, etc. can depend or be higher-order expressions of QM without being QM. If you started asking a QM scientist about tensile strength or the Mohs scale they would (rightly) be confused.







  • In that context, having all packages be “system-wide” made sense. All the virtual env shenanigans won’t ever fix that.

    Sorry, but you’ll need to explain this a little bit more to me. That’s precisely what virtual env shenanigans do - make it so that your environment isn’t referencing the system-wide packages. I can totally see that it’s a problem if your virtual env tooling fails to work as expected and you can’t activate your environment (FWIW, simply old python -m venv venv; source venv/bin/activate has never let me down in ~10 years of professional programming, but I do believe you when you say that Poetry and Conda have broken on you); but assuming that the tools work, the problem you’ve described completely goes away.