• 0 Posts
  • 3 Comments
Joined 4 months ago
cake
Cake day: May 19th, 2024

help-circle

  • I had a phase as a teen when I was constantly swearing. My parents told me that, it can’t be that bad and it’s really annoying.

    And it’s mostly an impulse reaction and we’re kind of above that.

    It doesn’t mean that you can’t express pain or anger. You’re just not insulting people’s ears if you scream “Aaaaah” when you bang your toe against a table leg or something. And your environment really doesn’t deserve it. Most people are somewhat compassionate and you’re just swearing while they try to help… that’s not a pleasant environment for them to be in. It makes it harder to help you.

    No to both questions. I just made a change and that was it. And it has never stopped me from expressing anything.

    If anything, it lends more weight to the regular words.

    A _______ criminal? Or a criminal?

    You can still put the same emotion into the words, they’re just not swear words. :)


  • At the cost of sounding naive and stupid

    It may be a naive question, but it’s a very important naive question. Naive doesn’t mean bad.

    The answer is that that is not possible, because the compiler is supposed to translate the very specific language of C into mostly very specific machine instructions. The programmers who wrote the code, did so because they usually expect a very specific behavior. So, that would be broken.

    But also, the “unsafety” is in the behavior of the system and built into the language and the compiler.

    It’s a bit of a flawed comparison, but you can’t build a house on a foundation of wooden poles, because of the advantages that wood offers, and then complain that they are flammable. You can build it in steel, but you have to replace all of the poles. Just the poles on the left side won’t do.

    And you can’t automatically detect the unsafe parts and just patch those either. If we could, we could just fix them directly or we could automatically transpile them. Darpa is trying that at the moment.