I am several hundred opossums in a trench coat

  • 1 Post
  • 61 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle





  • Fair use commentary generally requires as little of the actual original work to be used as possible. Summary may be ok, clips/recordings are ok, but they must be minimal. That commentary must also be substantive.

    Reproducing a work in full (thus obviously limiting the commercial viability of the original work - another factor considered) with light commentary over the top probably wouldn’t hold up in court. The commentary just avoids automatic systems in the increasingly poorly moderated internet.


  • I think it would be great if more men read (or just read summaries of) basic feminist texts, especially Judith Butler and people of her ilk. Before I realised I wasn’t a man they helped me. I think the deconstruction of gender that feminism offers serve men just as much as women - it made masculinity feel like less of a prison (nevermind that I ultimately largely moved more feminine).

    I remember reading authors like John Stoltenberg, the aforementioned Judith Butler, and some perspectives of feminism/masculinity in a working class context.











  • You’re mostly right. Newer devices won’t share their entire app list by default, at compile time you need to enumerate every app you want to query for, or add what are essentially a list of intent filters (which are like “I want to talk to apps that take this kind of message and payload”). There is still a permission that lets you list all apps like you were able to on pre API 30 devices, but Google makes it pretty difficult to get onto the app store in that state.

    You can still send intents as much as you like though (as long as you know the recipient), since they’re the basis for all inter-process communication.

    My point is more that an app developer can’t and doesn’t need to use the play store to get the list of apps you have on your phone. This requirement to have the play store almost certainly isn’t malicious and I disagree with the notion that apps shouldn’t be able to use what is essentially system infrastructure to improve their apps. That said, given this is an app targeting the fediverse, it would have been nice for the developer to have made a universal APK build that didn’t require the Play Store.



  • I briefly worked for a company who worked on household power technology. Their product would attempt to predict energy prices, weather patterns, and usage to sell your excess energy at peak prices. Like discussed in the article, this company collected usage data and controlled the sale of energy back to the grid centrally. They did this because it meant they could better train their prediction models and run them on more powerful hardware. The controllers would have needed internet connectivity anyway to query energy prices, and putting the prediction on device would have just made them more expensive and worse. Even when I worked there (back in 2015 I think), they were already very aware of the threat vectors discussed by this article and took some measures to prevent it.

    In my opinion they were (/are, still exist) a responsible company run by competent people. They did not collect the data out of “greed”, and I strongly suspect that the people in these comments implying that the data is collected to be sold have never actually worked in the industry and have very little idea of the specific value of energy usage data. I can’t really speak authoritatively for other companies, but I would guess that, like the one I worked for, their products are internet connected simply because it improves the product. For example, people expect things to be controllable or viewable from an app from anywhere, and that requires internet connectivity.