• 2 Posts
  • 72 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle




  • You missed a very, very important keyword there: “deserved.”

    Theologians miss a key point of rational debate where they don’t provide proper definitions and make big assumptions that aren’t great.

    Who defines what the “correct” effect of an action is? Who defines what consequence is deserved by a choice? If God is the almighty being, he decides what is right and wrong. In Abrahamic tradition, God defines all of these arbitrary rules and expects humanity to obey them without question. Shit, God ordered Abraham himself to murder despite that supposedly being against the rules.

    God is like a kid that holds a magnifying glass focused on an arbitrary point near the anthill. He set up the conditions for us to hurt ourselves according to his arbitrary rules. Why didn’t he tell Satan to fuck off with the fruit? Why did he allow Satan to exist in the first place? If God created everything, then he is responsible for everything by our human logic. So God can fuck right off


  • MechWarrior 2: 31st Century Combat

    The Remembrance speaks to us on the evil of man’s will, of the reasons for Exodus, and the Rites of the Traveler. Arcadia is our destiny and our right. Enlightenment is our gift. By the Bloodnames of the founders we must return, return and protect that which is unique among the stars. Terra awaits us as it was written. We are the last of the Wardens, the sole hope for the Earth.

    Wolves still prowl



  • I have zero idea what your angle is, but for the benefit of others…

    Nazi-ism is a chosen belief system with a core belief in depriving other groups of basic human rights. The depriving other people of basic human rights is the key part.

    Hate speech is directed towards people with attributes that they cannot change or religion. Religion gets added in there because changing religion is not a simple thing, and in major religions doesn’t hurt people. (Don’t start citing religious terrorists - that is fundamentalism within a religion and not a commonly shared belief among all followers.

    So hating on nazis is cool.


  • It’s not a matter of reward or punishment. It’s a matter of the skills required for continued success.

    Early startups require big risk-taking, progressing at an absurd speed, charisma to get investor capital, and really just being a little crazy.

    Once the concept is proven to be viable and potentially profitable, the focus needs to shift from proving it can work to making it sustainable. This involves less risk, process improvements to avoid issues like getting sued, better money management, more careful time management to avoid burnout of non-founder employees, and generally just being more rational about things.

    It’s rare that a person can exhibit both of these sets of behaviors, so companies will often swap out the former for the latter as a company matures. If they didn’t, the founders might unintentionally drive the company into the ground by taking unnecessary risks after finding something that already works.

    Does that answer your question, or did I miss the mark, still?





  • Maybe I’m part of the problem, and if so, please educate me, but I’m not understanding why blocking is ineffective…?

    And block lists seem like an effective method to me.

    The security improvements described seem reasonable, so it would be nice to get those merged.

    I understand that curation and block lists require effort, but that’s the nature of an open platform. If you don’t want an open platform, that’s cool, too. Just create an instance that’s defederated by default and whitelist, then create a sectioned-off Fediverse of instances that align with your moderation principles.

    I feel like I’ve gotta be missing something here. These solutions seem painfully obvious, but that usually means I’m missing some key caveat. Can someone fill me in?




  • Haven’t read outliers, but I live in Korea. Weak people in authority here is a serious problem. See the Sewol ferry incident: https://en.m.wikipedia.org/wiki/Sinking_of_MV_Sewol

    The culture of saving face and not causing disturbance compounds the problem. For example, some married couples prefer to not know if their partner is cheating so as to not disturb the peace of the family. Fortunately, this is becoming more rare, but it is still an issue.

    Edit: Not agreeing with the previous comment. Just mentioning where the idea may have come from. I don’t believe Korean culture impacts plane crash rates. When the chain of command and responsibilities are clear, Koreans make stuff happen. It’s actually quite admirable. And cultural idiosyncrasies aside, people generally try to do what they believe to be the right thing, and not letting a plane crash is pretty right under normal circumstances



  • TheBeege@lemmy.worldtoFediverse@lemmy.worldI can't code.
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    What are these answers…

    Wrong place to ask, but whatever.

    It depends on what you want to build. If you’re not sure, start with Python. It’s likely easiest to pick up and get running. There’s a book called “Automate the Boring Stuff.” I think there’s an online version. (Edit: link - https://automatetheboringstuff.com/)

    If you don’t want to set up Python (or any language, really) on your computer, there’s a tool called a REPL that you can find online. So you can just search “Python online REPL,” and you’ll get a functional online environment to code. Now, you won’t be able to do stuff interacting with your local computer this way, like reading files, but it’s good for learning the basics of the language.

    In terms of software for writing code in on your local computer, Visual Studio Code (NOT to be confused with Visual Studio) is a free, lightweight code editor. It supports every language via plugins.

    If you do go the Python route, make sure to learn about virtual environments before you do ‘pip’ or ‘conda’ anything. Also, unless you’re doing data science things, stick to pip. (Maybe some personal bias there, but I hate anaconda.) If you’re starting from nothing, it’ll be awhile until you get there anyway, so don’t worry too much about it.

    Most importantly, find a community that welcomes new learners. Learning to code is absolutely fucking brutal, so having supportive people available makes a world of difference. Bonus points if you can find an offline meetup in your local area.