

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.
Oh yeah absolutely the app purge is why I’m here. I absolutely despise their mobile app; but on desktop I don’t mind.
The information density isn’t that important to me on desktop since my screen is plenty large and scrolling (or collapsing) comments is easy.
Once upon a time Reddit used to be just a single subreddit. And it was fine. Lemmy already has enough users for separate subreddits to be actually kinda viable, even if they are not too active.
We’ll be fine.
The fact that Bluesky is almost a 1:1 copy (which includes the dumb stuff like post character limit) is precisely why I don’t like it.
I’m an OG user and other than technical issues (most of which have been figured it by now) I prefered both the original redesign and the newest one (though I did like the previous one more, I think).
If you get used to the fact that it’s just a bit different it’s perfectly fine and actually looks better. Especially since it has dark mode.
There are definitely issues with Lemmy but these users specifically seem to just be complaining for the sake of complaining. They want Reddit without the parts they currently don’t like, not realizing that they also need to get rid of the parts that eventually made Reddit go to the shitter - because otherwise it’d just repeat.
It would help of Lemmy had a simple migration option like Mastodon. Then, picking an instance wouldn’t be a big deal.
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?
Yeah, it’s also that “it just works” now, and one undisputable (though unfortunately self-fulfilling) advantage of Windows is that chances are if you do encounter an issue you’re not the first one and someone has already solved it.
Being an early(ish) adopter of anything like that is always a bit of a risk and pain.
Sure, but the fixed costs are really low (mostly administrative and one-time installation related stuff which you could potentially just charge for separately) and the ongoing costs per customer are close to zero.
Also really depends on where you live; I guess for NY it’s a really good deal.
I mean, kinda? Sure, there are fixed costs per customer, and it ultimately doesn’t matter if one guy has access to (and uses) a 1Gbps versus 1Mbps service… But when you have millions of customers that you want to serve those speeds to reliably, there’s an insane difference as you need way more expensive equipment and stuff.
And yeah, more bandwidth has gotten cheaper. But again - for such a critical service, it should be very cheap and minimum speed isn’t really a factor. So if they could make it 1/3 cheaper by cutting the speed to 1/5, that’d be a win for a lot of people.
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.