Skip to content

Half-Life 3 Has Been Designed to be ‘The Final Chapter’, It’s Claimed

Technology
80 53 15
  • 2k Stimmen
    212 Beiträge
    76 Aufrufe
    M
    people have been living in Europe for ages. We are one of the countries with the lowest corrupt, we do pay a lot of corrupt nations/people though, but that is a different story. Netherlands specifically did a pretty significant reboot after WWII, and again in 1983? even if the base Constitution was established in 1814 / 1848. The US has been screwing around with a women's rights amendment to our Constitution for over 100 years and we still can't get that done - which I attribute to all kinds of entrenched interests blocking change for the better for most people because the special interests might be a little inconvenienced. It is hard for people in the US to make a choice other than support these companies, mom and pop stores are an alternative. In Europe, I am seeing a trend that we are more focusing on EU based alternatives or even better national based alternatives. (or open source, even better imo) My grandparents' generation (born in the 1910s, formative young adult years during the Great Depression) pushed a strong "never spend a cent you don't have to" ethos on my parents, and my parents pushed that hard on me. That ethos is pervasive throughout rural America, and when a Wal Mart Supercenter opens they undercut Mom and Pop stores by just enough margin to push that "can't pass up a better deal" ethos in the local population. Mom and Pop stores usually go unprofitable and close within a year or two of a WalMart opening anywhere within 100km. The customers could afford to still patronize Mom and Pop and ignore WalMart, but that "save a penny whenever you can" ethos wins out. Of course once Mom and Pop are out of business, WalMart goes on to raise prices higher than Mom and Pop used to charge - big data analysis tells 'em just how much they can charge for each of their tens to hundreds of thousands of items to achieve their customer acquisition / retention goals. Meanwhile, Mom and Pop still had stick-on paper price tags on their merchandise when they went out of business.
  • 229 Stimmen
    10 Beiträge
    17 Aufrufe
    S
    The result now is that no website will load because the rest of the world will have broadband anyway
  • 138 Stimmen
    15 Beiträge
    8 Aufrufe
    toastedravioli@midwest.socialT
    ChatGPT is not a doctor. But models trained on imaging can actually be a very useful tool for them to utilize. Even years ago, just before the AI “boom”, they were asking doctors for details on how they examine patient images and then training models on that. They found that the AI was “better” than doctors specifically because it followed the doctor’s advice 100% of the time; thereby eliminating any kind of bias from the doctor that might interfere with following their own training. Of course, the splashy headline “AI better than doctors” was ridiculous. But it does show the benefit of having a neutral tool for doctors to utilize, especially when looking at images for people who are outside of the typical demographics that much medical training is based on. (As in mostly just white men. For example, everything they train doctors on regarding knee imagining comes from images of the knees of coal miners in the UK some decades ago)
  • 212 Stimmen
    12 Beiträge
    8 Aufrufe
    erev@lemmy.worldE
    meanwhile i set a wait and save so i have time to finish getting ready and uber tells me it's already arrived.
  • Websites Are Tracking You Via Browser Fingerprinting

    Technology technology
    41
    1
    296 Stimmen
    41 Beiträge
    26 Aufrufe
    M
    Lets you question how digital stalking is still allowed?
  • 33 Stimmen
    2 Beiträge
    12 Aufrufe
    rooki@lemmy.worldR
    Woah in 2 years, that will be definitly not be forgotten until then....
  • 2k Stimmen
    133 Beiträge
    39 Aufrufe
    S
    Tokyo banned diesel motors in the late 90s. As far as I know that didn't kill Toyota. At the same time European car makers started to lobby for particle filters that were supposed to solve everything. The politics who where naive enough to believe them do share responsibility, but not as much as the european auto industry that created this whole situation. Also, you implies that laws are made by politicians without any intervention of the industries whatsoever. I think you know that it is not how it works.
  • 1 Stimmen
    8 Beiträge
    11 Aufrufe
    L
    I think the principle could be applied to scan outside of the machine. It is making requests to 127.0.0.1:{port} - effectively using your computer as a "server" in a sort of reverse-SSRF attack. There's no reason it can't make requests to 10.10.10.1:{port} as well. Of course you'd need to guess the netmask of the network address range first, but this isn't that hard. In fact, if you consider that at least as far as the desktop site goes, most people will be browsing the web behind a standard consumer router left on defaults where it will be the first device in the DHCP range (e.g. 192.168.0.1 or 10.10.10.1), which tends to have a web UI on the LAN interface (port 8080, 80 or 443), then you'd only realistically need to scan a few addresses to determine the network address range. If you want to keep noise even lower, using just 192.168.0.1:80 and 192.168.1.1:80 I'd wager would cover 99% of consumer routers. From there you could assume that it's a /24 netmask and scan IPs to your heart's content. You could do top 10 most common ports type scans and go in-depth on anything you get a result on. I haven't tested this, but I don't see why it wouldn't work, when I was testing 13ft.io - a self-hosted 12ft.io paywall remover, an SSRF flaw like this absolutely let you perform any network request to any LAN address in range.