• 0 Posts
  • 11 Comments
Joined 4 months ago
cake
Cake day: June 4th, 2025

help-circle




  • Syncthing doesn’t allow sharing Like, between users? You can set up a shared folder with that user, although I know it’s not the same.

    I’ve recently been made aware of Copyparty, which is a web GUI for serving files, with great access control, and the main dev reported people have been running it over a Syncthing-synced directory without any issues. Has an Android app too. I don’t have any need for sharing over HTTP right now, but if I did, that would be my go-to.




  • I used to do debuggers until I started doing embedded and dipped my feet in multithreading (2 different projects). After many hours lost because the debugger straight lied to me about which line of code has been executed, a colleague suggested that I just do a printf like a filthy beginner. And 🤩it worked🤩 and I never went back to the unreliable world of debuggers. Even though now I’m mostly working with single-threaded python scripts.