I’d still echo the (current) top comment’s advice to use something open source, local, and encrypted.
I’d still echo the (current) top comment’s advice to use something open source, local, and encrypted.
They’ve already taken the hard stance. If they roll it back, they will lose the trust of their users.
Biowink GmbH is probably not a corporation registered under US law. If I had to guess, the government of Germany will not be particularly eager to force them to turn over data to the USA. The Germans take their Datenschutz very seriously.
It seems to me software designed to facilitate discussion shouldn’t have a downvote buttton. There should be a UI for marking comments as inappropriate, but it should require a second step saying why. Perhaps one of the reasons should even be “I disagree”, but that option should have no effect.
It’s not impossible to abuse of course, but it nudges people in the right direction. Those UI nudges can be pretty effective.
The higher-score comments there don’t seem to be particularly hostile to Lemmy. They talk about legitimate concerns like whether Lemmy as it exists now could deal with a Reddit-size volume of data, The top comment at this time speaks favorably of !selfhosted@lemmy.world.
Of course people who are still using Reddit are more likely to view Reddit as favorable or acceptable and alternatives as problematic, or not quite there yet. I’m actively Fediverse-first in my use of social media, but I still end up on Reddit quite a bit for niche interests because that’s where the most people are.
It’s probably more fair to call its claim of being decentralized fake or disingenuous. There doesn’t seem to be any way to participate in the ecosystem without going through the Bluesky relay, a central point of failure with strong incentives to eventually do something shitty.
Even if you did (don’t eat batteries), the voltage range is much lower and you probably wouldn’t feel anything.
Now if it was added to rechargeable batteries, it would be pretty useful
I think the reason we haven’t seen that is that NiMH rechargeables have fairly stable voltage during discharge while alkalines don’t.
There are better ways to assess the legitimacy of a media outlet than critiquing its web design. The Wikipedia page might be a good start.
I don’t like the loginwall, but it doesn’t require payment.
The biggest reason is most likely that the cases had different judges.
My initial reading of the reporting on this ruling suggests it won’t do that. App developers can opt out of most of the provisions, but Google may not pressure them to do so.
Why would someone own 8 vehicles?
Car collectors exist, and I have the impression quite a few of them are among the Cybertruck’s early adopters.
You probably can’t fit a large enough explosive in a cell phone battery compartment to reliably crash a plane by exploding it anywhere in the passenger cabin, though that seems like more of an airport security thing than a customs thing.
I remember getting a boarding pass from an airline that was only offered in their app or printed at the airport, no email/download image/PDF option. I didn’t have to install their app, but I would have had to waste time at the airport otherwise. I removed it when I was done and left it a negative review.
The number I remember seeing was that on average, app users are seven times more profitable than web users. Sorry, no citation.
I suspect there’s some selection bias in that regular/loyal users of a particular product or service are more likely to install the app, but it also affords the company greater access to send notifications and collect data. On the rare occasion that I install some random company’s app for a specific benefit, I remove it when I’m done.
It’s likely the harassers can be prosecuted for false imprisonment, a misdemeanor. It is illegal to use deadly force such as hitting people with cars to prevent/terminate a misdemeanor.
here’s not really anything of that nature for tech stuff
The Magnuson-Moss Warranty Act does not exclude tech stuff. The problem is that it’s a lot harder to work on tech stuff without insider information than 1970s cars.
He can’t. He’s paralyzed and his exoskeleton is broken.
On a more serious note, the 404media article (login wall) reports the problem was that the wristwatch controller for the exoskeleton had its battery wire’s solder joint break. They seem to be trying to frame it as a right to repair issue, but that’s a trivial repair for anyone with basic electronics experience.
If I feel threatened in my car, I am not allowed to run over the person
You are not allowed to run people over merely because you feel threatened.
You are allowed to use deadly force, in the USA when you reasonably believe that it is necessary to prevent someone from unlawfully killing, causing serious physical injury, or committing a short list of violent felonies. The harassment described in the article probably does not rise to that level, though an ambitious lawyer might try to describe intentionally causing the car to stop as carjacking or kidnapping.
You can’t middle-click them because they aren’t links. That is to say, they are not
a
elements butdiv
elements with an added click event handler that navigates to another page. There’s a case to be made for doing things like that on a website that’s trying to behave like a native application, but Ebay fundamentally behaves like a website and building its navigation this way is bad design.