TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Looking for a job at Google? We’re hiring coders with 3xp3r13nc3 1n l337

10 pointsby iamchrisleabout 10 years ago

4 comments

marssaxmanabout 10 years ago
That is surprisingly easy to read, as long as I just sort of scan it and don't focus too much on the individual letters, but if I actually pay attention closely, I trip over the substitutions. Interesting to see the effects of different subconscious cognitive strategies at work.
indubitablyabout 10 years ago
var sample = [[&#x27;50f7w4r3&#x27;, &#x27;software&#x27;], [&#x27;3n61n33r5&#x27;, &#x27;engineers&#x27;], [&#x27;h4v3&#x27;, &#x27;have&#x27;]];<p>var mapping = sample.reduce((mapping, word) =&gt; { var leet = word[0], en = word[1]; var letters = leet.split(&#x27;&#x27;); letters.forEach((letter, i) =&gt; { mapping[letter] = en[i]; }); return mapping }, {} )<p>var divs = [].slice.call(document.body.querySelectorAll(&#x27;div&#x27;));<p>divs.forEach(div =&gt; { div.addEventListener(&#x27;click&#x27;, function(ev){ ev.stopPropagation(); div.textContent = div.textContent.split(&#x27;&#x27;).map(c =&gt; { var result = &#x27;&#x27;; if (c in mapping) { return mapping[c] } else { return c } }) .join(&#x27;&#x27;) }) })
withdavidliabout 10 years ago
<a href="http:&#x2F;&#x2F;www.robertecker.com&#x2F;hp&#x2F;research&#x2F;leet-converter.php?lang=en" rel="nofollow">http:&#x2F;&#x2F;www.robertecker.com&#x2F;hp&#x2F;research&#x2F;leet-converter.php?la...</a><p>can i has job now
stytsabout 10 years ago
They better have a leet reader at hand, as they might get a lot of cover letters written in it.
评论 #9306469 未加载