#Unicode

1 messages · Page 28 of 1

chilly fulcrum
#

well there’s all the next symbol stuff glowy and I have

#

but if it’s not working odds are you won’t break through unless you have perhaps hundreds of options

#

white holes are extremely tough

#

Its either like a 90% success rate or 0.1% and little in between

#

failing js the lookup table should still be able to be implemented by using native functions

lethal nymph
#

threw in (Directly) Next Symbol

abstract marsh
#

idk if its just next

lethal nymph
#

oh well nothing new appeared

abstract marsh
#

cuz there's no consistent tool for that... with next tech i had

lethal nymph
#

i'll throw in the 6-dot braille chars urotsuki have

#

they also just concatenate to each other 😭

#

also threw in #nextunicode because i saw it on the sheet

#

wow very helpful

chilly fulcrum
#

Try After Previous Unicode

#

it’s a bit of a doozy

#

and on occasion prepend hashtag and remove the Mr. have worked

#

best chance is some language Unicode like Unicode Oriya or whatever any one of those but depending on the block some are much more sensitive than others

#

Confusion tactics with nonsense also can work

lethal nymph
#

it made 28ff like

#

a lot

chilly fulcrum
#

normal

#

that’s why my most common element is the therefore symbol and by a long shot

#

Also glowy has previously coerced some elements put by combining the characters with U+/+++x/000x

#

Often it matches the last digit and gives the next one up

vernal kraken
#

guys is this normal ?

chilly fulcrum
#

looks normal to me, why?

vernal kraken
#

"fromcharcode" + the hashtag is supposed to make fromcharcode without the quotation marks

chilly fulcrum
#

according to where

#

just want to see

vernal kraken
#

eisern lineage

chilly fulcrum
#

there’s a lot of those

#

can you link me to the specific one

#

we also have some good routes

#

On a sheet

vernal kraken
abstract marsh
#

did you mistake

" with “

??

vernal kraken
chilly fulcrum
#

Oh god that’s such on old route

#

how did you get pointed to that one

vernal kraken
#

idk

chilly fulcrum
#

rather than any of the reasonable ones

#

just so we can fix it

lethal nymph
#

that's probably a case of unquote bug

chilly fulcrum
#

and point to the better one

#

hmm yeah I see

#

so it doesn’t even work lmao

graceful marsh
#

Yip, unquote

chilly fulcrum
#

so how did you get sent there

#

want to know so we can fix

vernal kraken
#

the photo is on the unicode guide google doc but i think it's old

graceful marsh
#

Oh, the Unicode Tools

chilly fulcrum
#

yikes

#

We need to update those badly

#

make new ones probably

#

Beyond recovery at this point

abstract marsh
#

revamping the guide is needed yeah

chilly fulcrum
#

okay so

#

For a recipe you can go to ask for word we will optimise

#

Thread

#

pins has a sheet

#

with some stuff we optimised

#

it is one of them

#

but also there’s like 50 routes thrown around

#

from the effort of optimising it

vernal kraken
#

ok

#

found it

abstract marsh
#

nom nom, im watching a fun story rn

vernal kraken
#

thanks

chilly fulcrum
#

honestly I remember when I first took a look at the Unicode guides it took every last shred of my will to not lose it

#

but over a few days I followed them all and got to where I needed

graceful marsh
#

And then helped compress them!

chilly fulcrum
#

if we don’t want to scare people we totally should update these

abstract marsh
#

well technically the top pins already gives scares before they even started to do something

graceful marsh
#

Those pins need cleanup

chilly fulcrum
#

yes

vernal kraken
#

#1226511876733669436 message yay

chilly fulcrum
#

laurasia do you know enough about sheets to make some kind of lookup table for the Unicode sheet so that we can start experimenting with automated data entry

#

the way the auto entry currently works I presume is that it searches the whole doc to find the right row to put your recipe

#

but I propose we make a lookup table to make it effectively instant

#

as it stands it takes like one minute per recipe

graceful marsh
#

I'd need to see what the current solution is

vernal kraken
#

also do you know an accurate way of making elements that start with U+1F ?

chilly fulcrum
#

can you make a clone? Yeah I also needed to see I think but idk the sheet functions I need - in any real coding language it’s trivial but sheets are another thing entirely

#

there’s not really any accurate way - best we can do is about 80% success on characters that the game likes

#

on characters it doesn’t like you may as well just pray

graceful marsh
#

Where is auto-entry located?

I haven't touched the sheet in weeks

chilly fulcrum
#

input tool

#

just need a proof of concept that this can work

graceful marsh
#

Oh ok, it's that

Ugh, creating a copy of this entire thing will be a bit of a pain

chilly fulcrum
#

We don’t use it as it stands because it times out

#

don’t have to

#

can just make a dummy copy

#

all I’m after is just the general idea working - I don’t care what on specifically

graceful marsh
#

Oh nevermind I can view the attached script file

chilly fulcrum
#

Oh ok

#

I did not know that

#

but if this works it means we could input potentially 100 characters automatically at once and provide lineage links automated too if the tools used are known

graceful marsh
#

Well it should be scalable to bulk processing but I can't not make it do a full table search

Since unassigned codepoints aren't recorded (among other things) there's no simple conversion from value to rownumber, if that's what you're looking for

chilly fulcrum
#

ah but

#

that’s where the lookup table comes in

#

I propose we generate a lookup table that uses the codepoint of the result as an index

#

and then simply read off the value in that cell and that’s the row number in the sheet you are after and bingo

#

So instead of modify(row(x)) we modify(row(table[x]))

#

this gets around the issue

#

It bridges the gap

#

once generated the table only needs to be updated very occasionally

#

should always be compatible with future additions

abstract marsh
#

converting image lineage to text & put it in table
i wonder how many non-textual lineage we had in here 🗿

chilly fulcrum
#

good luck with that

graceful marsh
#

Ok hold on I think I might just be sleepy but what exactly is in the lookup table?

chilly fulcrum
#

it will tell you where to go

abstract marsh
#

pointers basically eh...

chilly fulcrum
#

since the problem is you don’t know where to go to find the row for U+xxxx, the lookup table tells you

#

instead of searching the whole sheet you get a direct pointer

#

so for example row 33 in the table would contain the number 3 or whatever the actual row for U+0020 is

#

or you could start there if you want and make that be row 1 of lookup

#

Idk if the sheet allows the script itself to contain this as a dictionary or if it has to be its own sheet

graceful marsh
#

It would probably have to be its own

#

Sheets doesn't really like doing anything large-scale with the scripting

abstract marsh
#

over 4k cell being used, yeah it lagged the sheet that i need to reload...
i never tried it again

chilly fulcrum
#

well yeah checking every row is a no go for sheets this big

graceful marsh
#

Could you just make a quick example of what the table would look like, with multiple rows?

I appear to still be having trouble visualising it

chilly fulcrum
#

