Skip to content

Massive internet outage reported: Google services, Cloudflare, Character.AI among dozens of services impacted

Technology
140 95 0
  • 842 Stimmen
    166 Beiträge
    0 Aufrufe
    K
    Determining the 3d structure of a protein took yearsuntil very recently. Folding at Home was a worldwide project linking millions of computers to work on it. Alphafold does it in under a second, and has revealed the structure of 200 million proteins. It's one of the most significant medial achievements in history. Since it essentially dates back to 2022, we're still a few years from feeling the direct impact, but it will be massive. You realize that's because the gigantic server farms powering all of this "AI" are orders of magnitude more powerful than the sum total of all of those idle home PC's, right? Folding@Home could likely also do in it in under a second if we threw 70+ TERAwatt hours of electricity at server farms full of specialzed hardware just for that purpose, too.
  • 60 Stimmen
    11 Beiträge
    0 Aufrufe
    K
    If you use LLMs like they should be, i.e. as autocomplete, they're helpful. Classic autocomplete can't see me type "import" and correctly guess that I want to import a file that I just created, but Copilot can. You shouldn't expect it to understand code, but it can type more quickly than you and plug the right things in more often than not.
  • 12 Stimmen
    1 Beiträge
    0 Aufrufe
    Niemand hat geantwortet
  • 178 Stimmen
    118 Beiträge
    4 Aufrufe
    K
    My 2 cents is that it would have flourished a lot longer if eclipse wasn't stretched so thin like using a very thick amorphous log that is somehow still brittle? And ugly? As a bookmark.
  • Britain’s Companies Are Being Hacked

    Technology technology
    9
    1
    21 Stimmen
    9 Beiträge
    2 Aufrufe
    D
    Is that "goodbye" in Russian? Why?
  • 168 Stimmen
    11 Beiträge
    3 Aufrufe
    A
    Law enforcement officer
  • 35 Stimmen
    16 Beiträge
    0 Aufrufe
    M
    This is what I want to know also. "AI textbooks" is a great clickbait/ragebait term, but could mean a great variety of things.
  • 1 Stimmen
    8 Beiträge
    3 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.