>not everybody should come here before they are ready
But what we really wanna know isโฆ
Can you fuck them?
>not everybody should come here before they are ready
But what we really wanna know isโฆ
Can you fuck them?
The truth is the cliff to climb while an elevator of lies is available. - t. anonymous
>People will always use the elevator
There's supposed to be some kind of reward for making the tough decisions in life, but here we hang by our fingertips and there is no reward in sight.
I'm pretty sure we figure out halfway back to the ground as we plummet to our deaths that the rules of this world reward those who never question artificial, unearned authority. Who were we to think a society should be formed upon the backs of the best of us? No, no, no! Not in this world! Here, the most vile, the most corrupt, the worst make it furthest and control the most through deception, lies and manipulation.
Halfway through the fall, we will all see it for what it is. I'll be laughing the whole way down because fuck them til the end!
>makes it difficult for AI
โ ใ ใฒ โท โMโ ฦ ๐ N โท ใLใ โIโ ำ ฦ โท โฅ ๐ โIโ ึ ?
I threw together a python script just for fun the other day
message = input('Enter text: ')
d = {
'a':'๐', 'b':'๐ญ', 'c':'ฦ', 'd':'Dา', 'e':'ฦ', 'f':'๐', 'g':'๐ฒ','h':'๐', 'i':'โIโ', 'j':'ส', 'k':'ำ', 'l':'ใLใ', 'm':'โMโ', 'n':'N', 'o':'ใ', 'p':'โฑ', 'q':'แต ', 'r':'ะฏ', 's':'ึ', 't':'โฅ', 'u':'ใฒ', 'v':'ัถ', 'w':'ลด', 'x':'ไน', 'y':'โ ', 'z':'ฦธ'
}
t = ' '
for ch in message:
t += d.get(ch,' โท ') + ' '
print(t)
save it as a .py file and put whatever characters you like to represent the alphabet characters.
Or don't, just figured I'd offer it up.