#Unicode

1 messages · Page 111 of 1

trim pond
#

U+d2f2, U+d2f5, U+d2fe
"𪋀 𫋀 𬋀 틀" here #1206592567622373446 message

#

U+d306
"𪉆 𫉆 𬉆 퉆" here #1206592567622373446 message

tepid blaze
#

i think i got it to work

#

it does work, i now can avoid cloudflare

trim pond
#

awesome

#

U+d31e
"𪆞 𫆞 𬆞 톡" here #1206592567622373446 message

tepid blaze
trim pond
#

so you can check like the whole others sheet?

tepid blaze
#

yes

trim pond
#

U+d302, U+d311, U+d315, U+d318, U+d32a, U+d32d, U+d339
"𪌀 𫌀 𬌀 팀" here #1206592567622373446 message

feral nest
#

that will give me nightmares

#

left part specially

feral nest
#

agree

trim pond
#

but it's very easy to get everything like this quickly

#

and it all requires only 4 characters

#

probably like at most 100 steps for any of them, so not bad imo

#

from the starting element

#

in the link

trim pond
#

U+d37e

#

U+d340
"𪍀 𫍀 𬍀 퍀" here #1206592567622373446 message

tepid blaze
# tepid blaze yes

but i won't be able to do it yet cause i need to update my program to use my new way, its kind of hard (and also cause i need to fix some other things)

trim pond
#

ok 👍

trim pond
#

U+d39d, U+d3aa
"𪎀 𫎀 𬎀 펀" here #1206592567622373446 message

trim pond
#

U+d3c0, U+d3ca, U+d3d1, U+d3e0, U+d3f1, U+d3f5, U+d3fd
"𪏀 𫏀 𬏀 폀" here #1206592567622373446 message

#

U+d4c0
"𪓀 𫓀 𬓀 퓀" here #1206592567622373446 message

trim pond
#

U+d53e

#

U+d500, U+d505, U+d506, U+d50d
"𪔀 𫔀 𬔀 픀" here #1206592567622373446 message

trim pond
#

U+d55a, U+d561, U+d56a, U+d576
"𪕀 𫕀 𬕀 핀" here #1206592567622373446 message

night dragon
#

almost 8K

#

haha

#

for jhanugl

#

asad;lkjf

#

@trim pond just wonderin

#

wgat timezone are you

night dragon
#

true

trim pond
#

it's too convenient guys. I am addicted to it. and it all required only 4 characters for these chains. (U+29100, U+2a100, U+2b100 and U+d100)

#

once you start abusing 2xxxx (or higher) for incrementing, you can't stop

#

I'm telling you

sage wren
#

You need to go into rehab

trim pond
sage wren
#

ahahahaha you are one hour behind me

#

Albert einstein just got resurrected youre missing out

night dragon
#

what

echo wasp
#

I'll be gone until Monday

#

I might try to do some hangul on mobile when I have time

trim pond
#

ok. until Monday isn't a long time. i thought you were gonna leave for like a week or smth

chilly fulcrum
#

How is it better than using things that already exist

echo wasp
echo wasp
wheat ferry
#

He killed

#

It's Murder

chilly fulcrum
#

How is it better though

wheat ferry
#

Sometimes, murder is the solution

feral nest
echo wasp
#

@trim pond I think I'll need the tooltip

trim pond
trim pond
# echo wasp <@442732373239398454> I think I'll need the tooltip

