Spyke

Replies

main

Comment on

Beehaw* defederated us?

Well, look at the bright side: the evolution of descentralized federation now depends on the moderation topic. I wouldn't be surprised if someone takes federation to the next level and creates a moderation tool which would work out of the box for the fediverse, at the technology level (e.g. ActivityPub).

If and when this happens, federation has a bigger chance in replacing current centralized social networks.

linux

Comment on

Naming Bash scripts

If you use them for your use only, or want them "cleanly" organized, consider prefixing it with something personal to you (or a generic one such as my_). For example, I'd prefix them with l_: my_rename_photos.sh, my_lightson.sh, etc.

If there's a lot of them, write a wrapper script which would call the individual scripts from a common location (/usr/share/my-scripts/). Then, you can only make sure your wrapper script is aliased/moved in the PATH. Example: my rename, my lightson, etc.

You reached the end