• 0 Posts
  • 11 Comments
Joined 29 days ago
cake
Cake day: February 8th, 2025

help-circle


  • Nothing will work until people get a few basic things straight. Two simple thoughts humanity still avoids:

    • I want to live well
    • It is my responsibility to make my life well

    Until each and everyone understands that and starts acting accordingly, no amount of -isms or whatnot is going to make anything better. Now, some can argue like “but today’s world is much better than slavery”, to which there is a simple answer:

    • slavery has not died yet. Oh, the language was removed from legislature of some countries? Go tell people who are enslaved (literally, like documents taken away, chains on hands etc) how good that is
    • more generally, exploitation is still a thing. Who cares what language it is spoken about?

    So… yeah, Lenin and the gang did exactly zero things better, tons of people continued to suffer and die and there was no end to it long after Lenin died









  • Logical and human friendly answer: mutable objects are not a problem, poorly designed code is

    Personal rant: why even bother with objects, just use strings, ints, floats, arrays and hashmaps (sarcascm. I have spent hours uncovering logic of large chunks of code with no declaration of what function expects and produces what)

    And also, seeing endless create-object-from-data-of-other-object several times has made me want to punch the author of that code in the face. Even bare arrays and hashmaps were less insane than that clusterfuck