• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle
  • You have every right to express your feelings. If she is unable or unwilling to accept that, then you two need to go to couples counseling. If she doesn’t want to do that, then it’s time to consider divorce. Life is too short to spend it with someone who doesn’t appreciate you. It’s one thing to weather foul moods from time to time, but it’s another thing to be disrespected and emotionally abused. I don’t care how bad menopause is. It simply isn’t acceptable to abuse your loved ones. She needs to recognize this and do every thing in her power to correct this behavior, including finding a good OBGYN and getting the necessary hormone treatments.










  • It highly depends on the programming language used and how much debug information is left in the build. Production builds of software usually have debug symbols and other information useful during development stripped out to save space and improve runtime performance. Even when it is technically possible to decompile built code, the decompiled result may not be human-readable to the point of being useful. Imagine reading source code that has random names for variables, functions, modules, etc, or code that does not have any discernable organization.