online

joined 2 years ago
[–] online@programming.dev 16 points 6 months ago

Also of note, some providers have data caps. I haven't looked at all providers, merely Nymvpn as I was interested. Turns out they have a 2TB/month cap. Might not be an issue for some, but might be for others.

[–] online@programming.dev 0 points 6 months ago (1 children)

From what I understand Nymvpn uses 2-hop connection, aka your data goes through two of their servers before reaching its intended destination, versus 1-hop with most other VPNs. It's more private, but you'll sacrifice speed as a result of having to go through at least 2 servers. They even have a 5-hop mode, which I don't know, probably would be slower than tor xD

[–] online@programming.dev 1 points 9 months ago

Check the privacy policy: https://p2p.mirotalk.com/privacy

E2EE usually implies that your connection goes through the company's server(s) before reaching your contact during communication. With Mirotalk, your connection is P2P. You connect directly to your contact. Your video stream never goes through the company's server. And the connection is still encrypted of course.

So yes, your stream is encrypted. Honestly, if it wasn't, no way they'd be in business as encryption is probably the bare minimum nowadays when it comes to any kind of communication.

[–] online@programming.dev 0 points 9 months ago

As much as I'd love to, ain't going to happen. KYC payment and non-voip phone number lets them minimize the number of cheaters. That would probably be the official PR reason from them when it's more about building a profile of your gaming taste and habits and selling that data to 3rd parties.

[–] online@programming.dev 0 points 1 year ago* (last edited 1 year ago) (2 children)

Give MiroTalk a try. Can be self-hosted and just like Jitsi, no need to install anything, it's all in-browser. Has all the features you're asking for.

https://github.com/miroslavpejic85/mirotalk

If you want to test drive it:

https://p2p.mirotalk.com/

1
Copying selection help (programming.dev)
submitted 2 years ago* (last edited 2 years ago) by online@programming.dev to c/tmux@programming.dev
 

I've been using screen for a while, and the copy/pasting just behaved like being in a regular terminal window (Debian), as in Ctrl+Shift+c to copy.

I made the switch to Tmux a couple months ago and never looked back. The only gripe I've been having is copying text selections. I simply don't know how to make it work. There's are some shenanigans to enable copying, but somehow never got it to work, so I always end up detaching from the session, and then do the copying, then re-attach the session.

Is there any way to make the copying work just like in a regular terminal window (Ctrl+Shift+c)?