• 1 Post
  • 225 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle










  • In this specific case I agree, not reporting CSA should be illegal (and probably is?) I’m not so sure that we should codify the current ethical understanding into law though.

    We need to leave room for development. Forcing new ideas to first go through the battle of legalization isn’t helpful in this regard. Laws are there to regulate what normal social regulation can’t do properly.

    I think people who cheat on their partners are morally speaking bad people. But writing into law you can’t have multiple partners at once is quite obviously a bad decision, because there are happy polyamourus relationships. The government doesn’t need to get involved here, being treated like the ass that you are for cheating is punishment enough, and leaves the room for developing new ways of living together.










  • As the first AI-based mutation testing tool, Mutahunter surpasses traditional “dumb” AST-based methods. Our AI-driven approach provides a full contextual understanding of the entire codebase,

    This is where I call bullshit. The AST is a precise representation of the code which should be easier to analyse and modify instead of the raw text. If you only rely on processing the text I have a hard time believing your AI has a deep understanding of the contextual interdependencies of the different parts of the code.

    Edit: it kinda does use the AST if one of the preconditions is a treesitter grammar? Maybe the marketing wording is just very unfortunate?