fruitycoder
@fruitycoder@sh.itjust.works
- Comment on To finally bury this one anti-renewables astroturfed Reddit comment 3 days ago:
I mean all of that is big ol fat case depends. Like elevation distance from equator, time of year, what crop and at stage of development.
- Comment on Backing up across machines with low free space? 1 week ago:
Have the filesystem compress by default and ship that?
I know you can do it with zfs. Export a snapshot of a fs with compression enabled. I’m less sure if you can do it with a btrfs, lvm, or xfs though. I know they support fs level compression though.
- Comment on New Steam Beta can run the Linux client inside a container with 64bit 2 months ago:
I run most of my software in containers. Firefox is in a flatpak. My terminal shells are all containers using distrobox. My homelab services are all containers. My few VMs (i run a few vituralized rke2 clusters, sometimes a test version of my baremetal harvester cluster, and test versions of my desktops)? Also running in containers. My desktop OSs are also containers (ublue, SteamOS, and SUSE Elemental).
The future is now old man! :p
But honestly linux namespaces and overlay filesystems are the bees knees. Create reusable layers of filesystems, use just the ones needed for a given app/service. Expose just what a service or app needs to for a given function. You end up with an extemly portable, and consistent system that has cleaner seperations of concerns. For basically free. From an app dev perspective you remove a whole matrix of supported configurations to worry about (distro/version/packages installed/etc).
- Comment on Agent based backup server? 2 months ago:
I have my shared data on Longhorn, so for services that’s just longhorn as a PVC on rke2(k8s) and for clients I expose the NFS for mounts from a longhorn PVC to them to mount to.
- Comment on 2 months ago:
How is the kubernetes (k3s/rke2) migration coming along?
- Comment on U.S. Solar Installations Fell in 2025 as Trump Attacked Clean Energy 2 months ago:
Insane to see PV being side tracked when arguablly DC based power systems a seeing a massive boom in production (OpenCompute data centers for example are lookinh towards 800vdc facility to compute setups using the hardware EVs are getting standardized on). No to mention the EU big push on eletric rail and HVDC lines.
Honestly they are just trying to set back a whole country because they dont know how to gatekeep it well enough to be personally enriched while imporvershing everyone else.
- Comment on Notes on full disk encryption on a Hetzner cloud VPS 2 months ago:
Why not cloudinit instead of ssh?