West Asia - Communist - international politics - anti-imperialism - software development - Math, science, chemistry, history, sociology, and a lot more.

  • 48 Posts
  • 316 Comments
Joined 3 years ago
cake
Cake day: December 27th, 2021

help-circle

  • I wish we had a nice tagging system (and I don’t think they should be hashtags) that was also in common use.

    I want to be able to search any post related a certain topic, and sometimes, these may not always be in that topic’s community, because topics can overlap. For example, I might want to read posts about Ukraine war, but those might be in world news, US news, or combat footage communities. Could be a community about Ukraine in general, or Ukraine war specifically.

    I also may not want to get it from a single Ukraine community. Maybe by finding posts with the “Ukraine war” tag, I’ll see several communities and join the one I want. But there needs to be a way to group them somehow.

    Such a tag system may be useful for combined topics. For example, I may want to look for posts about music software. They might not be common in the music community, or software communities. But I could filter by both tags and find what I want.








  • Its best to use a protocol that doesn’t allow unencrypted messages

    This is an implementation thing and not a protocol thing. What protocol doesn’t allow unencrypted messages? I am sure signal’s protocol would still allow it, it’s just that the implementation doesn’t.

    And same for XMPP. Just go with the implementation that doesn’t.






  • I have read that it is faster, though I have not tested it myself. Personally, my initial reason to use it was just to try something new and explore the unix world. My reason for staying is that it is a very simple init system that is pleasant to work with. It made me understand what an init system is and use it a lot more.

    Systemd is good if you just want something invisible and you do not want to mess too much with an init system unless you have to. Everything integrates with it

    OpenRC is nicer if you want to write your own init scripts. It is very well documented also.