• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • Scribbd@feddit.nlto196@lemmy.blahaj.zonerule
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    I can see it. There are a few tropes that come to mind:

    • Robot is unique and alone
    • Robots outlive their creators/creating civilization
    • Robots discarded after their usefulness expired

    And looking into the etymology of orphan makes it even clearer. Robots are often depicted as being dereft of rights, feelings etc.







  • If we talk about solutions: python has plenty. Which might be overwhelming to the user.

    I use Direnv to manage my python projects. I just have to add layout pyenv 3.12.0 on top and it will create the virtual environment for me. And it will set my shell up to use that virtual environment as I enter that directory. And reset back to default when I leave the directory.

    But you could use pipenv, poetry, pdm, conda, mamba for your environment management. Pip and python do not care.