• 2 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle





  • You might like Commento which is FOSS. You can self-host it (or fire it onto a free or low cost cloud host), and fun. It’s more like a Lemmy/reddit format (comment up/down votes can be enabled) than masto but maybe you’ll enjoy it.

    Users can comment anonymously or you can enable basic verification steps. Decent moderation for if spam bots find you. Etc.

    ETA I used to host my instance on Heroku’s free tier and it was more than enough for what little traffic was coming to my site.



  • TerkErJerbs@lemm.eetoPrivacy@lemmy.mlVPN on Router Issue
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    9 months ago

    Those IPs eventually end up on block lists as users do dumb things with them. You could definitely benefit from auto cycling through them but it’s still going to be luck of the draw, ultimately. Normally you’ll get a different IP each time you connect, even to the same location/server so if your VPN client has a CLI component, even a basic one, you could write a simple script to tell it to ‘disconnect’ and then ‘connect’ periodically, for instance.

    Depending on which VPN client you’re using on the router, that would be the simplest approach to explore imo.

    ETA you could also explore getting a residential IP from your VPN provider if they offer that. It’s a little more expensive but they don’t end up on block lists as much. Less hassle.


  • I use syncthing for personal and work, and it’s great. Having said that I’ve found it struggles with versioning i.e. editing a document from multiple devices.

    Look into something like Standard Notes for cross platform markdown editing. It’s e2e encrypted, works great, the dev is very responsive. Ymmv but I really like it, have it on every device I own and use it daily.

    I’ve also just used a private git repo for editing docs from multiple devices. Once you get it set up it’s effortless, and most ide’s are extremely fun to use as text editors.