关于Jeff Dean: Google Research Scientists and Engineers: Jeffrey Dean,简单来说,这货是Google牛逼的源泉之一。因为此人实在太牛了,于是出现了关于他有多牛的几个笑话,直接笑翻,和大家共享下。

1. During his own Google interview, Jeff Dean was asked the implications if P=NP were true. He said, "P = 0 or N = 1." Then, before the interviewer had even finished laughing, Jeff examined Google’s public certificate and wrote the private key on the whiteboard.

当他被Google面试时,Jeff Dean被问及如果P=NP意味着什么。他说,“P=0 或者 N=1”。然后,在所有的面试官还没笑完之前,Jeff瞄了一眼Google的公共证书然后在白板上写上了对应的私钥。

2. Compilers don’t warn Jeff Dean. Jeff Dean warns compilers.

编译器从来不给Jeff编译警告,而是Jeff警告编译器

3. The rate at which Jeff Dean produces code jumped by a factor of 40 in late 2000 when he upgraded his keyboard to USB 2.0.

在2000年后段,Jeff码代码的速度突然激增了40倍,原因是他把自己的键盘升级到了USB 2.0

4. Jeff Dean builds his code before committing it, but only to check for compiler and linker bugs.

Jeff还是会在提交代码前把它们编译一遍,不过这么做的目的只是为了检查下编译器和链接器有没有bug

5. All pointers point to Jeff Dean.

所有指针都是指向Jeff的

6. gcc -O4 emails your code to Jeff Dean for a rewrite.

gcc的-O4优化选项是将你的代码邮件给Jeff重写一下

7. The speed of light in a vacuum used to be about 35 mph. Then Jeff Dean spent a weekend optimizing physics.

光在真空中的速度曾近是35英里每小时,后来Jeff花了一个周末对物理学进行了小小的优化

8. Jeff Dean was born on December 31, 1969 at 11:48 PM. It took him twelve minutes to implement his first time counter.

Jeff出生于1969年12月31日的下午11点48分,然后他花了整整12分钟的时间实现了他的第一个计时器。(背景:计算机中的计时器数值通常被设计为从1970年1月1日0点0分0秒到当前为止的秒数)

9. When Jeff Dean sends an ethernet frame there are no collisions because the competing frames retreat back up into the buffer memory on their source nic.

当Jeff向以太网发送一个数据包时从来不会有冲突,原因是本来要和它有冲突的包都默默撤回了缓冲区

10. Unsatisfied with constant time, Jeff Dean created the world's first O(1/n)algorithm.

Jeff对常量的时间复杂度并不满足,于是他创造了世界上第一个O(1/n)的算法。(即随着问题规模的增大,其解决问题所花的时间会越短)

11. Jeff Dean was forced to invent asynchronous APIs one day when he optimized a function so that it returned before it was invoked.

Jeff曾被迫发明了异步API,原因是经他优化后的某个函数会在调用开始前返回

12. When Jeff Dean designs software, he first codes the binary and then writes the source as documentation.

当Jeff写软件时,他是直接码机器码的。写源代码只是为了作为文档使用。

13. Jeff Dean wrote an O(n^2) algorithm once. It was for the Traveling Salesman Problem.

Jeff曾无奈写过一次O(n^2)的算法,其解决的问题是旅行商问题。(该问题是NPC的,即计算机中最复杂最难解决的一类问题,许多人相信这些问题是没有多项式时间复杂度的解的)

14. Jeff Dean can beat you at connect four. In three moves.

Jeff在四子连珠的游戏中能赢你,在三步内

15. When your code has undefined behavior, you get a seg fault and corrupted data. When Jeff Dean's code has undefined behavior, a unicorn rides in on a rainbow and gives everybody free ice cream.

当你的代码有不确定行为时,你通常得到一个段错误或者不正确的数据。当Jeff的代码有不确定行为时,孙悟空会驾着七彩云朵给每个人发免费的长寿仙桃

16. When Jeff Dean fires up the profiler, loops unroll themselves in fear.

当Jeff触发程序的程序性能采样时,循环会因害怕而自动展开。

17. Jeff Dean is still waiting for mathematicians to discover the joke he hid in the digits of PI.

Jeff依然孤独地等待着数学家们解开他在PI的数字中隐藏的笑话

18. Jeff Dean's keyboard has two keys: 1 and 0.

Jeff的键盘多达两个键:1和0

