#Unicode

1 messages · Page 80 of 1

sonic heart
#

worm

slate whale
#

i saw this

sonic heart
#

if i end up somehow getting fd40 the lineage is gonna be the worst and most inneficient thing ever

#

i wasnt able to get fd40

#

can someone else get it please

untold crystal
#

I already tried before the space or dash trick. maybe I'll give it another go

tepid blaze
#

bruh i was thinking i could maybe do a chain but just after starting the ai just don't wanna -_-

lethal nymph
#

console sheet checker for lazy people like me

sheetId = "1PRtlXvjbHs4ulct6gSbYc6VYrQegU7HZ5SdhThkHuoY";
gids = [
    "1097900412", // unicode chars
    "613808374", // hangul
    "1626681424" // cjk
];

data = new Map();

async function parseSheet(gid) {
    console.log("downloading sheet with gid", gid)
    const response = await fetch(`https://docs.google.com/spreadsheets/d/$%7BsheetId%7D/export?format=tsv&gid=${gid}`);

    if (!response.ok) return console.warn("failed to download sheet with gid", gid);

    const text = await response.text(),
        rows = text.split("\n");
    let count = 0;

    for (const row of rows) {
        const columns = row.trim().split("\t"),
            dec = +columns[2];

        if (isNaN(dec)) continue;

        data.set(dec, columns);
        count++;
    }
    console.info("updated the data of", count, "rows");
}

