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

help-circle
  • Edit: wait, you might be right. As I understand, net neutrality is for the last mile ISPs, not the L1/L2 providers. So uh… what I explained below isn’t relevant. Eh, I’ll leave it in case people wanna learn stuff.

    It was a bad explanation, assuming you had knowledge of network infrastructure things, but it does make sense. I’ll explain things if you’re interested.

    Net neutrality is the idea that ISPs must treat all content providers equally. Your phone is not a content provider (most likely. You could run a web server on your phone, but… no). YouTube, Netflix, Facebook, TikTok, and your weird uncle’s WordPress site are content providers. Without net neutrality, ISPs can say, “Hey YouTube, people request a ton of traffic from you on our network. Pay up or we’ll slow down people’s connections to you.” The “neutrality” part means that ISPs must be neutral towards content providers, not discriminating against them for being high demand by consumers.

    For the L1 and L2 part, that’s the networking infrastructure. The connection to your home is just tiny cables. I don’t recall how many layers there are, but it’s just “last mile” infrastructure. The network infrastructure between regions of the country or across the ocean are giant, giant cables managed by internet service providers you’ve never heard of. They’re the kind of providers that connect AT&T to Comcast. These are considered L1 or L2 providers. The data centers of giant companies, like Google for YouTube’s case, often pay these L1 or L2 providers to plug directly into their data centers. Why? Those providers are using the biggest, fastest cables to ferry bits and bytes across the planet. You might be pulling gigs from YouTube, but YouTube is putting out… shit, I don’t even know. Is there a terabyte connection? Maybe even petabyte? That sounds crazy. I dunno, I failed Google’s interview question where they asked me to estimate how much storage does Google Drive use globally. Anyway, I hope that gives you an idea of what L1 and L2 providers are.

    I’m not a network infrastructure guy, though. If someone who actually knows what they’re talking about has corrections, I’d love to learn where I’m wrong




  • (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.worldtoMemes@lemmy.mlJesus and Capitalists
    link
    fedilink
    arrow-up
    2
    arrow-down
    7
    ·
    1 year ago

    Not a function of capitalism. Function of human greed. Communism doesn’t solve this. It just moves the greed from corporations and politicians to bueareacrats.

    It sounds like you’re arguing more against extreme materialism, where people believe that accumulation of physical goods holds more value than human life.

    Also, citing genocide due to use of US taxpayer money isn’t critiquing capitalism. It was taxpayer money, not market or investor money. That’s government corruption, which is independent from capitalism. You see this kind of corruption in both capitalist and communist systems.

    I think your main argument should be the prioritization of human dignity over anything else and an extreme vigilance for corruption in institutions of all sorts.





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