• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: July 31st, 2023

help-circle
  • In maybe third grade I brought my collection of x-men trading cards as part of a sort of show and tell activity. It was in a sizable three-ring binder with those 3x3 slot cars sheets. I had a number of highly valued “foil/hologram” cards. The binder was gone when I got back from lunch. I was devastated and learned to never leave anything of value not locked up if I’m not watching it.

    At work we have a kitchen/break room. I’ve had shit stolen from there a lot. Utensils, cups, bowls. Wash it after lunch, put it in the drying rack, come back in an hour to get it and it’s gone. Once my department had a leftover pizza from an event donated to us. I brought in a baking sheet to reheat it in the oven for a lunch morale boost for the team because we had to work that weekend. The sheet, left in a drawer and not visible to any casual observers, was gone by Monday. That was actually the first item I’d had stolen there but I thought I was just s fluke.

    I’ve literally bought upgrades and utensil sets for the kitchen (maybe people “stealing” my utensils just forgot to bring a fork, borrowed mine, and brought it home by accident?). Stuff like drying towels, soap dispensers + large refill bottles, a microwave food cover… all stolen. I’d keep getting frustrated with, for example, people leaving the sponge wet in the sink. I’d think “its been a year since I last donated something, maybe it’ll be different this time…” and I’d buy an OXO sponge holder or something and within a week it would be gone. Everyone in my office, including secretaries and cleaning staff, gets paid at least a living wage with great health benefits. Some make well over 100k. I just imagine someone making twice my salary seeing a nice soap dispenser and taking it home… lost a good bit of faith in humanity and affected me way more than it should have.

    I found a solution though. Whoever was stealing this shit couldn’t deal with the shame of being reminded that they stole it. I started labeling the donated items using my organization’s acronym with a permanent marker in big visible letters. None of that’s been stolen. I was going to engrave my utensils/dishes but decided instead to look like an asshole and bring my own towel when washing my dishes, drying them immediately, and taking them back to my desk immediately.



  • There could have been better worlds

    So… because Trump didn’t get unhinged to the point where he started a nuclear war, you aren’t worried.

    • How did you feel about refusing to concede in the 2020 election and creating uncertainty and doubt about the electoral process among a not insignificant minority of voters?

    • How about inciting an angry mob to interrupt the peaceful transfer of power on January 6th?

    • How did you feel about hoarding and hiding classified documents so that he could show them off to impress his friends and guests? Maybe even sell them if times are tough?

    • How about strong-arming the Republican party and installing his family to run it?

    • How do you feel about how his SCOTUS has changed the fundamentals of the US government?

    • The Chevron deference?

    • Bribery?

    • Presidential “immunity” for official acts?

    • How do you feel about the loss of the right to have an abortion?

    Do you think Trump, with the powers newly granted to the office he’s again running for, will act in his second term? Where is your line?





  • USA here. They’d likely consider this to be extremely patronizing, but I consider most conservative voters to be unaware of what it is they are actually preaching. It’s crazy but the more extreme their views get, the more I’m convinced they’re misinformed and misled. Some folks at the top of their pyramid I legitimately hate - I have no doubt they know exactly what they are doing.

    So many of conservative beliefs just fly in the face of reality. I hate that they’re perpetuating the harm that the beliefs and resulting policies cause, but seeing as how they are mostly based on clear and obvious lies, I have to assume that most of the supporters just don’t realize they are being lied to and have invested emotionally in an identity that actively harms their own interests.



  • It would really help to know what concepts you are already familiar with and feel like you understand. Edit: it would also be helpful to know what you are trying to do that has you working with ports or using a VPN. There are countless situations where ports and VPNs are involved. /Edit Lacking that, I’m going to cover a lot of basic concepts. I’m assuming typical/common situations, as always it can always be different and more complicated. Wall of text incoming.

    Typical basic networks are a collection of devices that are able to communicate with each other through some medium like a wired network or WiFi. Each device In a network will have an IP address (a set of four numbers between 1 and 254 divided by periods for example: 192.168.1.100). For one device to send a message to another device, it addresses the message to the device using its IP Address. This is like sending a letter in the mail - you need to mark the letter with the street address or it won’t be delivered.

    Now sticking with this analogy, if I wanted to send you a letter and you lived in a hotel or apartment complex without a dedicated address just for you, I need to make sure to address the letter not just to your building but also to you specifically. This is where ports come in. If I want to join your Minecraft server, I need to be able to reach your computer specifically and I also need to make sure my Minecraft game is talking to your Minecraft server and not your web browser or something. Software listens for specific ports. So to join a Minecraft server hosted on your computer with the address 192.168.1.100 I’d need to also specify the port so that the Minecraft server software know my messages are for it specifically.

    That’s the ELI5 version.

    Stepping up the complexity now. In most cases, joining someone’s Minecraft server is more complicated because I’m on my home network, and my router is connected to the internet, and through the internet I connect to your router and then from your router I need to connect to your computer. The way this works is that each of our routers are on two different networks - our home network and the Internet.

    Most home networks will look very similar. There are ranges of addresses that are reserved for local (non internet) network devices, such as my example IP address - 192.168.1.100. It is possible that each of our networks (and countless other home networks) have a device with this IP address so I can’t just send a message to 192.168.1.100 and have it get to your networks 192.168.1.100 address. Fortunately, routers act as middlemen and coordinate communication between devices inside our network and devices on the internet. Think of the router as a fancy doorman outside the hotel or apartment who knows what room all of those living there are staying.

    Unfortunately, it is often the case that my computer will not know the IP address of your computer within your network. You can work around this by using port forwarding. I write “Minecraft” on the letter and you instruct your doorman that any letter with “Minecraft” written on it should be delivered to your Minecraft server. In reality, you’d forward any traffic from the internet with a specific port number directly to your Minecraft server computer. The computer running the server is already “listening” for traffic on that port and will take it from there.

    Now for more complicated stuff. Technically, ports are rather arbitrary. Some ports are standardized. As someone else had mentioned, port 80 is the standard for HTTP and 443 is standard for HTTPS (encrypted). However, nothing is stopping you from hosting a webserver on a server using a different port, like port 12345. Your web browser will assume port 80 and the webserver will ignore your web browser until you tell your browser to use port 12345. It is also possible for multiple service or pieces of software to have the same port which causes problems. I have a server on my home network and multiple services that display a web page (port 80 or 443). They can’t all use the same port so I have to work around this by either using different ports or assigning each a different IP address.

    So what does “opening” a port mean? Well, as you might imagine there are many pieces of software and many services running on devices in your home network. As a security precaution, many routers will block or ignore any traffic on the internet that tries to talk to it in a way it is not expecting. You don’t want randos trying to connect to your computer through the internet and your router.

    Unblocking or opening a port could be something like forwarding a port to a device on your network. Technically, this would involve finding a “Port Forwarding” setting on your router. Here, you would indicate any traffic with port 25565 (the default Minecraft server port) should be directed to your server at address 192.168.1.100. Now your doorman will always deliver every letter with “Minecraft” written on it to your Minecraft server. Be aware that even if you aren’t the server software, every letter like that will continue to be directed to your server. If there is a security flaw in Minecraft, this could technically be something someone could exploit.

    Similar to your router, Windows (the operating system) will also block/ignore traffic that it isn’t expecting as a security precaution. Opening a port might mean creating a rule in your firewall setting to let traffic from certain ports into your computer. If Windows is ignoring any letters it doesn’t recognize, my Minecraft letters still won’t reach your Minecraft server even if it is clearly addressed to it. Windows may also be blocking traffic from leaving your computer if it does not have a firewall rule telling it otherwise so its possible the server got my letter, but Windows blocked the reply so I’m left hanging.

    A VPN is a Virtual Private Network. This term can mean a few different scenarios but what they all have in common is that it creates a hole into your network, bypassing the router (maybe both routers). It is sometimes called a tunnel, which is a pretty good metaphor. Basically, you are running a virtual network cable through the internet from one computer or network to another. Through this virtual network, devices will be able to see and interact with each other as if they were on the same network.

    Real life example. I manage a few servers where I work. If I need to log into those servers from home I cannot do this. It would be extremely dangerous to just let anyone on the internet have access to the server’s login screen. So instead, I use a VPN. Now my home computer is virtually connected to my work’s internal network - as if I’d brought my personal laptop into work and plugged it into the network jack next to my workstation in my office. I can use the same software I’d use at work to log into my servers without having those servers directly exposed to the internet. I am limited by my home internet speeds but it is otherwise almost identical.

    Similarly, we could install VPN software on our two computers and I could then join your Minecraft server directly, bypassing your router, as if we were both on your home network.

    Like I said, there are quite a few ways to do this and I’ve heard many of the ways referred to as either a VPN or a tunnel. More context could get you a better answer.

    Generally, opening ports is a security risk. This is especially true when opening more common ports or ports that get a lot of use. More common, standard ports will be more likely to get attacked and ports that get a lot of use will be more likely to be targets of exploits. It really depends on your scenario. Imagine that, if someone wanted, they could likely figure out what port you’ve opened and what is listening for that port on your home network. They might try to brute force a password or take advantage of the software’s security flaws.

    Forwarding a randomly chosen port so a friend can join your Minecraft server? Not so risky. Opening port 22 so you can log into your home computer while you are away from home? Much riskier. Using an atypical port for remote access is still risky as, like I said, you have to assume that if someone really wanted to, they could figure out that remote access is running on port 17426 or whatever random number you may have chosen.


  • Because those in power spend a lot of effort distancing themselves from the impact they have and casting blame on everyone else, including on the victims.

    A local factory may be poising the locals, paying little in taxes, and exploiting workers on the cheap but they are the biggest employer and its those minorities’ fault for some reason and if not that it’s the locals’ fault for not pulling themselves up by their own bootstraps like their fathers did…

    Oh, and look over there, quick! A teacher is trying to groom your kid because he refused to shame that one gay kid in school! Git 'im!


  • 1200/35 for $120 US/month. I also own my own modem and router. Otherwise it would be another $15-$20/month.

    Anything cheaper knocks my upload down to 20 and saves me very little. Viewing my options now hides upload rates but I checked a few months ago when my promotional rate expired and the price jumped $40.

    1000/20 is $115, 800 is $110, 500 is $105, 300 is $90, 150 is $68

    Any competitors don’t qualify as broadband anymore. Maybe 35/5? I didn’t even bother checking the price.

    At least it’s fairly stable and “unlimited” but I’m fairly sure they can say that and still cap it at 200GB/month or something. Oh, and I can connect their surveillance device… I mean “free streaming box”… and get Peacock at no extra cost!

    'murica?





  • There have been historic instances of corps going against the spirit if not the rule of net neutrality if we have ever really had such a thing in the US

    The most open move I recall was made by cell carriers that also owned media companies -AT&T? They would use their cell service to punish or hinder usage of non-owned media. They’d limit the resolution of or throttle the speed of competitors services to their customers. Ex. watch our content at 1080p, but competitors are limited to 480p. That or they would “zero-rate” (not count usage against your data limit) their own services. Ex. watching our content doesn’t count against you 1GB limit, but watching our competition’s does.

    I don’t know if it still happens though. I’d be surprised if it wasn’t just more subtle now.