• 8 Posts
  • 68 Comments
Joined 2 年前
cake
Cake day: 2023年6月29日

help-circle

  • This article just screams rage-bait. Not that I am against making people aware of this kind of privacy invasion, but the authors did not bother to do any fact checking.

    Firstly, they mention that the vacuum was “transmitting logs and telemetry that [the guy] had never consented to share”. If you set up an app with the robot vacuum company, I’m pretty sure you’ll get a rather long terms and services document that you just skip past, because who bothers reading that?

    Secondly, the ADB part is rather weird. The person probably tried to install Valetudo on it? Otherwise, I have no clue what they tried to say with “reprinting the devices’ circuit boards”. I doubt that this guy was able to reverse engineer an entire circuit board, but was surprised when seeing that ADB is enabled? This is what makes some devices rather straight forward to install custom firmware that block all the cloud shenanigans, so I’m not sure why they’re painting this as a horrifying thing. Of course, you’re broadcasting your map data to the manufacturer so that you can use their shitty app.

    The part saying that it had full root access and a kill-switch is a bit worse, but still… It doesn’t have to be like this. Shout-out to the people working on the Valetudo project. If you’re interested in getting a privacy-friendly robot vacuum, have a look at their website. It requires some know-how, but once it’s done, you know for sure you don’t need to worry about a 3rd party spying on you.



  • Right, but then rich people can no longer exploit other regions if everyone is considered equal! Think about the shareholders for a bit :/ (I’m sarcastic, in case it is not clear :D)

    The main problem here is that people flocking to positions of power are often the ones that do it for the wrong reasons. Until that part is sorted out, we will keep having leaders that will enforce things that are best for them and their closest ones. Some form of anarcho-communism would probably help this, but the current globalisation effort will make it very hard to implement. The best thing we can do as individuals is to just improve our social circle, and try to rely on as many local things as possible.






  • Tesla’s bang for buck is horrible. You get a shitty car made from the worst plastic possible, and on top of that they don’t even have good quality control. The only thing that differentiated Tesla from the competition previously was the battery technology, but they no longer have that edge nowadays.

    The Norwegians are probably getting them because they got used to it, and probably don’t want to rely on Chinese cars. Beats me why they would select a Tesla nowadays over the European brands.



  • This is true only if the decisions were made independently. If you allow people to make a decision after they’ve seen the metrics, this no longer holds.

    Here’s an example of the first. You go at a farmer’s market with a cow and you ask everyone to write on a piece of paper what they think the weight is. If you get the replies and average them, you will find that the mean of all answers will be quite close to the real answer. A mix of non-experts and experts will iron out a good answer somehow.

    Now take the average experience of going to a restaurant. One might have just opened recently, has great food and great staff, but only 5 reviews, at an average of 3.8 or something. Another restaurant nearby has been open for 3-4 years, and has 1000 reviews, at maybe 3.9. People will usually follow the one with more reviews because they think it’s the safer option due to the information available. However, if you were to hide this and ask them to choose by just looking at the venue and the menu, they would probably choose the first one.

    Group dynamics are quite interesting, and the psychology behind this is quite funky sometimes :D



  • If you find that OCR doesn’t get you very far, maybe try a small vLM to parse PNGs of the pages. For example, Nanonets OCR will do this, although quite slow if you don’t have a GPU. It will give you a Markdown version of the page, which you can then translate with another tool.

    PaddleOCR might also be useful, since it focuses on Chinese, but it’s more difficult to set up. To add to this, some other options are MinerU and MistralOCR (this is paid, but you can test it for free if you upload it in Mistral’s library).