suswrkr
@suswrkr@discuss.tchncs.de
- Comment on What happened to the fediverse stats here? 15 hours ago:
i invited my friends too. almost seems like if many people do this number goes up.
- Comment on We have to solve the money problem! 15 hours ago:
Everyone has jobs, families, and lives. What is your point?
I did start a nonprofit this year, electronica.repair
- Comment on Got any security advice for setting up a locally hosted website/external service? 2 days ago:
use this instead of tailscale or other corporate options. tailscale is going for IPO, their service cannot survive investor greed.
- Comment on Weekly Recommendations Thread: What are you playing this week? 2 days ago:
1000xResist with XR glasses. talk about immersive.
- Comment on Plex Server Replacement 2 days ago:
just get a cheap n100 box, don’t overspend
- Comment on We have to solve the money problem! 2 days ago:
omg and do NOT do fireside chats like you are a bunch of dickhead executives. no wonder you need to beg for donations.
- Comment on We have to solve the money problem! 2 days ago:
start a nonprofit that hosts services, gather donations for equipment and other stuff.
what is so difficult here?
- Comment on Jeff Geerling: Self-hosting your own media considered harmful (updated). Youtube removed his content, saying that self hosting content is "dangerous or harmful content" 2 days ago:
it would be amazing if geerlingguy was the one to make youtube go mask off
- Comment on What's the real difference between a shell script and Ansible (and which should I use)? 3 days ago:
ansible has a learning curve but will save you a lot of time in long run over bash.
write playbooks rhat target groups of similar hosts instead of a playbook for each distinct host, target specific hosts with
-l
flag of ansible-playbook.look into molecule for testing sooner than later. helps you be more confident your plays will work as expected vs running trial and error on a host and getting it into a bad state. i run on bare metal so more important for my workflow not to wipe a folder with a typo, etc.