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

help-circle


  • (Edit: what I’m about to say is a good bit wrong, but I’m not going to try and hide my mistakes. This article has a more complete history: https://www.independent.co.uk/news/world/middle-east/why-israel-and-palestine-conflict-war-history-b2426050.html)

    I don’t support the violence at all, but this isn’t a (direct) result of imperialism.

    After WW2, the Allies were like, “what do we do with all these Jews? We don’t want them in our countries.” Then they thought, “why not Jerusalem?” But a bunch of Arabs were living there, but the Allies really didn’t want more Jews, so they just dumped them all in modern Israel, told the Arabs this is Jews’ land now, and recognized Israel as a state. Palestine has a right to be pissed. So this isn’t so much an imperialism problem as much as a racism problem.

    But still, Hamas are evil fuckers that take shit too far. Israel definitely is not the good guy and is not helping the situation at all, but this kind of escalation just makes shit worse for everyone.


  • 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.