pretend the sheet has (U+00) 20,22,23,27,29 as the first 5 entries

#

lookup table would then be like this: row 20 would say 1, row 22 would say 2, row 23 would say 3, row 27 would say 4, row 29 would say 5

#

and you can make that be like not starting at row 20 if you compensate in the formula you use to calculate the lookup table index

#

The lookup table lets you pretend the sheets aren’t split up

#

and that unassigned codepoints are accounted for

#

see how my example doesn’t have 21 (pretend it’s unassigned)

#

no problem the lookup table accounts for this

#

instead of row 21 saying 2 (incorrect) - row 22 would say 2 (correct)

graceful marsh
#

So you get the rownumber in the table from the Unicode value, find the number at that position, and use that to find the rownumber for the main sheet?

chilly fulcrum
#

yes

#

so Imagine I want to find where the hell in the sheet U+10000 is

#

Easy

#

Go to row 65537 of the lookup table and it will say

#

The lookup table is a one time calculation which is on par with the calculation needed to just find a character with the current Strat

#

Once you compute it you never need to again

#

unless of course you change stuff

graceful marsh
#

Okay, that doesn't sound too bad

#

I don't have full laptop access at the moment but you could probably already hack together a simple form of what you're looking for with just actual lookups

Let me try something

chilly fulcrum
#

yeah I can make it in an actual coding language just fine

#

but sheets scare me

abstract marsh
#

copy small amount of the sheet and run it on test sheet

chilly fulcrum
#

You could also copy the sheet entirely, there’s an inbuilt for that

abstract marsh
#

gl with ur pc loading all that everytime u update the script :>

chilly fulcrum
#

true

graceful marsh
#

Ok, I have an extremely stupid method of generating the table

#

...except it broke immediately

abstract marsh
#

okay wtf is this strategy that i never heard of

#

might be useful, imma grab em

graceful marsh
#

Interesting new fact I've learned, Sheets will only let you highlight 100100 rows

graceful marsh
#

Oh fuck

#

Everything is offset by 31 (decimal)

abstract marsh
#

pineapple
i wonder whats next 🐐

graceful marsh
#

Friendly things I call banana, unfriendly things I call pineapple (this was annoying to make)

#

I had to export and reimport as CSV to get it to work

graceful marsh
#

Glowy, could you copy-paste your console after making a bunch of unicode in a chain

abstract marsh
#

yeah i can

#