19. When Jeff has trouble sleeping, he Mapreduces sheep.

当Jeff失眠时,他Mapreduce羊群。(Mapreduce是Jeff的作品之一,这个分布式处理的框架算法是Google立足的根本之一)

20. When Jeff Dean listens to mp3s, he just cats them to /dev/dsp and does the decoding in his head.

当Jeff听MP3时,他查看其中的二进制内容然后在他脑子里进行音频解码。

21. When Graham Bell invented the telephone, he saw a missed call from Jeff Dean.

当贝爷在沙漠中逮到一个手机时,他发现手机里有个Jeff的未接来电。

当贝尔发明电话后,他发现电话里有个Jeff的未接来电。

22. Jeff Dean's watch displays seconds since January 1st, 1970. He is never late.

Jeff的手表显示的数字是自1970年1月1日0点0分0秒以来的秒数,他因此从来不迟到。

23. Jeff starts his programming sessions with 'cat > /dev/mem'.

Jeff在开始编程之前,会做'cat > /dev/mem'。(即把输入的内容直接导到内存中)

24. One day Jeff Dean grabbed his Etch-a-Sketch instead of his laptop on his way out the door. On his way back home to get his real laptop, he programmed the Etch-a-Sketch to play Tetris.

有一次Jeff出门时错将草图画板当笔记本拿了。结果在他回家取笔记本的路上,他对画板进行了重编程以在其上玩俄罗斯方块

附一张说明Etch-a-Sketch是什么的图

25. Google search went down for a few hours in 2002, and Jeff Dean started handling queries by hand. Search Quality doubled.

在2002年,Google搜索曾挂了几个小时,于是Jeff站出来手动处理用户的查询请求。搜索准确度翻了番

26. The x86-64 spec includes several undocumented instructions marked 'private use'. They are actually for Jeff Dean's use.

x86-64指令集中有一些没有被记入到文档的‘私用’指令。事实上,他们是给Jeff用的

27.

mantri@mantri-laptop~$ rm -r /
rm: cannot remove root directory ‘/’

mantri@mantri-laptop~$ su - jeffdean -c "rm -r /"
I am extremely sorry. Removing root directory...

不解释

28. Jeff Dean once shifted a bit so hard, it ended up on another computer.

有次Jeff移位移得太恨了,结果那一位跑到另一台计算机上去了

29. Jeff Dean has gone to /dev/null and come back.

Jeff从/dev/null那涅槃了。(庞统啊~)

Jeff又从/dev/null那涅槃了。(擦!)

30. Jeff Dean sorts his phone contacts by their vcard's md5 checksums.

Jeff通讯录的排序规则是按照联系人的md5值

31. Jeff Dean doesn't kill processes, he slays them.

Jeff他不杀进程,他肢解虐杀它们

32. The needle in haystack found Jeff Dean

海底的针会自己找上Jeff

33. All of the Google App Engine is actually hosted from Jeff Dean's Nexus S

Google App Engine的服务器实际上是Jeff的Nexus S

34. Jeff Deans’s keyboard doesn’t have a Ctrl key because nothing controls Jeff Dean.

Jeff的键盘压根就没有Ctrl(控制)键,因为没有什么东西能控制Jeff

35. You name three pointers, Einstein, Euler, and Turing, when you de-reference them, all you get is Jeff Dean.

如果你命名三个指针分别为爱因斯坦、欧拉和图灵,当你查看它们的指向时,你看到的都会是Jeff

