• 0 Posts
  • 21 Comments
Joined 3 years ago
cake
Cake day: June 28th, 2023

help-circle
  • It’s government reporting data. If you find a better source I say go for it. But I used that data for salary negotiations in the past successfully.

    I’m not talking about take home. I’m talking about total annual compensation including things like RSU payouts etc.

    Even if we throw out the ones you doubt there are many 300k to 400k entries with the AI researcher title. If we add annualized RSU payouts we easily hit over €500k.

    At this point t though you are free to doubt me.




  • I see your point but like I think you underestimate the skill of coders. You make sure your timeout is inclusive of JavaScript run times. Maybe set a memory limit too. Like imagine you wanted to scrape the internet. You could solve all these tarpits. Any capable coder could. Now imagine a team of 20 of the best coders money can buy each paid 500.000€. They can certainly do the same.

    Like I see the appeal of running a tar pit. But like I don’t see how they can “trap” anyone but script kiddies.







  • mholiv@lemmy.worldtoPolitical Memes@lemmy.worldYup
    link
    fedilink
    arrow-up
    11
    arrow-down
    2
    ·
    2 years ago

    You might be privileged or young enough where you didn’t have to think about it but yah. You could literally sign up. The program was up and running. Many of my friends signed up and were happy and excited.

    Only after it was up and running was it shut down. So yah. Biden did push it through. And yah. The Trump Supreme Court did stop it.


  • mholiv@lemmy.worldtoPolitical Memes@lemmy.worldYup
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    2 years ago

    You write a lot of stuff that I don’t think is relevant here. I’ll just say that while the ACA was problematic (ie the public option was stripped out) it did meaningfully improve people’s lives.

    Before the ACA pre existing conditions exemptions were a thing. If you find out that you have cancer you suddenly can not switch health insurance providers because they would say that your cancer was pre existing condition that would be excluded.

    When your health insurance is tired to your job this results in literal work here or die of cancer entrapments.

    That and things like mandatory mental health coverage are some of the things that improved peoples lives.

    If you are too young to remember the situation with healthcare in the USA before the ACA that’s fine. But the ACA was a godsend for people. It’s not perfect but it undeniably helped the most vulnerable people.



  • mholiv@lemmy.worldtoPolitical Memes@lemmy.worldYup
    link
    fedilink
    arrow-up
    50
    arrow-down
    6
    ·
    2 years ago

    This is literally provably false. Biden, for all his faults, pushed through a student loan cancelation program.

    It was blocked by the Trump controlled Supreme Court.

    Elections matter. If Trump didn’t put 3 Supreme Court justices in place to block it people would be better off.

    Don’t both sides this. It might make you feel smart but it results in harm.


  • Yah that term isn’t an official term. I just meant it in the sense of a IPv6 prefix. Without knowing more about how your router firewall works / in set up I can’t be too specific.

    But in general the way things work with ip addresses is that your ISP provides you with a block of IPv6 address. This block is the prefix/first part of any given ipv6 address on your network. Each host uses that prefix and generates a suffix that it adds in to it in order to generate a full globally reputable IPv6 address.

    By default most hosts use the IPv6 privacy extension to random suffixes and cycle through them. This is good for privacy but bad for hosting a public service. You need to turn off the privacy extension and the second half of the IPv6 address will stay static.

    Next up you need to write a firewall rule to allow traffic to that globally routable IPv6 address. In an IPv6 system the router does not intercept or rewrite the packets like it does with IPv4. So all a router does is act as a firewall saying “Yup outside hosts can or can’t make inbound connections to certain hosts/ports”

    The trick with a consumer IPv6 address space is that just like IPv4 addresses given to your router, the IPv6 prefix can change randomly.

    It would be annoying to have to update the firewall rule every time this happened. That’s why the idea of masking matters. You tell the firewall “ignore the prefix of this firewall rule. Just allow or deny based on the static suffix.”

    The way to write such rules is different on different firewalls. Most consumer devices don’t have a way to configure such things. Even professional networking equipment mostly makes you use the cli to manage such things.

    I hope this helps.


  • I’m glad you got it working with IPv4. For the record though the way to do such a thing in the future is to think in IPv6. In IPv6 there is no nat or port forwarding. Even if you have host exposure. You need to set an appropriate rule in your router firewall.

    On the host itself you need to use public IPv6 addresses. Then on the router firewall you set a firewall rule with an appropriate delegation mask allowing traffic to the specified port.

    It’s different than IPv4 but once you learn IPv6 it’s easy.




  • I think automation is an acceptable path. But I think we still would need some organization with legal authority. We can’t just fine people later for drunk driving. They need to be stoped asap even against their will. Same goes for people grossly speeding or even elderly people who can’t drive safely even though they think they can. Given your other posts this organization can be community lead. This being said any community lead organization with such a legal mandate would just be police under another name.