100% agree, it's better than all the other music services in quality on linux just because it (3rd party) offers something that has somewhat better sound quality than the basic video version of any other one, and Spotify being the only other one that has an unendorsed official native client (done by the devs in their spare time without any official support offered) is pointless because their best audio quality is trash.
fushuan
And it infuriates me to no end. It's one thing to trust them and their servers and it's another thing altogether to send actual plaintext data around the net, that's crazy and it's what people are implying.
For the record, until WhatsApp implemented e2e their messages were indeed fucking plaintext, and it took a while before they were pressured into e2e. It helps for them that their platform is very mobile based vs telegram, where the service is more server based. Telegram did have enough time to implement a server based e2e 0 knowledge encryption protocol though, it's not really rocket science at this point.
It's encrypted though?
You are trusting their server security and them as a company, sure, but it is encrypted against the server for sure.
It's not as good as ir could be but that's no reason to spread misinformation.
According to another commenter chromium on Linux is hard capped on quality, so although it's noticeable vs the web version, it's not actual Max quality. I haven't noticed it although my headphones should be able to show the difference (sony MDR 7506, I know, yes, for everything, people say that it doesn't sound nice, I don't care I love it) so idk.
Most of them, honestly. Idk where you looked but Tidal, Amazon music, apple music, dezeer or however it's pronounced, all were available in Spain. I stocked with Tidal because of the Linux client but apparently theybalso pay artists the most so yay.
As an edit, you mentioned metal, I listen to lots of mainstream metal bands (powerwolf, system of a dawn, dragonforce, sonar arctica, blind guardian...), some other maybe not so well known ones (tyr, alestorm, korpiklaani), and some local ones that are more rock than metal (vendetta, su ta gar, kaotiko, la polla records).
Check this web player wrapper, it allows for high and Max quality
https://github.com/Mastermindzh/tidal-hifi?tab=readme-ov-file#features
If you are talking about Tidal HiFi, the UI might be similar to the web version but apparently itbruns on a modified version of chrome that allows HiFi music? I did test it some months ago and the quality difference is noticeable.
Idk what the other two are saying because Tidal HiFi is an unofficial client that let's you reproduce high quality music, being basically the only one that let's you do it on Linux. Yeah it's a web wrapper but with HiFi enabled or whatever, I don't really remember but the default web version doesn't have HiFi and the app does and it's noticeable.
https://github.com/Mastermindzh/tidal-hifi?tab=readme-ov-file#features
Tidal is the only one for me since it's the only one with an unofficial HiFi Linux client, which is a wrapper around the web version but with HiFi enabled.
I'm happy reading that they are decent on pay for artists.
You can have synced authentication right now on their password manager, so unless they remove features I don't think they will remove the waybto export codes from bw.
I can do that with fennec+ublock on the phone, you can get it from fdroid.
Tegram stores all the conversation in their servers, since you don't need to be connected in the phone or have the phone witchednon if you want to chat in the pc, or in another phone. This means that the authority is the server. WhatsApp it's not like that, if you delete a shared photo after a while it will be cached out and you will lost access to it, meaning that they don't store that stuff. The same thing happens with WhatsApp desktop or web, they stay in an infinite loading icon until you twitch on the phone or sometimes even unlock it.
This means that whatever telegram develops must not only keep the group chat encrypted in the server, but any valid client of a user must be able to decipher the content, so every client must somehow have the key to unlock the content. One way of doing it would be for every client of a single user to generate keys (which I'm sure they already do) and reform a key exchange between them, to share that way a single shared key, which is what identifies your account. Then toy could use that shared key to decipher the group chat shared key which telegram can store on their server or do whatever is done in those cases, I'm not that well versed.
The problem here lies in what happens when you delete and/or logout of all the accounts, currently you can login into the server again, because telegram has all the info required, but if they store the "shared key" then it's all moot, I guess they could store a user identifying key pair, with the private key encrypted with a password, so that it can be accessed from wherever. They should as always offer MFA and passkey alternatives to be able to identify as yourself every time you want to log into a new client, without requiring the password and so on.
This is some roughly designed idea I just had that should theoretically work, but I'm sure that there's more elegant ways to go about this.
It's work for sure to implement all of this in a secure way, provided that you have to somehow merge everything that already exists into the new encryption model, make everyone create a password and yada yada while making sure that it's as seamless as possible for users. However, I feel like it's been quite a while and that if they did not do it already, theybjist won't, we either trust them with our data or search for an alternative, and sadly there's no alternative that has all the fuzz right now.