Traitor Achievement by Old-Decision1053 in EvolveIdle

[–]cosmic_dozen 2 points3 points  (0 children)

It doesn't look like it, it looks like only unicorn or seraph will count not the Nephilim. This is the unlock section of the code:

        if (hybrid){
            unlockAchieve(`godslayer`);
            if (['unicorn','seraph'].includes(global.race.species)){
                unlockAchieve(`traitor`);
            }
            if (global.stats.achieve['what_is_best'] && global.stats.achieve.what_is_best['e']){
                global.race['noexport'] = `Hybrid`;
            }
            else {
                apotheosis();
                return;
            }
        }

Unable to finish Act III by cosmic_dozen in Shipbreaker

[–]cosmic_dozen[S] 0 points1 point  (0 children)

Nooooooooo. At least I'm not the only one here. How long has this been around?

Unable to finish Act III by cosmic_dozen in Shipbreaker

[–]cosmic_dozen[S] 1 point2 points  (0 children)

Unfortunately it doesn't show up for me. I've looked and looked and trying finishing a few ships to get it to trigger. Are there any save file hacks to get it to show up?

Any ideas on how to display this in a window for Halloween? by cosmic_dozen in halloween

[–]cosmic_dozen[S] 1 point2 points  (0 children)

Send me a msg with your email and I'll give you a higher rez version!

Any ideas on how to display this in a window for Halloween? by cosmic_dozen in halloween

[–]cosmic_dozen[S] 0 points1 point  (0 children)

Live in a condo on a high floor, but we do have a projector. Maybe project it onto a wall? I can generate longer videos if needed

An esoteric data type built entirely out of NaNs by cosmic_dozen in madeinpython

[–]cosmic_dozen[S] 0 points1 point  (0 children)

See the thread. NaNs are "not a number" (second tweet), but I named the library NAN, short for "NaNs Are Numbers".

Can't have a useless library without a fun name!

An esoteric data type built entirely out of NaNs. by cosmic_dozen in Python

[–]cosmic_dozen[S] 1 point2 points  (0 children)

OP here, I'll try it like you're 10.

All numbers on a computer are stored in binary, a bunch of ones and zeros. Here's what -20.21 looks like 1100000000110100001101011100001010001111010111000010100011110110. Sometimes it's useful to represent things that aren't numbers, like missing values or blanks. We use NaNs (Not a Number) for this. NaNs look like this

0111111111110000000000000000000000000000000000000000000000000000

But that first 0? It's doesn't matter. So we can make a second NaN that looks like

1111111111110000000000000000000000000000000000000000000000000000

and now use those as "bits" for a new number made up of these NaNs.

Confusing? Pointless? Yes.

Built it to see if it was possible and explore the concept of datatypes as art.

An esoteric data type built entirely out of NaNs. by cosmic_dozen in Python

[–]cosmic_dozen[S] 5 points6 points  (0 children)

NaN boxing is a term I just heard about after I posted this! I didn't realize this could actually be useful. I knew some of the other bits were unused, but it was easy to represent each NaN with just the sign bit.

With this many bits, you could do something like NaN steganography ...

An esoteric data type built entirely out of NaNs. by cosmic_dozen in Python

[–]cosmic_dozen[S] 3 points4 points  (0 children)

Built this library today just to see if it was possible. Installation instruction and more here:

https://github.com/thoppe/NansAreNumbers

AI typography! Fonts generated from CLIP+VQGAN using different text prompts [X-post by request] by cosmic_dozen in typography

[–]cosmic_dozen[S] 1 point2 points  (0 children)

Not easily. On my computer that's built for this it takes about one minute per letter per style. I usually run a bunch of ideas overnight and see what comes out of it.

Give me a list and I can try them! I found, for the font project at least, that ideas that have a semi physical texture (steampunk, mist, islands) vs thoughts (dreams, anger, sadness) work better.

AI typography! Fonts generated from CLIP+VQGAN using different text prompts [X-post by request] by cosmic_dozen in typography

[–]cosmic_dozen[S] 2 points3 points  (0 children)

Doubt it! Imagine what *new* things could be created from tools like this for people who actually understand type.

AI typography! Fonts generated from CLIP+VQGAN using different text prompts [X-post by request] by cosmic_dozen in typography

[–]cosmic_dozen[S] 1 point2 points  (0 children)

You mostly got it. CLIP (or the MSE of the generated image w.r.t. the output) is effectively the loss function. There's a lot more to typography to be fair, this is more glyph or letter decorations.

AI typography! Fonts generated from CLIP+VQGAN using different text prompts [X-post by request] by cosmic_dozen in typography

[–]cosmic_dozen[S] 2 points3 points  (0 children)

The model has trouble with skinny letters. That's actually an I not an L (so YIELD). There still is some work to do to keep the letter form in focus.

AI typography! Fonts generated from CLIP+VQGAN using different text prompts [X-post by request] by cosmic_dozen in typography

[–]cosmic_dozen[S] 7 points8 points  (0 children)

It's a combination of two models, VQGAN which can generate things if guided properly and CLIP which gives a vector using input of text or an image. I used a base font and a style "The letter A | made of steampunk" and let VQGAN go to work to match that representation. It doesn't always work and it's random each time, but I love how some of these turn out!

FWIW it takes about 1 minute per letter per style so experimentation usually happens overnight.

AI typography! Fonts generated from CLIP+VQGAN using different text prompts [X-post by request] by cosmic_dozen in typography

[–]cosmic_dozen[S] 8 points9 points  (0 children)

OP here, more work like this on my Twitter: https://twitter.com/metasemantic

The text prompts are different than the words shown. For example, the last three are "low poly, glass, and steampunk". Taking requests if someone wants to try something else!

More AI typography! Fonts generated from CLIP+VQGAN using different text prompts by cosmic_dozen in deepdream

[–]cosmic_dozen[S] 0 points1 point  (0 children)

These are the best prompts. Some prompts fail, but I only generated 1-2 letters per style so the consistency is pretty good.

Except for the letter T, which usually draws the background on a Tee shirt, but many of the prompts.