- 0 Posts
- 26 Comments
MonkderVierte@lemmy.zipto Technology@lemmy.world•Google Restricts Android Sideloading—What It Means for User Autonomy and the Future of Mobile Freedom – PurismEnglish0·20 hours agoIn parallel, Google has rolled out its Play Integrity API, which allows developers to limit app functionality when sideloaded, effectively pushing users to install apps only through the Google Play Store.
All of this while EU forbids Apple to do the same, what is the idea here? Measuring how EU reacts?
MonkderVierte@lemmy.zipto Technology@lemmy.world•‘I sold my iris; now what?’: What drives Brazilians to hand over their unique, personal dataEnglish0·24 hours agoThe iris can be used, for example, to improve authentication techniques for bank passwords
Nope. Like all biometrical data, you can’t just replace the body part once the data is comprised. It’s at most suitable for ease of access.
MonkderVierte@lemmy.zipto Lemmy Shitpost@lemmy.world•"And my dick fucks your wife more than you do. What's your point?"0·1 day ago“What’s your point?”
Mr. grab em by the pussy saying that and showing moral integrity is a bit a stretch.
MonkderVierte@lemmy.zipto Technology@lemmy.world•Ispace of Japan’s Moon Lander Resilience Has CrashedEnglish0·2 days agols space
?
MonkderVierte@lemmy.zipto Technology@lemmy.world•Scientists in Japan develop plastic that dissolves in seawater within hoursEnglish0·2 days agoI’ve seen rice sold just in the cardboard box already.
Pre-shellshocked?
You absolutely can regex (some) html if you sanitize and maybe convert it beforehand.
Btw, why are parsers always built to support the whole thing and maybe throw an error on or just consume unsupported shenanigans? That’s how you get security vulnerabilities in picture formats. Instead of just picking the things you support and ignoring the rest.
MonkderVierte@lemmy.zipto Technology@lemmy.world•Samsung teams up with Glance to use your face in AI-generated lock screen adsEnglish0·3 days agoYeah, always their own version of <popular google app>, used by 2 people per month but always running in background. I heard they feared to be thrown out of “Android” certificate program (no Play Store anymore).
Their launcher was always slow and laggy and a ressource hog and only got better, because hardware got better.
My last Samsung was to Kitkat times (Galaxy S3) but even then the whole boot chain was basically custom made (guess for knox) and you had to use their proprietary paid software to edit boot animations. And <fancy hack> always needed a Samsung version.
Sadly, dad is Samsung fan because i have to disable half of preinstalled apps and replace with better alternatives, once he gets a new phone.
Basically, Samsung is good at hardware and bad at software.
Bring the anubis girl back!
Btw, pylance is proprietary. There’s Kylin for jedi as alternative.
For the how: https://xkcd.com/2044/
MonkderVierte@lemmy.zipto Technology@lemmy.world•True Wireless Power is FINALLY here (building a TRULY wire-free desk setup)English0·4 days agoI mean you absolutely can communicate from Australia to USA with nothing but an old rusty bed frame and 5 watts of power. So there’s that. But not much more to do with that bit of non-ionising power.
MonkderVierte@lemmy.zipto Technology@lemmy.world•True Wireless Power is FINALLY here (building a TRULY wire-free desk setup)English0·4 days ago- Wireless
- limited range
- horribly inefficient, increasing with distance
So, there.
MonkderVierte@lemmy.zipto Technology@lemmy.world•You probably don't remember these but I have a questionEnglish0·4 days agoThe more usual thing are aux to USB adapters but they can only do USB to aux, nit the reverse. What you need is aux to USB converter, they can do both ways.
This article is good, autotranslate if not german.
MonkderVierte@lemmy.zipto Comic Strips@lemmy.world•Existential Comics: Nietzsche Discovers AI Art0·4 days ago? Some Anime are better than most films.
MonkderVierte@lemmy.zipto Comic Strips@lemmy.world•Existential Comics: Nietzsche Discovers AI Art0·5 days agoEnable NSFW in your account settings.
MonkderVierte@lemmy.zipto Comic Strips@lemmy.world•Existential Comics: Nietzsche Discovers AI Art0·5 days agoYeah, what’s with 9 of 10 hentai having comically giant plump tits? Such a turn down for me.
Lol, no. I made a usercss for this (currently not released) but explicitly disabled it here. But that one uses a base style that switches via @prefers light/dark:
@media (prefers-color-scheme: dark) { :root { --text-color: #DBD9D9; --text-highlight: #232323; --bg-color: #1f1f1f; … } } @media (prefers-color-scheme: light) { :root { … }
Guess your site uses one of them too.