

Because it has legs
Cryptography nerd
Fediverse accounts;
@[email protected] (main)
@[email protected]
@[email protected]
Lemmy moderation account: @[email protected] - [email protected]
Bluesky: natanael.bsky.social


Because it has legs


Use it as a dumb worklog sometimes. Tell it what you were already gonna do and ask if it would do the same. It’s almost always gonna agree. Then just ignore it. If somebody AI obsessed pulls out the full logs they’re gonna see you’re doing what the AI said was good. (basically Inception, lol)


Actually the reason is it was the cheapest DVD player for ages
PS3 was also the cheapest blueray player at the time, but the weird architecture impacting game availability and lower demand for blueray movies prevented it from gaining the same popularity


Depends on the provider. Many only allow a single use of the provisioning code.
Some providers does however let you create a new one whenever (meant to be used when you replace devices)
Gmail started at 1 GB, which was massive compared to anything from 1-20 MB at most hosts, and they made a point of storage per account growing over time until they jumped to 10 GB


Some Sony phones have that type of sensor


What kind of workplace? Did they have a reason for masks not being enough? Because I know a few scenarios where masking wouldn’t solve the entire problem
Also, most workplaces that implemented their own requirements was not doing it “on behalf of the government” but because they didn’t want their workers to get sick and didn’t want liability for sick customers


Da fuck do you think you’re doing when you’re distrusting experts from all over the world and specifically only trusting a small number of serial liars who are known to deliberately hurt people for fun?


Ironic that the people with the most predictable responses that perfectly match lies from propaganda campaigns then accuse others of not being able to think for themselves.
You adopted the entire anti-health position wholesale with no critical thinking, and now you’re assuming everybody else is like you?


You can’t mandate that you get to infect me.
If you want to be a part of society, then
Your bodily choice extends to your body and ONLY your own body


TiVoization


The number of decommissioned but still usable batteries are growing fast though, and plenty of storage sites use old battery packs, both from cars and home energy storage and stuff like it


And isn’t delivering there either


then
peopleMicrosoft go and delete the other copies leaving just the cloud,
Line Microsoft Onedrive repeatedly forcefully and silently enabling on-demand constantly, then occasionally fucking up and deleting unsynced files


They can still collaborate old school way. You can publish static mirrors of git, then take email patches lol


Is it a mobile SoC?


In Swedish, ända till ända


Prediction: some collector of old gadgets will set up a computer room with dystopian vibes (old broken CRT screens, various anachronistic electronics, etc), then have their VR/AR glasses repaint the room as some futuristic base, and pretend they’re living in some cyberpunk world
Tldr escaping reality, but pretending you’re escaping another reality


Solvable by moving the locking mechanism out of the port and making one that you can retrofit to any cable
It’s actually kinda easy. Neural networks are just weirder than usual logic gate circuits. You can program them just the same and insert explicit controlled logic and deterministic behavior. To somebody who don’t know the details of LLM training, they wouldn’t be able to tell much of a difference. It will be packaged as a bundle of node weights and work with the same interfaces and all.
The reason that doesn’t work well if you try to insert strict logic into a traditional LLM despite the node properties being well known is because of how intricately interwoven and mutually dependent all the different parts of the network is (that’s why it’s a LARGE language model). You can’t just arbitrarily edit anything or insert more nodes or replace logic, you don’t know what you might break. It’s easier to place inserted logic outside of the LLM network and train the model to interact with it (“tool use”).