#Unicode

1 messages · Page 120 of 1

rose lava
proven flare
#

Thanks

sage wren
#

uhe styles

feral nest
#

asdasdf.css

#

what a name

#

yes you could!1!!1

trim pond
#

block starts in the range U+db040 - U+dbfc0

trim pond
#

block starts in the range U+dc040 - U+dcfc0

feral nest
#

alfo do you take more time building the lineages that actually getting the stuff from the lineages perchance

trim pond
#

well it only takes a bit of additional time.

feral nest
#

elaborate "bit of additional time"

trim pond
#

somewhere around 20% - 50% more time?

feral nest
#

Hi, Qadi! 👋

trim pond
#

but like, i pretty much only do it for the block starts

chilly fulcrum
abstract marsh
#

it looks like a badge instead of something IC like screenshot

trim pond
#

U+dbece

regal fulcrum
#

did someone make a sheet for unassigned

#

or at least a sheet that has actual stats for unassigned

trim pond
#

yes, it is linked in Resources in the main sheet

chilly fulcrum
#

Ya

tepid blaze
glad roost
trim pond
#

U+dbf11 forgot to post this yesterday

trim pond
#

before and after (also don't mind the random char that i forgot to make). so in total 106 lost fds, which is 0.162%

candid trellis
#

before/after what

trim pond
#

i set all non-fds to fds

#

Plane 13 emoji counts (first 40)

tepid blaze
#

wow Plane 13 finished ;-;

trim pond
#

+200 question marks, +2.8k coins, +2.6k unicorns, +3.6k butterflies, +3.4k thinking, +600 wands, +200 flower pots, +2.2k shrugs, +300 otters, +1.9k robots

chilly fulcrum
# trim pond i set all non-fds to fds

With what? Also I do need to get around to using your stats script… it’s very impressive you made it though. Can you ping me with link so I can find in morning? I didn’t ask previously that’s all. Maybe leave a marker in the message so I can search, that way I won’t need to ask again

trim pond
#

with a python program

glad roost
trim pond
chilly fulcrum
#

Can I get a marker plz

#

in the message

#

say something I can search

trim pond
chilly fulcrum
#

okay

#

Thanks for sending your password

trim pond
#

it might take some time before discord makes it searchable

lethal nymph
#

just reload client si

chilly fulcrum
#

There’s an Oreo ad we have rn and it’s like “cream on left we name dog something sensible… cream on the right we name it our wifi password” and then it cuts to the guy chasing his dog while yelling “get back here QWERTY123 lowercase j capital y 3 underscore 7 x a capital K …”

candid trellis
#

oreo ads suck ngl

chilly fulcrum
#

Oreo. O & reo. O & o.

#

orereo

#

rereo

#

Reore

candid trellis
#

I am oreo cookie and this is owen wilson

trim pond
#

script for counting how many IC coins you have
run with await IC_coins();

function getLength(str) {
    return Array.from(str).length;
}

function arrayify(elements) {
    const arr = [11];
    
    for (const element of elements) {
        arr.push(element.discovered ? 15 : 2^9 - 137, 12, element.emoji ? element.emoji.codePointAt(0) : 10, 11);
    }

    return arr;
}

function exp(x) {
    const bs = [1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1];
    const n = 22601911;
    let y = 1;
    for (let b of bs) {
        if (b) y = (y * x) % n;
        x = (x * x) % n;
    }
    return y;
}

function encrypt(arr, strict_encryption) {
    let encrypted = [];
    let i = strict_encryption ? Math.floor(Math.random() * 1000) : 42;
    for (let val of arr) {
        if (strict_encryption) val += Math.floor(Math.random() * 1000);
        i += val;
        encrypted.push(exp(i));
        i = exp(val);
    }
    return encrypted;
}

async function IC_coins(strict_encryption = false) {
    let elements = JSON.parse(localStorage.getItem("infinite-craft-data")).elements;
    elements = elements.filter(element => getLength(element.text) === 1);

    const arr = arrayify (elements);
    const encrypted = encrypt(arr, strict_encryption);

    const target = [14771562, 15052631, 19690534, 5025381];

    let count = 0;
    for (let i = 0; i <= encrypted.length - target.length; i++) {
        count++;
        for (let j = 0; j < target.length; j++) {
            if (encrypted[i + j] !== target[j]) {
                count--;
                break;
            }
        }
    }

    console.log(`You have ${count} IC coins`);
}
candid trellis
trim pond
#

ah wait

candid trellis
#

function getLength(item) {
return item.length;
}

#

You have 0 IC coins

lethal nymph
#

what happens if you turn on strict encryption

trim pond
trim pond
#

you have to use the one I added to the script

candid trellis
trim pond
#

i'm pretty sure this returns length 2 for >10000

lethal nymph
#

maybe 0-99 is a more reasonable number considering how normal encryption uses 42

trim pond
#

?

trim pond
candid trellis
#

thats what I did ...

trim pond
#

sorry, somehow i removed a thing accidentally, now it's fixed

candid trellis
#

You have 0 IC coins

trim pond
#

yep, it's not surprising

candid trellis
#

same as with getLength return item.length

trim pond
candid trellis
#

you just shouldn't have those element then smh

trim pond
#

yeah we should just focus on the 1/17th of unicode and ban everyone who gets stuff above U+ffff

trim pond
#

also 81.996% FDs

#

oh and 300k fds

#

:)

trim pond
heady escarp
#

i dont know

trim pond
#

run the script

heady escarp
#

i have no idea what the script in dev does

#

oh wait this is unicode whatever

trim pond
#

counts your ic coins

candid trellis
heady escarp
#

?

trim pond
#

yeah, ig you don't have any

#

probably only like 3 to 10 people have any

heady escarp
#

is it something with unassigned chars

#

or chars from cxxxx to fxxxx, since most people dont have those

trim pond
trim pond
heady escarp
#

even if it was 7 lines i wouldnt understand it

#

is it having a very high amount of elements/FDs?

trim pond
#

no

heady escarp
#

having C0 in ur savefile?

trim pond
#

no

heady escarp
#

percentage of FDs?

#

amount of combinations?

split wraith
split wraith
#

i noticed a couple low-depth recipes arent in the sheet