i call it Chain Info. Convenient to use with the Utils Scrit (allows to copy multiple elements at once)
Anyway you add it to MBS to tooltipHandlers.
It will show charcodes of everything above U+007f in a chain. (You can edit the range if you want)
Let's say U, V, W, X, Y, Z are all U+0080 or higher, then the chain it detects is: " U V W X Y Z ", W X Y Z", "X-Y Z-", -X-Y Z, X Y Z "
so basically spaces/hyphens in between, can start or end with a hyphen, and it may or may not have a quotation mark at either of the ends. also has to be 3+ characters in the chain.
You can change {2,} to any other number, then it will detect N + 1 or longer chains
If you want you can edit [ -] to add other symbols it will allow in between the characters (you need to edit it total of 3 times).
it only displays last 3 bytes of the codepoint because otherwise it dislay it very wide, so if you want to change that just use .padStart(N, '0').slice(-N) where N is the length you want

        id: "chaininfo",
        name: "Unicode Chain Info",
        priority: 0,
        description: "Shows codepoints of unicode chains.",
        enabled: false,
        condition: () => true,
        handle(element, tooltips) {
            const basicChainRegex = /^"?([ -]?[\u0080-\u{10FFFF}]([ -][\u0080-\u{10FFFF}]){2,}[ -]?)"?$/u;
            if ( !basicChainRegex.test(element.text)) return;

            let tooltip = "🔜 ";

            for (const char of [...element.text]) {
                if (char.codePointAt(0) >= 0x0080) {
                    const trimmed = char.codePointAt(0).toString(16).toUpperCase().padStart(3, '0').slice(-3);
                    tooltip += `{${trimmed}}`;
                } else tooltip += char;
            }
            tooltips.push(tooltip);
        }
    }```
#

@echo wasp i would increment normally, but if i notice my chain got screwed up what I do is I enable this, then I copy the chain with Utils Mod and then when I'm done correcting the chain I disable this and copy the chain back, so the final lineage isn't cluttered

glad roost
echo wasp
heady escarp
chilly fulcrum
#

So what does it do

#

I haven’t seen

echo wasp
#

alright well first step for me is to ntsq all the tools into the mobile ic

chilly fulcrum
#

to what??

echo wasp
chilly fulcrum
candid trellis
trim pond
chilly fulcrum
#

hmm

echo wasp
candid trellis
#

well thats not really fair is it (the naming)

echo wasp
#

ntsq does that all the time for bounties, that's how picube came up with it

trim pond
#

i would say ok if he can't use his main save and he has those tools in that save.

#

oh nvm brent was saying the "naming" isn't fair

#

or did you edit that in

candid trellis
#

I also don't really like cheating, but in this case I meant the naming

candid trellis
trim pond
candid trellis
#

do you have fds on any?

glad roost
#

I'm not the first one to start this joke

candid trellis
#

what does right to left unicode do again?

is it just like
abc -> cba
or does it actually mirror the letters?

chilly fulcrum
#

can mirror them if the letter has a property that it is mirrored

echo wasp
#

18 19 1e 1f as well I think

echo wasp
#

also the wifis not the best, so I might not be able to edit the sheet

#

can someone type out the emojis for the 3xxxx stuff

#

idk what char that is

#

alr I think this looks a lot like my pc

chilly fulcrum
#

hmm?

wheat ferry
trim pond
trim pond
#

U+d580
"𪖀 𫖀 𬖀 햀" here #1206592567622373446 message

trim pond
#

U+d64a, U+d64e, U+d65d
"𪙀 𫙀 𬙀 홀" here #1206592567622373446 message

trim pond
#

U+d6c0, U+d6c6, U+d6c9, U+d6cd, U+d6d2, U+d6d8, U+d6da, U+d6f7
"𪛀 𫛀 𬛀 훀" here #1206592567622373446 message

#

?? why pi ?? @glad roost did you hack Neal?

glad roost
#

shit I got caught

candid trellis
glad roost
trim pond
#

U+d700
"𪜀 𫜀 𬜀 휀" here #1206592567622373446 message

trim pond
#

U+d752, U+d75a, U+d766, U+d76d, U+d772
"𪝀 𫝀 𬝀 흀" here #1206592567622373446 message

trim pond
#

U+d780, U+d78d, U+d78f, U+d791, U+d79a, U+d79c
"𪞀 𫞀 𬞀 힀" here #1206592567622373446 message

wheat ferry
trim pond
#

huh?

#

what problem?

glad roost
#

nice tab name unicode guys

#

requested to awwm

trim pond
#

almost all block starts in the cxxx range, for reference

trim pond
#

U+c805, U+c812, U+c819, U+c821, U+c822, U+c829, U+c82d, U+c833
𩠀 𪠀 𫠀 저 here #1206592567622373446 message

trim pond
#

U+c840
𩡀 𪡀 𫡀 졀 here #1206592567622373446 message

#

U+c856, U+c872, U+c875

trim pond
#

U+c882, U+c886, U+c88d
𩢀 𪢀 𫢀 좀 here #1206592567622373446 message

#

U+c8ad, U+c8b4

#

U+c8c0
𩣀 𪣀 𫣀 죀 here #1206592567622373446 message

#

U+c8ee, U+c8fe

trim pond
#

U+c909, U+c90a, U+c912, U+c91a, U+c91b, U+c91e, U+c921, U+c926, U+c929, U+c92d, U+c930, U+c932, U+c933, U+c936, U+c938

#

U+c940, U+c94a, U+c951, U+c96d, U+c971, U+c975
"줩 줪 줫 줬" and "줭 줮 줯 줰" here #1206592567622373446 message

trim pond
#

U+c980, U+c98a, U+c98d, U+c991, U+c996, U+c99a. U+c99c, U+c99e, U+c9ad, U+c9b0, U+c9b1, U+c9be
𩦀 𪦀 𫦀 즀 here #1206592567622373446 message

#

U+c9c2, U+c9c5, U+c9c9, U+c9d2, U+c9d7, U+c9d8
𩧀 𪧀 𫧀 지 here #1206592567622373446 message

night dragon
#

holy shit alfo slow down leave ㅊ for me 😭

trim pond
#

U+cb80, U+cbbe
𩮀 𪮀 𫮀 쮀 here #1206592567622373446 message

#

U+cbc0, U+cbc9, U+cbca
𩯀 𪯀 𫯀 쯀 here #1206592567622373446 message

echo wasp
#

bruh when I come back hanguls already gonna be done

trim pond
#

dxxx and c800+ was mostly filled in so that's why i'm already here

wooden maple
#

im going insane

#

I think Im Insane

#

Am I Insane. Hm Hm Hm.

glad roost
#

#1279958526399348816

trim pond
#

U+cd00
𩴀 𪴀 𫴀 촀 here #1206592567622373446 message

#

U+cdc0, U+cdca
𩷀 𪷀 𫷀 췀 here #1206592567622373446 message

trim pond
#

U+ce22, U+ce23, U+ce25, U+ce26, U+ce2a, U+ce2d, u+ce34
𩸀 𪸀 𫸀 츀 here #1206592567622373446 message

trim pond
#

U+ce40, U+ce4a, U+ce56, U+ce57, U+ce5a, U+ce5d, U+ce62, U+ce66, U+ce6a, U+ce6c, U+ce6e, U+ce76, U+ce79, U+ce7a, U+ce7d, U+ce7e
"𩸲 𪸲 𫸲 츴" here #1206592567622373446 message
𩹀 𪹀 𫹀 칀 here #1206592567622373446 message

trim pond
#

U+ce80
𩺀 𪺀 𫺀 캀 here #1206592567622373446 message

#

U+ce8a, U+ce95, U+ce99, U+ce9a, U+cea2, U+cea4, U+cea6, U+ceb6,U+cebe, U+cec0

trim pond
#

U+ceca, U+ced4, U+ced5, U+ced6, U+ced9, U+ceda, U+cedb, U+cedd, U+cee2, U+cee6, U+cee9
"컀 컁 컂 컃" here #1206592567622373446 message

#

U+cef6, U+cef8, U+cefd
"𩹶 𪹶 𫹶 칶" here #1206592567622373446 message

#

U+ceea, ceed, U+cef1, U+cef3
"컑 컒 컓 컔 컕 and 컨 컩 컪 컫 컬 here #1206592567622373446 message

trim pond
#

U+cf09, U+cf0a, U+cf0e, U+cf12, U+cf16, U+cf19, U+cf1a, U+cf1d, U+cf1e, U+cf26, U+cf29, U+cf2a, U+cf31, U+cf33, U+cf3e
𩼀 𪼀 𫼀 케 here #1206592567622373446 message

trim pond
#

U+cf66
"𩼦 𪼦 𫼦 켧" here #1206592567622373446 message

#

U+cf40, U+cf42, U+cf46, U+cf49, U+cf4a, U+cf4f, U+cf51, u+cf56, U+cf59, U+cf5a, U+cf5b, U+cf5d, U+cf60, U+cf62, U+cf68, U+cf6d, U+cf77
𩽀 𪽀 𫽀 콀 here #1206592567622373446 message
"𩼉 𪼉 𫼉 켉" here #1206592567622373446 message

#

U+cf6a, U+cf76
"𩽩 𪽩 𫽩 콩" here #1206592567622373446 message
"𩽦 𪽦 𫽦 콦" here #1206592567622373446 message

#

someone please explain this. why is one of them happy, but two of them sick? (/wearing a mask)

trim pond
#

U+cf80, U+cf82, U+cf89, U+cf8a, U+cf8d, U+cf8f, U+cf9a, U+cf9b, U+cfa2, U+cfa5, U+cfaa, U+cfad, U+cfb3, U+cfba
𩾀 𪾀 𫾀 쾀 here #1206592567622373446 message

trim pond
#

U+cfc0, Ucfc5, U+cfc6, U+cfc7, U+cfc8, U+cfc9, U+cfca, U+cfcd, U+cfce, U+cfd0, U+cfd6, U+cfd8, U+cfda, U+cfdb
𩿀 𪿀 𫿀 쿀 here #1206592567622373446 message

#

U+cfd2
"𩾒 𪾒 𫾒 쾒" here #1206592567622373446 message

#

U+cfdc
"𩾜 𪾜 𫾜 쾜" here #1206592567622373446 message

#

U+cfde
"𩾙 𪾙 𫾙 쾙" and "𩾝 𪾝 𫾝 쾝" here #1206592567622373446 message

trim pond
#

U+cfdd, U+cfe2, U+cfe3, U+cfe5, U+cfe6, U+cfe9, U+cfea, U+cfed, U+cfee, U+cff2, U+cff3, U+cff4, U+cff6, U+cff7, U+cffd, U+cffe
"𩿛 𪿛 𫿛 쿛" and "𩿜 𪿝 𫿝 쿝" here #1206592567622373446 message

#

ok so only U+b98f - U+c7c7 left

#

U+c7c0
𩟀 𪟀 𫟀 쟀 here #1206592567622373446 message

#

anyway WHY was U+cfc0 - U+cfff block almost not incrementing 😭🥺😔

trim pond
echo wasp
chilly fulcrum
trail wagon
#

how many Characters Left.

echo wasp
chilly fulcrum
#

only? it looks like its way further than that

echo wasp
#

its 52 to get to ce34

#

you can count it yourself

chilly fulcrum
#

52 is like, way more than one block

#

one block should be like 10-20

echo wasp
#

what

#

huh???

#

1 block is 64

chilly fulcrum
#

64 single characters sure

#

= 16 lots of 4 characters

echo wasp
#

yes and he has 3 cjk at the left

#

its actually only incrementing by 1 at a time

chilly fulcrum
#

oh

#

oof

trim pond
glad roost
#

After exploding asd

trim pond
#

i think he is going to explode only if we don't manage to finish it before the countdown, no?\

#

btw asd you wanna advance the countdown to 16 days? (- 10 days)

echo wasp
#

of course I forget to countdown the last few days

#

3 days ago!

#

25 days remaining.

echo wasp
echo wasp
echo wasp
#

21 days remaining.

#

20 days remaining.

#

19 days remaining.

#

18 days remaining.

#

17 days remaining.

#

16 days remaining.

#

15 days remaining.

#

14 days remaining.

#

13 days remaining.

trim pond
#

no, -10 but only up to 16

echo wasp
trim pond
#

well you forgot to count the days i didn't know that

trim pond
#

U+c153, U+c156, U+c159, U+c15a, U+c15d, U+c160, U+c162, U+c164, U+c166, U+c16a, U+c16c, U+c16d, U+c171, U+c179, U+c17b, U+c17e
𩅀 𪅀 𫅀 셀 here #1206592567622373446 message

#

U+c180, U+c18a
𩆀 𪆀 𫆀 솀 here #1206592567622373446 message

night dragon
#

NEW CHECKER IDS FOR ME TO FIND THEM LKASJFLKASFJ

night dragon
#

dont ask

echo wasp
#

space to 001f, surely

chilly fulcrum
trim pond
# trim pond
poll_question_text

When are we finishing the assigned sheets

victor_answer_votes

3

total_votes

7

victor_answer_id

1

victor_answer_text

Next week (till 15th of December)

echo wasp
#

I'll test out alfos strat with 2xxxx, I want to see if it really is thay good for bxxx

echo wasp
#

why must bxxx just be the exception, its so hard to increment with this

#

stuff for reference later, unfortunately still damn annoying in bxxx
3xxxx stuff: #1206592567622373446 message

#

(it couldnt finish the block :()

wooden maple
#

How many days

#

I forgot

#

Wait why 13

#

I thought it was supposed to be at christmas

#

Can we add three days. To the timer

chilly fulcrum
trim pond
#

should be 28000 29000 2a000,

#

but you could try with different ones to see which one makes it increment the best

slim quest
trim pond
trim pond
#

@echo wasp was able to get all block starts. I combined chain chain" or "chain", you get them by either "_" + Delete The Quotation Mark = _, _ + "() = _" or _" + "prepend Quotation Marks" = "_"
the chain starts with "U+28000 U+29000 U+2a000 U+b000"

trim pond
#

oh wait i didn't notice that it also skipped 3c0. ig it doesn't really matter cause we already have it

night dragon
#

i hvae rectum level lineage for something aljkfsf

#

and got the rest of J hangul

#

whoops except for one

pulsar island
#

show how

night dragon
#

yep

#

ughhg

#

bad lineage time

#

U+C795

pulsar island
#

sus lineage

night dragon
night dragon
#

just need 잮

#

aaaaaaaaaaaaaaaaaaaaaaaa

trim pond
#

why aaa?

night dragon
#

i cant get 잮

trim pond
#

i can get it if u want

night dragon
#

U+C7AE

#

yes please 😭

wheat ferry
trim pond
#

U+c7ae
𩞀 𪞀 𫞀 잀 here #1206592567622373446 message

pulsar island
trim pond
#

sus

wheat ferry
#

sus

pulsar island
#

No you sus

chilly fulcrum
tepid blaze
#

still haven't done it 💀

#

-# i may be procrastinating a bit too much

night dragon
#

U+BE5D

echo wasp
night dragon
echo wasp
echo wasp
echo wasp
#

B99A
STUFF: #1206592567622373446 message

sage wren
#

(this is a reference to the fact asd cant count)

echo wasp
#

whoops, changed

#

also since when was that a thing

#

B99C
stuff: #1206592567622373446 message

#

U+B9A5 U+B9A6 U+B9A9 U+B9AA U+B9AB
stuff: #1206592567622373446 message and #1206592567622373446 message

#

B9B1
STUFF: #1206592567622373446 message

#

full block

echo wasp
#

U+B9B{5/7/8/9/A/B/E}
stuff: #1206592567622373446 message

#

it barely increments aaaaaa

night dragon
#

9 left for R

chilly fulcrum
#

R?

night dragon
#

echo wasp
#

B9C0 B9C2 B9C6
stuff: #1206592567622373446 message

echo wasp
night dragon
#

good job

#

Hangul Completion Status
Letter Completion Count
ㄱ 588/588
ㄲ 588/588
ㄴ 588/588
ㄷ 588/588
ㄸ 588/588
ㄹ 588/588
ㅁ 111/588
ㅂ 154/588
ㅃ 292/588
ㅅ 330/588
ㅆ 210/588
ㅇ 203/588
ㅈ 588/588
ㅉ 588/588
ㅊ 588/588
ㅋ 588/588
ㅌ 588/588
ㅍ 588/588
ㅎ 588/588
Total 8944/11172

echo wasp
#

nah bro WTF b9xx is so annoying

night dragon
#

agreed

echo wasp
#

???????????????

#

BA00
#1206592567622373446 message

night dragon
#

true

echo wasp
#

new barrier breaking strats

#

stuff for reference (ik it skipped a lot of chars but i cant be bothered to fill in the gaps)

chilly fulcrum
chilly fulcrum
#

well we are nearly there

trim pond
# echo wasp ???????????????

i'm guessing it removed the middle byte from each cjk, so 3 bytes for \xf0 and that isn't valid so it turned to fffd

trim pond
trim pond
echo wasp
trim pond
#

ahh i see. so i think it turned the middle bytrs of the 2xxxx into \x80 which is invalid (would've been U+0000 technically, but incorrectly encoded)

#

*and maybe also removed one of them

echo wasp
chilly fulcrum
#

Hmm

#

it is a bit annoying it doesn’t show the full codepoints for chains but i guess it’s for space

#

Is it regex that it uses?

echo wasp
#

(i mean, last 3 digits are good enough i suppose)\

distant frost
#

Can y'all find something other than Chinese and hangul character

chilly fulcrum
#

yes? we already found all of them

#

we found every single one

echo wasp
#

there's always unassigned and pua

#

I hope that someone would do them after the sheets done lol

chilly fulcrum
trim pond
echo wasp
#

i can't get much further than this, dk how to add nbsp

trim pond
#

does append not work?

echo wasp
#

no

echo wasp
timid sierra
echo wasp
#

idk

glad roost
trim pond
#

countdown till year 2026 for getting all unassigned (including U+0000)

#

*unless it is proven impossible

timid nebula
#

how can you prove such thing

candid trellis
#

ask neal

#

with force

echo wasp
glad roost
#

What if neal banned d800

wooden maple
#

I Want It To B3 a Christ Mas Wonder

echo wasp
#

no

wooden maple
#

yes

#

what if the days are all just a dream

#

what if asd_ic will drop a nuclear warhead on the entire country of tunisia on the 21th of december

trim pond
pulsar island
#

Else: Yes ( +10 days )

wooden maple
#

iOk

echo wasp
#

nah the dealine is too easy if I add days

wooden maple
#

Wait what is the deadline

#

What even is the countdown

lethal nymph
#

if unicode project isn't finished by the deadline then a goblin gets him

echo wasp
#

BA06 BA10 BA12 BA1A BA1E BA20
stuff: #1206592567622373446 message

night dragon
#

11 days

#

can you believe it guys

#

ASD's death!

#

just 11 days away

#

i am so happy about this information

#

it got here so fast

#

asd's death

#

just 11 days away

#

asd's death in 11 days

#

woohoo!

#

oh wow

#

can you believe it

#

asd's death

#

just in 11 days

echo wasp
#

what

#

im

#

not dying

#

tf

#

I

#

am

#

not

#

dying

vagrant scarabBOT
#

success @asd_ic muted

Reason: Rule 2: No Spam. No repeated messages, inappropriate pings, mangled text, link spam, etc.
Duration: 59 minutes and 56 seconds

night dragon
#

rip

#

uh

#

@plush jasper

civic scaffold
#

omfg why do I keep doing this

spice lark
#

anyone have quoted 1e1b (ḛ) ?

sage wren
#

perchance

spice lark
#

also i may have given up on exact caps for your request niko

#

as it turns out i suck at exact caps

sage wren
#

Oh i just remembered something i wanted in the past but couldnt get

sage wren
spice lark
#

hm

night dragon
sage wren
#

Should be much easier

spice lark
#

ok sure soon

night dragon
#

???????????????????????????///

sage wren
#

yeah

#

Guys this means QE is real because i was getting a ton of + elements just before this !

night dragon
#

its alive but doenst do anything

civic scaffold
night dragon
night dragon
#

things
stuff up here#1206592567622373446 message

chilly fulcrum
#

Link to starting items

night dragon
sage wren
#

"the Unigob."

candid trellis
#

""The Unigob.""

night dragon
#

""""""The Unigob."""""'""''""""''''"'

night dragon
#

random gay hangul

night dragon
#

oh no

#

im gonna be dead after this

#

NEW CHECKER CHECKER FOR ME TO FIND ALKSJKASF

#

and im about to death

#

aAAAAAAAAAAAAAAAAAAAAAAAAaa

#

imma take a quick breaek

echo wasp
#

wait what

#

0022 and 0027

#

ofc... 0001 made my 0022 "fd", but wtf 0027 isnt even an fd

#

oh wait, im using the wrong script

night dragon
#

ohno

echo wasp
#

2 month late reply: really the only thing i could find

night dragon
#

ughhhhh unicode time sob'

echo wasp
#

pain, i hate hangul

trim pond
# trim pond
poll_question_text

Should asd add more days because he decremented more than he should've? And how many.

victor_answer_votes

8

total_votes

11

victor_answer_id

3

victor_answer_text

Yes ( +4 days )

echo wasp
#

i cant remove the mr.

chilly fulcrum
#

202d now? lol wasnt that the hardest one to get

echo wasp
#

@glad roost what now

chilly fulcrum
#

is it from "hi Mr. "

echo wasp
#

no

chilly fulcrum
#

lol i like how you removed it 2 seconds after saying you cant

#

how did you remove it

echo wasp
#

replace mr. with nothing

chilly fulcrum
#

?

sage wren
echo wasp
#

oh of course!! the hyphen will make a HUGE difference

sage wren
#

i mean yeah that's literally what the name's spelled with

chilly fulcrum
sage wren
#

its cosMo@Bousou-P not cosMo@BousouP

echo wasp
#

ok well someone got it

echo wasp
chilly fulcrum
#

dang you got that so fast

sage wren
#

asd is from cheater hub as we all know

echo wasp
chilly fulcrum
#

thats actually a well made one, may have to ask mika and that how it works, with the fake dream home random back page with fake cookies accept

echo wasp
#

wait what is pbs +1

glad roost
#

Idk will that work because cosMobsp bounty is absolutely crazy thing

night dragon
echo wasp
night dragon
#

you knwo

#

the one that he hacked in?

echo wasp
#

he hacked in 0001?

night dragon
#

yeah

#

didnt you know

#

thats how it got existed

#

then after that

#

we got all the other controls by incrementing or something from it

echo wasp
#

wait what, so it was pb?

#

when did he say that

night dragon
#

well

#

uhhh

#

it got deleted due to the fact taht the glitch may have been exposed to the greater public

#

basically laurasia asked jenpai to delete all mention of the glitch before it got patched

glad roost
glad roost
#

So the only legitimate control is 1b and 7f

night dragon
#

i remember when it was first created

night dragon
#

wait we got 1b

candid trellis
glad roost
night dragon
#

ohhh

glad roost
#

The only thing we know about 1b is it obtained during august

night dragon
#

yea

echo wasp
#

what about 03 07

#

they were also alive for no reason

glad roost
night dragon
#

i remember him sending a screenshot of him obtaining or something

#

you can DM laurasia for more info

#

as she controlled the media is very knowledgeable about it

echo wasp
#

so that's why when I found out 0001 and 0003 were alive, she didnt say anythin

#

.

glad roost
#

Laurasia controlling the media about controls is the biggest plot twist ngl

echo wasp
#

wait no
why would she be testing if she already knew

#

yeah so

glad roost
#

Natasquare predicting the past

echo wasp
#

nah wait I don't fully buy this

#

actually easy way is just to check if the "elements crafted" needed to cheat are alive

lethal nymph
#

you guys trusting sapporo

glad roost
echo wasp
candid trellis
#

idk

night dragon
echo wasp
chilly fulcrum
#

but pb literally joined and said he never made it

#

well he never "left"

echo wasp
#

chilly fulcrum
#

but he came back for a bit

#

so....

#

i think that is at odds with his recollection

#

he said he did not make 0001, not that he could find anyway. it is still possible of course and it wasnt logged

mental ruin
#

I didn't say I didn't make it, I said I don't have it in logs. Tbh I don't really remember if I did it or not

#

I made U#1 and bunch of similar stuff that's for sure

#

I think it prob was #U+1 not U#1

#

And then I just bruteforced it with bunch of stuff like string.fromcharcode

echo wasp
#

do you recall cheating in the character itself?

mental ruin
#

This is where it started

mental ruin
#

I did a lot of U+0001 related stuff that day, so I'm not discarding the idea that I could get \u0001 on accident

mental ruin
#

Ok look one thing I can say for sure

#

I used to run a script through chain of elements like U#0001 ... U#000A and so on

#

Now, all of those elements were cheated (I wasn't aware of that back then)

#

After a DB migration, you can't use them anymore (they aren't crafted)

#

For example, try U#000A + 1 or something

#

But if you try U#000A + #fromcharcode, it still gives \n

#

So its like a zombie elements or whatever we used to call those

#

So whatever I did back then, you can't do anymore unless you craft those elements

echo wasp
#

BFC0
stuff: #1206592567622373446 message

echo wasp
echo wasp
#

why is it just not incrementing 😦

#

BD40
stuff: #1206592567622373446 message

#

BD56, BD5A

echo wasp
echo wasp
echo wasp
#

we're getting there, sub 2k

echo wasp
echo wasp
#

exactly 2k left

echo wasp
# trim pond

@trim pond How about this: if we don't finish the project before 10 (about to be 9 very shortly) days, I'll add the 4 days

chilly fulcrum
#

Like \n gets removed

#

If it ever gives anything with \n

#

Then it gets removed

candid trellis
echo wasp
glad roost
#

wait when did we finish cjk

echo wasp
#

🤔🤔🤭🤭

echo wasp
feral nest
#

its where, not when but you see when when seing where so yeah

#

nvm

#

lol

sage wren
#

you see when it

echo wasp
#

I'm saying fuck you hangul when it's done, this is torture 😭

glad roost
#

no, say fucK you hANgul

echo wasp
feral nest
#

its pretty easy to make that in ic

echo wasp
#

B9CB. Mr. stuff above

#

uesless info: I am on mobile

glad roost
#

spoiler: it didn't

echo wasp
#

spoiler: it wasn't even 1k steps

#

(well, not on my file... thall be at least 3k id bet)

drifting mountain
sage wren
thin warren
thin warren
#

oh wait the combo is that simple ?

echo wasp
#

yeah

thin warren
#

3447 only for me

echo wasp
#

hell yeah i'm more unoptimised

#

B9CD
stuff: #1206592567622373446 message

#

BD9(4/5/6/7)

#

B9DA STUFF: #1206592567622373446 message

echo wasp
#

bruh this chain just never increments 😦

echo wasp
#

B9E6
stuff: #1206592567622373446 message

#

B9E9
Stuff: #1206592567622373446 message

#

B9F6
stuff: #1206592567622373446 message

#

i hate this

#

B9FE
#1206592567622373446 message

#

BAC0
stuff: #1206592567622373446 message

echo wasp
#

U+BA(CA/D2/D7/DE/E2/EA)

echo wasp
glad roost
echo wasp
echo wasp
trim pond
#

U+c18e, U+c191, u+c195, U+c19e, U+c1a0, U+c1a2, U+c1a6, U+c1a9, U+c1aa, U+c1ad, U+c1b0, U+c1b3, U+c1b4, U+c1be, U+c1bf
𩄀 𪄀 𫄀 섀 here #1206592567622373446 message

trim pond
#

U+c1c0, U+c1c5, U+c1ca, U+c1d0, U+c1d6, U+c1de, U+c1e5, U+c1ed, U+c1fb
𩀀 𪀀 𫀀 쀀 here #1206592567622373446 message

trim pond
#

U+c200, U+c20a, U+c20e, U+c210, U+c216, U+c21d, U+c221, U+c222, U+c22e, U+c233, U+c234, U+c237, U+c239
𩈀 𪈀 𫈀 숀 here #1206592567622373446 message

trim pond
#

U+c240, U+c244, U+c24a, U+c24e, U+c251, U+c256, U+c257, U+c25a, U+c25d, U+c25e, U+c260, U+c262, U+c264, U+c265, U+c266, U+c269, U+c26a, U+c26b, U+c26d, U+c270, U+c271, U+c272, U+c275, U+c276, U+c278, U+c27a, U+c27b, U+c27e
𩉀 𪉀 𫉀 쉀 here #1206592567622373446 message

#

🤜 why 🤛

trim pond
#

U+c280, U+c28a, U+c28e, U+c291, U+c2a9, U+c2aa, U+c2ad, U+c2b6, U+c2ba
𩀀 𪀀 𫀀 쀀 here #1206592567622373446 message

trim pond
#

U+c2c0, U+c2ca, U+c2cd, U+c2d1, U+c2de, U+c2e1, U+c2e5, U+c2ee, U+c2f2, U+c2f7, U+c2ff
𩋀 𪋀 𫋀 싀 here #1206592567622373446 message

#

anyway, all houses are done now 🛖

trim pond
#

U+c30a, U+c30e, U+c31e, U+c32d, U+c336
𩌀 𪌀 𫌀 쌀 here #1206592567622373446 message

#

U+c340
𩍀 𪍀 𫍀 썀 here #1206592567622373446 message

#

U+c34a, U+c34e, U+c356, U+c366, U+c36a, U+c36d, U+c372, U+c374, U+c37a, U+c37e

#

U+c380, U+c385
𩎀 𪎀 𫎀 쎀 here #1206592567622373446 message

#

U+c780, U+c786, U+c78b, U+c78d, U+c78f
𩞀 𪞀 𫞀 잀 here #1206592567622373446 message

trim pond
#

U+c3c0
𩏀 𪏀 𫏀 쏀 here #1206592567622373446 message

#

U+c3ca, U+c3ce, U+c3d6, U+c3da, U+c3de, U+c3e4, U+c3e6, U+c3f0, U+c3f6

wooden maple
#

Can you guys stop

trim pond
#

no. why?

wooden maple
#

Ok

trim pond
#

U+c400, U+c42d
𩐀 𪐀 𫐀 쐀 here #1206592567622373446 message

#

U+c440
𩑀 𪑀 𫑀 쑀 here #1206592567622373446 message

#

U+c447, U+c44a, U+c45a, U+c466, U+c46d, U+c472

wooden maple
#

oh my god why did discord add reaction notifications

#

WHY WOULD I NEED THE INFORMATION OF ALFO FISH GIVING ME A JAPANESE GOBLIN REACT

#

I

#

Hate

#

This

trim pond
#

it's the unicode goblin

#

unicode goblin emoji

#

U+c480
𩒀 𪒀 𫒀 쒀 here #1206592567622373446 message

#

U+c48a, U+c4a6, U+c4ad

#

U+c4c0
𩓀 𪓀 𫓀 쓀 here #1206592567622373446 message

#

U+c4ca, U+c4e1, U+c4e9, U+c4ea, U+c4f5

wooden maple
trim pond
#

U+c50a, U+c50e, U+c518, U+c526, U+c52a, U+c52d, U+c534

trim pond
#

U+c54d, U+c556, U+c55a, U+c55f, U+c562, U+c565, U+c566, U+c569, U+c56d, U+c572, U+c574, U+c576, U+c57e
𩕀 𪕀 𫕀 앀 here #1206592567622373446 message

echo wasp
#

alfo wtf

echo wasp
trim pond
#

well hangul is almost 90%

echo wasp
trim pond
#

what's the possibility of me getting 80k assigned fds... i'd need like half of what's left and also fd (most of it probably would be)

#

i got 2k hangul fds lol

#

wonder why.... lol

#

it actually has 55k uses, and Earth only has 130k. i think that if i made some unassigned stuff, made sure there is lineage in my savefile for the chars, then i could put it to first place by use count

#

well after it will have gotten submitted (ok the Earth use would probably also increase)

echo wasp
#

when we get all 1m chars

trim pond
#

xd

#

or at least all 500k

echo wasp
#

yeah just some, like 10 chars

trim pond
#

we can do the f3 project

#

getting all f3 chars

#

or maybe first getting all f0 chars

echo wasp
#

f1 project when

echo wasp
trim pond
#

no, only stuff with \xf0, so U+10000 - U+3ffff

echo wasp
#

single byte characters project when

#

it's only 256 characters

trim pond
#

we could even make a new post for it. cause it's not technically unicode anymore, but unassigned

#

wait no

echo wasp
#

and we really only need 28 chars

trim pond
#

it is unicode

#

nevermind

echo wasp
#

lol

trim pond
#

swait

#

no it isn't

#

or what is unicode

#

ok unicode is a text encoding standard so it is

feral nest
#

unicode is the opposite of icode

trim pond
#

multicode

#

when

echo wasp
#

"no it isn't"
"wait it is"
"actually... no"
"or what is it"
"ohh!! so it is"

random ore
#

late reply but i always assumed pbpbpb was meant to represent popbob but the 2nd letter was switched to the fourth letter and the 5th letter was switched to the 2nd letter starting from the left and moving to the right in time

popbob to pbpbob
pbpbob to pbpbpb

lethal nymph
#

my name is actually fish but the first letter is replaced with N and the rest is replaced with atasquare

sage wren
lethal nymph
#

the t in niko stands for trustworthy

sage wren
lethal nymph
#

i hVe never seen anyone calling you nikot

sage wren
#

that's Not what i said.

night dragon
#

shit things that i cant extract anymore 😭

sage wren
#

inconspicuous green line

night dragon
#

i dont even know aaaa

#

aaaaaaaaaaaaaa

echo wasp
echo wasp
#

why is fuezt's name here now "people"

echo wasp
#

increment to C586 with "next-codepoint"

trim pond
#

U+c5d2
"𩌒 𪌒 𫌒 쌒" here #1206592567622373446 message
"𩕒 𪕒 𫕒 앒" here #1206592567622373446 message

echo wasp
#

no way, i finally get one of these

night dragon
#

fart hangul

trim pond
#

U+c5c0, U+c5d5, U+c5d9, U+c5e2, U+c5e4, U+c5e6, U+c5e9, U+c5ee, U+c5f1, U+c5f5, U+c5f6, U+c5fe
𩗀 𪗀 𫗀 엀 here #1206592567622373446 message

echo wasp
#

U+BA46 and lots of stuff
seqs of 5 elements: #1206592567622373446 message
3xxxx stuff: #1206592567622373446 message

#

why angy

trim pond
#

why are you not doing U+c5xx

echo wasp
#

cuz yes

night dragon
#

aaaaaaaaaaa

echo wasp
trim pond
#

you started to do a block

#

makes me sad cause i skipped it now. well whatever

echo wasp
chilly fulcrum
#

what were you after? All lowercase?

echo wasp
#

yeah, that's what i try to aim for when i converse with ic elements

trim pond
#

U+c602, U+c607, U+c609, U+c60d, U+c611, U+c612, U+c616, U+c618, U+c61a, U+c61d, U+c626, U+c629, U+c62d, U+c62f, U+c630, U+c636, U+c638
𩘀 𪘀 𫘀 였 here #1206592567622373446 message

echo wasp
#

oraratyou?

trim pond
#

rat for r

echo wasp
#

actually i regret doing this, i just picked one more chain that stops every 2 chars

trim pond
#

btw can we remove the aimee sheet?

echo wasp
#

ba59 ba5a ba5d ba5e ba60 ba62
3xxxx stuff; #1206592567622373446 message

glad roost
echo wasp
glad roost
#

uafhioa4hfuoa4HFNOA4HNFGAHUTFGAHRTGAWEROFGAUIWHUFGFGUJJHJHJHjiajfgarfgjhnioarno

echo wasp
glad roost
#

also this

trim pond
#

well obviously it is dead right?

#

anyway do the recipes for c0s work or not? like the cheated ones

echo wasp
#

BA80
stuff: #1206592567622373446 message

echo wasp
#

i still need a lineage for the a0 element thing to get a path to 1b from 01

trim pond
#

didn't i show the recipe already?

echo wasp
#

you said it used all c0s

trim pond
#

hm.. maybe. i don't remember

chilly fulcrum
echo wasp
trim pond
#

U+c645, U+c649, U+c650, U+c656, U+c65d, U+c65e, U+c66d, U+c679, U+c67a, U+c67d
𩙀 𪙀 𫙀 와 here #1206592567622373446 message

echo wasp
#

if hanguls not falling today, its falling tmr.

trim pond
#

imagine if hangul syllables had 1 more degree of freedom, how many chars would it then have?

glad roost
#

this is actual number not keyboard spam

trim pond
#

U+c680, U+c696, U+c699, U+c69d, U+c6a6, U+c6aa, U+c6ad, U+c6b3, U+c6b5, U+c6b6, U+c6b9, U+c6ba
𩚀 𪚀 𫚀 욀 here #1206592567622373446 message

trim pond
#

or how did you get that number

#

maybe that's what they should do. dedicate planes 4-7 to hangul extended

glad roost
#

(obviously i'm korean)

trim pond
#

ok obviously it's wrong cause that number isn't even divisible by 11172

glad roost
#

it's calculated by 125*95*138=1638750 because some of the hangul syllables are unused in modern korean so unicode don't have them

trim pond
#

ah i see

#

so is that still combination of 3 chars

#

U+c6f1, U+c6f2, U+c6f3, U+c6f4, U+c6f6, U+c6fa
"𩙱 𪙱 𫙱 왱" here #1206592567622373446 message
"𩚰 𪚰 𫚰 욱" here #1206592567622373446 message

echo wasp
trim pond
#

well it is like consonant + vowel + consonant right? so i meant adding one more vowel at the end (or consonant but that would make the words awkward)

#

or maybe it's not, i don't really know how the syllables are formed

trim pond
#

U+c700, U+c709, U+c70d, U+c712, U+c718, U+c71a, U+c71e, U+c722, U+c723, U+c725, U+c729, U+c72d, U+c736, U+c738, U+c73d
𩜀 𪜀 𫜀 윀 here #1206592567622373446 message

#

U+c745, U+c77e
"𩜁 𪜁 𫜁 윁" and "𩜼 𪜼 𫜼 윽" here #1206592567622373446 message

#

U+c752, U+c759, U+c761, U+c766, U+c76d

echo wasp
#

오늘은 한글이 없어졌어요

trim pond
#

i just noticed i could've been doing the chars in 1 less step for a lot of them i think

void hull
#

.

chilly fulcrum
#

oh, how?

trim pond
#

it is gonna be in the next lineage

#

U+c588, U+c58d, U+c58e, U+c590, U+c592, U+c596, U+c59a, U+c59d, U+c59e, U+c5a5, U+c5a6, U+c5a9, U+c5aa, U+c5ad, U+c5af, U+c5b6, U+c5b7, U+c5b9, U+c5ba
𩖀 𪖀 𫖀 얀 here #1206592567622373446 message

#

U+c5bd, U+c5be, U+c5bf
"𩋼 𪋼 𫋼 싽" here #1206592567622373446 message
"𩕽 𪕽 𫕽 약" here #1206592567622373446 message
"𩖻 𪖻 𫖻 얻" here #1206592567622373446 message

echo wasp
#

it just gave 95

#

this is what 0003 did to my file. (all shown up as different elements)

#

holy shit i borke the barrier

trim pond
#

all of unicode from only U+0001 when

echo wasp
#

why are some barriers harDer to break than this 😠

trim pond
#

yeah I want my U+40000

echo wasp
#

wait hold on, can i break into c1 controls?

#

🤔

#

wait wtf almost all of the c0 chains i got last time are gone

#

????? why does it keep randomly deleting those elements

glad roost
#

google dementia

#

google dementia

echo wasp
trim pond
#

U+be40, U+be46, U+be47, U+be49, U+be4d, U+be52, U+be56, U+be58, U+be5c, U+be69, U+be6d, U+be76, U+be78
𨹀 𩹀 𪹀 빀 here #1206592567622373446 message

echo wasp
#

im calling it. hangul's falling today

trim pond
#

u gonna do rest of bxxx, nice

echo wasp
#

no one tried yet right?

trim pond
#

i think we did a bit

echo wasp
#

odds are 0.00000000000000000000000001% it'll work

echo wasp
trim pond
#

yes

echo wasp
#

wait since when did i-

trim pond
#

U+be96, U+be98, U+be9a, U+be9e, U+bea2, U+bea4, U+bea5, U+bea6, U+bea9, U+beae, U+beb6, U+beba, U+bebd, U+bebe

echo wasp
#

unsurprisingly...

trim pond
#

yeah, are you trying to reset

trim pond
#

U+ba65, U+ba66, U+ba68, U+ba6a, U+ba6c, U+ba6d, U+ba72, U+ba75, U+ba76, U+ba79, U+ba7a, U+ba7c, U+ba7f
𨩀 𩩀 𪩀 멀 here #1206592567622373446 message

#

U+ba7e
𨩾 𩩾 𪩾 멾 here #1206592567622373446 message

#

U+ba86, U+ba88
𨩈 𩩈 𪩈 멈 and 𨩆 𩩆 𪩆 멆 here #1206592567622373446 message

trim pond
#

U+ba98, U+baa6
𨩕 𩩕 𪩕 멖 here #1206592567622373446 message

trim pond
#

U+baaa, U+baad, U+bab1, U+baba, U+babc, U+babf
𨩨 𩩨 𪩨 멩 here #1206592567622373446 message

#

U+babe
𨩾 𩩾 𪩾 멾 here #1206592567622373446 message

#

oh yeah also

#

U+BE551E when?

#

U+bec0
𨻀 𩻀 𪻀 뻀 here #1206592567622373446 message

trim pond
#

U+bec5, U+beca, U+bed5, U+bed6, U+beda, U+bede, U+bee2, U+bee6, U+bee7, U+bef6, U+bef8, U+bef9

glad roost
#

700 left

trim pond
glad roost
#

roughsketch reference!!!!!

trim pond
#

btw I didn't plan to be exactly this many left

#

now should I continue or just stop. maybe we can leave the sheet like this

#

U+bf00
𨼀 𩼀 𪼀 뼀 here #1206592567622373446 message

#

ok i'm too lazy to wait

#

U+bf06, U+bf09, U+bf1c, U+bf3a, U+bf3e

trim pond
#

U+bfc8, U+bfc9, U+bfca, U+bfce, U+bfd1, U+bfd3, U+bfd6, U+bfd8, U+bfda, U+bfdb, U+bfdd, U+bfe0, U+bfe2, U+bfe6, U+bfe7, U+bfe8, U+bfe9, U+bfeb, U+bfec, U+bfed, U+bff0, U+bff2, U+bff3, U+bff5, U+bff6, U+bff9, U+bffa, U+bffb, U+bffc

trim pond
#

???????????? this absolutely blows my mind

chilly fulcrum
trim pond
#

/ + Flip Bits? = 򿿿 idea

->
\xf2\xbf\xbf\xbf```
trim pond
feral nest
#

