Spyke

Replies

privacy

Comment on

vent

The price of a cup of coffee yeah maybe, but with how many paid online services there are, how many cups of coffee a day y'all think I'm having?

news

Comment on

Google Maps blocks Gulf of America reviews after rename criticism

If anybody actually read the text of the executive order, they would immediately see that, unlike Trump & co. claim, it actually does not rename the Gulf of Mexico:

rename as the ‘‘Gulf of America’’ the U.S. Continental Shelf area bounded on the northeast, north, and northwest by the States of Texas, Louisiana, Mississippi, Alabama and Florida and extending to the seaward boundary with Mexico and Cuba in the area formerly named as the Gulf of Mexico

This "renames" as "Gulf of America" the part of Gulf of Mexico in US territorial waters. (Though how you can "rename" something which never had a specific name is unclear to me.) In other words, it is simply incorrect to label the entire gulf as Gulf of America even according to the text of the executive order. Instead, Gulf of America should be a sub-area in the northern part of the Gulf of Mexico.

reddit

Comment on

Reddit protest updates: news on the apps shutting down and Reddit’s fights with mods - The Verge

Reply in thread

Yeah. I don't expect Reddit to necessarily collapse immediately, or Lemmy to replace Reddit for all Reddit users. I'm just happy if Lemmy becomes at least a medium-sized social network. That means that it would have moved from a niche platform into a large enough ecosystem to sustain itself, and become a viable alternative to Reddit, like you said.

With a huge platform like Reddit, the impact of the current events might not be instantly obvious. But with everything going on recently with Twitter, Reddit, Mastodon, Lemmy, and even Threads, I think it's clear that there's some kind of transformation of the social media landscape going on. But how long it will take, and what the end result will look like, is anybody's guess. Maybe it's the fall of the old giants and a rise of new, more democratic platforms. Maybe the giants keep standing, but significantly weakened, with a bunch of new, smaller, more open platforms becoming real alternatives. Or maybe it's something else.

Be it as it may, I'm glad that the status quo is being shaken up a bit.

memes

Comment on

How I like my pi

Pihole and uBlock Origin have different purposes. Pihole blocks ad domains network-wide. uBlock Origin can remove specific elements from specific webpages with surgical precision regardless of the domain the content is served from, so it is a much more precise wide-spectrum content blocker.

In other words, uBlock Origin can block basically everything, but only works in your browser. Pihole blocks fewer things and less precisely but works for all your devices.

Comment on

Overcomplicating things

I come from an era before widespread official anime translations, when the only name an anime show had was the original Japanese name. So that's still the paradigm I'm using.

Edit: Out of all the shit I post, I wouldn't have expected this comment to be the controversial one

Comment on

If your Proton password is your encryption key, why couldn't Proton theoretically use it to decrypt your data?

Your Proton password is not the encryption key for your data, not directly. Basically, your password is used to encrypt the actual encryption key inside your browser, and that encrypted encryption key is stored on Proton servers alongside your data. Proton can't access your data because they don't know your password which was used to encrypt the encryption key.

When you want to access your data, Proton servers sends the encrypted encryption key to your browser, and your browser decrypts it using the password you entered. Proton servers then send you your encrypted data, and your browser decrypts it using the decrypted encryption key and shows it to you. There's no point where Proton has enough information to decrypt your data. Your actual plaintext password never leaves your browser.

This is a simplified high-level overview of how it works, of course there's a lot more details to the actual implementation.