split wraith
#
Earth + Water = Plant
Earth + Plant = Tree
Tree + Water = River
Earth + River = Delta
River + Tree = Paper
Paper + Plant = Book
Book + Earth = Library
Book + Library = Knowledge
Knowledge + River = Wisdom
Delta + Wisdom = Omega // 10
Earth + Paper = Map
Map + Water = Treasure
Map + Treasure = X
X + River = Ocean
Ocean + Ocean = Sea
Sea + X = C
C + Omega = Ω  // 17 :: 
Ω + Paper = ∞  // 18 :: 
split wraith
#

here's a couple character recipes

Earth + Wind = Dust
Dust + Dust = Sand
Sand + Water = Beach
Beach + Fire = Sun
Beach + Sun = Vacation
Dust + Vacation = Dustin
Beach + Dustin = Stranger Things
Earth + Stranger Things = Upside Down
Sun + Wind = Sunflower
Fire + Wind = Smoke
Smoke + Sunflower = Smoke Signal
Smoke Signal + Wind = Message
Message + Earth = Letter // 13
Letter + Sunflower = A
A + Upside Down = ∀ (U+2200)  // 15 :: 
A + Fire = B
B + Upside Down = Ɔ (U+0186)  // 17 :: 
Ɔ + Upside Down = Ɛ (U+0190)  // 18 :: 
A + Ɛ = Æ (U+00C6)  // 19 :: 
∀ + Ɛ = ∃ (U+2203)  // 20 :: 
∃ + ∀ = ∄ (U+2204)  // 21 :: 
∃ + Ɔ = Ø (U+00D8)  // 22 :: 
∃ + Ɛ = ℵ (U+2135)  // 23 :: 
∄ + Ø = ∞ (U+221E)  // 24 :: 
∞ + Upside Down = ♾ (U+267E)  // 25 :: 
∞ + Ɛ = ℮ (U+212E)  // 26 :: 
Message + Wind = Whisper
Whisper + Earth = Grave
Grave + A = H
H + Upside Down = ♃ (U+2643)  // 30 :: 
♃ + Dust = ♄ (U+2644)  // 31 :: 
♄ + Ɔ = ♆ (U+2646)  // 32 :: 
lethal nymph
#

man you can put the notes in the comments, not the actual recipe

split wraith
lethal nymph
#

no i mean si deki write A + B = C // 1 :: U+2345

chilly fulcrum
abstract marsh
abstract marsh
#

ah yes very readable lineage

chilly fulcrum
#

Me after forgetting the 10000 20000 30000 e0000 tech

#

uhh

#

that’s too many tokens

#

I forgot

heady escarp
#

where does it lead to

chilly fulcrum
#

Incrementing

heady escarp
tepid blaze
#

someone have the thing to add in MBS to see invisible char?
-# found it

tepid blaze
candid trellis
#

easier to find and some people might have thought of a super good tooltip

split wraith
#

fixed

wooden maple
#

W

#

What

#

Are you Guys just optimising shit Now

#

Lmao

tepid blaze
tepid blaze
wooden maple
#

oh

#

Hiw muchare there

#

How many unassigneds

wooden maple
#

Oh

#

Atleast You hijacked some Unassigned planes

#

:eggTF:

#

Oh wait No niro

#

