• 5 Posts
  • 79 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle







  • Such pain, and you didn’t bother to name the GitHub project you’re trying to make work. Maybe it’s not allowed in this sub?

    Anyways, maybe you need to install python-dotenv from conda-forge? Never done this before so don’t know if this will work. But worth a try.

    See here. Might be worth your while to just do

    conda config —add channels conda-forge
    conda config —set channel_priority strict
    conda install python-dotenv python-dotenv-with-cli
    








  • What are you passionate about outside programming? Reading? Writing? Hiking? Tv or movie watching? Connecting with friends? Gossiping about the neighborhood?

    What ever it is… do that. Focus on that. Then, if you still want to build personal projects, see if the tools around those hobbies are adequate and to your liking. If not, there you have it. Your next project.

    If everything is good and you enjoy your hobbies, please understand that software engineering is a job. You don’t need to do it outside work as well. It’s like asking brick layers if they have personal taj mahals that they’re building brick by brick outside of their daily work of building other people’s houses. They’ll look at you like you’ve lost it.






  • OP, you say those folks only launch a chrome browser and so aren’t choosing Linux themselves. Fine. But looking at it from the system perspective, they’re inadvertently learning how to use Linux. How to make WiFi selection in that interface. How to deal with patches and upgrades and vulnerabilities and hacks. Sure, they’re basically only using the browser. But do they never download a file? Open it in the system file browser? Attach it back in the browser?

    All of these user interactions are what define a person’s experience on a system. If you think of one of the main differences between iOS and Android, you’ll see how in iOS files are a second class citizen and apps are first class citizens. That means iOS defers to the app first and then considers a file as an independent entity. That’s a strategic decision that defines how generations of iOS users perceive the world around them. It’s what helped companies like Notion become the behemoths they are because everyone accepted that if you want to build a knowledge base, you can just start writing text in an app or browser and not consider files as the first point of contact for the knowledge base user.

    By using Linux on a day to day basis, those users are slowly unlearning what they’ve come to understand is the default behavior of a system - most likely whatever Windows does.

    Somewhere down the line they’ll crib and hate on windows enough to what something different. That might end up being Mac, but for a large swathe of people, it might end up being some Linux variant too.