关于谷哥传奇工程师Jeff Dean的笑话相关推荐

  1. 关于Google神牛Jeff Dean的笑话,非程序员勿入(转)

    关于Jeff Dean: http://research.google.com/people/jeff/,简单来说,这货是Google牛逼的源泉之一.因为此人实在太牛了,于是出现了关于他有多牛的几个笑 ...

  2. [置顶]谷歌大牛 Jeff Dean 是如何成为互联网战神的

    谷歌大牛 Jeff Dean 是如何成为互联网战神的 原文链接: Will Oremus   翻译: 伯乐在线 - Lex Lian 译文链接: http://blog.jobbole.com/477 ...

  3. 谷歌大牛Jeff Dean是如何成为互联网战神的

    "光在真空中的速度曾经是大约每小时35英里,然后Jeff Dean花了一个周末优化了基础物理学."--出自"关于Jeff Dean的事实" 其实,"关 ...

  4. 互联网战神谷歌大牛Jeff Dean

    "光在真空中的速度曾经是大约每小时35英里,然后Jeff Dean花了一个周末优化了基础物理学."--出自"关于Jeff Dean的事实" 其实,"关 ...

  5. 拿下Facebook黑客杯四冠王!与Jeff Dean相提并论...ACM竞赛之神的传奇前半生

    作者 | 陈大鑫.青暮 转载自:AI科技评论 近日,Facebook Hacker Cup(黑客杯)总决赛落下帷幕,最终,现年26岁的白俄罗斯选手Gennady Korotkevich(比赛网名:To ...

  6. 《纽约客》特写Jeff Dean与Sanjay:谷歌唯二11级工程师,同一台电脑上写代码

    作者:<纽约客> James Somers 翻译:新浪科技 堆堆.李明 量子位 经授权转载 | 公众号 QbitAI 最近,<纽约客>杂志写了一篇长文,描述谷歌唯二11级工程师 ...

  7. Google传奇Jeff Dean最新演讲:如何构建未来的机器学习芯片

    本文来自AI新媒体量子位(QbitAI) 如何构建未来的机器学习加速芯片? Google大脑负责人Jeff Dean是最有资格回答这个问题的人之一.昨天,还是在NIPS大会期间,Jeff Dean详细 ...

  8. 谷歌健康的「文化围墙」:空降的CEO,敌不过傲慢的Jeff Dean,和一群狂热的AI信徒

    在谷歌内部,不少人是Hinton.Jeff Dean及"技术为王"文化的忠实信徒.也正是在这样一股技术宗教般的狂热氛围下,谷歌健康注定走向一场不可挽回的败局. 作者 | 李雨晨 编 ...

  9. 谷歌医疗AI商业化提速!Jeff Dean亲自挖来大总管

    一璞 李根 发自 亿顷厚木  量子位 报道 | 公众号 QbitAI 军方大订单不让接,个别国家市场进不去. 眼下的谷歌,即便贵为全球AI第一大厂,处境也非常尴尬. 而且天要下雨员工要吃饭,还得扛起人 ...

  10. Jeff Dean本科论文首次曝光!第一批90后出生时,他就在训练神经网络

    夏乙 李根 发自 凹非寺 量子位 出品 | 公众号 QbitAI  22岁时,你在干嘛? 这两天,现任Google AI掌门,传奇一般的Jeff Dean,再次收获膜拜和引发热议.全因他的本科毕业 ...

最新文章

  1. 错误: 找不到或无法加载主类 com.wdg.auditproject.auditproject.action.TestClass
  2. 《机电传动控制》学习笔记10-1
  3. 利用数据集在水晶报表中显示图像
  4. CAD批量提取数值lisp插件_一键批量提取CAD填充图案边界线
  5. c++中,可以用类名直接访问非静态成员函数?
  6. [css] 解释下 CSS sprites的原理和优缺点分别是什么
  7. java calendar_Java Calendar getDisplayNames()方法与示例
  8. Vue 组件间的传值(通讯)
  9. Win10之打印机扫描为pdf格式
  10. webdriver 弹出框 java_如何使用Java处理Selenium WebDriver中的弹出窗口
  11. 机器学习PCA——实验报告
  12. 数商云医药行业SCM供应链管理系统应用场景、运用模式
  13. gis怎么提取水系_利用ArcGIS水文分析工具提取河网
  14. 基于SpringBoot+Vue开发的物流仓储管理系统源码
  15. 2021-05-13 Redis面试题 MySQL里有2000w数据,redis中只存20w的数据,如何保证redis中的数据都是热点数据?
  16. 应变式传感器的原理与优点
  17. win10中计算机是英文的,如何解决Win10启动和登陆界面语言中英文混合显示?
  18. sqlserver with 语法
  19. English-Phonics
  20. erlang底层c定时器设计-Erlang源码学习二

热门文章

  1. 坐标测量机的定位误差和测长不确定度有何区别,如何表示?
  2. 统计学期末重点讲解(医学)
  3. web表格制作--11.27
  4. 语法树,短语,直接短语,句柄
  5. python封包和解包_python解析网络封包方法
  6. MongoDB—Mac M1的安装
  7. java自动洗扑克牌算法_扑克牌 洗牌算法 的java实现
  8. 很多次游戏的最后取胜实际上都有很强的偶然性
  9. 方格取数问题(网络流24题之一)
  10. 测试的阿萨德萨达阿萨德