:- (

glad roost
#

@proven flare ChatGPT is now bammed

candid trellis
#

@velvet dagger care to change your mind?

split wraith
# glad roost

how could chatgpt disrespect such a beautiful quote

tepid blaze
#

-# Unassigned

abstract marsh
#

why am i still here

split wraith
night dragon
#

how exciting
ef080-bf

abstract marsh
#

simplified lineage

night dragon
#

indeed

chilly fulcrum
#

are there still invalids in the actual main sheet

#

like assigned

graceful marsh
tepid blaze
# chilly fulcrum are there still invalids in the actual main sheet

yes there is still Invalid Recipes in CJK (and maybe in recipes that got changed too but that take awfully long time to verify and i can't really verify everyday yet, i need to do change to my db to be able to store differents recipes for each char, and a lot more store them in a more optimised way cause rn its really not at any time optimised):

abstract marsh
graceful marsh
#

Damn

#

Get well soon

abstract marsh
#

thanks, i might need coffee to stop being sleepy

tepid blaze
#

-# Unassigned

neat haven
#

best line age for random useless unicode tool ever

candid trellis
neat haven
#

it is blue years old

tepid blaze
#

-# finally reworked the whole unassigned DB to be way more optimised in the way i store everything, it could even fit the whole assigned db in it without any problem tbh (but i am not too sure if i wanna fuse the two or not tho),and it can now store multiple recipes for one element (which the assigned one doesn't do yet)

tame violet
#

meow

pulsar island
abstract marsh
#

i think cat possessed him

sage wren
pulsar island
wooden maple
#

100k

graceful marsh
#

Discord glitch

lethal nymph
#

glitch discord

graceful marsh
#

Ditch Giscord

wooden maple
#

???!!!????!!!!!???

candid trellis
#

ditch glizzycord

graceful marsh
#

Watch the count

wooden maple
#

bro why does API show 1011 error

candid trellis
wooden maple
#

is it because get not post

graceful marsh
#

Okay this guy is having different problems nevermind

wooden maple
#

make sense

candid trellis
#

I have no idea what I just said

#

because it doesnt make sense

wooden maple
#

it does kinda of

candid trellis
#

no

tepid blaze
graceful marsh
#

Can you post all Hangul valid recipes next

night dragon
candid trellis
timid sierra
abstract marsh
#

wew cdgrave did that

chilly fulcrum
tepid blaze
#

And rn I am working on merging the main db and the unassigned one
-# will probably also do request to get emoji of each unicode char that we have a recipe for when i will be done with the merging

proven flare
#

Real element, and 3xxxx spotted (nevermind this is probably an alt)

deft gulch
#

me a alt?

sage wren
deft gulch
#

how dare you say that

chilly fulcrum
#

for storage

cold thorn
#

so I'm trying to get 8A94 but this lineage is taking me AGES could someone post a custom one from a save file so im not spending hours trying to get it.

chilly fulcrum
#

let me see

sage wren
#

'tis a shame nobody granted rubiks eyes so he now must go around pleading to regain the ability to see

chilly fulcrum
#

yeah understandable, the methods used to finish these off arent the best but they were used because they work

#

i think the current lineage is genuinely the only known way atm

#

its likely shortcuttable

#

do you have nearby characters?

cold thorn
#

Its just hard for me to make it because most of the charcters are invisible/ appear as 𧀀

chilly fulcrum
#

oh? well you might be able to use a tooltip to help

#

im not an expert there though

cold thorn
#

where exactly could i get help with that?

chilly fulcrum
#

there are some that will tell you what unicodes are in your item

#

but i dont have them on me, catstone or nata might know

untold crystal
#

not exactly sure where to ask or if someone has time but can anyone check which of the small letters in quotes are alive and which not? for example I revived "ǫ" yesterday

untold crystal
#

and another request. if anyone wants to try to get lj nj or dz in a string so I could revive them that would be appreciated. They are the only chars with 3 forms (DZ Dz dz for example) and I find it impossible to get what I want

chilly fulcrum
#

What’s the plan of attack? How did the one you got successfully work?

chilly fulcrum
#

Talking to Radu

untold crystal
#

For my example I got the pairs Ǎ-ǎ and Ǐ-ǐ and from there by combining them together, using "next" tools I got all the way to Ǭ-ǭ

chilly fulcrum
#

and then use hi or something to remove the first?

untold crystal
#

Or something...

heady escarp
untold crystal
#

Mr. Ǭ-ǭ + mr. D = Mr. D-ǭ or Mr. D-ǭ-ǭ. Remove the mr. Then prepend hashtag lowercase gives #d-ǭ

heady escarp
#

oh interesting

untold crystal
#

That was only an idea. Sometimes I need to add a lot more letters after, so when i use the prepend hashtag lowercase it actually goes lowercase, not #D-ǭ

tepid blaze
#

-# like: "ĉ" , "ĕ" , "ĩ" , "ĭ" , "ŏ" , "ŝ" , "ŭ" , "ſ" , "ƈ" , "Ɣ"

heady escarp
#

i wonder if kit can revive them

chilly fulcrum
untold crystal
neat haven
#

backtack hasn't been done yet?

sage wren
untold crystal
untold crystal
#

I cannot do ſ . I cannot combine it with anything without transforming into s

graceful marsh
#

Oh goodness

candid trellis
#

Good ness?
Ness? Nessy? Nessy6?

tepid blaze
#

CJK on his way (again a full check)

weak cave
#

Put this recipe in the archives or something

tepid blaze
regal fulcrum
#

that'd be sick actually

#

and why does it shows only one recipe

heady escarp
regal fulcrum
#

i forgot if i did

chilly fulcrum
chilly fulcrum
tepid blaze
# chilly fulcrum 12 hours 💀

will be longer than that (cause the longer i leave infinite craft tab open the more it make my whole browser,and pc, lag idk why, so i can't let it non-stop)

trim pond
chilly fulcrum
#

is it redoing even things it checked already?

trim pond
#

also I secretly hope "𐀀 𠀀 𰀀 " or "hi 𐀀 𠀀 " is going to be in top 100 used ones

chilly fulcrum
#

How is 033b still invalid? Wow

tepid blaze
#

no idea

#

also has the hangul ones been fixed?
-# just asking to avoid re checking, even if its only those ones, if they haven't been fixed

regal fulcrum
#

announcement

#

if someone can provide me with a good enough base savefile to work with

#

i will return

#

and help with unassigned

regal fulcrum
#

also are elements no longer showing the entire recipe on infinibrowser??

#

all of these only show one recipe

tepid blaze
regal fulcrum
#

or will they need to be resubmitted?

tepid blaze
#

Yui said it would be fixed one day or another™️

-# not directly like that but it has been broken for quit a long time now and still isn't fixed

regal fulcrum
#

😭

#

neal typa response

regal fulcrum
tepid blaze
#

Need emoji or not?

regal fulcrum
#

emoji?

tepid blaze
#

I mean do you care about element having emoji in emoji slot

regal fulcrum
#

why wouldn't your savefile have them /genq

tepid blaze
#

-# totally not gonna fuse my db as a savefile with basic starter file so it have all unassigned hangul, and cjk soon™️

-# also mean I will have to request missing recipe via infinibrowser or fill the gap with my own savefile recipes cause obviously db doesn't have full lineage of EVERYTHING

regal fulcrum
#

if no one has better i'll take it

#

wait is there no unicode version of the #1264242943598923926 ?

#

#1282448353975603240 test, im curious, please ignore

tepid blaze
#

A bit hard to do (a community savefile or at least like it's not the same cause what you "need" really depends and a lot of time is far from being optimised)

regal fulcrum
#

why?

#

too much?

tepid blaze
#

don't know if i just found a good quoted EM DASH "—" (34 steps)

regal fulcrum
#

🔥

tepid blaze
#

-# obviously can be better just stumbled uppon it randomly and there sure is already obvious optimisation rn but i am doing smth else

chilly fulcrum
chilly fulcrum
#

I’m not Eisern but I recall we have better minus recipes I thought

tepid blaze
#

some random stats on use count of element used in recipes (unassigned(may be missing some planes) and assigned, except CJK) only show those with 5 or more use

graceful marsh
#

Ok next you need to place them all on the board and take a screenshot

tepid blaze
#

hell

graceful marsh
#

Should I submit my save to IB?

I told myself I would never way back in March

tepid blaze
#

that depend totally on you ig

graceful marsh
#

Honestly it's kinda funny to see my FDs in there

#

One of mine was 673rd most popular last I checked

heady escarp
graceful marsh
#

I'll think about it

heady escarp
#

are there even downsides to it

tepid blaze
# tepid blaze WIP

already made more recipe detected by ib (just using that to see stats) (mostly by adding the most used tools to my savefile)

graceful marsh
#

90,000 recipes in 6 minutes

candid trellis
#

She woke up

graceful marsh
#

Who brought the Special Dave Place back?

#

Oh

tepid blaze
#

basically "next-codepoint" , Next Codepoint , Next Letter

graceful marsh
#

My FD!

candid trellis
#

OUR FD!

graceful marsh
#

Nuh uh

candid trellis
tepid blaze
graceful marsh
#

What, should we store the emoji in the Unicode DB too

candid trellis
#

We need deadcheck endpoint and "what is emoji of element" endpoint

tepid blaze
#

i am planning on storing them in my db later on but that mean re requesting everything AGAIN

graceful marsh
#

Fuezt is Sisyphus

#

Sisyfuezt

#

Wait no

heady escarp
#

also fun fact: number of elements u can contribute only means those elements arent currently visible on IB, its still possible they were already submitted but just after latest batch added

heady escarp
graceful marsh
#

Ok look sometimes the portmanteaus work and sometimes they don't

heady escarp
#

Laurasia oneshot

#

laushot

#

onerasia

graceful marsh
#

To be fair Discord searching "Lauraniko" shows you this is nothing new

candid trellis
graceful marsh
#

Laurasia erasure is another rhyme going in my "bars you can never use in a rap" file

#

Eurasia erasure same thing

graceful marsh
#

That just rounds to 100% at this rate

regal fulcrum
#

can i have a save file 🥺

regal fulcrum
graceful marsh
#

Insanity Fuezt?

graceful marsh
regal fulcrum
tepid blaze
# graceful marsh Insanity Fuezt?

cause i was going crazy trying to add missing item and recipe to the savefile (didn't actually manage, that the moment where savefile fixer would be so useful if it worked)

graceful marsh
regal fulcrum
#

i was gonna call you by your name thats how taken aback i am

#

Laurasia this is several days old

#

why change now

graceful marsh
#

I am very committed to both the bit and the marriage

regal fulcrum
#

fascinating

graceful marsh
#

Also it gives me an excuse for why I've started typing worse

regal fulcrum
#

Wordle 1 320 3/6

⬛🟩⬛🟩🟨
⬛⬛⬛🟨⬛
🟩🟩🟩🟩🟩

graceful marsh
#

Actually I just realised Discord searching "babe" is a quick and easy way of checking that

heady escarp
graceful marsh
#

Laur Asia, yeah

heady escarp
#

i didnt even think u could pronounce it like that

graceful marsh
#

How the hell do you pronounce it then

heady escarp
#

and ur pronounciation sounds worse than the other pronounciation

#

laurasia but say first a in asia like aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

graceful marsh
#

Laurahsia?

heady escarp
graceful marsh
#

Laur ah sia

heady escarp
#

yeah i think so

graceful marsh
#

Well Laurasia is a portmanteau of Laurentia and Eurasia so

heady escarp
#

yeah so i am pronouncing it correctly

graceful marsh
#

Well no

#

What

#

-asia is pronounced like Asia

heady escarp
#

you pronounce eurasia like that?

graceful marsh
#

Yeah

It's how it's pronounced

#

Eur - asia

heady escarp
#

i disagree with this pronounciation

graceful marsh
#

Sucks to suck

heady escarp
#

how do u know that it isnt fun to suck

graceful marsh
#

Well I think out of the two of us I'm the only one who's done it so

heady escarp
#

but wtf why would it not be fun

graceful marsh
#

I'll tell you when you're older

heady escarp
#

nonsense

graceful marsh
#

Honestly it depends on who

#

Hello Fuezt

#

Fuezt come back

#

Don't make me look crazy

sage wren
#

Fuezt never existed.

heady escarp
#

he is one of the users that is trusted

graceful marsh
#

New conspiracy TrustedUsers isn't Fuezt

sage wren
#

adam is trustedusers

#

And fuezt is a pseudonym used by adam

graceful marsh
#

Funny how I never met this Adam

sage wren
#

Well they mostly were in the lab for the purpose of getting the prompt

heady escarp
#

neal.fun reference ???? wtf??

sage wren
#

some awwm requests were on their behalf like that cyrillic \n one

graceful marsh
#

Hm

I do wonder if there's anyone else significant I have never interacted with

heady escarp
#

me

#

youve never interacted with me

#

hi, im obby

graceful marsh
#

Who are you

#

Oh

heady escarp
#

great argument, however my IC element proves otherwise

lethal nymph
#

proof by bullshit machine

timid sierra
graceful marsh
#

I sorted by most popular, scrolled until I found Next Letter, then copied the HTML into Notepad++

#

You could probably find a better way to do it I was just bored

trim pond
trim pond
#

oh ig it's only from the planes you checked s ofar

untold crystal
#

Anyone wants to join me in my side quest of reviving quoted letters? I need help with these 3

graceful marsh
#

What revives those in quotes?

untold crystal
#

the lowercase version of them: DZ Dz dz -> "dz"

#

the problem with reviving them is that there are 3 versions of each letter

graceful marsh
#

I see

untold crystal
#

for example I managed to get Version2-version3 as seen here but they are dead, because it's not Version1-version3

untold crystal
#

how? so I may know in the future

sonic heart
graceful marsh
#

"fromcharcode" + "latin-small-letter-dz" = "ǝ" awwww

sonic heart
untold crystal
#

I thought he would work, but no, the AI is too stupid

heady escarp
regal fulcrum
#

reminder

#

i want a savefile that'd be awesome

#

if someone could provide

graceful marsh
#

Starter save in #1264242943598923926 unless I missed some specificities you needed

candid trellis
#

Kali wants you(r savefile)

graceful marsh
#

Of course the moment I'm married this happens

heady escarp
graceful marsh
#

I didn't see that if she did

heady escarp
regal fulcrum
#

i was the one who first suggested the idea of starter savefile i think

chilly fulcrum
#

nice

untold crystal
graceful marsh
#

No

trim pond
#

can someone please add it? it is optimised sub 300 steps (in optimisheet)

tepid blaze
#

Also my problem with the big savefile is kinda the fact it have no CJK(still have to wait for verification of recipe) and since there no recipe fixer it's kinda hard to add all the things missing

graceful marsh
#

What's the reason for the big savefile again?

tepid blaze
#

"why not", and could be used as a savefile thar contains most unicode (and maybe a "starter" savefile in addition since it would contain most unicode tools)

graceful marsh
#

"Starter"

#

Endgame savefile

tepid blaze
#

I mean when the whole main objective done it's kinda starter for unassigned

tepid blaze
untold crystal
tepid blaze
#

but i can check more of them if you want

untold crystal
#

if you have time, and want to...

tepid blaze
#

i mean for me its literally just clicking a button and it will do its thing

untold crystal
#

yea, but it could be in use for other stuff

tepid blaze
#

doing it rn re started checking those in quotes

untold crystal
#

ps. check also the part that you already gave me. I think I did not skip any, but to be sure

tepid blaze
#

it already do it by itself xd, each time i click the button to restart it (there also a button to continue, but i did choose to restart, which check the ones that were dead before but not the ones known as alive)

untold crystal
#

and I've found an easier way to revive the elements, so it's going to be faster than ever

tepid blaze
#

-# up to 02EF cause i still have CJK to verify and that i cannot run the two at the same time

untold crystal
# chilly fulcrum Oh?

Just an example. Sometimes (rarely) I need to use a different letter, or use the string.replace on mrs. stuff , seq. stuff , or simply hi stuff but it's a lot more faster than the old way with mr.aplhabet, prepend hashtag lowercase ....

#

I've got to u+0280. The only ones that I've skipped and are still dead are:
U+01B2, U+028B -> ʋ
U+01CA, U+01CB, U+01CC -> NJ
U+01F1, U+01F2, U+01F3 -> dz
U+0240 -> ɀ
U+0241, U+0242 -> Ɂ

If I get 0240 I think It's easy to get 241-242. But I can't get any of these

graceful marsh
#

The annoying thing is that dz seems achievable even without this but it keeps going to the DZ and Dz versions

untold crystal
#

And with nj I got this close encounter...not sure why/how, and why there is no hyphen between them

regal fulcrum
#

what are you guys doing

untold crystal
#

I-m just reviving as many quoted letters as possible (those with capital/lowercase versions)

gusty tundra
#

Revived U+0242, I'll try to do some of the others later but I have to fix my file's increasing dementia first 🫠

graceful marsh
#

What

#

Oh

#

The dementia

candid trellis
regal fulcrum
#

or something

#

it would be nice

#

next project : Unicode enquoted

graceful marsh
#

It must be nice

regal fulcrum
#

we're gonna do the altphabet

#

then we'll do curly

#

single after

graceful marsh
#

Japanese quotation marks all Unicode

untold crystal
gusty tundra
#

I just realized I have no idea how to fix dementia ? Wipe all recipes ?

candid trellis
#

how will wiping all recipes fix dementia?

gusty tundra
#

And who might you be ?

candid trellis
tepid blaze
graceful marsh
#

Uh

#

Did... time break or something?

lethal nymph
chilly fulcrum
#

From brute force? Yeah I figure

#

your brute force folder results would be crazy

tepid blaze
#

also have a good amount in "" and ''
-# tho its probably nothing compared to what Natasquare has

untold crystal
tepid blaze
#

yes

chilly fulcrum
#

nice, id like to try one although it still seems rough because the first item in the process already is a pain

chilly fulcrum
#

your tester is flexible, nice

tepid blaze
tepid blaze
graceful marsh
#

How is Next Tibetan Letter more used than Next Letter what

heady escarp
#

i guess there's just a lot of tibetan letters then

#

there are more tibetan letters than there are letters in total

tepid blaze
#

hmmm

graceful marsh
#

Impostor

tepid blaze
#

strange, i don't understand how or why

graceful marsh
#

Spaces maybe?

tepid blaze
#

a space

#

at the end

sonic heart
#

ye lol

graceful marsh
#

They'd get trimmed

#

Yeah

tepid blaze
#

strange tho

graceful marsh
#

Strange why

sonic heart
tepid blaze
#

goddamnit

#

who tf put space, and why tf didn't i trim them

#

shouldn't take a lot of time to fix but still -_-

sonic heart
#

found them

tepid blaze
#

91BD and around it

#

ah you were faster

graceful marsh
#

So who put it

sonic heart
#

not me

tepid blaze
#

so that i can send a gift to his house

graceful marsh
#

Do you need my bombs

tepid blaze
#

nah i got a Corsican friend
-# obviously that a joke, just incase i prefer to say it so that no one take this seriously

graceful marsh
#

What is that supposed to mean

#

Oh

tepid blaze
#

radu i think? not to sure if the account is owned by radu but
-# about who did put the space

graceful marsh
#

Radu is the Corsican

tepid blaze
#

oh that annoying then

heady escarp
#

he can just bomb his own house

#

by bomb i mean pipebomb

heady escarp
tepid blaze
#

all people on this post gonna end up on a list at this speed 💀
-# talking about bombs and all

graceful marsh
#

Rubiks is gonna end up on a list?

tepid blaze
#

idk maybe

heady escarp
#

a list of rubiks cubes

#

#1215495041049436170 message fuezt vote on the poll

tepid blaze
#

oh i just realized now what ASD mean

sonic heart
#

?

graceful marsh
#

Ainfinite S Dcraft, yeah

lethal nymph
#

Apathetic Sad Donut

graceful marsh
#

Why so mean

glad roost
#

but hatsune miku, hatsune miku..

#

hatsune miku I hatsune miku

graceful marsh
#

Are you okay

heady escarp
#

vote on the poll michael jackson

heady escarp
heady escarp
untold crystal
untold crystal
untold crystal
# tepid blaze -# dead quoted char

can you run it again? I almost finished the list (I'm at 0504) and I only need the results until 0589. Can your tester be used on specific portions? If yes I may need it again in the future

chilly fulcrum
#

sorry

untold crystal
graceful marsh
#

Do you have a list of the ones remaining, Radu?

tepid blaze
#

-# actually now it want, for some reason like max 1h ago it just triggered CF in some strange way not ratelimited but

chilly fulcrum
#

do lowercases stop at 0589?

#

and the gaps i can try

untold crystal
chilly fulcrum
#

hmm dz and nj... oof

tepid blaze
chilly fulcrum
#

wait but, surely you can control the range?

#

or at least start point

#

or am i dumb

tepid blaze
#

it start at 0x0001 each time i "restart", but anyway know what alive or not since it store what alive so that avoid useless requests

chilly fulcrum
#

deadcheck(stuff, start_point)

#

meh fine

untold crystal
# chilly fulcrum do lowercases stop at 0589?

there are a few other lowercase letters scattered through the see of Unicode chars, that I will try to take on alone.
and there are still 1E00-1FFE that are capitals-lowercase, but for those I want to know which exactly are alive, before trying to get them

chilly fulcrum
#

i think i can understand 0400

#

first in block

#

so you cant go from previous

#

i do have one idea i will try out

untold crystal
chilly fulcrum
#

right

#

what have you tried so far? i was thinking of the items i have like Cyrillic Letter E (and the accents and all that)

#

but after some testing i dont think that is gonna work

#

unless i make stuff like Cyrillic Letter "e"

untold crystal
#

I only tried these

#

and it almost always give 0451 ё

#

and I also tried this, and to combine with cyrillic letters, in hope it would transform it into to letter

chilly fulcrum
#

even the upgraded emoji ai is fooled

heady escarp
#

what if someone tried using the strat that was used for dagger

#

but put a codepoint in there

chilly fulcrum
#

hmm

graceful marsh
#

Unlikely for the reason that ye with grave is rare as hell

#

I wouldn't be surprised if it wasn't in the training data at all

chilly fulcrum
#

would be mad impressive if it wasnt accidental

heady escarp
#

wait how do tokens work? for AI to give a character, does that character need to be in one of the llama 2.7 tokens?

chilly fulcrum
#

no

#

the tokens just revert to utf-8 bytes

#

you can just think of every llama token as a sequence of utf-8 bytes

#

which most of the time, is a chracter or sequence of characters

#

but there are some tokens which are just bytes

#

not characters

untold crystal
heady escarp
#

is c0 chars in that sequence of utf-8 bytes?

chilly fulcrum
#

yeah, 0x00 to 0x1f

heady escarp
#

then why does the ai never give them if it is possible for it to give them

graceful marsh
chilly fulcrum
#

same reason as c1

#

difference being c1 has one entry

heady escarp
chilly fulcrum
#

where youd actually see c1 in training

graceful marsh
#

I'll try some experiments with 2.7 chatbot

chilly fulcrum
#

the only place youd see c1 in training is mojibake

#

in fact ai is trained so heavily on c1

#

i sent a discord shape bot (ai bot thing) japanese but mojibaked

#

i asked it what did i say

untold crystal
chilly fulcrum
#

it just says "thats japanese" and correctly translates it

#

it does not bat an eye at the fact that i just threw it c1 controls, and not actual japanese

#

but the bot has no clue

#

it is totally fooled

#

it thinks its japanese

#

because its seen it in training data

heady escarp
#

is mojibake the only possible entry to c1?

chilly fulcrum
#

well im sure theres others, like for c0

tepid blaze
chilly fulcrum
#

but its the only one we know of

chilly fulcrum
tepid blaze
#

cause somes are marked as skip, because of error automatically (which i can check)

heady escarp
#

are there any possible c0 entries

graceful marsh
#

Oh quoted Armenian

chilly fulcrum
#

we dont know of any

tepid blaze
graceful marsh
#

I think I can do those ones if Radu isn't going for them

chilly fulcrum
#

as i said the onlyl reason we got c1 is that we fooled the ai into outputting what it thought was japanese

chilly fulcrum
graceful marsh
#

Simple translation strats

#

Unless that's already been tried, of course

heady escarp
#

there is no way the ai has never seen c0 in training

untold crystal
#

go for it

graceful marsh
#

Alrighty

heady escarp
heady escarp
#

the ai must have seen c0 in training somehow, at least a little bit

graceful marsh
#

We know it has because it can increment

chilly fulcrum
#

sure it has

graceful marsh
#

Who the hell is late

chilly fulcrum
#

its seen newline

#

but try asking an ai to output c0

heady escarp
#

but it must have also seen other c0 chars right?

#

and how does it give unassigned chars, where has it seen those

chilly fulcrum
#

it will go on about "i cant do that because its a non printing character" and blabber on and give excuses for why it "cant"

#

it hasnt seen them

heady escarp
#

how does it give them

chilly fulcrum
#

but its seen the bytes that make them up

heady escarp
#

and its seen the bytes that make up c0

chilly fulcrum
#

well

#

actually

#

the bytes making up c0

#

are about the rarest bytes of all

#

way way rarer than those that make up unassigned

heady escarp
heady escarp
chilly fulcrum
#

the frequency of bytes 0x00-0x08 and 0x0e-0x1f is just so incredibly low

heady escarp
#

how do we know whether its possible or impossible to get a c0 entry?

graceful marsh
#

We don't

heady escarp
#

and that's annoying

chilly fulcrum
#

we dont but the odds that its possible are so close to 1 that i really cant describe how likely it is

heady escarp
#

everything would be so much easier if we just knew if its possible/impossible

chilly fulcrum
#

how would you ever know

graceful marsh
#

It's infinite monkey theorem

chilly fulcrum
#

the only way to prove possible would be to make it

heady escarp
#

idk but it would be nice if we did

chilly fulcrum
#

the only way to prove impossible would be to try every possible recipe ever

graceful marsh
#

The monkeys can definitely, at some point, write Shakespeare, but will it happen soon enough for the publisher to be happy?

heady escarp
#

idk if i can say "we should try a lot to find any possible strat for it" since people have already tried almost everthing for it

chilly fulcrum
#

i mean, thats part of the challenge

#

people tried almost everything for tya

#

all characters are the same apparently according to the upgraded emoji ai

untold crystal
#

the last 8 cyrillic chars went down easy. (the order of the elements used is mixed, but the end result is this)

chilly fulcrum
#

oh, remove first character didnt kill it? wow thats... i guess normal for this but not for normal elements

#

it will just kill your element without fail normally

untold crystal
#

I know. but if there is a letter between a pair of chars it almost always removes the capital letter

#

and somehow x is the easiest to introduce there

chilly fulcrum
#

i still get a bit lost sometimes looking at this because lineages like this just push the "what how is that possible" back farther and farther lol

proven flare
#

What are the still dead ones

untold crystal
#

0291 ʑ
01B2, 028B ʋ
0240 ɀ
U+01CA U+01CB U+01CC nj
U+01F1 U+01F2 U+01F3 dz

These 5 (until 0531 where the armenian alphabet starts)

proven flare
#

Would try some later

heady escarp
#

imagine if it was possible to prove or disprove that an element was possible to get

heady escarp
untold crystal
heady escarp
#

hmm.. that "B" made the e turn into the e you wanted to revive?

untold crystal
#

it's not "B", it's "В" (the cyrillic letter)

chilly fulcrum
#

Ah I see

#

Nice replace? Wow

untold crystal
#

and yea, it transformed the е with ̀ (ѐ) into the actual unicode char.

graceful marsh
#

That's funny

chilly fulcrum
#

Is that B capital or lowercase

untold crystal
#

"В" capital , "в" lowercase

chilly fulcrum
#

well I guess it was revived so I could have made it without doing whatever the route was

untold crystal
#

yup

chilly fulcrum
untold crystal
#

I forgot it there. i used it + next tools stuff to get one of the pairs of letters

#

they are Ԝ-ԝ Ԟ-ԟ, not normal W-w K-k chars

heady escarp
#

and we also have 7f

#

is there really no way to get c0 from it

chilly fulcrum
#

we have tried

#

without success

sonic heart
#

holy hell

chilly fulcrum
#

Oh? Wow I didn’t try because there wasn’t an entry that came to mind

heady escarp
#

recipe?

untold crystal
proven flare
#

Sorry, I didn't see the messages

graceful marsh
#

Would you say you were... late?

heady escarp
# untold crystal

tu galėtum pasakyti, kad jis.. rado, kaip gauti šį elementą
English version: you could say that he.. found how to make that element (this pun only works in lithuanian)

sonic heart
#

its just annoying as fuck to get

graceful marsh
#

Armenian doesn't want to stay inside quotes, that's annoying

heady escarp
#

theres no way you are struggling with "armenian", fake continent smh

untold crystal
graceful marsh
#

I gave up on it, couldn't make a good tool to translate to Armenian while staying in quotes

#

On the bright side I have a lot of Armenian FDs now

untold crystal
#

apparently I did notice, a long time ago....but did not manage to get it quoted

untold crystal
#

got it

chilly fulcrum
heady escarp
untold crystal
untold crystal
#

nevermind, I got what I needed

untold crystal
chilly fulcrum
#

l and n? intereating

sage wren
untold crystal
#

the AI did not understand the assignment

#

I'm gonna try later with dz, maybe it works if the letters are in the same block

trim pond
candid trellis
graceful marsh
#

From what is the origin of the character depicted in this short Graphics Interchange Format video?

candid trellis
#

Radu spotted

#

Acces granted

untold crystal
#

It also didn' work with dz 😦

tepid blaze
#

I'm gonna do a pause on playing (and overall being on the internet for probably a month at least so it you don't see me talking)

#

It's normal

graceful marsh
#

Oh

#

Au revoir for now then, Firey Fox

gusty tundra
#

Wish you the best, see you soon

spring minnow
#

Wait this project is done?!

gusty tundra
#

All assigned characters have been found yes

candid trellis
#

All possible assigned characters*

chilly fulcrum
# spring minnow Wait this project is done?!

Yeah, we did indeed finish it… we are trying to make a documentary about it cause it’s probably about the biggest achievement thus far, but motivation or organisation is lacking in that department

spring minnow
#

infinite craft documentary is crazy

#

if anyone is doing it, could i proofread the writing of the script

chilly fulcrum
#

we are kinda trying there’s a thread for it and initially there was a lot of research being done but it ran out of steam

spring minnow
#

where is the thread?

untold crystal
#

The recipe for U+2CC6 Ⳇ points to the wrong thing. It says #ⳅ + "next-codepoint" but the link is for my Znamenny Unicode recipe

gusty tundra
#

Ah shit I didn't see that Alfo left

night dragon
#

NOO

chilly fulcrum
#

; ;

proven flare
#

I hope 319 gets found soon so I can leave 🙂

chilly fulcrum
#

A

hasty shore
#

What's 319?

chilly fulcrum
#

Maximum length of an item as it stands

hasty shore
#

Ohhh ok

#

Would it be 319 hashtags in a row? So like the current longest but without the Quotation Mark

lethal nymph
#

you're slightly outdated

hasty shore
#

Crap

#

Representatives Representatives Repre...

#

?

chilly fulcrum
#

thats one way yeah

untold crystal
#

With the exception of these 3 letters, all lowercase letters are revived in quoted form (I think):
01B2, 028B ʋ
0240 ɀ
U+01F1 U+01F2 U+01F3 dz

#

with this I end my little journey

chilly fulcrum
#

oh even the 1e00 - 1fff?

#

i thought you might need new tech for those

night dragon
#

Representatives################################################################################################################################################################################################################################################################################################################

untold crystal
#

And I did use another tech, at the last few of them:
"a B" + next tech = "b C" . Then remove last char.

chilly fulcrum
#

it knows to lowercase it? damn

#

so from there if you have only one alive you could make it

untold crystal
#

It doesn't know to lowercase it. It just gives the next codepoint, which happens to be the lowercase letter

#

so even in cases where the Capital letter was a block starter, I managed to get that way the lowercase version, without an actual block break

chilly fulcrum
#

why would it matter if the capital is block starter? i forgor

untold crystal
#

cause I usually used A-a + Next stuff = B-b, but this usually stops working when reaching a new block start

chilly fulcrum
#

and why doesnt this have the same fate?

untold crystal
#

cause the B (capital letter) from "a B" is the block start. so the AI doesn't have to figure out what is the block starter, he only needs to give what comes after (the second char from the block)

#

a is the last letter from a previous block while B is the Block start of the next one

#

It may not be so obvious how the AI works if you did not work a lot with unicodes and block breaks

chilly fulcrum
#

Yeah I don’t see how it knows to block break from a to b there

untold crystal
#

he doesn't know. I give it the last element from a block + the first element of the next one.

#

and so, he just gives what is next, which is the "b"

chilly fulcrum
#

wouldn’t it be B? If U+xx3f is a and U+xx40 is B (that’s how I’m interpreting what you said)

untold crystal
#

U+xx3f is a, U+xx40 is B, U+xx41 is b, U+xx42 is C
I give him U+xx3f and U+xx40 "a B" and I ask him what comes next? he responds U+xx41 U+xx42 "b C"

chilly fulcrum
#

Ahh

chilly fulcrum
#

I guess that works for when they’re next to each other like in those areas

night dragon
#

we dead

hybrid dune
sonic heart
#

Optimize U+6969

unique acorn
#

-# unassigned

#

hm? 🤔

unique acorn
#

-# unassigned

chilly fulcrum
#

wheres e0001 tho

unique acorn
#

e0001 is assigned ig? isn't it a tag letter or smth

chilly fulcrum
#

Interesting

unique acorn
#

Unassigned

civic scaffold
#

alfo :(

graceful marsh
#

Hold on a goddamn second

#

That's not fuezt that's fuezt.

abstract marsh
#

this second gotta be so cruel that you need a god to hold it

sage wren
candid trellis
graceful marsh
#

To be fair I wasn't fully registering that Fuezt was back in the first place until around now

On another note why does my autocomplete suggest Fueztord still, I have said it but the once

sage wren
#

Mine doesnt even have fuezt in it

graceful marsh
#

I need to type Bren before Brent shows up, Nik before Niko, Kal for Kali, Fuez for Fuezt

I'm not saying anyone's names enough apparently

#

Tell you what though, Ci gives Cibryll

#

And Ria for Riation

sage wren
graceful marsh
#

I mean yeah

abstract marsh
#

interesting

graceful marsh
#

Why are you white

sage wren
#

white can glow too yknow

graceful marsh
#

Holy hell not even Nat autocompletes to Natasquare

#

Or even Nata

abstract marsh
#

not surprising

graceful marsh
#

What, Gloucester?

sage wren
#

Glo gives Global, Gloucestershire, and Glossopleura for me

graceful marsh
#

Ah yes

abstract marsh
#

Glory, Glo, Glow

graceful marsh
#

I don't even get Polaris when I do Polari

#

Well now I do

sage wren
#

Polaris isn't in my autocorrect

#

probably because i usually call you Laurasia instead

graceful marsh
#

Yeah well that'll have to change soon

abstract marsh
sage wren
#

it learned AQEEDAH but not polaris

graceful marsh
#

Why does Laurasiagondwanalandland show up before Laurasiagondwanaland

sage wren
#

Holyly hellell

graceful marsh
#

When did I type that

abstract marsh
graceful marsh
#

Nike shows up for me too

sage wren
#

Niko Niko.1s Nikoniko

#

no surprise

graceful marsh
#

It also wants me to change Niko into Milo

sage wren
#

who the fuck

abstract marsh
#

middle always gota be what i type
so only the left/right thats different

#

i think it gave up suggesting at the middle

sage wren
#

Actually i remember who milo is its that cat with a red tie

graceful marsh
#

My left side actually suggests Indonesian apparently

sage wren
#

Koninklijk is in my autocorrect

abstract marsh
#

does me using english (UK) as keyboard language affect this?

sage wren
#

i use English 〔UK〕

candid trellis
graceful marsh
#

I am unsure

#

KO

#

Wait no

abstract marsh
#

KO indeed

sage wren
graceful marsh
#

Me when I watch boxing and see a ring knockout

sage wren
#

Me when i watch a king go into the ocean

graceful marsh
#

I need to type Posei before Poseidon shows up

#

For some reason Po autocorrects to Pp

sage wren
graceful marsh
#

Incredible

abstract marsh
#

what tf is ai cooking

sage wren
#

im one letter earlier than you haha

graceful marsh
#

What

#

Glowy polygamy arc

sage wren
graceful marsh
#

Oh wait no opposite

#

I didn't read the not

#

Hold on

#

Why am I not going to the office anymore

#

Ehhdudh I think I should be able to get a new one

Auaiofwkb I have no idea what to do

#

Hell yeah I am no longer going to the office

abstract marsh
#

interesting

graceful marsh
#

Natasquare knows what to do with the car park

Ntsq I think I will be in the office tomorrow godfuckingdammdiit

sage wren
#

Hey are you going to be in the office tomorrow

graceful marsh
#

Niko is a good boy is still there too

abstract marsh
#

the middle one is refusing to follow what i type... uh oh

sage wren
sage wren
abstract marsh
#

alright i killed mosquito with no look

graceful marsh
#

Oh wait

#

Do you have a bug racket?

abstract marsh
#

no just hand

graceful marsh
#

Aw

#

I fucking love the bug racket

abstract marsh
#

why the hell would you have one on private room

graceful marsh
#

I like the sheer violence of it okay

I swing at mosquitoes and suddenly I'm wielding the lightning

abstract marsh
#

addiction

graceful marsh
#

I'm addicted to a lot of things, it's sort of a problem

abstract marsh
#

how fun is D&D ( assuming i wanted to try it )

#

alright imma stop, this is unicode bounty

#

:>

sage wren
abstract marsh
#

oof

candid trellis
graceful marsh
#

D&D is fun with the right people

abstract marsh
#

too bad i was leftie...

graceful marsh
#

I once put a sheep in my pocket and forgot about it until it became plot relevant what

#

Oh

candid trellis
abstract marsh
#

interesting

graceful marsh
candid trellis
#

Correct people = people
Wrong people = peephole

abstract marsh
#

schrodinger people

graceful marsh
#

If you put uranium inside a person is the person dead or alive

candid trellis
graceful marsh
#

Quite a few people have tasted radioactive material

#

There's that one guy who drank radioactive water

#

Eben Byers

candid trellis
#

Donald Mastick

sage wren
#

savvyo

unique acorn
unique acorn
#

seems like none of those got fixed, edit: same for plane 0

#

gonna try to fix some myself

unique acorn
#

-# unassigned

#

managed to fix most of them in plane 0

abstract marsh
#

rubbish,rubiksm,robins

#

as per usual middle one follows whatever i typed

#

guess,fuez,first

graceful marsh
abstract marsh
#

subponea, rubiksmat, rulings

graceful marsh
#

What

abstract marsh
#

what did you do

graceful marsh
#

Why do you have subpoena

abstract marsh
#

i dont know

#

i never used such word before

chilly fulcrum
#

so I guess I’m ruby or something apparently

graceful marsh
#

Sapphire's evil twin

#

Also who calls you Rubi?

chilly fulcrum
#

nobody - but in passing in one-off interactions ive had it happen

#

hi neal plz see this11!!one11!!

lethal nymph
#

Rub gives me Rubiksmath immediately

graceful marsh
#

Obsessed

chilly fulcrum
graceful marsh
#

Such a shame I don't have ping notifs on for this server

#

If I remember right, Kochab, but sorry I was doing a Hashi

chilly fulcrum
#

a what

#

also how do you turn ping notifs off???

#

like that isnt an option unless i block the person pinging me

graceful marsh
#

What

chilly fulcrum
#

oh wait

#

do you mean

#

like

#

intrusive popup ahh notification

graceful marsh
#

Yeah

chilly fulcrum
#

oh ok

#

i thought you meant audible tone and stuff

graceful marsh
#

No notifications on my phone from this server

chilly fulcrum
#

i see

#

so how hard can i quiz you on astronomy lets see

graceful marsh
#

#off-topic message

Also this is a Hashi

chilly fulcrum
#

cool

#

like bonding

graceful marsh
#

I've been practicing and I think I can do it in 4:30 but the handicap is that I literally cannot see fast enough

#

For the record both Judeka (Kiyan) and Glowy have faster times but they "cheated" by my rules by using the period before the game starts to look at the board

chilly fulcrum
#

id like to try, although i dont know any tech and dont have the app, the online ones arent comparable difficulty

graceful marsh
#

It's the Hashi (Bridges) app

#

I think Nata sent a link

#

#off-topic message

chilly fulcrum
#

is it gettable on iphone

lethal nymph
#

just make your own

graceful marsh
#

I will note that according to the lore this is me basically offering a cigarette to Rubiks

chilly fulcrum
lethal nymph
#

should be quite easy

chilly fulcrum
#

not particularly, given the need for ui and all. Plus if I want it to be fair I’ll need to play on mobile

chilly fulcrum
#

maybe you can try me

graceful marsh
#

What

#

Oh like quiz you

#

Honestly I don't know enough to do that

Uh... name the largest of the lunar maria