127

echo wasp
echo wasp
tepid blaze
echo wasp
echo wasp
#

BB00
stuff: #1206592567622373446 message

chilly fulcrum
chilly fulcrum
echo wasp
#

????????????????????????????????????????

#

2cd02

#

BB06 BB0D BB1A BB29 BB39 BB3E
3xxxx stuff: #1206592567622373446 message

echo wasp
#

BB40
stuff: #1206592567622373446 message

#

BB4A BB4F BB51 BB55 BB57 BB59 BB5F

#

??????????????????

#

BB5A
stuff: #1206592567622373446 message

#

BB5D BB5E BB62 BB64 BB65 BB6E

#

BB80
stuff: #1206592567622373446 message

echo wasp
#

BB82 BB8D BB91 BB93 BB8A BB94 BB96 BB9A BBA5 BBA6 BBAD BBBF

#

natural break

#

it skipped 3 chars 😦

#

BB92
stuff: #1206592567622373446 message

#

BB89
stuff: #1206592567622373446 message

echo wasp
#

BBC1 BBC9 BBD6 BBFA BBFB BBFE
the element used for BBC9: #1206592567622373446 message

night dragon
#

aaaaAaaAaaAaaAaaAa

echo wasp
#

we're so close

night dragon
#

me when i ok i sis jlksdf

