Skip to content

Intel collapsing?

Technology
36 23 0
  • The dangerously blurry line between wellness and medical tech

    Technology technology
    9
    1
    48 Stimmen
    9 Beiträge
    55 Aufrufe
    F
    I know, where's that h
  • 220 Stimmen
    39 Beiträge
    376 Aufrufe
    A
    True, they will always play the victim even as they're hurting and exploiting people they see as less than. Don't allow them to have any evidence of credibility. I think his idea of hell would probably be having to lower himself to the standard of living most people would consider normal and comfortable. Having to learn to actually survive day to day if he were to find himself suddenly without a cent of the money he was born into and all future wages and earnings garnished to pay the people he has harmed, would probably be a fate worse than any hell he could imagine. I know there's no justice and there is pretty much no chance of him ever facing any sort of proportional punishment or consequence for his actions. But, if I could make it happen, having to suddenly learn to survive with the rest of us mortals in the society he has helped create, in his late fifties, wondering how he will even afford something as basic as healthcare while his body rapidly ages from stress and gradually falls apart, after a lifetime of unimaginable privilege, unable to go anywhere or do anything he enjoys without being recognized and having people curse his name. That would be the fate I would wish on somebody like him.
  • Japan using generative AI less than other countries

    Technology technology
    95
    378 Stimmen
    95 Beiträge
    1k Aufrufe
    deflated0ne@lemmy.worldD
    That show was so fuckin stupid. But also weirdly wholesome. Nary a jot of creep shit for the whole run. I was genuinely surprised.
  • 162 Stimmen
    7 Beiträge
    60 Aufrufe
    L
    I wonder if they could develop this into a tooth coating. Preventing biofilms would go a long way to preventing cavities.
  • 21 Stimmen
    6 Beiträge
    62 Aufrufe
    sentient_loom@sh.itjust.worksS
    I want to read his "Meaning of the City" because I just like City theory, but I keep postponing in case it's just Christian morality lessons. The anarchist Christian angle makes this sound more interesting.
  • Britain’s Companies Are Being Hacked

    Technology technology
    9
    1
    21 Stimmen
    9 Beiträge
    83 Aufrufe
    D
    Is that "goodbye" in Russian? Why?
  • 530 Stimmen
    31 Beiträge
    309 Aufrufe
    ulrich@feddit.orgU
    If you want a narrative, look at all the full-price $250k Roadster pre-orders they've been holding onto for like 8 years now with zero signs of production and complete silence for the last...5 years?
  • Microsoft's AI Secretly Copying All Your Private Messages

    Technology technology
    4
    1
    0 Stimmen
    4 Beiträge
    54 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