4 comments

[ 4.1 ms ] story [ 37.4 ms ] thread
My own tests:

     ./ts_sms c "TIL about ts_sms, an LLM based compression system for short text messages (like tweets)."
    夋鷦네樇䶙邁㟪䤣䎧随捋㜁駊

     ./ts_sms d 夋鷦네樇䶙邁㟪䤣䎧随捋㜁駊
    TIL about ts_sms, an LLM based compression system for short text messages (like tweets).
And:

    >>> len("TIL about ts_sms, an LLM based compression system for short text messages (like tweets).".encode('ascii'))
    88
    >>> len("夋鷦네樇䶙邁㟪䤣䎧随捋㜁駊".encode('utf8'))
    39
According to ChatGPT:

    The text appears to be a sequence of Chinese characters mixed with Hangul (Korean script). However, as written, it seems nonsensical or encoded and doesn’t form a coherent phrase in either language.