• 0 Posts
  • 4 Comments
Joined 4 years ago
cake
Cake day: February 16th, 2021

help-circle
  • I always go with the following strategy:

    • Tons of public transport to ensure that local commute doesn’t have to rely on cars. In general, if I start to get the feeling that I need to place a highway in the city to solve the congestion problem, then I look what route is under served by public transport.
      • Buses or trams (if I want to be fancy) for shorter routes, metro for longer distances.
      • Passenger trains for inter-city and longest local transport.
      • Cargo trains in industrial hubs, but careful with those, as they tend to generate a lot of traffic when trucks come and go. I usually do some sort of a traffic sponge (one-way road that leads only to the cargo train station) for trucks to wait without blocking other traffic.
    • I use highways sparingly and only for longer distances, like connections between cities. I try to build them outside of the city, so it would also act as a bypass - the cars which are not going into my city but through it won’t generate traffic in the city itself this way.

  • I personally switched from NextCloud to Syncthing.

    Syncthing:

    • is easier for me to maintain,
    • allows for the “server” to be behind NAT,
    • lets me have multiple “servers” at the same time (eg. something at home and a VPS)
    • lets me have certain “servers” set as untrusted, so all data on them is encrypted, while others can have it unencrypted for easier access I put “server” in quotes, as Syncthing doesn’t really have a server, all clients are equal peers.

    On the other hand, NextCloud:

    • gives me a way to share files by link with others,
    • lets me browse files via a web interface,
    • mobile app lets me access files as I need them instead of having to synchronize everything.


  • Matrix works, but it’s way harder and more expensive to selfhost than for example XMPP, which can be hosted even on cheapest VPS or first RPi. I would definitely take the cost and “how hard is it to maintain in the long run” into consideration.

    Mattermost also works and is pretty easy to selfhost, but it doesn’t have federation.

    Another option is always an email with delta.chat - I don’t think it offers voice calling, but email is one of the most basic services one can host, and many automated solutions to help with that exist.