• 4 Posts
  • 900 Comments
Joined 2 years ago
cake
Cake day: July 7th, 2023

help-circle


  • With many subjects, I agree. But there are other subjects that have been politicized, which really shouldn’t have been. Someone’s sexual orientation shouldn’t be a matter of political debate. If a gay guy mentions their husband, that’s not “bringing up politics”, but many conservatives will treat it as such. I’ve heard all of the “shoving it in my face” comments just because someone dared to mention their partner when asked how their weekend was. In reality, that person is simply existing, and peoples’ existence should never be a matter of political debate.



  • PM_Your_Nudes_Please@lemmy.worldtoFunny@sh.itjust.worksPoliteness
    link
    fedilink
    arrow-up
    6
    arrow-down
    3
    ·
    10 days ago

    It’s like using “just” in emails. Guys don’t do it, but women are seen as bitchy or bossy if they don’t.

    “I’m just checking in about the progress on [x]”

    Versus

    “I’m checking in about the progress on [x].”

    The latter feels much more direct. Women will tend to use the former while men will tend to use the latter. Because for guys it conveys authority; I’m checking in on this, you should have an update. While for women they need to downplay their authority; I’m looking for an update, but don’t mind me. Because if women stop using “just” they’re suddenly seen as demanding, bossy, too authoritative, etc…


  • That’s part of the issue; All of the “best” VPNs have stopped offering port forwarding. Mullvad and Proton are the gold standard for VPNs, but neither offer port forwarding. Private Internet Access still offers it, but they were bought out by a marketing company that was caught sneaking adware into their programs. PIA’s service is still good, but it relies on you trusting an ad company with your internet traffic. They claim to not save any logs or use your data, but they’ve also been found to be liars in the past with that adware scandal.


  • Sounds a lot like American sovereign citizens. SovCits believe America is a corporation that was set up on top of the Articles of Confederation, (which was the precursor to the American Constitution). They basically believe that they can refuse to do business with the “corporation” (government) and be able to break any laws that aren’t written in the Articles of Confederation.

    It’s where the “I’m not driving, I’m traveling” memes come from, because the articles of confederation mentioned a right to freely travel. So the SovCits think they can drive without a valid license or vehicle registration, which leads to lots of police dashcam footage of SovCits getting tased during traffic stops when they become irate or try to flee.


  • Torrents only work if at least one side has port forwarding enabled. And you don’t want to rely on other people having their ports open. In order to ensure you can actually connect to a seeder/peer, it’s best practice to enable port forwarding on your end.

    The issue with this is that many VPN providers have stopped offering port forwarding services, because kiddy diddlers figured out a way to use port forwarding to privately share CSAM. So it has become difficult to torrent with a VPN, because pedos somehow manage to ruin everything.




  • Yeah, all the people will flock to free VPNs. They’ll google “how to get around blocked porn” and the free VPNs will be at the top of the list. And the issue with free VPNs is that if you’re not the customer, you’re the product being sold.

    Though it would be a great way to catch a bunch of conservative politicians cranking it to gay porn. Because if they’re using those free VPNs, (because they’re all +70 years old and have no idea how to actually stay safe online,) then their data can be bought.






  • Party lines were especially popular in rural areas; Dozens of farmhouses would share a single party line, so farmers could just pick up the phone and chat with whoever happened to be on the phone already. It was a huge source of socialization for people who otherwise would have been almost entirely isolated. Farmhouses often have literal miles in between each house, so socialization was difficult simply due to the distance. Party lines were basically pre-internet Discord servers, and you just shared the server with all of your neighbors.

    Many farm houses had two phone lines coming into the house; One private line for personal calls, and a party line for the neighbors.





  • It’s an SQL injection joke.

    Basically, when dealing with databases, you can use SQL to search or modify the data in that database. By default, you can do this by polling the database with an SQL query. But this introduces a vulnerability called SQL injection. Basically, imagine if instead of filling in a name in the “Name” field, you filled in an SQL query. If the database admins haven’t protected themselves against it, then the database will happily run that query; You have just injected an SQL query into their database. Maybe you’re a malicious attacker, looking to get a virus onto the system, or looking to extract the data.

    Protecting the database from injection is done with something called sanitizing. Basically, you set up filters to disallow SQL, so it can’t touch your database. In this comic, the database admins didn’t do that, so they were unprotected.

    The actual SQL uses the student’s middle name to search for any tables named “Students” and permanently delete it. The joke is that when the school admin staff enters his name into their database, it will delete any tables named “Students” and wreck their database.