Skip to content

Spotify fans threaten to return to piracy as music streamer introduces new face-scanning age checks in the UK

Technology
427 254 3.3k
  • How is technology transforming modern education?

    Technology technology
    1
    1
    1 Stimmen
    1 Beiträge
    1 Aufrufe
    Niemand hat geantwortet
  • It shocked the market but has China's DeepSeek changed AI?

    Technology technology
    7
    1
    42 Stimmen
    7 Beiträge
    22 Aufrufe
    U
    It's not the BBC's job to be an authority. Their job is to report what the (relevant) authorities are saying: DeepSeek challenged certain key assumptions about AI that had been championed by American executives like Sam Altman, CEO of ChatGPT-maker OpenAI. "We were on a path where bigger was considered better," according to Sid Sheth, CEO of AI chip startup d-Matrix. Perhaps maxing out on data centres, servers, chips, and the electricity to run it all wasn't the way forward after all. Despite DeepSeek ostensibly not having access to the most powerful tech available at the time, Sheth told the BBC that it showed that "with smarter engineering, you actually can build a capable model". That said, seems suspect that an AI startup CEO is getting this much airtime. I would have preferred an industry analyst or an AI researcher.
  • 606 Stimmen
    75 Beiträge
    857 Aufrufe
    Y
    Shitstack. Everyone and their mother has a substack and a lot of it just low quality "articles." Meanwhile the company is trying to attract investors by claiming it's a tech company when it's really a mediocre media company.
  • 131 Stimmen
    23 Beiträge
    241 Aufrufe
    S
    theoretically software support This. And it's not only due to drivers and much more due to them not having insourced software development and their outsourced developers not using Fairphones as their daily drivers.
  • 2 Stimmen
    1 Beiträge
    20 Aufrufe
    Niemand hat geantwortet
  • CBDC Explained : Can your money really expire?

    Technology technology
    4
    6 Stimmen
    4 Beiträge
    57 Aufrufe
    S
    CBDCs could well take the prize for most dangerous thing in our lifetime, similar to nuclear weapons during the Cold War. I'm thinking of that line from the song in Les Mis. Look down, look down. You'll always be a slave. Look down, look down. You're standing in your grave.
  • 241 Stimmen
    176 Beiträge
    2k Aufrufe
    A
    Coastal vacation
  • 1 Stimmen
    8 Beiträge
    81 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.