suswrkr

joined 1 year ago
[–] suswrkr@discuss.tchncs.de 5 points 3 hours ago

i invited my friends too. almost seems like if many people do this number goes up.

[–] suswrkr@discuss.tchncs.de 0 points 4 hours ago* (last edited 3 hours ago)

Everyone has jobs, families, and lives. What is your point?

We did start a nonprofit this year, https://electronica.repair/. We don't have a lot of money so we do our due diligence on who we support.

[–] suswrkr@discuss.tchncs.de 3 points 1 day ago

https://github.com/fosrl/pangolin

use this instead of tailscale or other corporate options. tailscale is going for IPO, their service cannot survive investor greed.

[–] suswrkr@discuss.tchncs.de 3 points 1 day ago

1000xResist with XR glasses. talk about immersive.

[–] suswrkr@discuss.tchncs.de 4 points 1 day ago

just get a cheap n100 box, don't overspend

[–] suswrkr@discuss.tchncs.de 1 points 1 day ago* (last edited 1 day ago)

omg and do NOT do fireside chats like you are a bunch of enlightened executives. no wonder you need to beg for donations.

[–] suswrkr@discuss.tchncs.de 3 points 1 day ago (3 children)

start a nonprofit that hosts services, gather donations for equipment and other stuff.

what is so difficult here?

[–] suswrkr@discuss.tchncs.de 14 points 1 day ago (1 children)

it would be amazing if geerlingguy was the one to make youtube go mask off

[–] suswrkr@discuss.tchncs.de 2 points 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.

[–] suswrkr@discuss.tchncs.de 6 points 11 months ago (1 children)

https://forgejo.org selfhosted has been good for me, FOSS fork of Gitea.

[–] suswrkr@discuss.tchncs.de 9 points 11 months ago (5 children)

I run a k3s cluster for selfhosted apps and keep all the configuration and docs in a git repo. That way I have history of changes and can rollback if needed. In that repo I have a docs folder with markdown documents about common operations and runbooks.

There are other ways to do this, but I like keeping docs next to the code and config so I can update them all at the same time. Deployed several wikis in the past but always forget to update them when I change things.

view more: next ›