• 2 Posts
  • 1.02K Comments
Joined 1 year ago
cake
Cake day: September 21st, 2023

help-circle



  • Wow, great article, thanks for the link.

    The moment I read the quote from Signal’s president, I called bullshit. I was there, working at a company that had massive records, probably of about 1/3 of Americans.

    We were very much concerned with this data in private hands. We were concerned about this kind of data in anyone’s hands.

    Such BS coming from Signal is part of why I no longer use or reccomend the app. I simply can’t trust them when they make such blatantly bullshit statements.

    Like their reasononing for dropping SMS support because the “engineering costs”. There’s nothing your app does for SMS, other than to hand the message to the SMS system (technically, it reads and writes to the single SMS database on Android, which was a change implemented in about 2015), using a published API.

    I’m starting to suspect the motives after reading such lies.








  • Tailscale is wireguard (it uses the wireguard protocols, even says so on the box), just with a centralized resolver to make things easier to setup and manage.

    I’m not sure what you’re saying with the rest of your comment, as Tailscale is a mesh network, not a VPN as most people think of it.

    It encrypts your traffic, but only into the network of which your device is a member. You can’t even see any devices, or networking, outside the Tailscale network, unless a device is configured as a Subnet router. Then you can see devices in the network which the Subnet Router links together.

    For example, you have 3 machines, a laptop on mobile data, and 2 desktops on your home LAN. One desktop and the laptop have Tailscale, they can communicate over Tailscale to each other, but the laptop cannot connect to the second desktop because it’s on a different network, since there’s no routing between Tailscale and your home LAN.

    You then configure Subnet Routing on the desktop that has Tailscale, now your laptop can connect o any device on the home LAN, so long as the desktop is running and Tailscale is up.

    Think of mesh networks as Virtual LANs in software, configurable on each device (mostly, sort of). Twenty years ago Hamachi was the go-to for this, it was brilliant, and much easier to use than today’s mesh networks, just far less capable/manageable/configurable.






  • It definitely gets better once it’s all caught up.

    But it’s still much harder on battery than ST when folders have changes.

    It’s kind of not Foldersync’s fault, it’s really because of the protocols - it’s all connection-based, and FS has to compare each file at sync time.

    Syncthing keeps an index so it knows what files have changed. Very different tools with different use-cases and approaches.

    I used FS for years until I found ST, and had to do a lot more tweaking to get sync to work the way I wanted with FS. FS doesn’t have sync conditions like ST, so I had to use Macrodroid to trigger it when on WiFi, for example.

    FS can be a solution, it’s just a lot more work for anything beyond basics.


  • It’s stupid easy to setup, even has a built-in photo backup job.

    I use Syncthing-Fork because it moves all the sync conditions into each job.

    So my photos sync regardless of charging state or network (I’m willing to pay for the data to ensure photos are instantly synced). While other things only sync while on WiFi and charging (e.g. Neobackup).




  • Maybe I’m misremembering, but I thought they used Syncthing as part of a business not directly related to Möbius - as a vendor supplying data management solutions to other companies. I suspect Möbius came out of need for their clients.

    I can picture the vendor website in my head, just wish I could remember who it was for sure.

    I would eagerly pay for syncthing, it’s that important to me. I keep hundreds of gigs moving around using it. It’s on my annual donate list already, but clearly that’s insufficient.

    Maybe the Syncthing-Fork dev will keep it going.

    iOS is already more restricted on app sandboxes, and Möbius can handle it in the paid version.

    On Android, Resilio somehow has more file access than Syncthing, even without root (it can read/write to either SD card root, while Syncthing can only write to a subfolder of SD0, and can’t write anywhere of an external SD). So there’s something going on.