• 0 Posts
  • 38 Comments
Joined 1 year ago
cake
Cake day: February 28th, 2024

help-circle










  • I don’t know how NaytaData made it, but if I were doing it, I would do something like this:

    • start with a “blank” un-coloured map of coastline and country borders
    • put all the “capital” cities on the map
    • make a temporary grid of points over the map and find the closest city for each point
    • paint the map based on those temporary grid points

    I would use a computer but the same steps would work with paper & pen.










  • Syncthing may not have its own Web-based file browser but a regular Web server (like Apache or ngninx) can show a list of files in a directory without much configuration. Just point it at a shared folder. You could configure a fancier file browser like Filestash, File Browser Quantum, or even Nextcloud if you feel it’s worthwhile.

    Likewise, Syncthing may not have its own concept of a “main” hoster, but it doesn’t need to: you can decide what “main” means to you. Perhaps the one you designate “main” has different ignore patterns, or a longer retention policy.

    “Keeping some files remote” can be simply making sure your ignore patterns are set how you want them, if that works for you.