• 0 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle

  • I don’t think you’re understanding how trivial this is to detect:

    Set up an open WiFi network in an area without any other open WiFi networks. i.e. almost anywhere outside of dense urban areas. Then you don’t even need to inspect traffic, just look at connected devices in admin controls. No devices should be connected aside from your monitoring device.

    There’s no way the TV manufacturers are going to risk the legal quagmire that would come from this when there’s no plausible way to keep it remotely secret.


  • Super easy. Anyone who knows networking could detect new device connections on an open network they set up. I know next to nothing about networking and I could set it up in 10 minutes, 5 of which would be finding my old router in the basement.

    So I’m not going to give this a moment’s thought until someone brings receipts. It’s not hard to check if this is happening.



  • The author of the article is under the mistaken impression that bundling the “smart” features into the TV increases the price. It’s actually the opposite.

    By injecting ads and bloatware into the TVs, the manufacturers earn more money, by far, than the cost of the features. A dumb TV would cost more.

    The best solution is to decouple them; get the cheapest TV you can with the video quality/size you want, then attach your own device to stream content. I use a modified Fire Stick due to price, mostly with Stremio/Torrentio/Debrid, but there are lots of options.



  • Err… That’s definitively AI.

    AI is just any computer algorithm that does a task that would be aimed to require human intelligence.

    Identifying text in an image is a non-trivial task, so OCR is a type of AI algorithm.

    That said, I assume “AI phones” are probably not using the term AI in the general sense; presumably they just mean that it uses MM-LLMs somehow.


  • The cynic in me is wondering if this is just Google trying to get around the movement to stop children from being given addiction machines* before they’re ready for them. (*Smart phones with infinite-content-stream “social-media” apps)

    There’s a push to ban smart phones for students below age 16 at schools (and educating parents to try to get them to just give their children dumb phones until age 16 outside of school hours, too.)

    But maybe that’s just me being cynical. This movement only started gaining steam after The Anxious Generation by Jonathan Haidt was published earlier this year, afaik, and Google is hardly an agile company anymore…








  • But then you need to know enough about the topic already to know what is stable and what changes with newer versions.

    Like, the “web dev boot camp” course I got from UDemy a few years ago as a guide for building a web dev high school course: I recently went back to to look something up, and the whole thing has been completely redone start to finish. Makes sense, considering that it’s updated to the newest versions of Bootstrap and other libraries (and who knows what else).

    I know nothing about Rust, but I would assume there are at least some libraries that have major new versions in the last couple of years which might change best practices somehow? idk. But the harder part is not knowing what you don’t know.