TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

10 点作者 iamchrisle大约 10 年前

4 条评论

marssaxman大约 10 年前
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.
indubitably大约 10 年前
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;) }) })
withdavidli大约 10 年前
<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
styts大约 10 年前
They better have a leet reader at hand, as they might get a lot of cover letters written in it.
评论 #9306469 未加载