Skip to content

Restaurant Uses AI for Menu, Accidentally Describes Appetizer in Way So Disgusting That We May Never Recover

Technology
34 25 0
  • How to turn off Gemini on Android — and why you should

    Technology technology
    45
    1
    403 Stimmen
    45 Beiträge
    182 Aufrufe
    K
    Galaxy S23, sold many units and isn't a last gen device
  • Millions of websites to get 'game-changing' AI bot blocker

    Technology technology
    28
    1
    149 Stimmen
    28 Beiträge
    183 Aufrufe
    D
    How would you legally enforce robots.txt? It's not a legally sound system.
  • 51 Stimmen
    8 Beiträge
    50 Aufrufe
    B
    But do you also sometimes leave out AI for steps the AI often does for you, like the conceptualisation or the implementation? Would it be possible for you to do these steps as efficiently as before the use of AI? Would you be able to spot the mistakes the AI makes in these steps, even months or years along those lines? The main issue I have with AI being used in tasks is that it deprives you from using logic by applying it to real life scenarios, the thing we excel at. It would be better to use AI in the opposite direction you are currently use it as: develop methods to view the works critically. After all, if there is one thing a lot of people are bad at, it's thorough critical thinking. We just suck at knowing of all edge cases and how we test for them. Let the AI come up with unit tests, let it be the one that questions your work, in order to get a better perspective on it.
  • 0 Stimmen
    1 Beiträge
    12 Aufrufe
    Niemand hat geantwortet
  • 275 Stimmen
    68 Beiträge
    267 Aufrufe
    A
    intellectual property is grotesque. under no circumstances a creator should be barred from his creation. if shit like that happens I'd rather there not be any intellectual property at all
  • Bill Atkinson, Who Made Computers Easier to Use, Is Dead at 74

    Technology technology
    1
    1
    0 Stimmen
    1 Beiträge
    13 Aufrufe
    Niemand hat geantwortet
  • Have LLMs Finally Mastered Geolocation? - bellingcat

    Technology technology
    3
    1
    50 Stimmen
    3 Beiträge
    26 Aufrufe
    R
    Depends on who programed the AI - and no, it is not Kyoto
  • 1 Stimmen
    8 Beiträge
    40 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.