• 33 Posts
  • 681 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle



  • Presumably its only opt-in to the application you want to use it with. If this new system was applied to all applications by default, yeah it could become a problem. The reason why the permission control in Android and Flatpak works is, because those applications and packages are designed and built with these limitations by default and the user should not need to modify the permissions. There are a few cases (in Flatpak) where you need to change the permission, which is annoying, especially if you don’t know. How worse will it be with applications that are not designed with these limitations in mind and force them with permissions taken away with this new tool?

    Overall I don’t think it’s such a bad idea to have a technology on your hand to limit permissions and access, but it needs to be opt-in. In example this could be useful for AppImages, that are downloaded from the web and not managed by your operating system or a community like Flathub.





  • Yes, removed games are not really removed, just hidden. And for the reader here, we are not talking about hiding in the client. If you go to support page of game at https://help.steampowered.com/en/wizard/HelpWithGame and click “I want to permanently remove this game from my account”, then its like you wouldn’t own the game anymore.

    Not many know you can go to same page and restore the license. It’s noted that you get the same license of game than before, not a new license. I don’t know why Steam has the permanent removal, if its not permanent at all. But now you know; you can restore. And that is what the user in this post is talking about.

    Edit: I thought about why that maybe. It makes sense to keep the license bound to an account, so the key cannot be activated again by someone else. Otherwise people could sell their activated keys like that.








  • AI is fed by human input. If humans start and use AI more and more, and less human generated content, then soon AI will be fed by AI content. With each step of the feeding stage will amplify hallucinations and problems. Which will not help in the slightest with fake news and information, as fact checking could potentially be a source of fakes too. Only corporations have the money and resources to create the biggest LLMs, which means they will be the entities controlling everything.

    We don’t know if AI will grow exponentially forever. There are lot of downsides and its likely that countries in the world will ban AI. AI is already transformative technology, as we have seen. Partly because the world was not ready for how fast they improved and because no legislation exist. The question is, if AI is a bubble for short time and how long it will last. Maybe the next big AI improvements are done with Quantum Computers in a few decades from now. Who knows.


  • I don’t like it either, but I’m not entirely sure why. Maybe the biggest flaw to me is it uses Python style indentation for structuring as part of data logic. It doesn’t feel like a configuration language to me and it does not feel simple too. It’s also unlike most programming language structures (maybe besides Python), so it looks weird to read and write. Other than that, I don’t know exactly why I don’t like this format much. Admittedly, I did not do much in YAML, so because lack of experience take my opinion with a thick grain of salt.

    We have JSON and TOML. I quiet like TOML. We have “better” alternatives, that are probably easier to parse. And therefore there is not much need for YAML. Maybe if YAML was the default config format for Python it would get off the ground and be accepted more often.