try this one, ( not in spreadsheet too, i'll do it next time )

u+08a0 + Dogra Unicode = ࢠ
U+08a2 + ࢠ = ࢡ
u+08a2 + Dogra Unicode = ࢢ
ࢠ + ࢡ = ࢢ
ࢡ + ࢢ = ࢣ
ࢢ + ࢣ = ࢤ
ࢣ + ࢤ = ࢥ
ࢤ + ࢥ = ࢦ
ࢥ + ࢦ = ࢧ
ࢦ + ࢧ = ࢨ
ࢨ + ࢧ = ࢩ
ࢨ + ࢩ = ࢪ
ࢩ + ࢪ = ࢫ
ࢪ + ࢫ = ࢬ
ࢬ + ࢫ = ࢮ
fromcharcode + U+0a1d = ࢭ
U+0002 + ࢭ = ࢮ
ࢭ + ࢮ = ࢯ
Dogra Unicode + U+08a1 = ࢱ
ࢠ + ࢱ = ࢰ
ࢲ + ࢱ = ࢳ
ࢲ + ࢳ = ࢴ
ࢳ + ࢴ = ࢵ
ࢵ + ࢴ = ࢶ
ࢶ + ࢵ = ࢷ
ࢶ + ࢷ = ࢸ
graceful marsh
#

Perfect

#

Wait did you copy that exactly from console or did you edit it

abstract marsh
#

edit it
i dont have script to copy without the :::::

graceful marsh
#

Oh I don't care

#

Keep it in

#

I want to automate that

abstract marsh
#
Infinite Craft Helper.user.js:890 Dogra Unicode + U+08a0 = ࢠ
Infinite Craft Helper.user.js:890 U+08a2 + ࢠ = ࢡ
Infinite Craft Helper.user.js:890 ࢠ + ࢡ = ࢢ
Infinite Craft Helper.user.js:890 ࢡ + ࢢ = ࢣ
Infinite Craft Helper.user.js:890 ࢢ + ࢣ = ࢤ
Infinite Craft Helper.user.js:890 ࢣ + ࢤ = ࢥ
Infinite Craft Helper.user.js:890 ࢤ + ࢥ = ࢦ
Infinite Craft Helper.user.js:890 ࢥ + ࢦ = ࢧ
Infinite Craft Helper.user.js:890 ࢦ + ࢧ = ࢨ
Infinite Craft Helper.user.js:890 ࢨ + ࢧ = ࢩ
Infinite Craft Helper.user.js:890 ࢨ + ࢩ = ࢪ
Infinite Craft Helper.user.js:890 ࢩ + ࢪ = ࢫ
Infinite Craft Helper.user.js:890 ࢪ + ࢫ = ࢬ
Infinite Craft Helper.user.js:890 ࢬ + ࢫ = ࢮ
Infinite Craft Helper.user.js:890 fromcharcode + U+0a1d = ࢭ
Infinite Craft Helper.user.js:890 ࢭ + ࢮ = ࢯ

08A0-08AF
this good?

#

nvm thats better

graceful marsh
#

Yep

Okay disassembling Banana 3.0 now

#

Does it always say ICH.user.js:890?

abstract marsh
#

yeah

#

ignoring the other message popped in the console...
i filtered it out

graceful marsh
#

It fucking works, let's go!

abstract marsh
#

now make it works even if the first one doesnt had ICH.user.js:890

graceful marsh
#

It will

lethal nymph
#

also on firefox, the ich line is on the right

graceful marsh
#

Oh goddammit

tepid blaze
graceful marsh
#

That's fine

#

I hacked together a stupid thing that detects the third space

lethal nymph
#

like this

Earth + Water = Plant Infinite Craft Helper.user.js:890:18
Plant + Steam = Tea Infinite Craft Helper.user.js:890:18
Glass + Tea = Cup Infinite Craft Helper.user.js:890:18```
graceful marsh
#

Ugh

I can make a separate version for Firefoxers

abstract marsh
#

now i wanted to see someone breaking it by making element
Infinite Craft Helper.user.js:890:18

lethal nymph
#

i mean it's dead so it can't ever be in a recipe

graceful marsh
#

Oh, right

I should make it automatically filter out results longer than 1 character too

#

Wait no

#

Piss

#

Google Sheets has this stupid thing where some characters are Length 2 for no reason

abstract marsh
#

U+xxxxx : 🎉

lethal nymph
#

5 digit hex value moment

graceful marsh
candid trellis
#

Is that a fucking poké ball?

chilly fulcrum
#

yeah

#

it gives length as 2 for those idk

#

okay looks cool I love it

chilly fulcrum
#

nice nice

#

may i see that sheet you have there laurasia what i can see is only the lookup table itself

lethal nymph
#

oh 20xx still have some left to be revived

#

now they're all revived

#

i'll bruteforce all of them against each other beacuse it's actually not too bad

#

yea it's gonna be interesting lol

abstract marsh
lethal nymph
#

most of the time the codes just get concatenated

abstract marsh
#

is that superscript

lethal nymph
#

⁽²⁰⁰²⁾⁽²⁰⁷¹��

abstract marsh
#

mhm yeah superscript unicodes 🙃 very interesting, good i didnt grind U+xxxx + U+xxxx to get random stuff like that

lethal nymph
#

looks like an encoding error lmao

sage wren
#

isnt there a kinda early element in infcraft with an encoding error

sage wren
#

Après Ski

lethal nymph
#

i'm mostly getting random bullshit like this

lethal nymph
#

it's only at 1e

#

this will actually take forever

chilly fulcrum
#

You did pick a lot to grind

#

what environment are you running this in - is it in an ide or a browser or what

lethal nymph
#

nodejs in a terminal

lethal nymph
#

this is not in sheet

chilly fulcrum
#

okay

#

oh wait i kinda left mistake

chilly fulcrum
#

honestly a separate bounty for "current lowest not found (but probably possible) unicode" would be cool but idk if others would join

lethal nymph
#

power went off

#

have to pause the bruteforcing

#

also i checked and there were at least two new chars in 20xx

chilly fulcrum
#

okay um last thing really we need to get this working is whatever the function is to turn a string into an actual cell reference

#

like how to turn the string "'sheetname'! cell" into the actual reference

chilly fulcrum
#

im going to run circumflex over a lot of early letters and codepoints

#

circumflex unexpected mvp

young turtle
#

Finally!!
Ή (U+0389) Greek Capital Letter Eta with Tonos
🇬🇷 Ελληνικά + ❌ U+001e = ❓ Ή

lethal nymph
#

wonder what's up with this

chilly fulcrum
#

Is it escaping or are those the literal results

lethal nymph
#

in grey is my editor displaying the codepoint

young turtle
#

strange for my it says fd

lethal nymph
#

what in the world is 206e used for though

chilly fulcrum
#

What does it give in console @young turtle

#

that recipe

#

want to check whose mistake it is because I may have put that recipe in

#

If it’s wrong I need to go fix

lethal nymph
#

sheet has the same recipe

young turtle
#

nvm I guess I have found already before someone and just noticed now...

lethal nymph
#

how chaotic

graceful marsh
#

What was this one

lethal nymph
#

U+200e + U+20fd

graceful marsh
#

Ah, nice

Completely unrelated

lethal nymph
#

reran the 500s and one of them suddenly worked

#

weird

#

‫ ⁽ ̒ ⁾ ‬

#

202b 20 202a 20 202a 20 202a 20 202a

#

it couldn't decide between left and right

chilly fulcrum
#

Bruh

#

ltr rtl ltr rtl wen

tame violet
chilly fulcrum
#

wat

thin warren
#

U+300E LEFT WHITE CORNER BRACKET
ʻ + 』 = ʻ』
ʻ』 + 「」 = 『』

lethal nymph
#

oh shit i forgot that 20[a-f]x is not confirmed to be 100% alive

#

eh whatever

abstract marsh
#

can you check which one is still dead from 20xx?
im almost done with 21xx cuz cant seem to get 21eb-21ef even stuck with U+++21ea

lethal nymph
#

how fascinating

#

𝗙𝗼𝗻𝘁

candid trellis
#

Nice font font

abstract marsh
#

i'll leave 21eb-21ef to someone else lol
gotta do easier one

candid trellis
abstract marsh
#

U+23CA
U+23dc + U+23dd = ⏊

candid trellis
#

Are you wanting a good recipe for U+21eb-21ef?
Or are just trying to make them so that they can be used in the script?

abstract marsh
#

the latter

lethal nymph
#

it caught some combining characters in 20xx

candid trellis
#

finally got home

lethal nymph
#

currently at 2074

#

it's been running for like 9 hours

#

wonder why it's taking so long though

#

it's only a bit over 30k combinations

candid trellis
#

UPWARDS WHITE ARROW ON PEDESTAL WITH HORIZONTAL BAR U+21EC

lethal nymph
#

random numbers in brackets seems to be a recurring theme somehow

#

oh it's not random, it's just the codepoint 😭

#

still weird

graceful marsh
#

Yeah

#

I'm trying to find any website that does that

abstract marsh
lethal nymph
#
20ea    ⃪
U+202a  U+20e1

2031    ‱
U+2030  U+207b
U+2031  U+2070
U+2031  U+2074
U+2031  U+2075
U+2031  U+207b
U+2031  U+207e
U+2031  U+207f
U+2031  U+2088

20b6    ₶
U+2036  U+20b0

20d3    ⃓
U+2063  U+20c5

20db    ⃛
U+206b  U+20e3

20ca    ⃊
U+206c  U+20e5```
#

will continue tomorrow gn

young turtle
#

I was adding some recipes on the Greek letters range of the sheet and seen a recipe that use the result to produce the result

GREEK CAPITAL LETTER OMICRON WITH TONOS (U+038C) Ό
Mr. Ό + Remove The Mr.

lethal nymph
#

#1206592567622373446 message

#

you don't need Ό to make Mr. Ό

young turtle
#

Also some recipes that are in the bot are missing from the sheet
🌀 Gamma + ❓ √-1 = γ γ

sage wren
abstract marsh
#

nice

chilly fulcrum
#

U+bobobobobobobob

chilly fulcrum
#

did we get U+20e4?

#

even "..u-" doesnt work

#

ok i finally got it

#

via U-20e4

abstract marsh
#

is it fd?

chilly fulcrum
#

no

abstract marsh
#

i guess i did that

chilly fulcrum
#

how so

#

also i cant pas U+bb

#

want all U+xx

#

so i dont have U+c0 and stuff

abstract marsh
chilly fulcrum
#

i see

#

not bad

#

i had 20e0 already

abstract marsh
#

i see

chilly fulcrum
#

so how about passing U+bb

#

(also im going to try generating the lookup)

abstract marsh
#

i dont even try making these yet

chilly fulcrum
#

oh ok

#

i could only get to U+bb

#

okay well now i have to figure out how to write to a specific row of a csv.....

#

maybe star has better way of doing a lookup that is more native to sheets itself

chilly fulcrum
#

lookup table generator ```import csv

lookup = {} # Dictionary

def add_data(file, offset):

alias = file[:-4]

with open(file, "r", encoding = "utf-8") as file:
    data = list(csv.reader(file))
    
for i, x in enumerate(data):
    rownumber = i + 1

    if rownumber >= offset:
        base10codepoint = int(x[2])
        lookup[base10codepoint] = (rownumber, alias)

files = [["Unicode Characters.csv", 3], ["Hangul.csv", 11], ["CJK Unified Ideographs.csv", 27], ["Kangxi Radicals.csv", 1]]
for file, offset in files:
add_data(file, offset)```

#

need to have those csv in your directory with those names

#

and the lookup table is just a python dictionary

#

but if you run it in idle or something you can then type in lookup[number] and it will tell u

#

havent worked out the details on converting this to an actual csv

#

now produces lookup with 0 offset

#

hang on ill update it a bit

#

its annoying the off by one

#

i mean U+0000 i think its okay to ignore (is it tho?)

#

ill remove the not in any sheet i think

#

too much data

#

will only lag it more

chilly fulcrum
#

... and we are off to the races!

#

ohno i have become greek

#

what does it even say

lethal nymph
#

currently at 20a7

#

getting a lot of those two unicode sequences

night dragon
#

lol

tame violet
lethal nymph
#

oh it's done already

#
20d0    ⃐
U+20dd  U+20e0```
#

and that's all

young turtle
young turtle
final sable
#

I love that this server has a resident Greek xD

young turtle
chilly fulcrum
#

well ill keep trying the greek chars

final sable
#

you talking about the Extended Greek block?

#

there’s no way we don’t have the Greek alphabet yet

chilly fulcrum
#

...

#

ai

#

go have a look if you want

final sable
#

bro I’ve tried SO MUCH TECH on the Greek charcodes bahaha

#

I was just hoping for something consistent to make a nice combined lineage, I didn’t know we haven’t even discovered them all yet 🤣

chilly fulcrum
#

i mean that is kinda the point of this thread - we dont care how

#

we just want them

final sable
#

I’m pretty much only here for Greek letters lol

#

and I’m only here in the first place because of the capitalization bug ahaha

chilly fulcrum
#

bug?

final sable
#

mhm, the game’s code has some lines in the wrong order

#

it’s converts to Title Case then does a check, but it should do a check and then convert to Title Case

chilly fulcrum
#

checks what

final sable
#

I don’t remember what exactly, but the consequence (the big) is that if you have a capitalised element then you can never ever get the lowercase version

#

(without the mbs mod)

chilly fulcrum
#

i dont think thats a bug

#

i think thats intended

final sable
#

well I definitely consider it a bug

#

because people have different inventories depending on what order they crafted things in

#

I’m sure Neal doesn’t want crafts to depend on the order

chilly fulcrum
#

i mean i dont think anyone has told him what the consequences are of what hes done

#

because they are scared

final sable
#

they have

#

he’s been DMed (don’t remember who) telling him exactly which two lines of code are in the wrong order XD

#

I’m so pissed that Ω has locked me out of ω man :((

chilly fulcrum
#

you dont have mbs?

final sable
#

I don’t really wanna use it

#

coz it’s not vanilla

chilly fulcrum
#

i mean vanilla is unplayable at this level

final sable
#

ideally I’d only use aesthetics and convenience mods

chilly fulcrum
#

and now even mbs + helper are failing

final sable
chilly fulcrum
#

they all still attempt to render things millions of pixels off screen and it locks the whole game up

final sable
#

I’ve only had one really frustrating moment where “a”, .a, ‘a’, etc. wouldnt stick onto the end of an element so I had to use a

#

but because of the capitalisation bug I only have and can only have A

#

and it fucking gave me an element like “ufbwywifA”

#

😂

chilly fulcrum
#

i see

#

i mean it may have done so anyway but alr

#

i dont think we fully know what gets fed into the ai

#

if its start cased already

final sable
#

I don’t look at the console so idk

chilly fulcrum
#

console doesnt technically tell us what the ai sees

#

it tells us what comes out sure

final sable
#

I don’t know if infinibrowser is gonna cope when it finally opens back up 😅

chilly fulcrum
#

im afraid at this point theres no hope

#

of that happening

final sable
#

there’ll be literally hundreds of thousands of lineages to submit right?

#

hopefully Neal will spend at least a little time on PC InfiniteCraft after Android is released 🙏

chilly fulcrum
#

not likely im afraid

final sable
#

why do you say that?

chilly fulcrum
#

not unless we specifically request it

#

because its been too long for a 5 minute fix

final sable
#

I’d only have reason to believe that if he abandoned Infinite Craft tho? and he hasn’t, he’s just making it multiplatform

chilly fulcrum
#

maybe

final sable
#

or any other 5-minute task for months xD

chilly fulcrum
#

yeah i get that

brave cape
final sable
#

that’s probs just Neal’s personality type I reckon

chilly fulcrum
#

but my past experience with game devs is

#

...

#

very not promising

final sable
#

if worst comes to worst I’ll just bribe him

chilly fulcrum
#

the game i was interested in a while ago was receiving regular updates and then in august 2018.... it suddenly stopped

#

and like we chat to the dev a lot

#

but its been 6 years and a whole lot of absolutely nothing has happened

final sable
#

well if that turns out to be the case with Neal I’ll just give him $50 to do the five-minute bug fix XD

#

I love this game so much that I’m happy to support Neal with a bribe lol

chilly fulcrum
#

lesson: dont make typos

#

haha

#

alright then

#

ok well i will keep trying greek

final sable
#

as will I

chilly fulcrum
#

we dont have omicron at all

#

lower or upper

final sable
#

though without mbs I shouldn’t be 🙃

chilly fulcrum
#

well thats why i say

#

but also

#

it doesnt matter

#

check console

#

i did this before mbs too

final sable
#

nah it does matter

chilly fulcrum
#

console recipe is only thing that matters

final sable
#

the bug robs you of what should be First Discoveries

#

there are cases where a recipe crafts lower case but you receive uppercase because you already had the uppercase

chilly fulcrum
#

yes

#

we know

#

i guess yeah you lose fd

#

as does everyone

final sable
#

ohh so it actually still is in the server’s recipe database

#

lmao that’s jokes

chilly fulcrum
#

im fairly sure yeah

final sable
#

but in that case only the server knows about it if the person isn’t checking their console

chilly fulcrum
#

yes

final sable
#

so useless to the actual players

chilly fulcrum
#

thats right

#

but its still technically an obtain

#

since that recipe will work

#

forever

final sable
#

but nobody else will know about the recipe

chilly fulcrum
#

but feel free to try omicron since we dont have it upper or lower

final sable
#

because the person who did it wouldn’t remark about it

chilly fulcrum
#

right

#

look i think we do ought to tell him a bit more but we are scared

#

im not sure the ful consequences of what he has done are actually known to him

final sable
#

I’m not 🫡

chilly fulcrum
#

because what he has done is presumably to fix confusion but it just makes it worse

final sable
#

I mean if it was intentional then it’s actually good in the vast majority of cases

chilly fulcrum
#

kind of

#

dead elements 💀

final sable
#

it’s just these edge cases that are problematic

chilly fulcrum
#

i dont think he knows dead elements exist

#

tbh

final sable
#

aintnoway

#

if he doesn’t know that then he hasn’t played his own game

#

zombie elements sure, but dead elements no way

chilly fulcrum
#

not unusual - im pretty sure windows developers dont actually use windows

#

because things make no sense

#

clipboard pins get pinned to the bottom

#

🤮

final sable
#

I’m almost certain that non-title-case elements being dead is a feature not a bug

abstract marsh
#

lol

chilly fulcrum
#

i mean they are temporarily dead

#

which is just

#

gonna be confusing

tepid blaze
#

🍿.

final sable
#

no that’s not how it works tho?

chilly fulcrum
#

well its technically indefinite

#

but you can make it definite

final sable
#

when an element is revived and you craft with the dead version, the game is actually receiving the title-case version I thought

chilly fulcrum
#

i believe that is true ye

final sable
#

yeah so “temporarily dead” isn’t it at all

#

when it’s revived it’s literally two different elements, just the dead one behaves exactly like the alive one

chilly fulcrum
#

yes

final sable
#

yooooooo

abstract marsh
#

then explain zombies 😂

final sable
#

do we have this mod:

#

to make your inventory only contain alive elements

#

?

#

because if you can’t craft with dead elements there’s literally no point having them in the crafting menu

chilly fulcrum
#

thats been tried but theres not an easy way to tell if something is dead 100%

tepid blaze
final sable
#

oop I don’t know anything about zombie so I’ll just shush xD

chilly fulcrum
#

i dont either tbh

final sable
#

don’t wanna know either 💀

#

anyway in much more positive news

#

I may have found tech even better than the Chromatic tech

final sable
chilly fulcrum
#

something liket hat

#

that and derivatives

#

although i see it being used less and less and swapped out with tech that even the users cant really explain

final sable
#

I have an exam tomorrow so I can’t test, but I’ll let you guys know soon

#

basically I’ve found a REALLY sticky element whose stickiness should make it even better than Chromatic

chilly fulcrum
#

how sticky

final sable
#

I don’t want to give it away

abstract marsh
#

not understandable & have a nice day

final sable
#

but it’s one element X out of about twenty related element which is unique in that “the X” + Y gives “the X Y” almost without fail

chilly fulcrum
#

bruh i just spend a while getting U+0378

#

and then i realsie

#

its unassinged

#

and im an idiot

abstract marsh
#

blunder

final sable
chilly fulcrum
#

💀

#

if its short then its probably quote useful

#

chromatic is borderline too long

final sable
#

and it’s quite a short element too so we won’t have the same problem as with Chromatic where “the Chromatic Y Z” is too many tokens

#

ye

#

it’s a 5-letter element

chilly fulcrum
#

its not a token issue its a > 30 char = dead issue

#

that for sure is intended

final sable
#

so with “the ” that’s 11 characters

#

(assuming “ is one char)

#

oh I thought tokens just meant length my bad

chilly fulcrum
#

token means llama token

final sable
#

ah

chilly fulcrum
#

theres an output limit of 20 token

#

(note: not divisible by 3)

#

meaning you can only have 6 exotic unicodes

final sable
chilly fulcrum
#

(3 tokens each)

#

7th unicode is cut off and produces invalid UTF-8

final sable
#

wait so if X has n tokens and Y has m tokens and you combine X and Y does the AI get an input with n+m tokens?

chilly fulcrum
#

we technically dont know

abstract marsh
chilly fulcrum
#

but input tokens isnt relevant thankfully

#

as far as we know

final sable
chilly fulcrum
#

we dont know and i dont think we can know

#

and its not relevant as far as we know so we havent pushed that side of things iirc

final sable
chilly fulcrum
#

but we think the input literally looks like f"{X} + {Y}"

final sable
#

because we sometimes like to do equations

chilly fulcrum
#

why do input matter

#

as far as we know input token counts have nothing at all to do with anything

#

well

#

technically "we" = me

final sable
#

and in higher math equations and formulas can have lots of obscure symbols

chilly fulcrum
#

i didnt exactly ask everyone

final sable
chilly fulcrum
#

im not sure i follow are you confusing input and output? or am i confusing some3thing

final sable
#

what I’m saying is if X has n tokens and Y has m tokens, does f"{X} + {Y}" have (at least) n+m tokens

chilly fulcrum
#

as far as i know the game doesnt care if the input to the ai happens to be 1 trillion tokens - its only that the output is limited to 20 tokens

final sable
#

ahh

chilly fulcrum
#

so if you put 7 unicodes in a response (3 tokens each) it will return you FFFD FFFD FFFD etc etc

#

because thats an invalid string

final sable
chilly fulcrum
#

3 into 20 does not go

final sable
#

that it would care about the complexity of the output but not care at all about the complex of the input

chilly fulcrum
#

theres the 30 char limit

final sable
#

but maybe that’s just how LLMs are—I know hardly anything about them

chilly fulcrum
#

but if you could in theory make it super dense

#

like 100000 tokens in 1 char (not possible but pretend it was)

#

we dont have anything saying that it would care

#

apart from the recipe timing out

#

because i dont think it would compute it in 12 sec

abstract marsh
#

4 token in one char is probs something i have seen... but not beyond that
iirc, some discussion was about more than 4 token in one char maybe does exist...

chilly fulcrum
#

if the input format is how we think it is then the maximum allowed input is 73 chars

#

oh right

#

perhaps

#

like the super high unicodes

final sable
#

we could even put a column in the spreadsheet for the number of tokens of each character if we wanted to get SUPER nerdy

chilly fulcrum
#

its mostly consistent to the number of bytes it is in UTF-8 but some of them are different

final sable
#

right I need to bedge it’s nearly 3am and I have exam tomorrow afternoon xD

#

but before I go I must know one thing

#

you call yourself rubiksmath

#

but do you know the mathematics of the rubiks cube 🤨

chilly fulcrum
#

to some extent yes

final sable
#

:D

#

you done a course in group theory?

chilly fulcrum
#

no i havent, but i loosely understand a group of operations known as commutators (ABA'B') which you can use to solve it however you like

#

as well as kociemba algorithm

final sable
#

that’s just the algorithms for solving it tho that’s not mathematical

#

I mean like actual theorems about the cube 😮‍💨

chilly fulcrum
#

would need example - as i said i havent taken formally a course but i loosely know what a group is (although its been a while since i last looked at them)

#

symmetries is probably as far as i could go

final sable
#

I guess the most important one is just what the symmetry group of the Rubiks cube is

#

it has that many symmetries lol

chilly fulcrum
#

thats the number of states

#

which i know how to calculate

#

although combinatorically

#

not through anything to do with groups

final sable
#

this is the actual group

chilly fulcrum
#

but the way i understand that is you just combinatorically multiply all the options then divide by 12 for "illegal" positions

final sable
chilly fulcrum
#

basically saying that if you broke ur cube and assembled it randomly only 1/12 of the time it will be solvable

final sable
chilly fulcrum
#

as for where 12 comes from... thats tricky to gain an intuitive understanding for

#

but an explanation i saw just investigated the effects of 1 move

#

it was very loose

#

but yeah it defined parameters

#

did a move

#

and said this is what it does to those parameters

final sable
#

welp luckily you know not to reassemble your cube wrong xD

#

right

#

🛏 😴

chilly fulcrum
#

well yeah youd hope

final sable
#

just assemble it solved lmao

chilly fulcrum
#

i just assemble randomly and solve as far as i can

#

worst case i have to take out 3 pieces

final sable
#

bruh

#

naughty step for u

#

anyway gn :)

chilly fulcrum
#

ok

#

gn

#

i mean i can assemble it in a scrambled but solvable state too

#

the parameters are easy to identify

unkempt lantern
chilly fulcrum
#

i mean they behave identically so even if you do it doesnt matter you can just swap it out for one or the other

#

you were trying the math stuff in 1dxxx right?

unkempt lantern
#

Not anymore

#

I wanted mathematical monospace L and V in order to craft V=L with them but I gave up

unkempt lantern
lethal nymph
chilly fulcrum
#

oh okay well if theres anything you want i am happy to try

chilly fulcrum
#

#correct-charcode is blunted out of its mind

#

its literally now just a codepoint to base 10 converter

#

who did this

#

who ruined it

#

gr

#

the real solution:

#

"give up" strat overpowered ngl

candid trellis
#

ҏ CYRILLIC SMALL LETTER ER WITH TICK

chilly fulcrum
#

okay

#

💀

#

we playing mario kart

#

in greek

young turtle
#

Χαχαχα my favorite game

young turtle
chilly fulcrum
#

an element that seems to no longer perform like it used to

#

k this is too fun

young turtle
#

So I will tell my pain here. I have crafted more than 10k elements in greek characters but none of them contains the two unicode letters I have asked for at the “ask a word, we will make” before that being banned by nata i guess (single unicode characters orders)

That is Έ and ΰ

candid trellis
#

it's not banned atm I think?

young turtle
chilly fulcrum
#

how do you go about crafting greek elements

#

i mean im just throwing words at codepoints

#

for fun

#

and every once in a while it spits out some greek

young turtle
#

The last is Μαριονέτα

candid trellis
#

'CYRILLIC SMALL LETTER ROUND OMEGA' (U+047B)

sage wren
#

marionette my guess

chilly fulcrum
#

well thats like just replacing the english letters with greek equivalent

#

i dont think thats actual translation

sage wren
#

sorry wrong keyboard

young turtle
chilly fulcrum
#

okay and what does it do though

#

like what is its strategy

young turtle
#

My strategy at first was throw all possible English elements i had to Ελληνική Μετάφραση or Ελληνικά

#

But that most if the time returns garbage

#

So I added an extra check to reject all the words that are not spelled correctly with the help of an online speller api

chilly fulcrum
#

arent you just after some specific characters or whats the goal

young turtle
#

That hopefully trains the AI to only give me valid greek words

young turtle
chilly fulcrum
#

okay

young turtle
#

I am being ambitious

#

Well tbh the goal was the greek gods at first

chilly fulcrum
#

i mean you are welcome to request a word with one of those characters in it

#

as far as i know

young turtle
#

And the greek islands

chilly fulcrum
#

unless they didnt like it

#

i forgor

candid trellis
#

'CANADIAN SYLLABICS CARRIER LU' (U+1622)
and
U+17ee (not assigned I think?)

sage wren
#

You can easily check by just googling u+whatevs since unicode should always pop up from that if it exists

young turtle
#

Well unfortunately a lot of these words contain a common used character in greek: ε epsilon and when that happens to be at the beginning of the word and has a tonos no valid words can come out of the game without using the character Έ

chilly fulcrum
#

are you just going straight to the code points every time with "..u-"

#

im getting all these fd incrementing up to it

candid trellis
chilly fulcrum
#

are you like specifically going for those only and no others? like im getting fd by incrementing to it

#

like 0770 is fd

candid trellis
#

'CYRILLIC CAPITAL LETTER KOMI TJE' (U+050E)

sage wren
#

reminds me of that town named Kommetjie

chilly fulcrum
#

um also where is codetofromunicode

#

never mind i will just try

candid trellis
#

'CYRILLIC CAPITAL LETTER KOMI NJE' (U+050A)

candid trellis
chilly fulcrum
#

damn discord search

#

cyrillic to unicode gives 7 results, 0 of which contain a recipe

abstract marsh
graceful marsh
#

#1206592567622373446 message

chilly fulcrum
#

observations is that codepoint ends in 8

#

so attention should be focused on those

abstract marsh
#

nom nom...

chilly fulcrum
#

interesting

#

in UTF-8

#

they both end in 03

#

i wonder

#

....

#

brain thinking intensely

#

oh wait no im stupid

#

utf-16 little endian

#

no wonder

#

duh

abstract marsh
#

xD

chilly fulcrum
#

look little endian is stupid dont blame me

chilly fulcrum
#

do we have greek to unicode

#

im suffering trying to make it

chilly fulcrum
#

Will try more tomorrow

young turtle
chilly fulcrum
#

I just got FD on it a little ago

rich roseBOT
#
💙 Greek Unicode

🇬🇷 Greek Alphabet + 🔤 Unicode = 💙 Greek Unicode

Lineage

⚛️ Periodic Table + 🏔️ Rocky Mountains = 🧨 Rocky Periodic Table
🌊 Lake + 🏔️ Mountain = 🏞️ Fjord
🔥 Fire + 🔥 Fire = 🌋 Volcano
🌊 Lake + 🌋 Volcano = 🏝️ Island
🏝️ Island + 🏝️ Island = 🌎 Continent
🌎 Continent + 🏞️ Fjord = 🇪🇺 Europe
🇪🇺 Europe + 💧 Water = 🏖️ Mediterranean
🌎 Continent + 🌊 Lake = 🇺🇸 America
🇺🇸 America + 🌎 Continent = 🌎 North America
🌎 North America + 💧 Water = 🍁 Canada
🍁 Canada + 🏖️ Mediterranean = 🏞️ Canaan
🏞️ Canaan + 🏖️ Mediterranean = 🌅 Phoenicia
🌅 Phoenicia + 🧨 Rocky Periodic Table = 🔤 Phoenician Alphabet
🌍 Earth + 🪐 Planet = 🌙 Moon
🌙 Moon + 🌬️ Wind = 🐺 Werewolf
🌍 Earth + 🐺 Werewolf = 🐺 Wolf
🐺 Wolf + 🐺 Wolf = 🐺 Wolf Pack
🐺 Werewolf + 🐺 Wolf Pack = 🔡 Alpha
🔡 Alpha + 🔤 Phoenician Alphabet = 🇬🇷 Greek Alphabet
🇬🇷 Greek Alphabet + 🔤 Unicode = 💙 Greek Unicode

young turtle
#

?

#

A sorry you said Greek to Unicode

abstract marsh
#

as rubik says : i've found it
#1215495041049436170 message

chilly fulcrum
#

Yeah Greek to Unicode

#

took too long

#

I need to know how others would do it I feel like it should be a 1 minute thing

tepid blaze
#

would probably build it using altphabet

chilly fulcrum
#

fair enough how was it

#

I recently stopped doing that much

#

because it started spitting in my face and making absolutely zero attempt

tepid blaze
chilly fulcrum
#

I could combine 10,000 elements with it if I wanted and every single one would get eaten

#

Maybe with hyphens it is ok

#

There’s no alphabet order issues provided you had all the words in quotes already

abstract marsh
#

i would try it in #greek with something #tounicode for better way, but idk either

tepid blaze
chilly fulcrum
#

In the end as I said I got it with Mr but it shouldn’t have worked

final sable
#

Mr and Mrs tech is obsolete now surely

#

imagine having to make Mr X and Mrs X to get X 😪👎

lethal nymph
#

they are literally as essential as hashtag and unplural tech

final sable
#

I’ve managed just fine without them

#

ofc I’ve used them doing other people’s lineages tho

lethal nymph
#

try getting Gedser without mr. tech

final sable
#

if you can get alt alphabets and hashtag tech without Mr tech then surely you can get Gedser, or whatever you want really

#

I guess the way to put it is I’ve only ever used Mr tech as tech tech xD

lethal nymph
#

mr. tech is essential if you ever want correct casing of an element

final sable
#

ahh okay 👍

#

I presume it’s all over the revival thread then

lethal nymph
#

and speedrunning

final sable
#

Infinite Craft would be a very different game if Mr Beast never got popular then 😅

lethal nymph
#

i mean there's still mr. bean

#

it's a common honorific anyway

final sable
#

lol that’s reminded me that the game recognised the most obscure reference yesterday

#

the element Twelvety has the emoji 🐘

#

which is from a British dark comedy show from DECADES ago lol

twin bay
#

Found something interesting.```
U+0022 : QUOTATION MARK {double quote}
U+2065 : <reserved>(unassigned)
U+0022 : QUOTATION MARK {double quote}

abstract marsh
#

heck

hybrid reef
#

my collection of different "a"s is even bigger now

#

we can make fake fds with this one

final sable
#

Are zombie elements when a dead element still doesn’t work after it has been revived?

graceful marsh
#

Wait what

Not quite, the typical zombie is an element that should work but does not

Is Without The The acting oddly?

#

I've never heard of a revival zombie

final sable
#

😭😭😭

#

yeah it’s a “revival zombie” for me

#

I crafted the correctly-capitalized version on my alt savefile and everything’s fine there

#

but on my main where I accidentally killed it, still dead even though revived

graceful marsh
#

Ah, that sounds like a cachelock problem

#

Your browser still believes the element to be dead for certain recipes

final sable
#

even though my alt file is on a different browser? I main on Firefox and alt on Chrome

graceful marsh
#

Yeah

Firefox's cache hasn't been changed yet

#

(this is a bad explanation but am sweepy)

#

You can disable it though

final sable
#

can I fix the element on my main then?

graceful marsh
#

I don't know Firefox well enough to know where to look to disable cache, unfortunately

twin bay
#

Ctrl + Alt + Delete
Set to only Cache and Last Hour > Clear Now

final sable
#

okay but if I disable it it’ll work without wiping my save?

graceful marsh
#

Yep

#

Save is on LocalStorage, separate system

final sable
#

and should I reenable it after I’ve fixed the element?

graceful marsh
#

Eisern's Solution™ is a cache rollback, not a disabling, so there'd be nothing to reenable

final sable
#

okie :D

#

tysm guys

twin bay
#

But I also use this Bookmarklet:
#dev message

#

To disable cache

final sable
#

to keep it disabled, you mean?

twin bay
#

Yeah, you just have to press the bookmark every time you open the page

final sable
#

so will that make vanilla Infinite Craft slightly less broken? 👀

twin bay
#

You'll never get cachelocked, at the very least

#

You can also disable cache in the devtools of firefox, but you need to keep devtools open, which is a performance hit

tepid blaze
#

or you have disable cache in the network tab in F12

twin bay
#

^that

final sable
#

so you think the only gameplay it affects is to ensure revival works then?

graceful marsh
#

The firey fox comes to help with the Firefox

#

Yes

graceful marsh
#

And also to avoid internet problems locking you out of recipes too

final sable
#

👍

graceful marsh
#

Y'know, the Fuezt-Laurasia-Eisern color palette is very nice

#

Nice peaking reds with Eisern's blue

twin bay
#

I see no peaking reds 🤔

graceful marsh
#

My explosion and Fuezt's fur

#

Although I am colourblind

#

That might be a problem

twin bay
#

Explosion looks yellow, and fox is orange, on my screen

#

🤷‍♂️

tepid blaze
graceful marsh
#

Okay yeah I'm just colourblind

#

Nevermind

#

It does genuinely look red to me though

twin bay
#

Could just be screen settings

graceful marsh
#

Possibly

#

I still stand by the colour palette looking nice even if I can't tell what colours they are

twin bay
#

I will allow this opinion to go unchallenged

chilly fulcrum
#

Yeah it’s pink for you and then yellow shifted slightly towards orange for Eisern and fuezt

tepid blaze
chilly fulcrum
#

ooh ok

chilly fulcrum
#

its so stupid that this works

#

U+03 + U+aa = U+03aa

abstract marsh
#

if that works, thats better

chilly fulcrum
#

the ai is very convinced omicron = omega

young turtle
chilly fulcrum
#

It’s a case of correct emoji but wrong result

#

we need to figure out to break those

nova umbra
#

.

chilly fulcrum
#

alright

#

done

#

2 new additions

abstract marsh
#

ឋនឨឩ
U+178B U+1793 U+17A8 U+17A9
imma try aim for these four unicode

abstract marsh
stable verge
#

k

#

actually put it in the forms

candid trellis
#

Does this just sometimes happen?

thin warren
#

wtf

candid trellis
#

\n

chilly fulcrum
#

hmm i dont usually add U+000a (newline) to quoted unicodes

#

so i dont know

thin warren
#

i mean you are using newline

chilly fulcrum
#

yeah you are adding newline

#

but thats pretty funny

candid trellis
#

oh is U+000a a newline

chilly fulcrum
#

yes

#

its ascii 10

thin warren
#

oh

candid trellis
#

icic

chilly fulcrum
#

= 0xa

candid trellis
#

I just added some random early unicodes to it since the usual didnt unquote it

chilly fulcrum
#

what did you try

#

if it doesnt unquote you are in trouble but there is a semi-reliable route via Hashtag The or Hashtag The #

candid trellis
#

U+ U+ U+0 U+00 U+0000 + and a small amount of early unicodes

thin warren
#

did you try getting rid of the periods as well ?

candid trellis
#

hashtag worked (got it in U+ now)

candid trellis
chilly fulcrum
#

removing the periods if it doesnt work the usual way.... you are in big trouble

chilly fulcrum
#

only if they display the correct emoji of course

#

which idk how 2 check

#

you can dig up your save i guess

#

but in console there should be a way

abstract marsh
#

gotcha

chilly fulcrum
#

ancient asciifromunicode - also very nice

#

im trying similar for greek but to no success - brent got cyrillic to give actual cyrillic at 07xx

#

i have tried various

#

no luck ye4t

abstract marsh
#

now im left with 178B and 1793

candid trellis
abstract marsh
#

lineage for Ancient Asciifromunicode

chilly fulcrum
#

have not been able to get similar success - wonder if cause greek is so low down

#

so maybe i need to go lower

abstract marsh
#

Directly From Unicode

chilly fulcrum
#

hmm do you just search unicode now and try em all

#

often behaviour of a lot is similar

#

need to pick out some "special" ones

abstract marsh
#

idk really...
for that one i found out 07xx something can go 17xx but the tool is inconsistent so gotta try alot of tool

#

whoops

candid trellis
#

it's whack that unicode just change their first/second digit/letter when becoming characters

chilly fulcrum
#

yeah well i have 100 or so pinned

#

out of about ~400 id say that have like a small chance

#

and i cant be bothered to sort through all 400

#

and try things with no chance

#

so i need to get out the more special ones

#

but then again when its a specific language block i guess i have to just deal with it

#

skull emoji is a very bad sign

#

same with the no symbol

stable verge
chilly fulcrum
#

i hate how it finds the closest look-alike to 🚫 and just gives you that

abstract marsh
chilly fulcrum
#

single curlies

#

ono

abstract marsh
#

( Apostrophe + Previous ) + #directly
that is the recipe to reach there

chilly fulcrum
#

interesting

chilly fulcrum
#

so crazy this works

#

U+029 + U+a

#

crazy

#

= U+029a

abstract marsh
#

yeah good tech one and simple to get

chilly fulcrum
#

so do you try everything with unicode in it

#

or unifont

#

for these rough ones

#

i have too many to search

#

cause cutoff

#

sad

abstract marsh
#

yeah i'll try one that has relationship with it
like Khmer Unicode, Khmer Unicode [number]
then goes anything with from and then Aksara Unicode
after that... freestyle by choosing everything

chilly fulcrum
#

from?

#

like from khmer unicode

#

e.g.

#

for 39f

#

i am trying with 29f

abstract marsh
#

nope
Directly From Unicode
fromunicode
fromcharcode
.fromcharcode
Asciifromunicode
Ancient Asciifromunicode
etc etc

chilly fulcrum
#

ok

#

well i am instead fd a lot of random unassigned

#

and also 2af

abstract marsh
#

im not doing unassigned although i had quite sum of em

twin bay
#

New U+010 and U+0100 recipes lol
[Mr. U+00](#1226511876733669436 message)

#

I was trying to find a way to increment U+00

#

Do any of you have an easy U+01 from U+00?

chilly fulcrum
#

U+00 itself is quite convoluted isnt it

#

at least mine is

twin bay
#

Not really

#

Don't you have my Mr. route?

chilly fulcrum
#

idk i dont have Mr. U+00 or a clean U+00.... lmao but this is much cleaner for all of them if it works

#

no i dont think i do

#

yeah

abstract marsh
chilly fulcrum
#

Mr. U + U+0 = Mr. U+0 is closest i have

twin bay
#

#1226511876733669436 message

#

Fairly simple U+02 at least
[Baby U+01](#1206592567622373446 message)
[U+0](#1226511876733669436 message)

#

Nice U+01

chilly fulcrum
#

U+

#

still .u + Plus right

twin bay
#

Yep

#

Or Unicode + Upiano lol

abstract marsh
#

whaat do you mean by FrEE

chilly fulcrum
#

Free

#

well 29f not working

#

just getting the usual

#

Omega symbol when combined with anything hinting to greek

#

and 29bf otherwise

abstract marsh
#

man i shouldnt have used Asciifont tools, its scary how random it sent me to

chilly fulcrum
#

damn

#

is that an issue clogging up ur search

#

do you have like all from 0

abstract marsh
#

from 0?

chilly fulcrum
#

yeah

#

Asciifont 0

abstract marsh
#

all stuff [number] number start from 10 or 11

#

not bothered enough to try lower cuz i didnt have it

#

shit it work

chilly fulcrum
#

w

#

im trying to get below unicode 10

#

although idk how youd do it with string build thats not quite normal

abstract marsh
#

"⋅"
"{22C5}"

#

oh yeah that dot is the one you had nightmare one

chilly fulcrum
#

#ascii alr

#

seems fair

#

i can do that

abstract marsh
#

"⋅"
"{22C5}"

#

oh yeah it doesnt work on unicode...

chilly fulcrum
#

yeah no worky

#

do you have unifont 10

abstract marsh
#

nope,
this is interesting

chilly fulcrum
#

i havent been able to transfer much numbers like that

#

i followed it for aksara

#

but in general its not great on others to get the 10 on it

abstract marsh
#

mmm if i limit myself to not use the number, could be possible but challenging

#

will try my best to minimize that part as well from now on then

chilly fulcrum
#

like X unicode + unicode 10 works sometimes but if you build up enough y unicode 10 you can like try them all and do y unicode 10 + x unicode

#

and hopefully one will give x unicode 10

abstract marsh
#

sick

twin bay
lethal nymph
#

it is indeed some other "."

#

22c5 iirc

twin bay
#

Seems important to mention 😶

abstract marsh
twin bay
#

Oh, you did

#

No more "fromcharcode" or "prepend" for "-".
[46-step U+002d](#1206592567622373446 message)

chilly fulcrum
#

and we have good parenthesis and bracket

twin bay
#

Indeed, there is one adjacent to Apostrophe seed

chilly fulcrum
#

Hmm I forgor

twin bay
#

Actually, there are several

#

Two + Quotation Mark is the best for this "-" route, I believe

#

Actually no, it's probably Syntax + Lake, given that we have to get Unicode for U+002D

chilly fulcrum
#

System from hexadecimal?

final sable
#

right

#

Greek unicode is going DOWN

#

I’m this close

#

wish me luck lol

abstract marsh
chilly fulcrum
#

how close are you

#

also

#

5 letter

#

Chromatic

#

what is it

abstract marsh
#

i wonder what kind of tech should i get to obtain unicode of U+1793

chilly fulcrum
#

What you’ve been trying thus far is good