Y
Hacker News
new
|
ask
|
show
|
jobs
by
vidarh
3192 days ago
Hilariously Chrome offers to pass the c code through Google Translate (with predictably useless results)
2 comments
ajnin
3192 days ago
Amusingly it detects that the code for the RPN calculator is in Polish. Maybe it's smarter than it seems.
link
dannyw
3192 days ago
Language detection works on language trigrams, and are trained on human language. I bet punctuation is stripped during preprocessing. So it's not surprising that code will have false positives.
link
vidarh
3192 days ago
Not surprising, but still funny when applied to obfuscated code.
link