

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.
My point is, don’t get causation and correlation mixed up. Sure, in this case, it also happens to be somewhat better for the environment. But it would never happen if it also wasn’t more profitable, which it undoubtedly is.
It’s partly not even about the price of the chargers themselves; it saves even more in “hidden costs” like just the fact that now you can have a single SKU for the whole world (or large parts of it at least) instead of keeping 10 different ones (per phone variant). Stuff like having to keep way less stock variants for RMAs, much simplified shipping, etc.
Lol have you noticed any drop in price since chargers were removed? There wasn’t any. If anything the prices increased, profits increased, and you now get a more expensive phone without a charger (and often even a cable).
They aren’t really even in budget phones anymore. When you don’t want a notch and want a headphone jack there is almost nothing to choose from: https://www.gsmarena.com/results.php3?nYearMin=2023&chk35mm=selected&sFormFactors=1&sOSes=2&idDisplayNotch=1 :/
Yeah, just like headphone jacks. Oh wait…
It’s not just that they demand more, they demand more/faster growth all the time. It doesn’t matter that the economy has slowed down to borderline recession, it doesn’t matter that they pretty much captured all the market they can, they still need to make more and more money every quarter otherwise they’re considered a failure even if they are one of the biggest companies in the world.
Life isn’t a zero sum game where you have to optimize material wealth. Some people do things for others just because they like doing it, because they have the means to do so, or because they simply want to help others.
Sure, there are costs involved, but that’s true for literally everything if you account for opportunity cost. The vast majority of people choose to waste time completely unproductively, with no objective benefits to their lives (often with objective disadvantages), so is it hard to imagine that some people aren’t like that and instead choose to help/provide for others whole perhaps having some other non-material benefits like learning something or just becoming liked within a community?
Except you aren’t questioning anyone’s views, you’re making an argument that barely touches the subject it responds to. And doing so in a very argumentative and condescending way.
So yeah, it doesn’t really belong in a civil discussion.
A precise android version could for example be used to target you with an exploit for that version.
I agree with OP, it shouldn’t behave like this because the expectation with screenshot software is that it doesn’t add any metadata and if it would it should be explicit and probably opt-in.
Security is always applied in layers. If you aren’t inconvenienced by it, it’s a really solid layer to use. Doesn’t matter how ‘paranoid’ you are, it’s a good strategy.
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.