• 0 Posts
  • 65 Comments
Joined 3 years ago
cake
Cake day: June 24th, 2023

help-circle
  • Right. Which is why Cloudflared would block you if it’s detected. But regardless, if for whatever reason, you ended up in court for the content you copied, the judge would probably give you a low fine. Obviously not legal advice, but the US justice system doesn’t have time to care about people making digital copies of DVDs they’ve purchased.

    It’s irrelevant anyway, since none of us are just copying our own DVDs… But for legal reasons /s














  • The Wii. Too much gimmick stuff distracting from the experience (eg metroid wiimote shooting and wiimote sideways). So much shovelware!. It’s still a nice system (especially considering backwards compatibility too) but still.

    It’s funny you say the controls distract from the experience, when I’d argue they add to the experience.

    You ask me, the Wii is great and just keeps getting better, even now, with active homebrew communities. Many games allow you to choose what controller type you want, and there is a lot of creativity in the different games for using the Wiimote (though you may find those gimmicky). The biggest downside is trying to play if your TV is near a window and the sun is out. You have to close the blinds or it messes with the IR sensor.



  • Your “plain language” goes from “do a thing” very quickly to “do a thing. but not that thing. or that other thing. and and and…”

    Your options would be write all those things in plain language, or program them all eith (hopefully) no mistakes, bugs, or vulnerabilities. Either way you have to catch all the situations. Even in plain language, not everybody will be able to effectively use AI to generate code. You need to have a solid understanding of software architecture to be able to get useful output.

    when it comes to creating programs, you want the output to be deterministic

    AI is capable of writing deterministic programs.

    I would also like to preemptively emphasize that AI is not there yet. I am simply talking about the concept of machines creating software. If you try to step back from your anti-AI gut reaction and truly think about it, it would make sense to do if we get there technologically


  • This is dangerous for me to say on lemmy, but fuck it.

    Doesn’t it make sense that machines would write for machines? Isn’t that kind of what we already do by creating compilation layers programmers use? We obviously wouldn’t write the manual 1’s and 0’s, and most people don’t write using assembly. Is this not a translation layer for us to be able to write code?

    Right now we have LLMs writing with languages designed for humans, and it’s already doing some pretty wild stuff. If we get to the point where AI is literally a coding model (and not a generic LLM) that is able to use an AI optimized way of writing code, who knows what it would be capable of.

    Code is one of the few things AI is specially suited for. AI is just a big fancy prediction machine, so what better application than something that is by definition formulaic and patternistic like code? I am not saying we are there now, but rather the idea that machines should write software does make sense when it becomes actually feasible.

    If we could have programmed like this from the beginning, we would have. There has been many evolutions of making it easier to code. What’s easier than plain language?