online

joined 2 years ago
[–] [email protected] 7 points 1 month ago* (last edited 1 month ago) (2 children)

As much as I agree with you, fact is, if the ship sinks, so will Librewolf🙁

[–] [email protected] 6 points 2 months ago (1 children)

Ubiquiti is business oriented, not consumer. It'd be very foolish for them to snoop on the traffic of their business customers.

Ubiquiti is also a traded company. Their stock would crater in lieu of such news.

As a consumer, besides reliability, privacy is another main reason to paying extra for enterprise gear.

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago)

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/

[–] [email protected] 22 points 6 months ago* (last edited 6 months ago)

For the known top trackers, it's to have more control over nefarious users such as duped accounts, banned users and potential law enforcement trying to sign up. Sure it's not a bulletproof solution to deal with bad actors but it's still an effective way. You gotta remember that these trackers are free (yet private). The admins/operators don't get paid, so last thing they want to do is waste time dealing with such users.

At the end of the day you still have to trust them with your real IP, but it's mostly to protect themselves afaik. I obviously can't speak for every tracker out there.

1
Copying selection help (programming.dev)
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

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)?