

The better UX could have been making this a regular option, and (by default) showing a warning dialogue if using backspace to navigate would clear out a form.
The better UX could have been making this a regular option, and (by default) showing a warning dialogue if using backspace to navigate would clear out a form.
No, it’s not “Windows-like” in anything but some basic appearance (and that would be Windows from the previous decade). It’s not similar in anything else, and from my experience the similarity in appearance only confuses users.
I really wish people stopped recommending Mint as if it was some proper Windows replacement because it’s overall a very mediocre distro that’s IMO more likely to detract users from using Linux than anything else.
Protecting innovative stuff is literally the point of patents and why the system exists. Anything “new” is by definition innovation, except the bar is really low currently, with very little research being done into prior art.
Patented stuff should be non-obvious, and not a simple derivative of existing stuff (i.e. when there are square buttons and circle buttons you shouldn’t be able to patent a button that has 2 corners square and 2 circle just because it’s “novel” because it’s just a very simple and logical step).
So basically, make the bar for a patent much higher, and require some proof into the research of prior art and explaining why/how your patent is different.
Also, patents should expire early/not be renewable if you don’t actually use them (so move a certain number of units / generate some amount of revenue using your patents). So you couldn’t patent random BS in the hopes someone else will break your patent by accident.
Or even better, just outright punish patent trolls.
Patents would be fine if the bar for “innovation” would be much higher, software patents weren’t a thing, there was way more research done into prior art, and there would be different (shorter) lengths for patents depending on what industry they target.
Like, if it’s manufacturing or something like drugs where it takes years before you can start making profit, sure, make them 10-20 years. If it’ something you make money off of immediately, it should be shorter.
It’s funny because I watch zero NSFW content on Reddit or Lemmy.
Have way better sources for that, you know 😏
Wouldn’t be surprised if it also did automatic scans for CSAM or some other BS like that. The article’s conclusion is really funny, too:
In any case, it’s nice to see Google delivering some new safety features in its Messages app. Hopefully the company publishes documentation on how Android System SafetyCore works so other messaging apps can implement their own version of Sensitive Content Warnings. Google Messages is popular, but there are certainly other messaging platforms that could benefit from this tool.
They are quite the optimitsts. Oh and yes please, put the spyware in more apps! We aren’t tracked enough!
Seems to have been a bug and they reverted the bans.
Seems you’re right. I tried a few subs when the original comment was posted and they didn’t work but now they seem to be back.
To be fair, it’s still a good thing to remember that it takes like one press of a button to kill a shitton of communities a lot of people care about.
To be fair I don’t think that many people go to Reddit for porn. With Tumblr it seemed almost exclusive. But it’s still an odd move.
Huh? Do you have a source for that?
That’s just the reality of doing business on the Internet.
That’s just not true. You can absolutely get by on the internet remaining pretty much anonymous, as it is. Very few services need (and verify) your personal data; when they do it’s basically always when it’s government-mandated, and it’s for things that have a “physical” equivalent.
i.e. creating a bank account online requires your actual ID, but so it would if you tried to do it “offline” in a physical bank (and you largely have a choice on whether or not you do it online).
Then you have stuff like online shopping and such where most people probably use their actual personal information but you don’t have to and it’s generally not checked.
This is an unprecedented change, where suddenly for access to a free service someone needs to ask for and validate some very private details. And it fucking sucks.
While Australia’s new legislation is ham-fisted and poorly thought out, the intent isn’t wrong and there’s broad consensus for it (77% approval in Australia). We need to do something about the uncontrolled exploitation, manipulation and endangerment of minors by social media services.
That’s the issue though; I agree that something needs to be done, but you need to do it more or less correctly on the first try or you’ll probably make it even worse.
Someone still needs to create that digital token from your ID, which means someone’s still using and storing your data, and potentially selling it or having it leaked.
Who would realistically buy Chrome that wouldn’t degrade the consumer experience?
Hopefully noone, so it would lead into more fragmentation in the browser space, which is a good things.
The manifest v3 changes primary give a lot of security and privacy changes that stop extensions from doing a lot of questionable things in the background on all your page you visit. But that does stop ad blockers from doing a lot of what they currently do - blocking in page elements and modifying the pages you visit.
It also killed a lot of other genuinely useful extensions.
And if security is their main concern they should have spent resources on making sure the extensions they themselves redistribute are safe, not on killing a huge chunk of extensions. Sorry but you’ll have a very hard time convincing anyone that getting rid of ad blockers wasn’t their primary motive.
But it does not block them from blocking page requests so ad blockers like ublockorigin lite can still function in a more limited capacity to block ads.
It completely changed how they do this, and made it way less effective and more limited. All completely unnecessary from a security standpoint.
…and that’s how it still works.
Also, this isn’t even compatible with copyright law in some countries. I.e here you can’t give up authorship at all; you can only grant an irrevocable, perpetual license (that might even prohibit you from distribution yourself and such) but you’ll always be able to say “I made this” no matter what their license says.
That sounds very illegal, yeah. You can’t advertise a price and then charge something different. It doesn’t matter that the person didn’t notice it. At that point you might not have price tags at all (which is also illegal, just FYI).
For all the hate PHP gets (or used to get) it’s ecosystem is amazing. And so is the language and standard library itself for the most part. It still inherits some of the original issues, but a lot of work has been done to minimize them.
It’s funny because despite all the fearmongering about Microsoft’s Github acquisition it feels like it only improved since then, while Gitlab has done a shitton of questionable and shitty decisions, a ton of critical security issues and in general feels like (at best) they don’t know what they are doing.
The only thing Gitlab has going for itself is that it’s self-hostable, but they still retain a large amount of control.
Form and input elements are a very standard thing, and while you can certainly do crazy stuff with it, even a simple check if you typed into an input/textarea, or changed a select without submitting the form element, should be sufficient.
I guess the problem might be detecting the submission (because oftentimes there’s custom logic for that) but maybe better just display the warning than lose data. Worst case you’ll just ignore it, best case the devs fix it so that it doesn’t show up when it shouldn’t.