Skip to content

This new 40TB hard drive from Seagate is just the beginning—50TB is coming fast!

Technology
232 129 10
  • Microsoft Tests Removing Its Name From Bing Search Box

    Technology technology
    9
    1
    38 Stimmen
    9 Beiträge
    0 Aufrufe
    meejle@lemmy.worldM
    They know they already have a Bing logo they could use, right? Not that this is out of character for Microsoft. Office became Office 365, which became Microsoft 365… unless you search for it online, because then all three names show up. [image: 0fa18cb6-e19c-48d8-aeb1-2bf12ad9a165.jpeg] Likewise, Bing Chat became Copilot… but then the main Office launcher became Microsoft 365 Copilot, so there are two Copilot apps on people's PCs and it's not immediately clear what the difference is. (This joins the two OneNote apps and two Outlook apps.) And, they finally finished retiring the MSN brand and changed everything over to "Microsoft Start" (not to be confused with the iconic "Start" button )… only to make a new MSN logo and change it all back. Meanwhile, there's a Bing app for Android that has an almost identical feature set to Edge, but different branding and a different UI. There's also an MSN app, which… has almost an identical feature set as the other two apps, but a slightly different UI to the Bing app.
  • Spyware and state abuse: The case for an EU-wide ban

    Technology technology
    1
    1
    45 Stimmen
    1 Beiträge
    0 Aufrufe
    Niemand hat geantwortet
  • Taiwan adds China’s Huawei, SMIC to export blacklist

    Technology technology
    41
    1
    52 Stimmen
    41 Beiträge
    0 Aufrufe
    ferrous@lemmy.mlF
    Am I understanding this right? You believe that, amid a new strategy of gunning down starving Palestinians arriving to aid sites, Taiwan was obligated to start giving free vacations to genocidal IDF soldiers to bolster its defensive capacity? Dafuq? Yall's "liberal pragmatism" is laughably evil.
  • 396 Stimmen
    137 Beiträge
    0 Aufrufe
    piece_maker@feddit.ukP
    I absolutely do have an idea how well it'll be able to do the job, based on AI's past performances in basically every other area, knowing its strong and weak points and knowing the job very well myself. Obviously I don't know for sure, but I'm not hopeful!
  • 179 Stimmen
    9 Beiträge
    0 Aufrufe
    R
    They've probably just crunched the numbers and determined the cost of a recall in Canada was greater than the cost of law suits when your house does burn down
  • 366 Stimmen
    198 Beiträge
    2 Aufrufe
    F
    Okay but we were talking about BTC pump and dumps and to perform that on the massive scale which dwarfs any stock ticker below the top 5 by hundreds of billions of dollars while somehow completely illuding people who watch the blockchain like hawks for big movers... It's just not feasible. You would have to be much richer than the official richest man on earth and have almost all of your assets liquid and then on top of that you would need millions of wallets acting asynchronously. And why would you even bother? If you're that rich you could just not hide it.
  • YouTube tops Disney and Netflix in TV viewing

    Technology technology
    96
    1
    216 Stimmen
    96 Beiträge
    5 Aufrufe
    C
    "Not Interested" is just free data for them to fill out your account's advertising profile.
  • 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.