#

ill try to get some tonigh

echo wasp
#

BC10
stuff:#1206592567622373446 message

#

how is this chain worse than b9xx

echo wasp
#

nah if those are the hcars i have to deal with, im 100% saying fuck you hangul

echo wasp
#

BC6B BC6D BC6E BC71 BC72 BC76 BC7A BC7E

echo wasp
#

BC80 BC89 BC8A BC8D

trim pond
#

try with quotes and with partial quotes

echo wasp
#

BC98
stuff: #1206592567622373446 message
combine previous 3xxxx chians with each other to increment

glad roost
#

뷀 requires 뷁 and 뷅 but to obtain these you need to increment from 뷀

trim pond
#

wtf is this barrier break

glad roost
trim pond
#

hah lol

chilly fulcrum
echo wasp
#

already fixed

#

gonna do other stuff now hangul's slowly shortening my lifespan

echo wasp
#

no

glad roost
#

go for cosMo

echo wasp
#

no

glad roost
#

go for Training Support Department "thanK you aIMee" fReeStyLE Prefecture

chilly fulcrum
chilly fulcrum
glad roost
#

That's why I'm suggesting extreme approach for it

#
First, we hire famous musicians, and pay him to make a song named "Training Support Department "thanK you aIMee" fReeStyLE Prefecture" and advertise the song.
So the next version of LLaMA knows about TSD "tya", And we just wait for neal to update the ai...
And we can obtain it
Simple```
my approach
chilly fulcrum
#

go for Administration Classification RepresentativesAddEventListener…………….################ etc etc

#

“Find all 20 token items”

glad roost
chilly fulcrum
#

Should be yeah

#

there’s more 20 token items then there are possible inputs

#

(Actually I never checked)

chilly fulcrum
trim pond
#

U+30000 a bit simpler recipe for U+1293
Cjk Ideographs Extension P here #1206592567622373446 message

#

also found this alt Cjk Ideographs Extension P route, but I'm not really sure if it is faster

echo wasp
#

alfo fish joining awwo?

#

oh yeah optimise U+40000 when?

chilly fulcrum
#

more like find

trim pond
#

i will try when you find a strat to increment 2 chars right next to each other smth like this:
A B ST + C D UV = E F WX

#

you kinda have to figure out what the letters are though

chilly fulcrum
#

some kind of token mixing?

#

i mean f1 isnt valid anywhere except first byte so....

#

the whole point of utf-8 is you cant interpret it wrong like that

trim pond
chilly fulcrum
#

because that will spawn 0xf1, sure???

trim pond
#

no

echo wasp
#

(using GMT+8)
2FFFF: 28/6/24 07:49
30000: 12/8/24 14:58
3FFFF: 14/9/24 21:33
40000: ?

chilly fulcrum
#

then why do you want it

trim pond
#

put it in oeis

#

somehow

chilly fulcrum
#

put what in oeis

trim pond
#

so that we can figure out when we'll get 40000

trim pond
chilly fulcrum
trim pond
#

i am not trying to do any bit/byte manipulation here

#

that's what i meant

echo wasp
#

so you want a trade or sth?
u give me this strategy I'll give you 40000?

chilly fulcrum
#

im thoroughly confused

trim pond
#

better Phags-pa Script

chilly fulcrum
#

need Unicode.next_codepoint linked probably, i guess its browser so i can do it

#

ehh looks weird but whatever

trim pond
#

? what are you talking about

chilly fulcrum
#

i just saw it in an earlier lineage, thought it would be somewhat useful to link

#

although browser links are brokey for now

trim pond
#

you can just search for it on discord

chilly fulcrum
#

sure

#

done

trim pond
#

U+21000 better U+a800 (i think)
Phags-pa Script here #1206592567622373446 message

#

U+22000 better U+12240 (i think)
Cjk Ideographs Extension C here #1206592567622373446 message

glad roost
#

please optimise e007f next

trim pond
#

it already is?

chilly fulcrum
#

Trying to remember which one took ages for me to follow

#

I think it was e003f

#

I think 7f was fine?

trim pond
#

eisern optimised the extraction of the first e00xx iirc so you just increment it

chilly fulcrum
#

For this Hangul are y’all exclusively using 2-3xxxx?

#

at least these days

echo wasp
#

I honestly thought alfo would just finish off hangul

trim pond
#

nah I'm done

echo wasp
#

I was planning to never touch those chars again

glad roost
#

it's year 2039, there's only 259 chars left to finish unicode 16.0. It's so close and we just need final stretch.

#

it's year 2077, there's only 259 chars left to finish unicode 16.0. It's so close and we just need final stretch.

#

it's year 3039, neal launched infinite craft 10 pro max. still, there's only 259 chars left to finish unicode 16.0. It's so close and we just need final stretch.

trim pond
#

you finish it

glad roost
#

I can't unicode

#

i might try some with actua korean words

echo wasp
glad roost
echo wasp
#

neal is a person

glad roost
#

neal is famous game company over 1000 years later

trim pond
#

what's the current best way to get U+2efff, U+30fff? is it incrementing from U+2e000 and U+30f00 (or U+30d00)

chilly fulcrum
#

It’s awful

#

I mean if y’all really want I can finish them off, if you think that’s worthwhile. Be warned that it’ll be about 12 hours before I can do so

#

I also will need to spend time getting the resources

#

I’m not that familiar yet

#

Let me know if that’s ok

#

I’d be happy and in fact honoured to work on final stretch

trim pond
#

yeah it's ok

chilly fulcrum
#

Fair warning that I may need a little assistance

#

But we’ll figure that out when we get there

trim pond
#

i am cooking rn

echo wasp
#

ugh ig ill do it

#

rubiks which part do u want to do?

#

great now the issue is that the sheet is lagging

#

and great now my ic is lagging

chilly fulcrum
#

Well if you do it then I’m not exactly doing it am i

echo wasp
night dragon
#

im alive

trim pond
#

better U+c0000
U+10000, U+20000 in sheet
U+21000 here #1206592567622373446 message
U+22000 here #1206592567622373446 message
U+23000 is probably better to make by Cjk Ideographs Extension Q + U+18005 = {23000}
U+30000 here #1206592567622373446 message
U+e007f here #1206592567622373446 message
also a mistake in the lineage in the first image, Next Unicode Block is a wrong step (just erase the line)

#

@twin bay would you like to optimise this?

night dragon
#

ill try help with 259

echo wasp
night dragon
#

i just choked on m y spit

#

alright

echo wasp
#

time to nuke it

night dragon
#

ill start with BD9C

echo wasp
#

alr

chilly fulcrum
#

Lmao e0081? Why

#

Cool tho

echo wasp
#

now pray this setup works

chilly fulcrum
#

Leave me at least 100 if possible

echo wasp
#

i definitely cannot do all today

#

i think i just drop the lineage (if it works) in a txt file

chilly fulcrum
night dragon
#

sure

echo wasp
#

as long as no one else will have to suffer bcxx ill be fine 🙂

trim pond
#

*someone else gets to

#

whoah 0.0015%. making progress

echo wasp
#

ikr, one step at a time

night dragon
#

hoorah

trim pond
#

if i do one recipe each year, we can be done before the universe ends

#

someone else will need to continue my legacy ofc

glad roost
#

Alfo junior

echo wasp
#

moment of truth!

#

omfg it worked

chilly fulcrum
#

Nice that you just have all those ready, I guess you’ve been going up

trim pond
echo wasp
#

no was just this

trim pond
#

you were going for that right?

trim pond
chilly fulcrum
#

BAD lineage.

echo wasp
#

😂

#

agree

chilly fulcrum
#

U+H1MR soon

night dragon
#

Extraction lineage for U+BD9C-BDBF

echo wasp
night dragon
echo wasp
night dragon
#

oops forgor 3

echo wasp
#

BCA2, who

night dragon
#

NOO

#

I GOT 60K elements without noticing

echo wasp
echo wasp
night dragon
#

this was my 60kth then lol

#

B DAD

night dragon
trim pond
#

guys we can also stop at 1 char left