Skip to content

Google is going ‘all in’ on AI. It’s part of a troubling trend in big tech

Technology
119 72 244
  • Bluesky is rolling out age verification in the UK

    Technology technology
    40
    1
    164 Stimmen
    40 Beiträge
    280 Aufrufe
    3dcadmin@lemmy.relayeasy.com3
    you know that the new online safety act mandates age verification for pretty much anything don't you?
  • 1k Stimmen
    194 Beiträge
    788 Aufrufe
    M
    Like what the fuck is possibly on there that justifies using that piece of shit platform? Tech news. Fast tech news. It's well centralized. Unfortunately nothing comes close (not reddit, nor HN, nor lemmy).
  • www2025

    Technology technology
    1
    2
    1 Stimmen
    1 Beiträge
    14 Aufrufe
    Niemand hat geantwortet
  • 195 Stimmen
    31 Beiträge
    119 Aufrufe
    isveryloud@lemmy.caI
    It's a loaded term that should be replaced with a more nimble definition. A dog whistle is the name for a loaded term that is used to tag a specific target with a large baggage of information, but in a way where only people who are part of the "in group" can understand the baggage of the word, hence "dog whistle", only heard by dogs. In the case of the word "degeneracy", it's a vague word that has been often used to attack, among other things, LGBTQ and their allies as well as non-religious people. The term is vague enough that the user can easily weasel their way out of criticism for its usage, but the target audience gets the message loud and clear: "[target] should be attacked for being [thing]." Another example of such a word would be "woke".
  • 175 Stimmen
    38 Beiträge
    186 Aufrufe
    whotookkarl@lemmy.worldW
    It's not a back door, it's just a rear entryway
  • 146 Stimmen
    37 Beiträge
    125 Aufrufe
    D
    Self hosted Sunshine and Moonlight is the way to go.
  • 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.
  • No Frills PCB Brings USB-C Power To The Breadboard

    Technology technology
    3
    1
    0 Stimmen
    3 Beiträge
    31 Aufrufe
    coelacanthus@lemmy.kde.socialC
    and even without it, you'll get 150mA @ 5V by default out of the USB 3 host upstream and up to 900mA with some pretty basic USB negotiation in a protocol that dates from USB 1.0 That's wrong. With USB Type-C, you can get the power up to 3A @ 5V with just two 5.1kΩ resistor on CC pins.