• 1 Post
  • 43 Comments
Joined 11 months ago
cake
Cake day: August 3rd, 2023

help-circle
  • You might want to consider working either hourly or on a project basis as a contractor. You would have deliverables with deadlines you could meet them on your own time, or simply bill for the time you spend.

    You can perhaps look into “midlance” where you have a middle man getting a cut who is responsible for lining up work for you (after which you manage the relationship with the client).

    Maybe more common where I live but vacancies will sometimes mention “flexible hours” explicitly, especially remote jobs. Then you can ask them clarify in the interview what their prospective on flexibility looks like.









  • Desktop: Macintosh (<X) -> Windows (XP-10) w/occasional Ubuntu dual-boot (various DEs) -> Debian + Gnome

    Server: Ubuntu LTS -> Debian

    I’ve also had a number of used thinkpads over the years where I mostly ran Xubuntu and crunchbang.

    I still boot into Windows every month or so if I need to model something in Rhino (CAD). Couldn’t get it working in Wine and my 12 YO computer isn’t performant enough to run it in a VM. The last thread remaining and waiting to be cut…







  • Interesting, but if I have to use Windows then I would consider Conda depending on my dependency situation.

    I don’t particularly like Conda, or Windows, but what I like even less is manually finding wheels for my project. For something like GDAL, I wouldn’t even try on Windows without Conda. I think it’s also easy for a beginner to get up and running with this setup.

    My preferred setup is pyenv on Linux with poetry :)