chaos

joined 3 years ago
[–] chaos@beehaw.org 62 points 2 weeks ago (2 children)

Careful, when the AIs get so good that you can ask them anything and they perfectly understand what you want and produce great results, you're going to get left behind because... you won't know how to use the... incredibly easy tools... hang on...

[–] chaos@beehaw.org 9 points 3 weeks ago

Apple proposed something a few years ago, when governments were making similar threats, that attempted to strike a middle ground. The idea was that upon uploading an image to iCloud Photos, a on-device scan would be run on that image and an encrypted report generated to be sent up along with the photo. There was differential privacy involved, the report would also sometimes be generated for entirely normal photos, so seeing a report didn't necessarily indicate anything, and they had set it up such that the server would only be able to decrypt the reports if it had a sufficiently large number of photos that had been actually found to be CSAM by the local scan, so there would have to be many false positives to incorrectly get flagged.

It was incredibly controversial, and they ended up not doing it after all. In my opinion, it's probably the lightest touch and most responsible way to do something like this, and obviously they always pick the most worthy cause for invading privacy... but I still viscerally dislike the idea that my computer would have code designed to try to get me sent to prison under certain circumstances (not that I'd ever be triggering that code with anything but a false positive of course). Somehow it's worse than just saying "in the cloud you have no privacy, your photos aren't encrypted on our servers, and if you upload CSAM we'll drop a train on you."

[–] chaos@beehaw.org 4 points 4 weeks ago

For about $2000, I picked up a Mac Studio with 96 gigs of RAM, which is effectively all VRAM thanks to Apple's architecture. It doesn't have the raw number-crunching power of the big GPUs but with all that space, you don't need to worry much about the size of the model until they start getting really big, so it's pretty easy and flexible.

I'm able to do basically everything that others are doing with AI, entirely locally. It generates text and writes code (it's no Opus, but probably on par with the best of a year and a half ago), images, videos, songs, all that stuff (those last few are garbage but it's basically the same level garbage that the cloud models are making). And I have total privacy, will never get a surprise price hike or lose access to a model I like, and know exactly how many bottles of water I'm using to cool it (zero).

It's not heroin, it's weed. There will be a market for it, but, like, you can also just make it yourself. 90% of what people want will just get done on device. I can't see any way this turns into a trillion dollar industry.

[–] chaos@beehaw.org 1 points 2 months ago (1 children)

I've heard either "the aughts" or just "the two thousands" although that one isn't as clear.

[–] chaos@beehaw.org 21 points 2 months ago (1 children)

You say your house is clean, yet nothing's stopping me from dumping out this bucket of mud on your floor, curious!

[–] chaos@beehaw.org 2 points 3 months ago

My guess is they didn't want to route the cable around all the VMU stuff internally, so they just had it come out the bottom instead. There was a little divot that you could clip the cable into that pointed it forward if it really bothered you, but it really made no difference either way.

[–] chaos@beehaw.org 5 points 5 months ago

It's not undoing the division, it never happens in the first place. Remainders aren't ever fractions, that's the whole point, they're left over because they can't be divided evenly. 5 % 2, you can take 2 away twice and you'll have 1 left over which can't have 2 taken away.

[–] chaos@beehaw.org 3 points 5 months ago

Happily, Minnesota does not collect this information. In primaries, you get a ballot with all the parties on it, you pick one to fill out and leave the rest blank.

[–] chaos@beehaw.org 3 points 5 months ago (1 children)

No, a lot of information about elections is actually public. Who you vote for is very secret, but your name, address, and the fact that you did or did not vote is often either public or available on request. This is important because if it was just a totally secret thing, there's not much stopping a corrupt election official from dumping as many fake ballots into the total as they like or filling out ballots for people that didn't show up.

[–] chaos@beehaw.org 0 points 5 months ago

A minimal but powerful language can feel like magic. Like, literally. The whole appeal of magic in stories is that you can step out of the normal rules and do something that defies belief, and who hasn't fantasized about that in real life?

If the language you're using has a lot of magic built into it, things that the language can do but you can't do, you feel mundane, like the language is letting you look at the cool things it can do, but doesn't let you do them yourself. A more minimal language, where the important things are in the library, means that the language designers haven't kept that stuff to themselves. They built the language such that that power is available to everyone. If the language gives its standard library authors the power to do things beautifully and elegantly without special treatment, then your library is getting those benefits too.

It's also a sign of good design, because just saying "well, this thing magically works differently" tends to be a shortcut, a hack, an indication that something isn't right and couldn't be fixed nicely.

[–] chaos@beehaw.org 2 points 6 months ago

Most people don't need a file to be in two places at once, it's more confusing than convenient. And if they do want two of a file at all, they almost certainly want them to be separate copies so that the original stays unmodified when they edit the second one. Anyone who really wants a hard link is probably comfortable with the command line, or should get comfortable.

The Mac actually kind of gets the best of both worlds, APFS can clone a file such that they aren't hard links but still share the same blocks of data on disk, so the second file takes up no more space, and it's only when a block gets edited that it diverges from the other one and takes up more space, while the unmodified blocks remain shared. It happens when copy-pasting or duplicating a file in the Finder as well as with cp on the command line. I'm sure other modern file systems have this as well.

view more: next ›