• 1 Post
  • 697 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle

  • You might have a point if those people had no choice, but there are several good or at least better alternatives to TeamViewer and at least one of them is free. Nobody has any excuse for being negatively impacted by this change. Hopefully this is a wakeup call to those people that have been either too lazy or too incompetent to replace TeamViewer to finally do so. TeamViewer is a shit company making a shit product that has just made yet another shit anti-consumer decision (and potentially illegal but I’m sure there’s some sneaky license clause they claim makes this legal).


  • If they’re not using it, why does it matter what happens to the license? There’s a “it’s the principle of the thing” argument sure, but practically speaking this is irrelevant. Shitty company does shitty thing that should have no practical impact on anyone because nobody should be using their product. What exactly would change for people not using TeamViewer if they hadn’t revoked those licences? The argument is that anyone still using TeamViewer deserves this, and anyone who isn’t isn’t actually impacted by this change so it’s irrelevant.



  • It’s not really about the data breaches themselves but rather the way the company responded to them. The fact they tried to cover it up and gaslight their customers about it shows how terrible they are, and remote access is a highly sensitive thing that should be treated the same as handing the keys to your house over to someone. Anyone that isn’t deeply investigating the company or individual making a remote access product prior to using it does deserve what they get in the same way someone handing the keys to their house to a complete stranger they know nothing about would deserve whatever happened to them.

    At the end of the day Teamviewer has a history of screwing over their customers for their own profit and in that regard this move is very much on brand for them and entirely predictable. Nobody that has looked into the company’s history should be surprised that they’ve done this at all.





  • This is nice for Europe I guess, and I want to like the fairphone, but unfortunately it’s not viable for me.

    Besides basic phone features and the ability to run Android apps I have 3 requirements, 2 of which the fairphone fails at. I need it to be usable in the US on my phone carrier. I need to be able to use Google Pay or another mobile payment alternative (that’s accepted in most stores). Finally it needs to have at least a 48 hour battery life.

    Fairphone unfortunately doesn’t work in the US with most carriers, and the one that kills not only it but all the de-googled phones, it doesn’t support mobile payment of any kind. I’ve done a ton of research trying to find some kind of fix for that second point because I’d gladly use something like GrapheneOS if I could, but every time the answer I come to is it’s just not possible.


  • That is not even remotely why they added a tax on EVs. The reason they added the extra tax is because they make a ton of money by taxing gas and as EVs are gaining popularity they’re starting to see their tax revenues plummet. There is a nugget of truth in that some of those tax revenues are used to pay for maintaining the roads and that EVs do still put wear and tear on the roads, but it’s not that they’re destroying roads any more than any other car does.

    If you’re seeing a drop in road quality it’s because your government isn’t paying to have the roads maintained like they have in the past, not because there are more EVs driving around.






  • We’ve seen the way Israel does ceasefires and it looks an awful lot like Russian ceasefires. This is just Israel taking a timeout to restock ammunition and hoping for a good opportunity for a sneak attack. Also it’s Trump saying it so who knows what if anything was actually agreed on. The only thing you can reliably count on Trump for is lies and grifting.

    The only way I could see Israel going for an actual ceasefire is if Iran has nukes or one of their backers makes a believable threat to drop a nuke on their behalf. Or maybe Israel did the math on what it would mean if their psycho buddy Trump actually dropped that nuke he’s been salivating about on Iran and don’t want to deal with nuclear fallout and the very real possibility that someone would nuke them as a freebie while chucking nukes at the US.


  • Safe and private? Nope absolutely impossible. If you don’t care about privacy at all pretty much the only way to do it is to have your government issue you a unique hardware token and require that to access the internet and it shares your unique ID with the website. It’s not 100% impossible to spoof an identity as you could borrow/steal someone elses token, but if they were secured with a pin/password or basic biometric it would become significantly harder.



  • Less depressing example. A country (I think it was India but my memory is hazy and I’m too lazy to go google it right now) had a problem with a certain venomous snake. They decided to offer a bounty for every snake corpse brought to them. The goal was to incentivise people to hunt snakes. What actually happened was people started breeding the snakes to turn in for the bounties. They realized the program wasn’t working and cancelled it at which point the breeders dumped their snakes into the wild making the whole situation even worse.


  • So CAP theorem says you can have a distributed system with at most two of Consistent, Available, or Partition tolerant. I haven’t looked too closely into the federation implementation of Mastodon but I suspect they opted for Available and Partition tolerant (as Consistent and Partition tolerant would mean the entire network goes down when one node does, while Consistent and Available would mean once any node lost contact with the network it could never again rejoin). Since consistency is not guaranteed (and provably can’t be) there is absolutely no way to guarantee that deleting something from one instance will remove it from all instances even allowing for a very generous time span.

    TL;DR: You’re not just right, you’re mathematically right.