• 0 Posts
  • 19 Comments
Joined 2 years ago
cake
Cake day: June 7th, 2023

help-circle
  • Hopefully Unity doesn’t disrupt your current project too much.

    But yeah, I think this is the most extreme case of a company burning trust with their users overnight in recent years (worse than Twitter IMO). It’s especially bad because many Unity users/devs have their livelihood depending on Unity, so of course they are going to change once they get a chance. The risks of not switching now massively outweigh the risks of switching.

    It will just take a lot of devs/teams some time to transition. Unity will probably go under in 2-4 years, they can’t recover from this.

    I’ve played around with Godot a bit, and in my view it actually makes more sense than Unity. Probably has more limitations, but hopefully those can be overcome in the next couple of years.











  • LLMs choose words based on probabilities, i.e. given the word “blue”, it will have a list of words and probabilities that those words should follow “blue”. So “sky” would be a high probability, “car” might also be quite high, as well as a long list of other words. The LLM chooses the words not by selecting whatever has the highest probability, but with a degree of randomness. This has been found to make the text sound more natural.

    To watermark, you essentially make this randomness happen in a predefined way, at least for cases where many different words could fit. So (to use a flawed example), you might make it so that “blue” is followed by “car” rather than “sky”. You do this throughout the text, and in a way that doesn’t affect the meaning of the text. It is then possible to write a simple algorithm to detect whether this text was written by an AI, because of the probability of different words appearing in particular sequences. Because its spread throughout the text, it’s quite difficult to remove the watermark completely (although not impossible).

    Here’s an article that explains it better than I can: https://www.kdnuggets.com/2023/03/watermarking-help-mitigate-potential-risks-llms.html



  • There’s always software I can’t use properly (and not just Windows stuff), some stuff badly configured with weird error messages… last time I was not able to even use the apt command

    I’m not sure what you were doing to break apt, but it was probably something pretty funky (or at least adding a bunch of repos without really thinking about it).

    The thing with Linux is that it doesn’t stop you doing stupid shit as much as Windows. If you know what you’re doing, that’s a really good thing. It’s really annoying when your OS stops you doing something for your own protection if you know that you’re not going to break anything. Simple example: Windows locks any file that’s open, Linux doesn’t. That’s really convenient, but you can screw things up badly if you’re not careful.

    If you’re a beginner, I would suggest sticking to the GUI, i.e. control panels, software installed, etc. in Ubuntu. If you ever go into command line, be really careful, and understand what you’re doing. Definitely do not copy and paste commands you find online without understanding them reasonably well. Ubuntu puts in pretty good protections in its graphical tools. You’ll be able to do whatever you need to do, but shouldn’t break anything. Over time, you’ll pick up some knowledge and be able to do more in the command line (etc.) without breaking things.


  • You might want to look up the law of unintended consequences.

    The bigger the intervention, the bigger the potential unintended consequence.

    By far the easiest solution to climate change is not emitting greenhouse gasses in the first place. It is still a monumental challenge but if we don’t do that, we’re just treating the symptoms not the cause







  • The reasons I’ve seen given is that it’s a huge instance and at one point only had 1 moderator. So when instance admins complained about a user there, they didn’t always get a response. I think they’ve got more moderators there, but not sure if it’s solved the problem.

    Some Mastodon admins are very concerned about protecting their users from abuse, and want to limit it as much as possible. And that might be 100% appropriate for their users… people who don’t like it should move to a different instance.