zod000
@zod000@lemmy.dbzer0.com
- Comment on MoCA vs Ethernet Home Setup 1 week ago:
Other con: Unless you have a new home with pristine wires, the speeds of MoCa can vary anywhere from 2.5Gpbs to 6Mps. It also gets very tricky if you have still cable TV in your home because many of the set top boxes use MoCa and they directly interfere with using it for internet (though you can sometimes get it working with filters, my experience was poor). MoCa is still far better than something like Powerline adapters, which are another option for not having to run new cables/lines.
- Comment on Music Library Management 1 week ago:
I just manually clean up the tags/directory structure and use rsync. I have tried a few other things, but they always end up being more trouble than it is worth for me.
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 10 months ago:
That to me still feels like a variety of “scale”. All of these tools (Ansible is a great example) are of dubious benefit when your scale of systems is small. If you only have a single dev machine or server, having an infrastructure-as-code system or containerized abstraction layer, just feels to me like unnecessary added mental overhead. If this post had been in a community about FOSS development or general programming, I’d feel differently as all of these things can be of great use there. Maybe my idea of selfhosting just isn’t as grandiose as some of the people in here. If you have a room full of server racks in your house, that’s a whole other ballgame.
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 10 months ago:
This is a big part of why I don’t use VMs or containers at home. All of those abstractions only start showing their worth once you scale them out.
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 10 months ago:
I feel like this too. I do not feel comfortable using docker containers that I didn’t make myself. And for many people, that defeats the purpose.
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 10 months ago:
Why would I want add overheard and complexity to my system when I don’t need to? I can totally see legitimate use bases for docker, and work for purposes I use VMs constantly. I just don’t see a benefit to doing so at home.