Just a guy doing stuff.

  • 1 Post
  • 204 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle
  • I’ve used a Z Fold 4 for two years now and it’s been the best phone I’ve ever had. Desktop versions of websites, on my phone, without feeling cramped. Two apps side by side, both roughly the size of a usual phone screen. Huge screen for retro emulation using a Bluetooth controller. All with still having a small screen for one handed use and more traditional scrolling.

    Games like Hearthstone, Gwent, Chess, Baldur’s Gate Enhanced Edition, Roller Coaster Tycoon Classic, feel way more playable.

    At this point, using any other device feels limited and cramped in ways that a big screen doesn’t.

    My only complaint has been price, and I only got mine because my company paid for it












  • Ah, I’ve generally run my VPN primary exit node in a public cloud infrastructure host like Digital Ocean or AWS in order to provide a separate public IP from the rest of my stuff, and not give out my home IP to public Wi-Fi and such.

    I like docker, as long as you use a good orchestration tool it’s a good way to declaratively define what should be running on your server, using a compose file or similar. There are a lot of benefits to the overhead of learning it, including running multiple instances of the same service on one machine without conflicts, and the ability to force your hosted apps to store all of their data in nice neat packages you can easily back up with something like Duplicity or Volumerize.

    I actually run my containers on a small kubernetes cluster using VMs running k3s atop Proxmox, with persistence handled by a hyperconverged ceph cluster. All probably very overkill but it’s fun to play with and performs incredibly. Most folks can get away with a single server running containers with simple docker compose.






  • Hexarei@programming.devtoMemes@lemmy.mlplease
    link
    fedilink
    arrow-up
    13
    ·
    2 months ago

    The main thing people are upset about isn’t that OneDrive exists or that Microsoft is pushing it. It’s that updates have made it so that OneDrive folder backup is automatically enabled without user permission. Backing up files to OneDrive without being asked to. That is a privacy nightmare.

    I personally host my own copy of Nextcloud and use that for anything I need to sync or back up. I have a regular back up job that snapshots the Ceph cluster it uses for storage and copies it to my own NAS box here in the house, which is automatically replicated via a Nebula network (like TailScale or Zerotier but fully self-managed) to an identical NAS at my parents’ house across town.