That was my guess. It looks like they used an image-to-image operation within AI to produce a "new" image.
Since it needs to be compiled to JavaScript in order to be used, I kind of consider it a different language. Yes, it's a strict superset of JavaScript, but that makes it different.
It's much better to make your own function that uses bitwise operations to do addition.
function add(a, b) {
while (b !== 0) {
// Calculate carry
let carry = a & b;
// Sum without carry
a = a ^ b;
// Shift carry to the left
b = carry << 1;
}
return a;
}
(For certain definitions of better.)
Chicken sashimi is a thing in Japan. It's slightly cooked on the outside.
That's a mention, not a tag. A tag is a private description you save about a user. Only apps have this feature.
I just tagged you. Thunder calls this a "user label".
Markdown is 100%[^1] intuitive.
[^1]: for certain definitions of 100%.
Maybe?
Nah
There's literally no difference. Each Discord server is like a tiny chunk of Reddit. If anyone expected any privacy on these servers, they're nuts.
Question closed as off-topic.
Removed as duplicate of #264826376: "Question closed as duplicate."
Sometimes my jokes need explaining...
I'm pointing out that questions on SO too often get closed as duplicates of adjacent (but distinctly different) questions, and I did so in the most confusing, recursive way possible.
lemmy is just gobbling it up every day. It's so tiring.
Are you fucking serious? All I ever see on Lemmy is prople saying "AI slop" over and over and over and over again... in like every comment section of every post. It could be a picture that was actually hand-drawn, or a photograph that was definitely not AI, or articles written by someone "sounding like AI". The AI hate on Lemmy is WAY overpowering any support.
They lost me at "whom were".
Quibblekrust
0 post score0 comment score
Norman Rockwell getting his weekly injection of inspiration.