Tellore
Turns out, a lot of other Lemmy instances allow using VPNs just fine. Here’s thread with some recs: https://lemmy.world/post/19205545 In case you don’t know how instances work, it’s basically distributed system, we can access the same communities and post there from other instances (without VPN issues).
When consuming APIs you often want JSON in successful scenario. Which means, if you also have JSON in unsuccessful scenario it’s a bit more uniform, because you don’t have to deal with JSON in one case and plaintext response in other. Also, it sometimes can be useful to have additional details there like server’s stacktrace or some identifiers that help troubleshoot complex issues.
Because it protects you from ISP or targeted MITM. Lets say your ISP decides to spy on users or someone cuts into the internet wire going from your appartment to ISP, without VPN they can fully see and modify all http traffic as it’s totally unencrypted, in https traffic they can’t see the content but they see domain names of sites you are visiting and exact time when you are visiting them. With VPN 100% of your traffic is encrypted and in similar situation absolutely nothing is visible or modifiable. Someone can MITM on VPN provider itself, but it’s not really suitable for targeted scenarios, because those wires are in other part of the world than you, those wires are much better physically protected and even if malicious actors succeed they will have very hard time filtering traffic from different users from each other.
Sorry for a bit of off-topic, but for a note taking app I suggest checking out Amplenote (there is a free plan for browser and mobile apps). I discovered it recently and it’s quite a life changer for me. Proper tag system for notes is a killer feature.