Mid journey and the like have already been caught creating shutterstock watermarks in images. Future models might be able to fake specific watermarks well.
Imacat
I slightly hate myself for suggesting it, but are you essentially describing NFTs?
It’s common enough that tik tok banned the hyperborea hashtag and you can find a couple 4chan threads about it at any time.
I think actually believing in it is pretty fringe even among neo nazis though. It usually involves magic and aliens. It sometimes ties into flat earth and similar nonsense.
You can read a bit more about it here. https://en.m.wikipedia.org/wiki/Esoteric_Nazism
It’s also a weird neo nazi version of Atlantis. Probably best it wasn’t used.
Almost every time I ask another dev about their preferred styling/formatting, they say they don’t really care as long as it’s all consistent. Automate something like sqlfluff with close to the default settings so you can limit that cognitive load and focus on coding.
Thanks for trying to explain it. I was hung up on thinking all UUIDs looked like UUID v4. I read up a little on UUID v7 and it’s making sense. Probably should’ve done that sooner.
I’ve more of a math background than cs so monotonic is a word I know well but it apparently means something slightly different to me. Monotonicity isn’t mentioned anywhere in that link.
Would they not have monotonic uuids after altering the code in the article to use a function or lambda as they suggested?
I was reading it as an endorsement for autoincrementing int primary keys and a condemnation of uuids in general which is a genuine stance I’ve known people to take. Is that not it?
UUIDs make great primary keys in some applications. If you generated 100 trillion UUID4s, there’s about a 1 in a billion chance of finding a duplicate. Thats usually good enough for my databases.
The issue here was that they used a single UUID instead of generating a new one for each record.
I work with software and my coworkers will occasionally tell me they ran something by ChatGPT instead of just reading the documentation. Every time it’s a bullshit waste of everyone’s time.
Isn’t that what NFTs do?