• 1 Post
  • 9 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle



  • You assume the actors in the system act in good faith and that the system’s incentives are well designed. It is not.

    What kinds of people want to join the organization responsible for keeping foreigners out? How many of those groups are racists that don’t actually care about the citizenship part? How do you measure the success of this organization?

    When you start asking these kinds of questions, you start to see the cracks. Additionally, when you look at US immigration policies compared to other developed countries, they’re quite harsh. I emigrated to Korea. It’s quite easy if I have a college education and some work experience. I benefit Korea’s economy. My Korean friends who want to go to the US have a totally different experience.

    Additionally, you need to look at the US’s history with regards to race. See the Japanese internment camps of WW2 or the fire bombing of Tulsa, OK. We don’t necessarily distinguish between actual citizens and foreigners.

    You can also look at how illegal immigration is managed in the US. Look at Ron DeSantis in Florida. He spooked illegal immigrants in Florida with his crackdown on immigration. The orange farmers started panicking because there were no workers. The oranges were rotting. Did DeSantis prop up the orange industry and encourage them to hire Americans? The good faith act? Fuck no! He rolled back the crackdown, and the illegal immigrants continued to be used for basically slave labor. America doesn’t want legal immigration. They just want a group with no rights to beat the shit out of when they’re feeling bad and to use for labor that citizens don’t want to do.

    Your argument of people behaving in good faith with regards to immigration doesn’t have a lot of evidence to support it when looking at history.

    The right thing to do would be to pursue immigration reform first, give time for current illegal immigrants to become legal, crackdown on the employers of illegal immigrants, and then start enforcing immigration law more strongly. But surprise! It ain’t happening.

    Of course, my comment assumes you’re trying to argue in good faith, which also may be naive. Let’s see


  • How are you defining “normal?”

    I think the main thing is that Korea’s government still has some fear of its people, which is very, very important. Enough stupid moves and millions of citizens can be on your doorstep (see Park Geunhe).

    Yes, there’s a bunch of corruption. Yes, working culture blows. Yes, birth rates have been tanking for a reason (but reversed recently?!).

    But there’s a reason those soldiers heading to the parliament building had no ammo except one guy in a squad with less lethal rounds. There’s a reason the martial law was ended so quickly. There’s a reason Yoon is actually getting his on a reasonable timescale.

    In Korea, once you hit that tipping point of people realizing you’re a dick, you’re gonna have a real bad time.


  • TheBeege@lemmy.worldtoFediverse@lemmy.worldI can't code.
    link
    fedilink
    English
    arrow-up
    19
    ·
    edit-2
    2 years 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.