Very informative, but I’d change one small thing.
Why use the fast native PDF viewer
in the browserwhen you could use a bloated and buggy JS app?
Very informative, but I’d change one small thing.
Why use the fast native PDF viewer
in the browserwhen you could use a bloated and buggy JS app?
Megaphone appears to be a Spotify advertising platform for podcasts. https://megaphone.spotify.com/
Give us a link to the rss feed and let’s investigate. I’m not experiencing this.
Reminded my of what happened at the MindTheTech conference half a year ago.
https://peervideo.club/w/p/i4BetLY7RZa5yeNLJriXPW?playlistPosition=3
Automatic Content Recognition (ACR) [42] is widely used for second-party tracking in smart TVs. As shown in Figure 1, ACR periodically captures frames (and/or audio), builds a fingerprint of the content, and then shares it with an ACR server for matching it against a database of known content (e.g., movies, ads, live feed). When the fingerprint matches, ACR server can determine exactly what piece of content is being watched on the smart TV.
Netscape Communicator, Netscape Communicator, KHTML, Netscape Communicator
It’s a pillar of democracy to protect the autonomy of the people.
It is a human right…
What are your expectations for the software? I assume it’s not enough to use a group chat and tell people where you are, but from the description you’ve given that would be my suggestion.
I have this in code I’m writing right now…
#ifdef DEBUG
#define DEBUG_PRINT(...) printf(__VA_ARGS__)
#else
#define DEBUG_PRINT(...)
#endif
It is the most straighforward way to get the state of things while hammering on the keyboard trying to mash up something that looks like a program.
That’s a lot of trouble, you can just ask it if it’s telling the truth.
The quote is a derivative of something Bjarne Stroustrup said himself¹.
C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off
Intervene? I don’t think they have that kind of power ;)
The other commenters in this thread seems to be giving you good advice and moral support, so I’m just going to give my input which comes from a perspective that’s a bit different.
Sometimes especially when the options we have are contrary to our beliefs, we have to consider if we really need to be a part of it. Sometimes the burden is the smartphone itself. I don’t use smartphones and I couldn’t be happier, somehow my life didn’t end. The last one I had was the N900 and even though it was a pretty cool pocketcomputer, I guess it’s now been around 10 years since I last had a smartphone. I don’t miss it and especially not when I see other people who have one. It’s scary so addictive it seems to be. Pen and paper for data sharing and just calling people can accomplish many tasks.
Old people with bad eyesight also need banking, so I’d hope theres a bank out there who don’t require a smartphone. In my country banks use the national id for authentication and you can get a TOTP keychain for the 2FA instead of an app, perhabs similar options exist.
Anyway, I hope you find something that works for you. Life is a process.
Thank you.
Interesting that they’ll make it a user choice. Who would answer yes?
On 22 July 2024, Google announced that it is changing its approach to Privacy Sandbox. Instead of removing third-party cookies from Chrome, it will be introducing a user-choice prompt, which will allow users to choose whether to retain third party cookies.
Do you have a source for that excus… uehm… claim?
That’s the last stage of being a FOSS developer.
If the mail is sent unencrypted the admin can read it. What I have is a script that encrypt incoming e-mail with the users key, so that they are stored encrypted on the harddrive. That at least protect against an intruder reading past e-mails. I use a Perl script written by Mike Cardwell for that.
Another service you might like to have for your users is WKD/WKS, so that senders clients can automatically fetch the public key for your users.