[-] Quibblekrust 7 points 1 week ago

Norman Rockwell getting his weekly injection of inspiration.

[-] Quibblekrust 8 points 1 week ago

That was my guess. It looks like they used an image-to-image operation within AI to produce a "new" image.

[-] Quibblekrust 7 points 1 month ago

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.

[-] Quibblekrust 6 points 1 month ago

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.)

[-] Quibblekrust 9 points 1 month ago

Chicken sashimi is a thing in Japan. It's slightly cooked on the outside.

https://youtu.be/U6rVZng-AnY

[-] Quibblekrust 7 points 1 month ago* (last edited 1 month ago)

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".

[-] Quibblekrust 5 points 1 month ago* (last edited 1 month ago)

Markdown is 100%[^1] intuitive.

[^1]: for certain definitions of 100%.

[-] Quibblekrust 7 points 1 month ago
[-] Quibblekrust 5 points 1 month ago

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.

[-] Quibblekrust 6 points 2 months ago

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.

[-] Quibblekrust 6 points 2 months ago* (last edited 2 months ago)

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.

[-] Quibblekrust 10 points 2 months ago

They lost me at "whom were".

view more: ‹ prev next ›

Quibblekrust

0 post score
0 comment score
joined 5 months ago