Quibblekrust

joined 5 months ago

Norman Rockwell getting his weekly injection of inspiration.

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

[–] Quibblekrust@thelemmy.club 4 points 6 days ago* (last edited 6 days ago) (1 children)

Those 4% can make an RTX 5070 Ti perform at the levels of an RTX 4070 Ti Super, completely eradicating the reason you’d get an RTX 5070 Ti in the first place.

You'd buy a 5070 Ti for a 4% increase in performance over the 4070 Ti Super you already had? Ok.

[–] Quibblekrust@thelemmy.club 3 points 1 week ago

You throw the spilled salt....

[–] Quibblekrust@thelemmy.club 2 points 2 weeks ago

I prefer KMFDM/XKCD.

[–] Quibblekrust@thelemmy.club 4 points 2 weeks ago

Neither can Nintendo.

3DS
New 3DS
Wii
Wii U

Well, they at least got the name of Switch 2 right. They finally learned.

[–] Quibblekrust@thelemmy.club 20 points 2 weeks ago (1 children)

For real, though, what is it?

[–] Quibblekrust@thelemmy.club 5 points 3 weeks ago

The term you're looking for is "Extra Medium".

[–] Quibblekrust@thelemmy.club 25 points 1 month ago (1 children)

I don't understand the question. Why wouldn't you put a space after a question mark? You did so yourself twice in this post.

[–] Quibblekrust@thelemmy.club 23 points 1 month ago

Then make a community for it.

[–] Quibblekrust@thelemmy.club 7 points 1 month ago (1 children)

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@thelemmy.club 7 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.)

6
submitted 5 months ago* (last edited 5 months ago) by Quibblekrust@thelemmy.club to c/pixeldungeon@lemmy.world
 

Talents:

I had a +10 Vampiric Katana, which was doing real work with the +5 Ring of Arcana.

During the run I found and ID'd a Grim weapon and Ring of Haste plus a bunch more. (Scroll of Divination is great for "finding" all rings for Trinity.)

I was using Grim for the entire ascent, one-shotting almost everything. First blind them, and then when they step into range, you get a guarenteed hit. That was killing almost everything with Grim. With Ring of Energy +4, I never once ran out of armor energy. The Heroic Energy talent was also key.

When I had to fight a scorpion, I could activate Spirit Form for Ring of Haste and chase them down with ease.

It was honestly one of the easiest ascents I've ever had. The flexibility of Trinity is really cool.

During the descent, I used it a bunch for thrown weapons to soften up blind enemies from a distance since I ran out during the run.

view more: next ›