LCP@lemmy.world to Technology@lemmy.worldEnglish · 5 个月前Digg’s open beta shuts down after just two months, blaming AI bot spamwww.theverge.comexternal-linkmessage-square178fedilinkarrow-up1542arrow-down16file-text
arrow-up1536arrow-down1external-linkDigg’s open beta shuts down after just two months, blaming AI bot spamwww.theverge.comLCP@lemmy.world to Technology@lemmy.worldEnglish · 5 个月前message-square178fedilinkfile-text
minus-squareAnaeijon@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up3·5 个月前I know about it, but didn’t recognize the code. So I assumed, they encoded some text to make it harder to read. So I tried decoding it. Turns out, if you decode this in UTF-16, it turns into a japanese sentence 契ȑ璝寣䇘앖噣삈 Which means (according to DeepL) The sound of the wind rustling through the trees And now I’m confused, why.
minus-squarepipe01@programming.devlinkfedilinkEnglisharrow-up3·5 个月前That’s not Japanese, there’s some Chinese and Korean characters in there too. Turns out if you decode random bytes as UTF chars you will probably get a CJK character lol
minus-squareAnaeijon@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·5 个月前OK, yes, that obviously makes sense, considering the amount of these Charakters.
I know about it, but didn’t recognize the code. So I assumed, they encoded some text to make it harder to read. So I tried decoding it.
Turns out, if you decode this in UTF-16, it turns into a japanese sentence
Which means (according to DeepL)
And now I’m confused, why.
That’s not Japanese, there’s some Chinese and Korean characters in there too. Turns out if you decode random bytes as UTF chars you will probably get a CJK character lol
OK, yes, that obviously makes sense, considering the amount of these Charakters.