• 3 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: August 24th, 2023

help-circle

  • I would say it was worth it. I moved from the Netherlands to Germany for three years for a Master’s and then to Canada for a PhD and stayed there and got a job. It’s a great way to experience different cultures (though all Western of course).

    For the move to Germany, it was really easy. It’s all EU so all I had to really do was register at the Kreisverwaltungsreferat. I had also applied for a grant to study abroad so that paid the tuition as well as the rent. Tuition in Germany is very low by the way. It was also a great way to build independence since I had to rely a lot on myself, having come all alone.

    I did meet my lovely Canadian spouse there, so there was the opportunity to move to yet another country. Immigration is a massive pain, even when married to a Canadian, but it all worked out with student visa, permanent resident, and finally citizen. Took years!

    The downside is of course being 6000km away from my family. Especially from my parents who are not getting any younger. So it’s hard to be there for them if something happens. But overall, I would say it was worth it. The experiences have been great and I get to spread ideas that work well from places I’ve been to my new home in Canada. The lack of proper licorice here is baffling though!











  • Cute! 😀

    It mostly works. I think line 103 should maybe be:

    os.remove(os.path.join(cdata, "teat.txt"))
    

    So, “teat.txt” instead of “eat.txt”. I think this prevents the cat from ever getting happy since that line causes an error and it never reaches image.set_from_file(os.path.join(current_dir, "data/happy.png")) which is very sad!

    Actually, you may just want to catch the error if the file happens to not exist. Like this:

        try:
            os.remove(os.path.join(cdata, "teat.txt"))
        except FileNotFoundError:
            pass
    





  • I have an AKASO Brave 7LE. I just take out the SD card and put it in an USB reader that I plug into my home server to move the videos. Then I just use my desktop for editing with Kdenlive which has a defish filter for getting rid of the camera distortion these actioncams have.

    It’s also possible to connect to the camera through WiFi, but it’s much slower than using the SD card reader.

    Regarding firmware updates, I don’t think AKASO is really into that but at some point I had an issue and support sent me a file that you just put on the SD card and the camera does the rest.


  • I use Edge daily for work. Everything it Office 365 and there is of course no Outlook client or Word or whatever on Linux. So I use the web version for everything. So I might as well have Edge to do the Microsoft since surely MS must make sure their stuff works on their own browser, right? (right??).

    I also use the PWA version of Teams since the native client doesn’t really work well and since somewhat recently is also “officially” unsupported.

    Anyway, it keeps the MS stuff separate from my normal browsing with Firefox and I’ve disabled JavaScript in Edge for all non-MS stuff. It works pretty well. Took me some battles to get rid of the Bing sidebar but they finally made that an option you can set.