Email or username:

Password:

Forgot your password?
Top-level
ari :prideified:

also, i didn't "invent" it; I stole it from a screenshot of a twitter post i saw elsewhere

screenshot of two twitter posts:

user @chordbug: participating in a python ctf this weekend and our team name is chr(sum(range(ord(min(str(not()))))))

reply from user @0x466161: Bro what the actual fuck lmao
and with screenshot of the output of the line above, with the glyph ඞ resembling a character from the game Among Us
3 comments
:neocat_flag_nb: Mira ✨

@ar This is brilliant. I marvel at the kind of brain that figured this out.

metatablecat :verifiedenby: :verifiedaroace: :neocat_floof_cute:

@ar i decided lets do this in lua

utf8.char((function(x,y)return((x/2)*y)end)(string.byte(string.match(string.upper(type(_VERSION)),".."),1,2)))

smallest i was able to achieve

if you exclude the string. and utf8. calls:

char((function(x,y)return((x/2)*y)end)(byte(match(upper(type(_VERSION)),".."),1,2)))

metatablecat :verifiedenby: :verifiedaroace: :neocat_floof_cute:

@ar ok i lied, heres a MUCH smaller statement

=(function(a,b)c=a.byte(a.upper(type(a)))return b.char((c-1)/2*c)end)(string,utf8)

the = is an alias for print

Go Up