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

help-circle





  • I tried borg (with borgmatic) and restic - personally I like restic a bit more. There are lots of comparisons between these tools and your use case might differ, but for me restic just seems a bit more modern: It supports more remote targets (e.g. S3), multithreading, better encryption and it’s written in Go.

    That being said, borg is not bad software. It’s reliable and I actually still use it for a ~20TB repository that I couldn’t be bothered to migrate yet. It’s just that for me restic felt slightly better overall.




  • A lot of other people who took the test got largely the same result as when they joined the company — my results had worsened (by the HR Manager’s standards) — she later told me that I was anti-authoritarian and more likely to do what I thought was right rather than what I had been instructed to do. […]

    She mentioned that my chances of securing the job upon re-interviewing at the company were slim due to my psychometric profile.

    What a nice thing to say to one of your senior employees. HR people really are something else. They could’ve easily lost him that day because of some random bullshit.



  • NUCs make really nice homelab servers. They can give you a lot of power while not sucking too much electricity. I have used three NUCs to build a kubernetes cluster and I’m very happy with them.

    The only thing that made me buy additional hardware was the need for 10Gb Networking and more internal storage, which I couldn’t realize with my NUCs. I also learned to love the IPMI feature of server motherboards, that NUCs don’t offer afaik. I would recommend to use a hypervisor like proxmox which makes it easy to spin up new servers inside virtual machines - this way you don’t have to re-install your OS on the NUC everytime something goes wrong or needs to be upgraded.

    Generally a NUC is a great device for a homelab, especially if you’re just starting out!

    Since you’re also located in germany, I’d like to share a site I found when I was looking for my own router based on OPNsense: NRG Systems. Some of their models use pretty old hardware, but I got the IPU651 with the 19" chassis and I really love it.



  • Maybe you could install a local mail client like Thunderbird and connect it to your Gmail via POP3? POP will download the mails and delete them from the server. Then you’ll just have to figure out how to export the mails from Thunderbird/your client of choice.

    EDIT: This article contains relevant information.

    EDIT 2: Alternativly you could just use IMAP instead of POP to download everything and then delete the mails from the server manually.