• 33 Posts
  • 313 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle




  • Stick to the training, your brain will figure out the rest. Unless you’re missing self-preservation instinct, your brain will do its best to survive and avoid psychological trauma.

    That includes trauma from killing others, you will dull in time naturally.

    Important note: you will get psychological trauma, there’s no way to avoid that. Your brain will put up some defenses (the kind of the defenses is highly individual) to prevent the trauma fucking up your life in the short term, but it will fuck you up in the long term. Only therapy can help there, though it’s very unlikely to be cured entirely at all.

    If you go to war and get traumatized, find a therapist as fast as you can. The longer the trauma is untreated, the deeper it becomes part of your personality. And by that I mean really as fast as you can. If you get a chance to speak to a therapist 20 minutes after you go through something traumatic, do it, even if you feel like you’re managing. If you can’t access one that quickly (which is likely during an armed conflict), do it as soon as you’re able to.















  • It’s also great if you have a general knowledge of something but don’t know the details. Like today I needed to do some database introspection using queries in Snowflake, I knew exactly what I needed but not where the database schema is located etc., so I let GPT write the query instead.

    Or some time ago I needed to get all instances of classes implementing a specific generic interface in .NET, the code eventually dabbled into the very specifics of the runtime, it would’ve taken me much longer to find out with documentation.

    All in all, it’s my opinion that AI is great if two conditions are met:

    • you know exactly what you want to do and you can specify it to very tiny details
    • you have the knowledge to verify whether the result makes sense without running the code (or at least the knowledge that it can’t break your app or computer)