Lasso1971
@Lasso1971@thelemmy.club
- Comment on I'm using compose wrong and I know it. 1 year ago:
I prefer compose merge because my “downstream” services can propagate their depends/networks to things that depend on them up the stream
There’s an env variables you set in .env so it’s similar to include
The one thing I prefer about include is that each include directory can have its own .env file, which merges with the first level .env. With merge it seems you’re stuck with one .env file for all in-file substitutes
- Comment on Introducing Raspberry Pi 5 1 year ago:
Since switching my server to an x86 based platform, I’m not jumping back to arm any time soon. Maybe some day
- Comment on what's the highest increase in salary you've had or seen? 1 year ago:
Two years ago out software lead left. Me with 3 years experience was the most knowledgeable person on the team. We had gotten acquired. 3 months later they gave me a raise from 92 to 103k, which I showed annoyance with. 6 months later the new company decided to throw money at the people they couldn’t afford to lose so I went to 128k. 6 months later I went to 143k
This is on a small team at a government contractor
TLDR: 51K in 1 year without switching companies
- Comment on Getting the mutant home server gaming in a VM (Proxmox as a Home Server) 1 year ago:
I do this using a native Linux host so Google corals work right for my frigate security system. Windows vm is a qemu KVM with GPU passthrough, managed primarily through a web browser via cockpit qqq.ninja/blog/post/vfio-on-arch/
- Comment on What specs to look for in an Optiplex SFF/MFF pc? 1 year ago:
I think 8000 series is the suite spot. I’ve gotten a few optiplexes between $110-140 with an i3-i5
- Comment on Caddy subdomain reverse proxy performance 1 year ago:
That’s a crazy issue to have discovered. Maybe you could try a different reverse proxy like nginx to narrow down potential causes for the issue