Skip to content

The Trump Administration is Building a National Citizenship Data System; State and county election officials can now check the citizenship status of their entire voter lists.

Technology
89 55 0
  • 887 Stimmen
    229 Beiträge
    48 Aufrufe
    S
    This specific model I don't know, but in Copenhagen all public transport buses will be electric by the end of 2026.
  • 0 Stimmen
    1 Beiträge
    2 Aufrufe
    Niemand hat geantwortet
  • 300 Stimmen
    71 Beiträge
    23 Aufrufe
    T
    Time to head for greener pastures.
  • Resurrecting a dead torrent tracker and finding 3 million peers

    Technology technology
    58
    321 Stimmen
    58 Beiträge
    29 Aufrufe
    M
    donating online Yeah i suppose any form of payment that you have to keep secret for some reason is a reason to use crypto, though I struggle to imagine needing that if you're not doing something dodgy avoiding scams for p2p transactions Wat. Crypto is not good at solving that, it's in fact much much worse than traditional payment methods. There's a reason scammers always want to be paid in crypto boycotting the banking system What specifically are you boycotting? The money that backs your crypto (i.e. that you bought it with) still sits in a bank account somewhere and continues to support the banks. All you're boycotting then are payments, but those are usually free for consumers (many banks lose money on them) so you're not exactly "sticking it to the man" by not using them. Evem if you were somehow hurting banks by using crypto, if you think the people that benefit from you using crypto (crypto exchange owners and billionaires that own crypto etc.) are less evil than goverment regulated banks, you're deluded. What about avoiding international payment fees? You'll spend more money using crypto for that, not less
  • Napster/BitTorrent for machine learning?

    Technology technology
    3
    1
    27 Stimmen
    3 Beiträge
    12 Aufrufe
    G
    What would a use case look like? I assume that the latency will make it impractical to train something that's LLM-sized. But even for something small, wouldn't a data center be more efficient?
  • 157 Stimmen
    30 Beiträge
    30 Aufrufe
    D
    These are the 700 Actually Indians
  • 1 Stimmen
    19 Beiträge
    6 Aufrufe
    L
    Where and what is texas?
  • Microsoft's AI Secretly Copying All Your Private Messages

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