Skip to content

Nexus Mods to Enforce Digital ID Age Checks Under UK and EU Laws

Technology
50 27 5
  • Former and current Microsofties react to the latest layoffs

    Technology technology
    19
    1
    77 Stimmen
    19 Beiträge
    0 Aufrufe
    R
    If wanting or receptive to some advice ... I have done this in the past, but I unfortunately also have BAD and sometimes abruptly drop habits, including useful ones, because they start feeling insincere. Hard to explain. This is a very precious reminder, cause the former just means that one has to start again and again. For their benefit and the role that they in company structures, it is one approach that pays out for some. It's also (hence why I've touched upon conditions) similar to the advice of "want to do something at all, do it badly", sometimes given to people with those involving executive dysfunction. Unfortunately for us, and humanity at-large, there’s also a statistically-significant increase in the incidence of anti-social personality disorder in those who pursue such positions, compared to the population average. Yes, I've had a pleasure (not really) of meeting such people. Anyway, if their common worldview is that we all live on some kind of ruins of a fallen empire, and they are going to be nobles of that society, that doesn't account for universal machines still being universal, and the technologies they rely upon being just as applicable the other way.
  • 66 Stimmen
    5 Beiträge
    5 Aufrufe
    adespoton@lemmy.caA
    Most major content producers have agreements with YouTube such that as their content is discovered, monetization all goes to the rights holders. In general, this seems like a pretty good idea, and better than copyright maximalism. However, I’ve had original works of my own “monetized by rights holder” because they used my work (with permission) in one of their products, and so now have co-opted all expressions of my work on YouTube. So the system isn’t perfect.
  • 179 Stimmen
    12 Beiträge
    48 Aufrufe
    N
    Remember curse voice ? I remember
  • 367 Stimmen
    27 Beiträge
    94 Aufrufe
    P
    They're like "Wahhh we need to hit 3.5% and then the fascist dictator will totally resign!" and then Trump is like "Oooo my delicate little feefees, oh well, here comes my Gestapo!" while the 50501 protest marshalls chant "We did it! We don't need crushing violence to make a change!" while completely ignoring that the NKD protests accomplished literally nothing.
  • 136 Stimmen
    16 Beiträge
    56 Aufrufe
    E
    I thought we were going to get our share of the damages
  • 1 Stimmen
    4 Beiträge
    20 Aufrufe
    N
    that's probably not true. I imagine it was someone trying to harm the guy. a hilarious prank
  • Instacart CEO Fidji Simo is joining OpenAI as CEO of Applications

    Technology technology
    2
    1
    20 Stimmen
    2 Beiträge
    15 Aufrufe
    paraphrand@lemmy.worldP
    overseeing product development for Facebook Video So she’s the one who oversaw the misleading Facebook Video numbers that destroyed a whole swath of websites?
  • Microsoft's AI Secretly Copying All Your Private Messages

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