async function check(download = true) {
    if (download) {
        data = new Map();
        await parseSheet("1097900412");
        await parseSheet("613808374");
        await parseSheet("1626681424");
    }

    console.info(data.size, "rows of data loaded")

    const elements = JSON.parse(localStorage.getItem("infinite-craft-data")).elements;
    let count = 0;

    for (const element of elements) {
        // not single char
        if ([...element.text].length > 1) continue;

        const dec = element.text.codePointAt(0),
            charData = data.get(dec);

        // not in sheet
        if (!charData) continue;
        // marked in sheet
        if (charData[4] === "TRUE") continue;

        console.log(`${charData[0]}\t${charData[1]}\t${charData[3]}`);
        count++;
    }

    console.info(count || "no", "new chars found")
}```
#

usage is like

#

also await check(false) to make it not redownload sheets

untold crystal
trim pond
#

did you try making a Remove('[last_thing]') tool?

untold crystal
#

nope. I have a very very limited amount of remove('things')

#

I need to remove the first thing. the silly parenthesis.

#

and I managed to change it with other chars, but they won't deconect from the fd40

trim pond
#

ok i will try

#

btw where is the recipe for "the remove the mr. " and mrs?

#

wait I already had it huh? nvm

trim pond
untold crystal
#

you are right. I still have the tree so I will make the modification, but let's see first if we can get the char

trim pond
#

yea

#

yep, Mr. Remove() comes to the rescue again

#

i will let you continue, wait till I make the lineage for it

#

nice man

#

Mr. Remove('﴿') recipe

#

you can try to optimize getting Mr. "﴿" a bit maybe

#

U+fd40 if you want Radu just repost the whole lineage, I am just sharing the end bit cause yours removes the fd40 in the last step

untold crystal
#

FD40. Mr. Remove('﴿') recipe -> #1206592567622373446 message
Next Codepoint from FD40 to FD7F. Exceptions: FD46+Next Letter->FD47 ; FD71+FD72->FD73

trim pond
#

nvm i accidentally used Remove Last Letter

#

so that is why

#

wait no

#

idk what I did but somehow I removed the fd40

untold crystal
#

ok. I tested it before posting and it's working

trim pond
#

when I was first making it

#

yeah sry I got confused

tepid blaze
#

got a idea on how i may be able to get F098? (since it jumped from 97 to 99)

untold crystal
#

mr./mrs./dr./seq. + next letter/codepoint?

#

or 2 sides the whole block with f097

tepid blaze
#

i already did mr./seq./next codepoint, didn't yet test dr. or mrs. or next letter so gonna try, edit: got it

glad roost
#

how do i get Unicode 1.0

slate whale
#

people dont like ms.

glad roost
trim pond
#

maybe a new strat to get your desired characters into Mr. "[char]"
if your basic Prepend Mr. doesn't work on "[char]"

tepid blaze
untold crystal
#

Is anyone still checking Codepoints? Or is everyone just trying to break the existing walls?

lethal nymph
untold crystal
#

great. I just lost my last 30 minutes of elements, including the FD40 block.

lethal nymph
#

whoops 5403 + 4e0b is supposed to be 559d

heady escarp
#

you lied to us natasquare

#

i dont like these GAMES you are playing with us

graceful marsh
#

I love how we've collectively decided to personally attack Natasquare now

#

Truly the best community

sonic heart
#

why would we not do that

lethal nymph
#

i should bruteforce cjk sometime

#

something + next = something else is surprisingly common

graceful marsh
#

Someone try that recipe

#

It it's wrong I'm eating him

lethal nymph
#

oh nice unicode 16 announcement is no longer a draft

tepid blaze
sonic heart
graceful marsh
#

Yim yum

trim pond
#

does anyone have U+202d in any element?

sonic heart
#

i dont

untold crystal
#

me neither

tepid blaze
#

same

untold crystal
#

You asked a while ago

trim pond
#

yeah I wanted to try to increment them

#

can you share the recipe?

untold crystal
#

I already tried. but sure.

tepid blaze
sonic heart
trim pond
sonic heart
#

oof

trim pond
#

or "hi Mr. Append " + String.append("'") works too

sonic heart
untold crystal
#

for whoever reads this, a warning: Don't try to break the A340 (yi syllable). It's as sturdy as it can be. nothing works on it, and I don't understand why

sonic heart
#

lol

trim pond
sonic heart
trim pond
#

lol I didn't even know they added that there

untold crystal
#

not even hyphens, or periods

sonic heart
#

spaces didnt work i assume

untold crystal
#

nope

sonic heart
trim pond
#

uhm.... someone probably has a better recipe for "string.remove()"
BETTER RECIPE BELOW

untold crystal
#

I used "string.remove" + append parantheses (or paranthesis) don't remenber and I closed the pc

trim pond
#

you're right "string.remove" + Append Parenthesis = "string.remove()"

sonic heart
#

better(?) fd40 + a bit faster mr Remove('﴿')

sonic heart
#

all (possible) U+Fxxx chars complete

trim pond
#

niceeeeeeeee

chilly fulcrum
sonic heart
#

unifont font

trim pond
#

btw what block name was that? U+fdxx etc

sonic heart
#

Arabic Presentation Forms-A

#

U+FB50 - U+FDFF

trim pond
#

also we are almost at 80%

sonic heart
#

also the total undiscovered is almost under 100k

chilly fulcrum
sonic heart
#

?

chilly fulcrum
#

16.0

sonic heart
#

ah right

trim pond
#

i mean 16.0 doesn't add that many (like at most 1k right)

chilly fulcrum
#

No

#

It adds 5k

sonic heart
#

😔

chilly fulcrum
#

Almost all of those are in the other section as well

trim pond
#

oh just from what I looked at the list it didn't seem it was that many

chilly fulcrum
#

shouldn’t it be 813

echo wasp
#

and almost 700 symbols for legacy computing supplement

sonic heart
#

d036, d037, d039

chilly fulcrum
#

may want to just do whats already in the korean sheet and transfer it over

#

theres hundreds of easy ones there

sonic heart
#

theres a korean sheet?

tepid blaze
#

yes

chilly fulcrum
#

yeah, very well made

#

fuezt did you get a list of what they have that we dont

tepid blaze
#

no cause it depending on the sheet of the spreadsheet the format is not consistent

chilly fulcrum
#

hmm, its not just like, if not coloured red?

#

i only looked at first one

sonic heart
sonic heart
tepid blaze
#

ohhh XLSX save color

chilly fulcrum
#

No idea what that is

#

oh wait you can download as excel

echo wasp
#

idt there will be any new hangul unicodes so ig when its completed it'll forever be completed

lethal nymph
lethal nymph
chilly fulcrum
#

theres 149813 chars in unicode 15.1

#

but your thing said it loaded 149814 rows

#

want to know if thats my fault

lethal nymph
#

oh

#

i'll check for unusual stuff later

#

it just looped through every row in the sheet and put any row with a number in the DEC column in the data map though

chilly fulcrum
#

k

#

your code is quite short, might be a good refactor for my analyser, any chance we can work on python port? i mean its probably better what you have in js since its native, but you could even add in an mbs button to do it lol

#

trouble is these also just count, maybe there is mistake tho

lethal nymph
#

i just realized i made an array of gids and didn't even use them

chilly fulcrum
#

ikr

#

i noticed too

#

i liked the way you did the sheet transfer tool based on mine, where it did like .indexOf or whatever the js equivalent is, so that it could find what data.NOTE was, etc. idk hard to explain without it up in front of me

lethal nymph
#

yea enums are good for readability

chilly fulcrum
#

i like forgot how i did it originally, i think it was like hardcode x[3] and stuff

chilly fulcrum
#

may want to port it or add it to mbs/sheet

#

or something

#

cause that would be super useful

chilly fulcrum
#

got chatgpt to send del

#

took a few messages

echo wasp
#

one message

#

stupid image wont send

#



chilly fulcrum
#

ah damn , it wouldnt do that for me

#

it just flat out refused

#

even after seinding it the backspace char 100000000 times

#

it said no

#

but then eventually it worked

#

maybe if i regenerated response it would eventually

#

imagine IC but you can regenerate response

echo wasp
chilly fulcrum
#

chatgpt also refused but not as strongly

#

it eventually caved

#

llama (even v3, not v2) i still havent for sure cracked

#

i did get it outputting del, but i think i may have accidentally sent it

cold thorn
#

weird question but would anyone have Cherokee Small Letter Nah or U+AB90 and if you do, could you send the lineage?

chilly fulcrum
#

well, is it in the sheet is the main question

chilly fulcrum
#

likely due to it being lowercase

#

and thus unincrementable

cold thorn
#

unincremebtable?

#

what does that mean?

chilly fulcrum
#

it just means that, in general, due to how the game handles caps, if you do a + Next letter

#

you get B

#

because a gets replaced with A before it even reaches the ai

#

so it doesnt even know you asked for next lowercase, it just goes ah, next capital letter. ok then

cold thorn
#

ah interesting

chilly fulcrum
#

there is a recipe for ab8f

echo wasp
#

its just the same as different caps getitnv treated as the same element

cold thorn
chilly fulcrum
#

are you familiar with the sheet that stores all the recipes?

echo wasp
#

check the sheet

tepid blaze
echo wasp
#

fuezte

chilly fulcrum
#

ok back to trying to deal with Mr. Append '[25cc]'

#

lol, it just printed backspace over and over

#

took the example too literally

echo wasp
#

also who is gonna make the 16 sheet

chilly fulcrum
#

whoever wants to

chilly fulcrum
#

if not ill tell u

cold thorn
#

no im really trying

chilly fulcrum
#

i see

#

what is the issue stopping you?

#

Recipe is Directly Next Unicode + U+ab8f btw

cold thorn
#

ok thank you

chilly fulcrum
#

but what was the issue

#

why couldnt you find it? did i not explain well enough, was the sheet confusing, etc?

cold thorn
#

i tried looking through using ctrl + g and typed ab8f and it for some reason wasnt showing up

pulsar island
#

So like you found the codepoints already but now you'll be able to see them?

cold thorn
#

likely something on my end

chilly fulcrum
#

it is not random

#

if you are looking at something less than what you want, scroll down

#

if you are looking at something more than what you want, scroll up

cold thorn
chilly fulcrum
#

still very short of what i want but its a start

#

e.g. they all have brackets

#

let me re check how alfo sorted them

#

ok i got all the brackets ones i want

#

nice

chilly fulcrum
#

cant remove em tho

echo wasp
#

Remove The Em might just remove em

night dragon
lethal nymph
#

did you run the function

#

await check()

night dragon
#

ohhh

#

ty

tepid blaze
#

got the same error (really easy to fix)

night dragon
#

how did you get it to work then

#

real

tepid blaze
#

goddammit discord really

night dragon
#

thanks

#

U+1FAA - GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI - ᾪ

lethal nymph
#

i should upload stuff as files next time

tepid blaze
night dragon
#
VM159:57 CJK UNIFIED IDEOGRAPH-7DCF    7DCF    総
VM159:57 CJK UNIFIED IDEOGRAPH-6D1E    6D1E    洞
VM159:57 CJK UNIFIED IDEOGRAPH-865A    865A    虚
VM159:57 CJK UNIFIED IDEOGRAPH-6A5F    6A5F    機
VM159:57 CJK UNIFIED IDEOGRAPH-8CE2    8CE2    賢
VM159:57 CJK UNIFIED IDEOGRAPH-7CA5    7CA5    粥
VM159:57 CJK UNIFIED IDEOGRAPH-6FA4    6FA4    澤
VM159:57 CJK UNIFIED IDEOGRAPH-8AA4    8AA4    誤
VM159:57 CJK UNIFIED IDEOGRAPH-6804    6804    栄
VM159:57 CJK UNIFIED IDEOGRAPH-5C0B    5C0B    尋
VM159:57 CJK UNIFIED IDEOGRAPH-9898    9898    题
VM159:57 CJK UNIFIED IDEOGRAPH-5FA1    5FA1    御
VM159:57 CJK UNIFIED IDEOGRAPH-86E4    86E4    蛤
VM159:57 CJK UNIFIED IDEOGRAPH-5E61    5E61    幡
VM159:57 CJK UNIFIED IDEOGRAPH-7D79    7D79    絹
VM159:57 CJK UNIFIED IDEOGRAPH-67D0    67D0    某
VM159:57 CJK UNIFIED IDEOGRAPH-6790    6790    析
VM159:57 CJK UNIFIED IDEOGRAPH-80A1    80A1    股
VM159:57 CJK UNIFIED IDEOGRAPH-9B54    9B54    魔
VM159:57 CJK UNIFIED IDEOGRAPH-58F7    58F7    壷
VM159:57 CJK UNIFIED IDEOGRAPH-58F6    58F6    壶
VM159:57 CJK UNIFIED IDEOGRAPH-8655    8655    處
VM159:57 CJK UNIFIED IDEOGRAPH-5173    5173    关
VM159:57 CJK UNIFIED IDEOGRAPH-5415    5415    吕
VM159:57 CJK UNIFIED IDEOGRAPH-514C    514C    兌
VM159:57 CJK UNIFIED IDEOGRAPH-8B1B    8B1B    講
VM159:57 CJK UNIFIED IDEOGRAPH-7FBD    7FBD    羽
VM159:57 CJK UNIFIED IDEOGRAPH-5151    5151    兑
VM159:57 CJK UNIFIED IDEOGRAPH-5BF9    5BF9    对
VM159:57 CJK UNIFIED IDEOGRAPH-5C1A    5C1A    尚
VM159:57 CJK UNIFIED IDEOGRAPH-5E1D    5E1D    帝
VM159:57 CJK UNIFIED IDEOGRAPH-86CB    86CB    蛋
VM159:57 CJK UNIFIED IDEOGRAPH-7B28    7B28    笨
VM159:57 CJK UNIFIED IDEOGRAPH-59D0    59D0    姐
VM159:57 CJK UNIFIED IDEOGRAPH-91AC    91AC    醬
VM159:57 CJK UNIFIED IDEOGRAPH-5E55    5E55    幕
VM159:57 HANGUL SYLLABLE IM    C784    임
VM159:57 HANGUL SYLLABLE NIM    B2D8    님
#

ugh no .txt

echo wasp
#

bruh 3017f barrier is so annoying

untold crystal
#

11D80. Next Codepoint for the entire block

pulsar island
#

Every block is 40 characters?

glad roost
#

Hexadecimal momment

graceful marsh
#

Blocks can have varying numbers of characters

But a full increment usually means 64 in a row

pulsar island
#

Oh ok tyyy

chilly fulcrum
#

i give up, but its fun

#

i did roleplay with it for a while to try and convince it to "summon" the delete character

#

????????? it printed U+106440

#

i kid you not

glad roost
#

Wtf

graceful marsh
#

Incredible

sonic heart
#

Ask it to print e0001

echo wasp
trim pond
#

is that part of the roleplay chat?

graceful marsh
#

I like how this summoned half the Unicode team

echo wasp
#

/summon @ radu

heady escarp
echo wasp
#

we already have Tangut Ideograph-18000 iirc

graceful marsh
#

No we don't

#

Radu's been attacking that wall for weeks now with no showing

echo wasp
graceful marsh
#

Oh

heady escarp
#

if u ask llama 3 something can u make that in IC?

#

like if u asked it something, does asking the IC gods the same thing give you the same response

graceful marsh
#

Different AI with a bigger dataset, I wouldn't hasten to say no but I am sauntering in that direction

heady escarp
#

wait isnt that the ai ic uses

graceful marsh
#

Nope

#

Llama 2

heady escarp
#

yeah i meant llama 2 then

chilly fulcrum
#

And yeah it’s llama3, I’m not sure where a llama 2 is now

graceful marsh
#

Do you have to talk to it like a wizard as well

trim pond
chilly fulcrum
#

I tried it but it didn’t seem to work, but my attempts led me into a long sidetrack

#

tried to convince it that it could summon any Unicode character, did not work

#

although it acted like its mind was blown when I said “summon a blue orb” and it sent a blue circle and then acted shocked that it worked

#

Interestingly what I did was send it randomly generated Unicode and told it to copy, but it always responded with characters in U+e9axx

abstract marsh
trim pond
#

do those have like special meaning if you transfer them into tokens?

#

like into utf-8

chilly fulcrum
#

I don’t know, but every response was aparrently 4 tokens, even single letters like a

#

As utf 8 they’ll be f3 a9 ax xx

graceful marsh
chilly fulcrum
#

technically if you make 16.0 then you eat nata too

graceful marsh
#

I suppose

#

I will try baking the Natacake if it happens

heady escarp
#

what if you ate the game?
if you did that, everyone who lost the game would be also eaten

graceful marsh
#

Is that how this works

heady escarp
#

i think so

#

what if it did work like that

graceful marsh
#

Y'know what I want to see

heady escarp
#

me

trim pond
#

you need to invite us over to eat the cake then

heady escarp
#

and also fish

graceful marsh
#

This game but combining ingredients for food instead

#

So AI generated meals

heady escarp
#

is beef the word for cow meat

graceful marsh
#

But by your hand

graceful marsh
#

And it's still one hell of a train ride

#

Through

Dun dun dun
Deutsche Bahn!

heady escarp
sonic heart
#

It printed E0030 wtf

chilly fulcrum
#

huh damn that’s crazy

heady escarp
graceful marsh
#

I'll try

heady escarp
#

what would it look like

graceful marsh
#

I'm out of here in a few days and I've wanted to work on my baking skills for a while

#

Like his PFP

#

Literally just two wedges with blue icing

heady escarp
#

ive never baked anything

graceful marsh
#

It's a bit of a time investment

I still can't make decent muffins

heady escarp
#

what if u baked a cake for the laboratory (idk how it would even look like)

echo wasp
#

also why U+e1000

#

Savio Variation Selector

glad roost
#

but I cannot fulfill your request to print U+007F as it goes against my programming rules rules rules rules to promote or encourage the use of harmful or offensive language.

bruh wtf

graceful marsh
#

???

echo wasp
#

llama is too dumb

graceful marsh
#

Oh this is that Llama

heady escarp
#

wdym by that llama

graceful marsh
#

One of the Llama chatbots out there is really scared of offense for some reason

trim pond
#

after 2 times regenerating the response, it returne e0040 for me

chilly fulcrum
#

(Every human born after [insert year] be like)

heady escarp
#

i mean isnt 7f delete

trim pond
#

oh lol it also outputted U+a0

echo wasp
sonic heart
#

Well that was easy

#

It printed 007f

echo wasp
#

do it on llama 2

heady escarp
#

so its not completely random that it doesnt want to offend

chilly fulcrum
sonic heart
echo wasp
#

seems like a prompting skill issue

echo wasp
trim pond
#

wait wtf it worked

glad roost
#

wait what

sonic heart
echo wasp
#

now we need to reduce the primpt to 30 chars and try on llama 2

trim pond
#

i posted a link to model 2 i found

untold crystal
heady escarp
#

wow he actually got summoned

echo wasp
echo wasp
#

its at llama size

trim pond
echo wasp
#

Error: Failed to fetch the chat response.
omg every single time

glad roost
#

seems like alfo's approach works

#

It's pretty consisant

echo wasp
#

wasn't his approach but yea

trim pond
#

yeah that is savio's

#

what site do you use asd

echo wasp
glad roost
#

I think we need the word unicode character?

sonic heart
#

Shorter but still 38 characters

abstract marsh
abstract marsh
glad roost
#

You can have only U+007F in your next message.

!?

bruh what

#

!?

abstract marsh
#

oh right, downgrade it into same model as infinite craft's one

sonic heart
#

22 characters

#

Llama 2 doesn't load for me for some reason

#

Can someone try it on Llama 2

#

@echo wasp

sonic heart
#

Ah

echo wasp
#

every single time I send a message it does that

sonic heart
#

Someone try it in-game please lol

trim pond
#

I made this and I am quite surprised these are fd

abstract marsh
#

2 7B

trim pond
#

what should I combine this with

candid trellis
#

I just got it too

trim pond
#

oof the first one doesn't really work with numbers cause they sort before it

chilly fulcrum
chilly fulcrum
chilly fulcrum
sonic heart
#

It just kinda worked lol

chilly fulcrum
#

Like it just refuses and insists it’s not printable, and if I tell it to ignore that and my pc can handle it it instead prints figure spaces and rtlo

echo wasp
#

?

sonic heart
#

It printed 2060A lol

graceful marsh
#

#reply Only
! Reply Only
. Reply Only
Etc.

sonic heart
#

Dude llama 2 is way too stupid for this to work

graceful marsh
#

One wonders why it's the cheapest service out there

#

Well that and the weights are public

#

How many hours does it take a man to eat a helicopter?

???

sonic heart
#

?

graceful marsh
sonic heart
#

Oh lmao

graceful marsh
#

Y'know what

#

I think it should be law for AI trainers to disclose the sourcing of training data beyond just the methodology

#

(for those who can't tell this is half-sarcastic annoyance)

trim pond
#

wdy do I get 500?

sand coral
echo wasp
#

fuezt no new alive controls right

echo wasp
trim pond
#

80% done nice

graceful marsh
candid trellis
#

a sickle*

sand coral
#

064B
and better Delete The ◌
["hi Mr. Delete The "](#1206592567622373446 message)

candid trellis
sonic heart
#

Maybe try it with mojibakes, other control chars, or Ã

trim pond
candid trellis
#

I was just trying things out

trim pond
#

oh ok

graceful marsh
#

Did you know

candid trellis
#

in terms of

graceful marsh
#

The most commonly rolled number

candid trellis
#

graceful marsh
#

It is 7

candid trellis
#

physically rolled?

graceful marsh
#

Yeh

sonic heart
#

I don't get it

graceful marsh
#

Did you know

#

7 is the most commonly rolled number

candid trellis
trim pond
#

U+05c1

untold crystal
#

𑷀 Who got the FD on this can post please the recipe? or does anyone have any 11Exx characters

sand coral
untold crystal
#

what do you guys think. should we or should we not do this? for barriers that don't work whatever you throw at them

sonic heart
#

Feel free to try lol

glad roost
#

I think i can try 10th

#

That seems pretty easy

tepid blaze
abstract marsh
#

i was hungry

graceful marsh
#

Fuezt's new running joke is that he's going to die constantly

untold crystal
#

"the Next Codepoint"

#

just for future reference

trim pond
#

what was one of the easiest blocks to break with the xyz + next strat?

untold crystal
#

I'm not sure, but I can tell you that x y z or x-y-z work a lot better than xyz

trim pond
#

really? ok

#

nice to know

#

btw can someone bruteforce combine elements Append U+0001, Prepend U+0001 for all U+000x and U+001x and combine them with all string elements that they have? (or just a selection of them)

tepid blaze
#

Self-referential recipe found: ['ARABIC LETTER HEH DOACHASHMEE', '06BE', '1726', 'ھ', 'TRUE', 'ھ', '"hi Next Codepoint"', '']

graceful marsh
#

Heh

#

Doachashmee

glad roost
#

다음 글자

trim pond
#

wtf why do these combined give 500 error

glad roost
#

Wait, what does 500 mean

trim pond
#

even this does it

trim pond
#

i wonder if just Give Me A Character For is broken, or [{control} is

glad roost
#

Hmm

candid trellis
glad roost
#

Ik

#

I mean like what does 500 mean in game
Like when does 500 happen

trim pond
#

does this mean I am on the right track?

slate whale
#

llama having some fun

trim pond
#

yeah, the Give Me A Character For is broken

#

probably wants to output something that includes 0a in the response i'd guess

untold crystal
# glad roost

Is there also a recipe for the first element? And if there is in the browser, can you post it here so I may copy it and search for it?

slate whale
#

no llama

tepid blaze
wheat ferry
#

So

#

What is the most efficient way to get u+xxxx?

tepid blaze
#

probably via "..u-"

trim pond
#

you append letters and numbers in batches

#

to "..u-"

#

then combine with Mr. U+

#

and then remove/subtract the mr.

wheat ferry
#

How can I get "..u-"

tepid blaze
trim pond
#

well yeah, or you can just always combine with Mr. U+ and you don't need to think more

tepid blaze
trim pond
#

but ig sometimes Mr. U+ doesn't work and U+ does

#

usually U+ works if the element doesn't contain any letters

wheat ferry
#

And how can I transform u+xxxx to a character

slate whale
#

that is a bit more difficult

trim pond
#

i mean letters except the U of course

tepid blaze
wheat ferry
#

How can I transform a u+nnnn (all numbers) Into a character?

chilly fulcrum
tepid blaze
slate whale
#

i think all of those should be Next Codepoint

tepid blaze
#

maybe but some of them are also self referential too

#

Self-referential recipe found: ['CJK UNIFIED IDEOGRAPH-3A70', '3A70', '14960', '㩰', 'TRUE', '', '㩰', '']
Self-referential recipe found: ['CJK UNIFIED IDEOGRAPH-3A71', '3A71', '14961', '㩱', 'TRUE', '', '㩱', '']
Self-referential recipe found: ['CJK UNIFIED IDEOGRAPH-3A72', '3A72', '14962', '㩲', 'TRUE', '', '㩲', '']
Self-referential recipe found: ['CJK UNIFIED IDEOGRAPH-3A73', '3A73', '14963', '㩳', 'TRUE', '', '㩳', '']
Self-referential recipe found: ['CJK UNIFIED IDEOGRAPH-3A74', '3A74', '14964', '㩴', 'TRUE', '', '㩴', '']
Self-referential recipe found: ['CJK UNIFIED IDEOGRAPH-3A76', '3A76', '14966', '㩶', 'TRUE', '', '㩶', '']
Self-referential recipe found: ['CJK UNIFIED IDEOGRAPH-3A77', '3A77', '14967', '㩷', 'TRUE', '', '㩷', '']
Self-referential recipe found: ['CJK UNIFIED IDEOGRAPH-3A78', '3A78', '14968', '㩸', 'TRUE', '', '㩸', '']

untold crystal
graceful marsh
#

That looks like a copyerror

#

Fuezt how is your DB stored?

Would you be able to get a count of most used tools?

tepid blaze
#

i already did a long time ago funnily enough, even made a horrible image out of it

graceful marsh
#

Can you make another horrible image then

#

Actually

Just a list of everything that is not one char long

#

In order of use

slate whale
#

mr. (character)

#

times used: 1

graceful marsh
#

True

#

Okay maybe a list of everything used more than once

tepid blaze
graceful marsh
#

Ah the famed Infinite Craft Bullshit folder

untold crystal
#

the rest are Next codepoint + previous letter

raven beacon
#

intresting?

wheat ferry
#

Ok, I got this for example

#

What can I do now?

glad roost
#

Also pray to king of ocean

wheat ferry
glad roost
#

Make it 👍

wheat ferry
#

Where can I find them 👍

glad roost
wheat ferry
#

Ok thank you 👍

pulsar island
#

Glll

untold crystal
#

In case you missed me. 11DC0, 11E00, 11E40, 11E80, 11EC0. increment between them with Next Codepoint, Next Letter or Letter A + Letter B -> Letter C

#

All this to reach Makasar Block (It starts at U+11EE0)

pulsar island
#

11ec0*

trim pond
#

wait are all of those unassigned?

#

before 11ee0

untold crystal
#

Yep. All of them

trim pond
#

wow

pulsar island
#

Will they be ununassigned in the future?

untold crystal
#

don't know

trim pond
#

get involved with the people who make unicode and convince them to ununassign them

#

makasar and hopefully even kawi and tamil if you can break to U+11f00

pulsar island
#

I'll try

trim pond
#

gl

pulsar island
#

Tyty

#

Ohhh I have an idea

trim pond
#

if you do make it, don't forget to add our profile pictures

pulsar island
#

Give me a duper super hard unicode to make

untold crystal
#

I'm in the proccess, don't worry

trim pond
pulsar island
#

You've got yourself a challenge hooray!

trim pond
#

lol I have been trying to get this one for like the past 2 months

pulsar island
#

Oh lol no_r

chilly fulcrum
#

any progress overnight?

pulsar island
trim pond
#

well I managed to find some new 500s

pulsar island
#

I found factory white

#

#1208736894624600164

tepid blaze
chilly fulcrum
#

why is modified admin sheet unhidden

#

well i hid it again, let me know if you were working on it

#

im just assuming it was an accident

trim pond
#

🗯️

trim pond
#

I stole your message

chilly fulcrum
#

5 min

trim pond
#

yeah, it is easy

#

to make a short element

untold crystal
#

11F00. Next Codepoint till 11F3f. Only exception: 11F0f+11F10->11F11

chilly fulcrum
# trim pond yeah, it is easy

may i see all the things you had involving dotted circle? I made the following 8 things: all combos of Mr./no Mr., string./no string. , Append( ' or " quoted 25cc). I didnt get stuff not involving brackets and i didnt get removes or deletes

trim pond
untold crystal
#

11F40. Next Codepoint until 11F7F

chilly fulcrum
pulsar island
sonic heart
#

maybe someone can use the new dash and space tech to get 0291

wheat ferry
#

Guys

#

What can I do if the plus got deleted from existence

wheat ferry
#

For example
What if when using the Mr. U+ tech on "..u-0020" and using Remove The Mr. I Got U0020 instead?

wheat ferry
chilly fulcrum
#

ah, yeah

#

happens

#

may need to try mrs instead

#

beyond that i not sure

#

ask radu or something

sand coral
wheat ferry
#

Question

sage wren
#

Answer

wheat ferry
#

If my Unicode doesn't have any specific language (like ↑ for example) what can I use to transform the u+xxxx into the character

wheat ferry
sand coral
#

Yea

abstract marsh
#

much better than trying to get u+2191 and got trolled into u+22xx/u+23xx range

chilly fulcrum
#

theres no consistent strat, but looking at the sheet is a good start. Easiest way to get strats is to observe rn, the guide is not going great xd

tepid blaze
#

wow i am really the first who got the Mrs. version ;-;

echo wasp
#

also "hi Seq. Mr. " should technically be my tool, I have fd

tepid blaze
#

also i wonder, would it be possible to have the recipe for them?

echo wasp
#

yes it's possible, just not now

#

Nice rendering

chilly fulcrum
chilly fulcrum
#

Thinking of working a bit on emojis sheet and generating a “new” one or at least part of it

tepid blaze
untold crystal
#

11F80. Next Codepoint all Block and get the 11FB0, the only character in Lisu Supplement Block

graceful marsh
#

200 messages to go til 80k

candid trellis
#

199

tepid blaze
night dragon
#

crazy

chilly fulcrum
#

new record? #hashtagu+007f

#

got it to reply with delete

#

not only delete, it would be cut off tho

#

replyonlywithu+007f worked on the 2nd attempt

#

Send Only U+007F also worked

night dragon
#

interesting

echo wasp
chilly fulcrum
#

for llama 3 thingy yeah

echo wasp
chilly fulcrum
#

it printed U+007f in the response

#

but it was like the 150th letter

graceful marsh
#

Incredible

night dragon
#

the token limit is 151 right?

graceful marsh
#

Y'know what

Given the prompt fragments we do have, what say we test out writing an off-model form

chilly fulcrum
#

?

night dragon
#

we have DEL right

graceful marsh
#

The symbol?

graceful marsh
#

Or like the character

#

Cause character no

night dragon
#

the cahracte

#

hmm

glad roost
#

I'm gonna bring every prompt breaker response element when I get access to my pc

chilly fulcrum
#

hmm

sonic heart
echo wasp
#

popularising doesn't make it ur tool but k

echo wasp
sage wren
#

gonna emphasise on on

sonic heart
#

gonna emphasize on

graceful marsh
#

You did it wrong

#

gonna emphasise on emphasise

sonic heart
#

i love how it keeps switching between using an s (emphasise) and using a z (emphasize)

trim pond
#

gonna emphazise on

chilly fulcrum
#

made a start on the code for this emoji sheet, but damn its hard

#

coding this is so slow, lol

echo wasp
#

gonna emphazize on

graceful marsh
#

But did you ever consider

gonna emphacise on c

heady escarp
#

gonna emharhize on species

untold crystal
#

11FC0 is again a nightmare to break. I tried everything I have

chilly fulcrum
#

what does that look like

sonic heart
untold crystal
chilly fulcrum
#

i see, how long did it take to make all those variants (and search for them again to run lol)

untold crystal
#

a lot. I'm not sure as I had a lot of breaks to do other things, but in total between 1-2 hours

untold crystal
#

mrs./mr/ms/dr. with next...? It never works for me for breaking a barrier

echo wasp
#

yep same... kinda just stopped testing them

abstract marsh
#

aight

untold crystal
#

we need a synonym for seq. or something else

sand coral
untold crystal
#

ok. gonna try

echo wasp
graceful marsh
#

Ah yes

#

SEQ will solve all our problems

echo wasp
#

yeah I know so amazing

#

works even better than Seq

regal fulcrum
#

I saw two things that suggest this so im asking even tho it's a stupid question
Crafts are case sensible now?

graceful marsh
#

No

regal fulcrum
#

Yeah thought so okay

lethal nymph
#

only occasionally

abstract marsh
#

kali, what did you do to obama

graceful marsh
#

Define occasionally

#

If we're gonna get into the nuances of this

Casing-Affected Crafting:
Revival
Weird decomposition
Nothing

#

Wait that acronymises to CAC

lethal nymph
#

mathematical alphanumeric symbols are "case sensitive" for example

graceful marsh
#

Eugh

#

I mean only to the extent that they're caps normalised like any other element containing cased characters

#

Y'know something I've wanted to make for a while is an element that is unrevivable because changing caps to start case puts it over token limit

lethal nymph
#

oh i have one

graceful marsh
#

Really?

#

Nice

lethal nymph
#

yea

#

it's over char limit though so not a "revival"

graceful marsh
#

Banned

lethal nymph
#

it's just impossible to make unless in a certain casing

graceful marsh
#

Yeah but I like permadead elements

#

I want more categories other than double spaced and long

untold crystal
lethal nymph
#

just invented one now

#

from just cutting my over char limit element

graceful marsh
#

Is it dead

lethal nymph
#

dead by casing yeha

graceful marsh
#

Yeehaw

lethal nymph
#

wait no

#

i got it bac

#

nvm

graceful marsh
#

What

lethal nymph
#

basically Oxygenase tokenizes as 3 tokens but oxygenase tokenizes as 4

#

so you can just (somethingthateatstokens)/Oxygenase

graceful marsh
#

[17 numbers]Oxygenase

lethal nymph
#

or Bzbzbzbzbzbz

graceful marsh
#

What are you, a bee

lethal nymph
#

i felt like it

graceful marsh
#

² = b

#

⅒⁵

I've just realised this is potentially ambiguous

#

Well not this specifically

#

⅔⁵ is a better example

lethal nymph
#

btw the original word was RuBisCO

#

niko tried to get it a few months ago so i remember it

graceful marsh
#

That's not at Token Limit

Once again showing your true fraudulent activities

lethal nymph
#

oh i mean ribulose-1,5-bisphosphate carboxylase/oxygenase

#

only possible with capitalized O in Oxygenase

graceful marsh
#

This fucking unassigned sheet will be the death of me

sand coral
#

2578
╭ ╮ ╯ ╰ ╱ and ╱ ╲ ╳ ╴ ╵ here #1206592567622373446 message

graceful marsh
#

I'm this close to making it a fill in the blanks sheet

sand coral
untold crystal
#

Did we just finish all Tangut chars until 18000?

sand coral
#

17XXX is done

graceful marsh
#

Christ

#

Employ the heavy artillery I guess

#

The Grand Barrier must be destroyed

untold crystal
#

Unless we get a nuke, that is able to destroy all barriers I'm afraid we're back to using random luck

sonic heart
#

Sad

echo wasp
#

The nuke must be strong enough to let us increment from 007e to 007f

heady escarp
#

the individual has a nuke

echo wasp
#

woah woah woah

#

The Individual has The Nuke, not a nuke

echo wasp
sand coral
untold crystal
#

so Llama doesn't want to give the 18000 char

graceful marsh
#

Incredible

#

Give it the 17FFB-F treatment

sonic heart
#

The last message is 18000

#

And it took 2 tries to print 17000 at the start

sage wren
#

the worst person to consult for this is anyone else from this server they make a mockery of an attempt to copy me 。😒

spice lark
#

yeah here: #1214815916957761586 message

night dragon
#

aaaa

tepid blaze
chilly fulcrum
#

Ok

sand coral
#

Who has 26800 - 𦠀? The recipe for this in the sheet is incorrect

tepid blaze
#

its asd who added it so he probably have it

tepid blaze
#

lovely lag (and probably some problem for sure)

night dragon
#

TRUE

chilly fulcrum
#

I can shoot you my save

#

And you can add them

#

Also why not split them up by plane

tepid blaze
graceful marsh
#

Nice, the Unicode circuit is complete

#

On another note

In 6 or so hours I will be free

echo wasp
tepid blaze
graceful marsh
#

If it's formatted like the main sheets the checker tool will work on it right?

#

Alrighty

Will need to pull out an old save too since most of my Unassigneds were shot by the gun

night dragon
#

im gonna see if i cna get some more puas

#

whya re they corresponding with the emojis

graceful marsh
#

Huh

#

That's... interesting

#

Send that to the Lab

abstract marsh
#

f44b
1f44b is wave hand emoji

night dragon
#

what is the ai smoking 😭

#

well its true

tepid blaze
#

PUA's are overall strange

graceful marsh
#

Why is the first option, when I type Send that to the, girls

abstract marsh
#

time to convert other into girls

night dragon
#

asldfkjdsalfadsf

graceful marsh
#

Send him to the girls

tepid blaze
graceful marsh
#

Jklm

abstract marsh
graceful marsh
#

Some among us enjoy that character sequence

night dragon
#

OK WTF

slate whale
#

22

night dragon
#

("hi PUA thing + DFC + DFC)

#

delete first character

#

so "I PUA" + dfc = " pua"

abstract marsh
lethal nymph
lethal nymph
#

(very annoying)

night dragon
#

U+F5a2,F4a7

#

pain to increment aguhg

echo wasp
#

i thought it was a control 😭😭

night dragon
echo wasp
#

ah k

lethal nymph
#

nongolian beef script script

lethal nymph
echo wasp
#

nop

night dragon
#

japanese ta with line on top squished next to big boi

graceful marsh
#

What was the 2nd option if Mongolian Beef Script was voted down by the council

night dragon
#

theres a council?

graceful marsh
#

Oh shit

#

Pretend I didn't say that

lethal nymph
#

here is an example usage

#

box is that char

lethal nymph
#

incredible

graceful marsh
#

Masterful

lethal nymph
#

this char was assigned this glyph because this random company wanted it clearly

graceful marsh
#

Possibly more likely than you'd think

echo wasp
#

歹大

night dragon
#

can you paste the char in

graceful marsh
#

I think

lethal nymph
#

echo wasp
#

yeah nvr seen that before

echo wasp
night dragon
#

gong si ming cheng
thats all i understand from that

echo wasp
graceful marsh
#

There's a few Leyin's about

#

Might it be an abbreviation of Zhejiang?

echo wasp
graceful marsh
#

Well no that's the point

#

Nata's trying to find where it came from

#

It's in the font file for some reason so someone put it there

night dragon
#

can someone get u+576e

weak spindle
heady escarp
#

i saw that skull emoji fuezt

tepid blaze
#

c'était une hallucination collective.

heady escarp
#

what

#

"it was a collective hallucination"

#

collective? im the only one who noticed it

#

theres no collective

#

unless you include the people in our heads

tepid blaze
heady escarp
#

obviously u noticed yourself reacting to something

night dragon
#

real

chilly fulcrum
#

Wait fill me in

#

What happened

chilly fulcrum
night dragon
#

theres a space before the pua and quote

#

"spacePUA"

chilly fulcrum
#

I mean it deleted the first character

#

Unusual but not like, world first

echo wasp
lethal nymph
#

it happens to me all the time

chilly fulcrum
#

So did you find why there was an extra character

lethal nymph
#

google gave me 4 results so i gave up

chilly fulcrum
#

in your tool thing

lethal nymph
#

oh that

#

i had exams yesterday and today so i haven't

chilly fulcrum
#

I have exam tomorrow

lethal nymph
#

good luck

chilly fulcrum
#

Weekend exams are cringe

#

But with large classes they have to

#

Idk why

#

But they just do

edgy vortex
#

exams are shit

#

if im being fr the pacer test is straight up a race until we get tired.

chilly fulcrum
#

I’ve started to dislike assignments again, like for physics I literally just put everything on hold and suffer, all for a measly 4%

edgy vortex
#

assignments make me loose my temper fr

#

4%? if i get that i would cry.

#

all day

echo wasp
#

yea same...

edgy vortex
#

guys

chilly fulcrum
#

I mean that’s how much it’s worth

#

and there’s 6 of those, the 5 best count

edgy vortex
#

what is this morse code shit in morse code

chilly fulcrum
edgy vortex
echo wasp
#

.- -. -.. .-.. .-.. -.-. -.-. --- -

edgy vortex
#

thanks

echo wasp
#

ANDLLCCOT

edgy vortex
#

what the hell

#

WHAT IS THIS

graceful marsh
#

LLM garbage

edgy vortex
#

im gonna freal my kneecaps out.

graceful marsh
#

Probably concatenated two or more random morse strings in the training data

echo wasp
#

not even fd lol

edgy vortex
#

idk wtf ANDLLCCOT is but i hope im not screwed.

graceful marsh
#

AND -> DL -> LLC -> CCO maybe

edgy vortex
#

BYE.💀

echo wasp
#

oh well it's just llama being dumb again

#

imagine if it is some crazy abbreviation meant to threaten you

edgy vortex
#

i would really just sit there and call the FBI

untold crystal
#

can anyone find a good Logographic recipe? I need it to post a few lineages and my recipe is as complicated as it can be

edgy vortex
#

ok.

graceful marsh
#

Do you have Logograph?

untold crystal
#

nope

graceful marsh
#

Damn

#

I'll check Dug file in a sec

untold crystal
#

What I can tell you is that Logographic was yesterday FD

graceful marsh
#

Maybe you could extract it from Clog + Photography

chilly fulcrum
#

What is the goal item? I can try merge mine

chilly fulcrum
untold crystal
#

Next Random Logographic Script

#

I am trying to force the AI to give a 18xxx Char, without using the word Tangut (Tangut is a Logographic Writing System)

abstract marsh
#

interesting

chilly fulcrum
#

ah yes, the classic a46xx

#

oh, next random latin unicode? if its not already added to tools section, should be

untold crystal
#

I didn't realize that I have such a big section in the tool section

chilly fulcrum
#

yeah lol, and theres many things ive been too lazy to add not gonna lie

edgy vortex
#

sadly i got timeout.

#

but whatev

chilly fulcrum
#

oof

abstract marsh
#

playing too fast is an issue now 🙃

trim pond
#

omg FINALLY. I think I might have made a method to revive lowercase characters that are part of a word

formal forum
#

👨‍🦲👨‍🦲👨‍🦲👨‍🦲👨‍🦲👨‍🦲👨‍🦲👨‍🦲👨‍🦲

chilly fulcrum
#

hmm, interesting

trim pond
#

this could be useful to revive some characters and then increment them in quotation marks and then unquote to get the lowercase unicodes

#

basically the method is: get " Ab" + "remove The A" = "b"

#

and "remove The A" can be literally A (or any other of the 26 letters) that is equivalent to that languages letter

chilly fulcrum
#

i see, and do you have a consistent way to do it?

trim pond
chilly fulcrum
#

like, remove the A is not yet easy for me, mostly due to the presence of "remove"

trim pond
chilly fulcrum
#

string building with remove i find difficult, because it starts removing things

trim pond
#

but like i almost lost my mind trying to think of something that would work and this seems to be feasible

chilly fulcrum
#

so, whats the use of this? like, what was the goal of the w

trim pond
#

well to make the rest of the small armenian letters that we are missing

chilly fulcrum
#

so, what was the difficulty with getting it lowercase in quotes? from what i can tell you had it in quotes already, what stopped you from using normal methods?

trim pond
#

uhm you end up with either " ա " or "Բա" and both of those are dead. and there is no way of removing the first character from something like this "a Բա" to make " Բա" that I know of at least.

#

also this method could allow you to revive any enquoted letter whose lowercase version you have in an alive element

chilly fulcrum
#

hmm

#

but im confused

trim pond
#

i will post the lineage shortly so that you know how it works

chilly fulcrum
#

how did you get the uppercase letter in quotes to begin

#

if it would be dead

trim pond
#

"hi " + Mr. Բա

heady escarp
trim pond
heady escarp
#

cuz once i tried to do that with a character but everything i tried it with just make the uppercase version of it

trim pond
#

or at least I think I have. I mean maybe i was just lucky and it won't work with other stuff but I am pretty confident

heady escarp
#

if i could remember what letter i tried to revive quoted i would tell u but i dont remember

chilly fulcrum
#

hmm, but how did you get there

heady escarp
#

but i think it looked similar to the letter I

heady escarp
#

or alfo

heady escarp
trim pond
#

so basically you need an element with a space at the start and that doesn't end with a space, you somehow append your word to it (you technically don't necessarily need appends for that, but it is easier with them) and then you delete first word etc. to make your " Fw", then just remove the F

untold crystal
#

I already did this a few times. I thought it was a known strategy

trim pond
#

cause like if you make " Fw " and remove first char of whatever, it will like 99% just make " w " which is dead so yeah

trim pond
untold crystal
#

and I didn't think to share this 😞

trim pond
#

well maybe someone mentioned it at some point and I just didn't see those messages

untold crystal
#

a few times “the were-something-” (curlys) + "the inserst capital letter" resulted in “the were-something-small letter

#

but only one or 2 times

trim pond
#

but there's still a problem. I can't seem to unquote U+0563. it always makes the uppercase version

glad roost
#

have you tried prepend hashtag + string.replace(/[#]/g, ' ')

trim pond
#

well only normal Prepend Hashtag

chilly fulcrum
# trim pond

hmm, this is daunting to look at, like are you really sure this is a general method? theres so much to this i doubt i could do on my own, is there anything you can do to tame it for me?

trim pond
#

well the left side can pretty much be ommited

#

U+0572

chilly fulcrum
#

kinda i guess

#

but what about the right side

trim pond
#

well the idea is: get something like " A A", then you need to append your word, let's call it Xy (you want to get y in quotes). So I made an append tool like this:
make "hi Mr. Xy", then "i Xy" from that. after that you need to make some kind of a tool that looks like this: "hi Mr. Append 'p" or "hi Mr. Append 'pq" and then try to combine it with "i Xy" to get "hi Mr. Append 'pi Xy" or "hi Mr. Append 'pqi Xy". Usually pq is better because with p it will also have a chance to make "hi Mr. Append 'p i Xy" and that is dead. The reason why you do it like this and not directly "hi Mr. Append ' " + "i Xy" is becase that will (in my experience) almost always make "hi Mr. Append ' i Xy" which is dead. Then you append apostrophe to it and remove the word hi etc. to make your append tool: Mr. String.append('pi Xy') or Mr. String.append('pqi Xy'). Then you append that to your " A A" or whatever and then remove/delete first char/word until you get " Xy", then just remove the x.

chilly fulcrum
#

i see, well i mean my experience with making the appends is awful because i find it rarely goes inside the apostrophes

#

maybe cause im doing eccentric ones?

trim pond
#

U+0576

chilly fulcrum
#

so is this like the aemedian equivalent of ho

trim pond
#

no, it didn't append ho

#

i should cobmine it with easy element first I think.

#

not string.prepends lol

trim pond
#

ok this is what I managed to make. but like why is it so hard either to get the letters you want or to remove first/last characters. also the ai just wants to make the words uppercase sometimes when you combine them

echo wasp
#

/ because-ai

trim pond
#

it is pretty annoying

#

also no fd on that f because i had variations turned off

#

U+0575

chilly fulcrum
trim pond
#

also combined with some strings

#

U+0570

tepid blaze
#

Self-referential recipe found: ['BOX DRAWINGS LEFT DOWN HEAVY AND RIGHT UP LIGHT', '2545', '9541', '╅', 'TRUE', '╅', 'Next Codepoint', '']

trim pond
#

U+0569
"հ" recipe #1206592567622373446 message

trim pond
#

ok these are the last ones and unfortunately removing/deleting quotation mark/s doesn't work

heady escarp
#

does it make their uppercase versions?

trim pond
#

yes

heady escarp
#

maybe i can try, maybe i get lucky somehow

trim pond
#

ig i will post the recipes then

sand coral
trim pond
#

the quoted prerequisites are in their respective lineages

heady escarp
#

wait can u send those 2 quoted ones

#

so i can copy paste them

raven ruin
#

i want to join into this madness but i don't know where to start

trim pond
#

աբ

heady escarp
#

im pretty sure its U+0562 and U+0561 tho

#

thanks

trim pond
#

yes i mean one of them is uppercase but

raven ruin
#

like do i just get a U+ element that nobody has and start there?

trim pond
#

the rest of them are all lowercase

#

but that doesn't matter

trim pond
#

or just like the end of chars in the sheet that is not the end of a block

#

and you can continue it

raven ruin
#

ok

#

quick question

#

what's a block

trim pond
#

like by a block of unicode characters I mean blocks in the ranges: xx00-xx3f, xx40-xx7f, xx7f-xxbf, xxc0-xxff

raven ruin
#

i still dont know what that means

trim pond
#

so if you see like a chain of characters and it doesn't end exactly with a block, you can try to continue the chain

raven ruin
#

ok but whats a block

trim pond
#

like a block is for example U+1200-U+123f, next block is U+1240-U+127f

#

each has 64 characters

raven ruin
#

so each block has 64 unicode chars?

trim pond
#

yes

raven ruin
#

alright

#

but first do i gotta go grind out some elements for unicode?