Skip to content

Mastercard and Visa face backlash after hundreds of adult games removed from online stores Steam and Itch.io

Technology
182 111 7.5k
  • 302 Stimmen
    104 Beiträge
    1k Aufrufe
    M
    Mine used to be fantastic for recipes. It was nice having a small screen in the kitchen dedicated to recipes and background music. You could ask it for a recipe, it would automatically search for one, trim the mandatory “story of my family eating this meal so I can copyright it as a creative work” intro, and compile the recipe in easy-to-follow steps. But now I ask it for a recipe, and it just goes “I didn’t understand, but here are the search results.” Which just opens a web browser, meaning all the biggest reasons to use it (not digging through search results, skipping the intro, compiling everything into a step-by-step list that you can follow along with, etc) are all gone. I only had it because it was a gift, but it was honestly extremely handy when my hands are busy and I didn’t want to be digging around on my phone constantly. But not anymore, because at least I have an adblocker on my phone.
  • 86 Stimmen
    31 Beiträge
    236 Aufrufe
    A
    You don’t have the power to decarbonize all electricity From the article: Location also affects how carbon emissions are managed. Germany has the largest carbon footprint for video streaming at 76g CO₂e per hour of streaming, reflecting its continued reliance on coal and fossil fuels. In the UK, this figure is 48g CO₂e per hour, because its energy mix includes renewables and natural gas, increasingly with nuclear as central to the UK’s low-carbon future. France, with a reliance on nuclear is the lowest, at 10g CO₂e per hour. This is a massive difference, and clearly doable, nothing that would be limited to the distant future. So I get this right? I'm naive for expecting govt regulations to put companies' behaviour under control, whereas you're realistic by expecting hundreds of millions of people deciding to systematically minimise their Youtube/Tiktok/Spotify/Netflix/Zoom usage? Hmm, alright. And yet in an another comment you also expect that Spotify shouldn't introduce video streaming, without any external regulation but out of pure goodness of their hearts?
  • How Fusion Tech Just Changed Geothermal Energy Forever

    Technology technology
    3
    4 Stimmen
    3 Beiträge
    33 Aufrufe
    T
    Despite the offputting headline, it was a cool vid. Tl/dw: Milimeter wave generators used to heat plasma for fusion research are being adapted as drill heads for geothermal bore holes. It's in the early comercialization phases.
  • 803 Stimmen
    385 Beiträge
    4k Aufrufe
    F
    Thank you for your suggestion. I didn't think of building a cabin. Our land is collective and we can't just build a house casually. That's why we have to save money to build a house. Thank you always, I hope we can all have a bright future~
  • 432 Stimmen
    19 Beiträge
    242 Aufrufe
    M
    I think they meant 'because'
  • Amazon Workers Defy Dictates of Automation

    Technology technology
    5
    1
    84 Stimmen
    5 Beiträge
    58 Aufrufe
    T
    The amount of times the shit breaks down combined with the slower speeds means it doesn't really matter if they work 24/7 right now. Yes, robots are coming, but amazon has been acting like they will be here tomorrow since it's inception. The reality is robots that cost less than people that at least do comparable work in the same time frame is still a decade or 2 away optimistically. Amazon trying to force it doesn't change that. Amazon is to robots what meta is to vr. Dumping tons of money trying to force the 'future' today.
  • Understanding the impacts of generative AI use on children

    Technology technology
    4
    50 Stimmen
    4 Beiträge
    47 Aufrufe
    S
    That's fine, just use ChatGPT...
  • Microsoft's AI Secretly Copying All Your Private Messages

    Technology technology
    4
    1
    0 Stimmen
    4 Beiträge
    49 Aufrufe
    S
    Forgive me for not explaining better. Here are the terms potentially needing explanation. Provisioning in this case is initial system setup, the kind of stuff you would do manually after a fresh install, but usually implies a regimented and repeatable process. Virtual Machine (VM) snapshots are like a save state in a game, and are often used to reset a virtual machine to a particular known-working condition. Preboot Execution Environment (PXE, aka ‘network boot’) is a network adapter feature that lets you boot a physical machine from a hosted network image rather than the usual installation on locally attached storage. It’s probably tucked away in your BIOS settings, but many computers have the feature since it’s a common requirement in commercial deployments. As with the VM snapshot described above, a PXE image is typically a known-working state that resets on each boot. Non-virtualized means not using hardware virtualization, and I meant specifically not running inside a virtual machine. Local-only means without a network or just not booting from a network-hosted image. Telemetry refers to data collecting functionality. Most software has it. Windows has a lot. Telemetry isn’t necessarily bad since it can, for example, help reveal and resolve bugs and usability problems, but it is easily (and has often been) abused by data-hungry corporations like MS, so disabling it is an advisable precaution. MS = Microsoft OSS = Open Source Software Group policies are administrative settings in Windows that control standards (for stuff like security, power management, licensing, file system and settings access, etc.) for user groups on a machine or network. Most users stick with the defaults but you can edit these yourself for a greater degree of control. Docker lets you run software inside “containers” to isolate them from the rest of the environment, exposing and/or virtualizing just the resources they need to run, and Compose is a related tool for defining one or more of these containers, how they interact, etc. To my knowledge there is no one-to-one equivalent for Windows. Obviously, many of these concepts relate to IT work, as are the use-cases I had in mind, but the software is simple enough for the average user if you just pick one of the premade playbooks. (The Atlas playbook is popular among gamers, for example.) Edit: added explanations for docker and telemetry