Skip to content

Reddit users in the UK must now upload selfies to access NSFW subreddits

Technology
269 180 808
  • 70 Stimmen
    5 Beiträge
    46 Aufrufe
    rimu@piefed.socialR
    Yep It is a design choice to offer a news feed that combines verified news sources with tankie memes — interspersed with photos generated by AI I've really tried to provide tools to tame the meme flood and put them into effect on https://PieFed.social - compare that with the front-page (or All feed) of any Lemmy instance (or most PieFed instances, to be fair). Gen AI filter is coming.
  • We caught 4 states sharing personal health data with Big Tech

    Technology technology
    12
    1
    327 Stimmen
    12 Beiträge
    66 Aufrufe
    M
    Can these types of post include countries in the title? This USA defaultism makes the experience worse for everyone else with no benefit whatsoever
  • 285 Stimmen
    134 Beiträge
    626 Aufrufe
    I
    I'm not afraid of that at all. But if you draw shit tons of power from a crappy socket, things start to heat up real quick. Like getting really fucking hot, as in burn your house down hot.
  • The world could experience a year above 2°C of warming by 2029

    Technology technology
    17
    1
    200 Stimmen
    17 Beiträge
    94 Aufrufe
    sattarip@lemmy.blahaj.zoneS
    Thank you for the clarification.
  • iFixit says the Switch 2 is even harder to repair than the original

    Technology technology
    126
    1
    698 Stimmen
    126 Beiträge
    611 Aufrufe
    Y
    My understanding is that if they've lasted at least a month and haven't died on you, you probably got a "good" batch and what you have now will be what it stays as for the most part, but a fair number of gulikits just sort of crap out at the 1-2 mo mark. So heads up on that.
  • Generative AI's most prominent skeptic doubles down

    Technology technology
    14
    1
    43 Stimmen
    14 Beiträge
    56 Aufrufe
    Z
    I don't think so, and I believe not even the current technology used for neural network simulations will bring us to AGI, yet alone LLMs.
  • signal blogpost on windows recall

    Technology technology
    5
    1
    69 Stimmen
    5 Beiträge
    35 Aufrufe
    P
    I wouldn't trust windows to follow their don't screenshot API, whether out of ignorance or malice.
  • 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.