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

help-circle






  • I had a very good experience with Honeypot (https://www.honeypot.io/en/). It’s Europe only, so not sure about the legal aspects of working from the US, but Germany have recently did some changes to laws related to work visas specifically to attract tech workers, so it shouldn’t be that hard. You speak German, so that’s a big plus.

    It’s a “reverse” job search, in the sense that you create your profile/CV and companies apply to you. After creating your profile, you do a short call with a recruiter, that helps you adjust it to the type of job you are looking for.


  • I’m very happy with my FritzBox (7590), it handles de ADSL connection to the ISP, supports various DDNS providers, Wireguard VPN, 4 port gigabit switch (5 of you don’t need the WAN port), guest WiFi with client isolation.

    It also has basic media server and NAS functionality (with USB3 external hard drives).

    Of course you can change the DNS server and other network controls like QOS, wake on LAN, port forwarding, different profiles with parental controls, filters, connection times, etc.

    They also seem to take security seriously.





  • I code in C/C++. Work laptop is windows, but the products run on various Linux and Unix flavors, as well as in Windows. So I use Clion on win, that syncs the code changes to a Linux VM for building and testing. The toolchain is in a docker image, so I can change the build and test environments without affecting each other. Since I need to test on different OSs, I have multiple VMs in a server at the office.