online

joined 1 year ago
[–] online@programming.dev 10 points 13 hours ago* (last edited 13 hours 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.

[–] online@programming.dev 7 points 3 months ago* (last edited 3 months ago)

You probably need to make a request to Izzy. From what I remember he has requirements, such as max app size, which makes me wonder if maybe the ProtonMail app just became too big for him to build and host.

Here are the requirements: https://gitlab.com/IzzyOnDroid/repo/-/wikis/Inclusion%20Policy

[–] online@programming.dev 14 points 3 months ago (2 children)

It's probably because Proton changed the repo. I was grabbing their release via Obtainium and noticed the version I had was way older than the version on the Play Store. Had to update my Obtainium entry for ProtonMail to the new repo: https://github.com/ProtonMail/android-mail

[–] online@programming.dev 2 points 10 months ago (1 children)

I was/am in the same boat, but I quickly gave up for the following reason: Why bust my ass trying to give my business? If Lowes blocks me then f*ck em I'll take my business to Home Depot. It's their loss.

[–] online@programming.dev 14 points 1 year ago (8 children)

Totally.

I guess the privacy advantage of a regular SIM is that as soon as you pop out the sim card out of your phone, towers can't track you anymore.

With eSIMs on the other hand, I can never truly trust that an eSIM is de-activated? Feels like you actually just have a permanent sim card in your phone and your phone can just be tracked no matter the status of your eSIM. Or is this not technically possible?

 

Compared to regular SIM cards.

SIMs are easier to swap if needing to switch phone, but I only see this as a convenience. I don't see why it would be more private.

I have little knowledge on how eSIMs work, but something in the back of my mind, tells me that somehow, eSIMs are bad for privacy :(

Anybody care to share their views on this?

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

Can't even get the jmp.chat name right... They refer to it as jmb.chat

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

Can't really answer, but if the library was available to all your Plex users, Tidal probably has countermeasures for that or maybe would ban your account.

Seeing 10 different songs (assuming you had 10 users streaming at the same time) being pulled from their servers from a single account would definitely raise suspicions.

Maybe you can get away with it if you have a Family type account with Tidal.

If there are only 2-3 of you, maybe it's worth a try though.

[–] online@programming.dev 25 points 1 year ago

I can't give you an answer, but what I can tell is that, unfortunately, being on iOS, you won't have a lot of options when it comes to FOSS apps.

Apple charges developers $100/year to be able to publish on the app store, so that gives very little incentives for iOS developers to publish their app without any kind of monetization, whether via a subscription, ads, or mass data gathering.

I have a lot of respect for FOSS apps on iOS, because not only do devs offer an app FOSS, but they're paying that $100/year out of their own pocket.

2
Copying selection help (programming.dev)
submitted 1 year ago* (last edited 1 year 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)?