Skip to content

American attitudes about AI today mirror poll answers about the rise of the internet in the '90s

Technology
77 40 0
  • Sierpinski triangle programs by 5 AI models

    Technology technology
    4
    1
    2 Stimmen
    4 Beiträge
    0 Aufrufe
    M
    Oh, maybe! I didn't understand how it chose the points, but it does look like the random convergence approach. Nice, thanks!
  • 75 Stimmen
    3 Beiträge
    0 Aufrufe
    pika@sh.itjust.worksP
    Last minute corrective adjustments shouldn't be legal in a democratic society tbh. I won't pretend to know about how the EU's legislative process works but, if this was voted on by the people, and then changed last minute, that's not what people voted for. I would expect this kind of thing in the US, because the officials commonly accept bribes to neuter or remove things big companies don't like but, I didn't expect it from the EU. but maybe thats just my ignorance speaking. Either way though, I guess take what you can. Still a big improvement
  • Apple to Australians: You’re Too Stupid to Choose Your Own Apps

    Technology technology
    55
    1
    379 Stimmen
    55 Beiträge
    0 Aufrufe
    jjlinux@lemmy.mlJ
    But this also happens in the official stores as well. While it does happen less in ios than in android, the fact remains that it happens in official stores ss much as I alternative stores, which makes this argument irrelevant at best.
  • 135 Stimmen
    9 Beiträge
    0 Aufrufe
    C
    So is there a way to fill my social media with endless markov chains without: Spamming other users. Just sticking them all in some dedicated channel that would allow them to be easily filtered out.
  • 40 Stimmen
    10 Beiträge
    7 Aufrufe
    T
    Clearly the author doesn't understand how capitalism works. If Apple can pick you up by the neck, turn you upside down, and shake whatever extra money it can from you then it absolutely will do so. The problem is that one indie developer doesn't have any power over Apple... so they can go fuck themselves. The developer is granted the opportunity to grovel at the feet of their betters (richers) and pray that they are allowed to keep enough of their own crop to survive the winter. If they don't survive... then some other dev will probably jump at the chance to take part in the "free market" and demonstrate their worth.
  • I'm making a guide to Pocket alternatives: getoffpocket.com

    Technology technology
    30
    159 Stimmen
    30 Beiträge
    8 Aufrufe
    B
    Update: https://lemmy.world/post/31554728
  • 148 Stimmen
    8 Beiträge
    2 Aufrufe
    L
    Whenever these things come up you always hear "then the company won't survive!" CEO and managers make bank somehow but it doesn't matter that the workers can't live on that wage. It's always so weird how when workers actually take a pay cut, that the businesses get used to it. When the CEOs get bonuses they have to get used to that too.
  • Microsoft's AI Secretly Copying All Your Private Messages

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