<?xml version="1.0" encoding="UTF-8" ?>
    <rss version="2.0"><channel>
      <title>DoggyDad</title>
      <link>https://doggydad.pages.dev/</link>
      <description>把复杂的技术与思想，写成可以反复读的笔记。</description>
      <language>zh-CN</language>
    <item>
      <title>MCP 2026-07-28：一场精心策划的“减法”革命</title>
      <link>https://doggydad.pages.dev/posts/tech-learning/mcp-2026-07-28-minus-revolution/</link>
      <guid>https://doggydad.pages.dev/posts/tech-learning/mcp-2026-07-28-minus-revolution/</guid>
      <pubDate>Mon, 10 Aug 2026 00:00:00 GMT</pubDate>
      <description>解读 MCP 2026-07-28 规范的核心变化：无状态化、移除协议级 session、server/discover、MRTR、resultType、订阅重做，以及 Roots、Sampling、Logging 等 deprecated 功能的迁移方向。</description>
    </item>
    <item>
      <title>Claude Skills 深度解析：比 MCP 更强大的 AI 能力扩展方案</title>
      <link>https://doggydad.pages.dev/posts/tech-learning/claude-skills-guide/</link>
      <guid>https://doggydad.pages.dev/posts/tech-learning/claude-skills-guide/</guid>
      <pubDate>Tue, 30 Dec 2025 00:00:00 GMT</pubDate>
      <description>全面解析 Anthropic 推出的 Claude Skills 功能，了解如何通过技能系统让 Claude 变得更专业、更高效，以及它与 MCP、Subagents 的区别和协同使用方式。</description>
    </item>
    <item>
      <title>欢迎来到我的博客！</title>
      <link>https://doggydad.pages.dev/posts/general/welcome/</link>
      <guid>https://doggydad.pages.dev/posts/general/welcome/</guid>
      <pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
      <description>这是我博客的第一篇文章，介绍博客的创建背景和未来计划。</description>
    </item>
    <item>
      <title>《高效工程师》读书笔记：提升杠杆率的3大原则与实战技巧</title>
      <link>https://doggydad.pages.dev/posts/reading-notes/effective-engineer/</link>
      <guid>https://doggydad.pages.dev/posts/reading-notes/effective-engineer/</guid>
      <pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
      <description>深度解读《The Effective Engineer》核心理念：杠杆率思维、学习优化、高价值任务识别。包含代码审查、TDD、CI等实用技巧，帮助软件工程师提升工作效率。</description>
    </item>
    <item>
      <title>《随机漫步的傻瓜》深度解读：塔勒布的随机性哲学与反脆弱思维</title>
      <link>https://doggydad.pages.dev/posts/reading-notes/erta-fooled-by-randomness/</link>
      <guid>https://doggydad.pages.dev/posts/reading-notes/erta-fooled-by-randomness/</guid>
      <pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
      <description>深度剖析塔勒布《Fooled by Randomness》核心理念：幸存者偏差、替代历史、黑天鹅理论。结合LTCM崩溃等经典案例,揭示运气与技能的真相,学习在不确定性中生存的智慧。</description>
    </item>
    <item>
      <title>《反脆弱》深度解读：如何在不确定性中获益的实战指南</title>
      <link>https://doggydad.pages.dev/posts/reading-notes/taleb-antifragile/</link>
      <guid>https://doggydad.pages.dev/posts/reading-notes/taleb-antifragile/</guid>
      <pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
      <description>深度剖析塔勒布《Antifragile》核心理念：反脆弱三元组、凸性思维、杠铃策略、选择权思维。结合亚马逊、开源软件等案例,学习如何从波动和压力中变得更强大。</description>
    </item>
    <item>
      <title>《黑天鹅》深度解读：预测失败的世界中如何生存</title>
      <link>https://doggydad.pages.dev/posts/reading-notes/taleb-the-black-swan/</link>
      <guid>https://doggydad.pages.dev/posts/reading-notes/taleb-the-black-swan/</guid>
      <pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
      <description>深度剖析塔勒布《The Black Swan》核心理念：极端斯坦vs平均斯坦、叙事谬误、未知的未知。结合2008金融危机、COVID-19等案例,学习在不可预测性中管理风险的智慧。</description>
    </item>
    <item>
      <title>Agent Engineering：AI 智能体工程的新学科解读与实践指南</title>
      <link>https://doggydad.pages.dev/posts/tech-learning/agent-engineering-new-discipline/</link>
      <guid>https://doggydad.pages.dev/posts/tech-learning/agent-engineering-new-discipline/</guid>
      <pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
      <description>深度解读 LangChain 提出的 Agent Engineering 概念，分析智能体工程为何成为独立学科，涵盖评估体系、可观测性、多智能体架构等核心实践，提供开发者行动指南。</description>
    </item>
    <item>
      <title>Anthropic MCP 代码执行深度解析：安全沙箱与 AI 编程的未来</title>
      <link>https://doggydad.pages.dev/posts/tech-learning/anthropic-mcp-code-execution-analysis/</link>
      <guid>https://doggydad.pages.dev/posts/tech-learning/anthropic-mcp-code-execution-analysis/</guid>
      <pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
      <description>深入分析 Anthropic 发布的 MCP 代码执行方案，详解安全沙箱架构、Docker 容器化实现、多层防护策略，探讨代码验证、数据分析等实际应用场景，展望 AI 辅助编程的未来发展趋势。</description>
    </item>
    <item>
      <title>Chrome DevTools MCP 完全指南：让 AI 助手控制浏览器调试</title>
      <link>https://doggydad.pages.dev/posts/tech-learning/chrome-devtools-mcp-guide/</link>
      <guid>https://doggydad.pages.dev/posts/tech-learning/chrome-devtools-mcp-guide/</guid>
      <pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
      <description>详细介绍如何使用 Chrome DevTools MCP 服务器，让 AI 助手能够直接与 Chrome 浏览器交互，进行网页调试、性能分析和自动化测试。</description>
    </item>
    <item>
      <title>DeepSeek-V3 深度技术解析：6710亿参数开源模型如何用557万美元挑战GPT-4</title>
      <link>https://doggydad.pages.dev/posts/tech-learning/deepseek-v3-technical-analysis/</link>
      <guid>https://doggydad.pages.dev/posts/tech-learning/deepseek-v3-technical-analysis/</guid>
      <pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
      <description>全面解析 DeepSeek-V3 的核心技术创新，包括 MLA 注意力机制、DeepSeekMoE 架构、FP8 训练、无辅助损失负载均衡等，揭示如何用十分之一成本达到顶级性能。</description>
    </item>
    <item>
      <title>Git 工作流最佳实践</title>
      <link>https://doggydad.pages.dev/posts/tech-learning/git-workflow/</link>
      <guid>https://doggydad.pages.dev/posts/tech-learning/git-workflow/</guid>
      <pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
      <description>学习如何使用 Git 进行高效的版本控制，包括分支策略、提交规范和协作技巧。</description>
    </item>
    <item>
      <title>Shell 入门完全指南：从零开始掌握命令行</title>
      <link>https://doggydad.pages.dev/posts/tech-learning/shell-basics-guide/</link>
      <guid>https://doggydad.pages.dev/posts/tech-learning/shell-basics-guide/</guid>
      <pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
      <description>面向初学者的 Shell 使用教程，涵盖基础命令、文件操作、管道重定向等核心概念，帮助你快速上手命令行操作。基于 MIT Missing Semester 课程整理。</description>
    </item>
    <item>
      <title>Strands Agents SDK 完全指南：构建生产级 AI Agent</title>
      <link>https://doggydad.pages.dev/posts/tech-learning/strands-agents-sdk-guide/</link>
      <guid>https://doggydad.pages.dev/posts/tech-learning/strands-agents-sdk-guide/</guid>
      <pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
      <description>深入介绍 AWS 开源的 Strands Agents SDK，学习如何用 Python 构建可靠、可扩展的 AI Agent 应用。</description>
    </item>
    <item>
      <title>Zoom AI 在 Humanity&apos;s Last Exam 中的突破：技术分析与行业影响</title>
      <link>https://doggydad.pages.dev/posts/tech-learning/zoom-ai-humanitys-last-exam-analysis/</link>
      <guid>https://doggydad.pages.dev/posts/tech-learning/zoom-ai-humanitys-last-exam-analysis/</guid>
      <pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
      <description>深入分析 Zoom AI 在 Humanity&apos;s Last Exam 测试中取得 26.8% 准确率的技术突破，探讨多智能体系统、RAG 技术和企业级 AI 的发展趋势。</description>
    </item>
    <item>
      <title>艾伦·图灵：计算机科学之父</title>
      <link>https://doggydad.pages.dev/posts/turing-award/alan-turing/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/alan-turing/</guid>
      <pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
      <description>了解艾伦·图灵的生平、图灵机理论及其对现代计算机科学的深远影响。</description>
    </item>
    <item>
      <title>Avi Wigderson：他用数学之美揭示计算的本质，从随机性到交互证明，从复杂度到密码学，编织出一张理论计算的宏大图景</title>
      <link>https://doggydad.pages.dev/posts/turing-award/58_2023_avi_wigderson/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/58_2023_avi_wigderson/</guid>
      <pubDate>Sun, 01 Jan 2023 00:00:00 GMT</pubDate>
      <description>Avi Wigderson：他用数学之美揭示计算的本质，从随机性到交互证明，从复杂度到密码学，编织出一张理论计算的宏大图景</description>
    </item>
    <item>
      <title>Robert M. Metcalfe：他发明的以太网让计算机从孤岛变成网络，用简洁优雅的设计统治局域网40年，从施乐实验室到全球数十亿设备</title>
      <link>https://doggydad.pages.dev/posts/turing-award/57_2022_robert_m_metcalfe/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/57_2022_robert_m_metcalfe/</guid>
      <pubDate>Sat, 01 Jan 2022 00:00:00 GMT</pubDate>
      <description>Robert M. Metcalfe：他发明的以太网让计算机从孤岛变成网络，用简洁优雅的设计统治局域网40年，从施乐实验室到全球数十亿设备</description>
    </item>
    <item>
      <title>Jack J. Dongarra：他用标准数值库和性能基准，为高性能计算建立了统一语言，让超级计算机从竞速工具变成科学基础设施</title>
      <link>https://doggydad.pages.dev/posts/turing-award/56_2021_jack_j_dongarra/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/56_2021_jack_j_dongarra/</guid>
      <pubDate>Fri, 01 Jan 2021 00:00:00 GMT</pubDate>
      <description>Jack J. Dongarra：他用标准数值库和性能基准，为高性能计算建立了统一语言，让超级计算机从竞速工具变成科学基础设施</description>
    </item>
    <item>
      <title>Alfred V. Aho &amp; Jeffrey D. Ullman：他们写下的&quot;龙书&quot;训练了几代程序员，让编译器从黑魔法变成系统科学</title>
      <link>https://doggydad.pages.dev/posts/turing-award/55_2020_alfred_v_aho_and_jeffrey_d_ullman/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/55_2020_alfred_v_aho_and_jeffrey_d_ullman/</guid>
      <pubDate>Wed, 01 Jan 2020 00:00:00 GMT</pubDate>
      <description>Alfred V. Aho &amp; Jeffrey D. Ullman：他们写下的&quot;龙书&quot;训练了几代程序员，让编译器从黑魔法变成系统科学</description>
    </item>
    <item>
      <title>Ed Catmull &amp; Pat Hanrahan：他们把计算机图形学从实验室搬进了好莱坞，让数字世界拥有了物理的真实感</title>
      <link>https://doggydad.pages.dev/posts/turing-award/54_2019_ed_catmull_and_pat_hanrahan/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/54_2019_ed_catmull_and_pat_hanrahan/</guid>
      <pubDate>Tue, 01 Jan 2019 00:00:00 GMT</pubDate>
      <description>Ed Catmull &amp; Pat Hanrahan：他们把计算机图形学从实验室搬进了好莱坞，让数字世界拥有了物理的真实感</description>
    </item>
    <item>
      <title>Yann LeCun、Geoffrey Hinton、Yoshua Bengio：深度学习三巨头，用反向传播与表示学习点亮AI新纪元</title>
      <link>https://doggydad.pages.dev/posts/turing-award/53_2018_lecun_hinton_bengio/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/53_2018_lecun_hinton_bengio/</guid>
      <pubDate>Mon, 01 Jan 2018 00:00:00 GMT</pubDate>
      <description>Yann LeCun、Geoffrey Hinton、Yoshua Bengio：深度学习三巨头，用反向传播与表示学习点亮AI新纪元</description>
    </item>
    <item>
      <title>John Hennessy &amp; David Patterson：RISC革命与&quot;用数据说话&quot;的计算机架构</title>
      <link>https://doggydad.pages.dev/posts/turing-award/52_2017_john_l_hennessy_and_david_a_patterson/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/52_2017_john_l_hennessy_and_david_a_patterson/</guid>
      <pubDate>Sun, 01 Jan 2017 00:00:00 GMT</pubDate>
      <description>John Hennessy &amp; David Patterson：RISC革命与&quot;用数据说话&quot;的计算机架构</description>
    </item>
    <item>
      <title>Tim Berners-Lee：万维网的发明者,把信息连成可点击的宇宙</title>
      <link>https://doggydad.pages.dev/posts/turing-award/51_2016_tim_berners_lee/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/51_2016_tim_berners_lee/</guid>
      <pubDate>Fri, 01 Jan 2016 00:00:00 GMT</pubDate>
      <description>Tim Berners-Lee：万维网的发明者,把信息连成可点击的宇宙</description>
    </item>
    <item>
      <title>Whitfield Diffie &amp; Martin E. Hellman：公钥密码学的革命，在不共享秘密的前提下达成共享秘密</title>
      <link>https://doggydad.pages.dev/posts/turing-award/50_2015_whitfield_diffie_and_martin_e_hellman/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/50_2015_whitfield_diffie_and_martin_e_hellman/</guid>
      <pubDate>Thu, 01 Jan 2015 00:00:00 GMT</pubDate>
      <description>Whitfield Diffie &amp; Martin E. Hellman：公钥密码学的革命，在不共享秘密的前提下达成共享秘密</description>
    </item>
    <item>
      <title>Michael Stonebraker：数据库的多形态革新者，从Ingres到Postgres，再到&quot;一个引擎不能统治一切&quot;</title>
      <link>https://doggydad.pages.dev/posts/turing-award/49_2014_michael_stonebraker/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/49_2014_michael_stonebraker/</guid>
      <pubDate>Wed, 01 Jan 2014 00:00:00 GMT</pubDate>
      <description>Michael Stonebraker：数据库的多形态革新者，从Ingres到Postgres，再到&quot;一个引擎不能统治一切&quot;</description>
    </item>
    <item>
      <title>Leslie Lamport：他让分布式系统从&quot;混沌&quot;变成&quot;秩序&quot;，用逻辑时钟和Paxos算法，为云计算时代奠定理论基础</title>
      <link>https://doggydad.pages.dev/posts/turing-award/48_2013_leslie_lamport/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/48_2013_leslie_lamport/</guid>
      <pubDate>Tue, 01 Jan 2013 00:00:00 GMT</pubDate>
      <description>Leslie Lamport：他让分布式系统从&quot;混沌&quot;变成&quot;秩序&quot;，用逻辑时钟和Paxos算法，为云计算时代奠定理论基础</description>
    </item>
    <item>
      <title>Shafi Goldwasser &amp; Silvio Micali：他们让密码学从&quot;艺术&quot;变成&quot;科学&quot;，从零知识证明到可证明安全，重塑现代密码学的数学基础</title>
      <link>https://doggydad.pages.dev/posts/turing-award/47_2012_shafi_goldwasser_and_silvio_micali/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/47_2012_shafi_goldwasser_and_silvio_micali/</guid>
      <pubDate>Sun, 01 Jan 2012 00:00:00 GMT</pubDate>
      <description>Shafi Goldwasser &amp; Silvio Micali：他们让密码学从&quot;艺术&quot;变成&quot;科学&quot;，从零知识证明到可证明安全，重塑现代密码学的数学基础</description>
    </item>
    <item>
      <title>Judea Pearl：他用数学撕开了&quot;相关&quot;与&quot;因果&quot;的迷雾</title>
      <link>https://doggydad.pages.dev/posts/turing-award/46_2011_judea_pearl/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/46_2011_judea_pearl/</guid>
      <pubDate>Sat, 01 Jan 2011 00:00:00 GMT</pubDate>
      <description>Judea Pearl：他用数学撕开了&quot;相关&quot;与&quot;因果&quot;的迷雾</description>
    </item>
    <item>
      <title>Leslie G. Valiant：他用数学告诉我们&quot;什么能学、什么能算&quot;</title>
      <link>https://doggydad.pages.dev/posts/turing-award/45_2010_leslie_g_valiant/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/45_2010_leslie_g_valiant/</guid>
      <pubDate>Fri, 01 Jan 2010 00:00:00 GMT</pubDate>
      <description>Leslie G. Valiant：他用数学告诉我们&quot;什么能学、什么能算&quot;</description>
    </item>
    <item>
      <title>Charles P. Thacker：他在1973年就把&quot;未来的电脑&quot;搬上了你的桌面</title>
      <link>https://doggydad.pages.dev/posts/turing-award/44_2009_charles_p_thacker/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/44_2009_charles_p_thacker/</guid>
      <pubDate>Thu, 01 Jan 2009 00:00:00 GMT</pubDate>
      <description>Charles P. Thacker：他在1973年就把&quot;未来的电脑&quot;搬上了你的桌面</description>
    </item>
    <item>
      <title>Barbara Liskov：她定义了&quot;抽象数据类型&quot;和&quot;里氏替换原则&quot;，让面向对象编程真正可用</title>
      <link>https://doggydad.pages.dev/posts/turing-award/43_2008_barbara_liskov/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/43_2008_barbara_liskov/</guid>
      <pubDate>Tue, 01 Jan 2008 00:00:00 GMT</pubDate>
      <description>Barbara Liskov：她定义了&quot;抽象数据类型&quot;和&quot;里氏替换原则&quot;，让面向对象编程真正可用</description>
    </item>
    <item>
      <title>Clarke, Emerson &amp; Sifakis：他们让&quot;软件验证&quot;从梦想变成现实，模型检验保障关键系统的安全</title>
      <link>https://doggydad.pages.dev/posts/turing-award/42_2007_clarke_emerson_sifakis/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/42_2007_clarke_emerson_sifakis/</guid>
      <pubDate>Mon, 01 Jan 2007 00:00:00 GMT</pubDate>
      <description>Clarke, Emerson &amp; Sifakis：他们让&quot;软件验证&quot;从梦想变成现实，模型检验保障关键系统的安全</description>
    </item>
    <item>
      <title>Frances E. Allen：她让编译器从&quot;翻译器&quot;变成&quot;优化器&quot;，开创了程序优化的科学时代</title>
      <link>https://doggydad.pages.dev/posts/turing-award/41_2006_frances_e_allen/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/41_2006_frances_e_allen/</guid>
      <pubDate>Sun, 01 Jan 2006 00:00:00 GMT</pubDate>
      <description>Frances E. Allen：她让编译器从&quot;翻译器&quot;变成&quot;优化器&quot;，开创了程序优化的科学时代</description>
    </item>
    <item>
      <title>Peter Naur：从ALGOL 60到&quot;编程即理论建构&quot;，他定义了程序设计的认识论</title>
      <link>https://doggydad.pages.dev/posts/turing-award/40_2005_peter_naur/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/40_2005_peter_naur/</guid>
      <pubDate>Sat, 01 Jan 2005 00:00:00 GMT</pubDate>
      <description>Peter Naur：从ALGOL 60到&quot;编程即理论建构&quot;，他定义了程序设计的认识论</description>
    </item>
    <item>
      <title>Vint Cerf &amp; Bob Kahn：他们编织了连接世界的数字之网，TCP/IP让50亿人在线</title>
      <link>https://doggydad.pages.dev/posts/turing-award/39_2004_vint_cerf_and_bob_kahn/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/39_2004_vint_cerf_and_bob_kahn/</guid>
      <pubDate>Thu, 01 Jan 2004 00:00:00 GMT</pubDate>
      <description>Vint Cerf &amp; Bob Kahn：他们编织了连接世界的数字之网，TCP/IP让50亿人在线</description>
    </item>
    <item>
      <title>Alan Kay</title>
      <link>https://doggydad.pages.dev/posts/turing-award/38_2003_alan_kay/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/38_2003_alan_kay/</guid>
      <pubDate>Wed, 01 Jan 2003 00:00:00 GMT</pubDate>
      <description>Alan Kay:Smalltalk之父,&quot;未来属于那些发明它的人&quot;</description>
    </item>
    <item>
      <title>Ron Rivest, Adi Shamir, Leonard Adleman</title>
      <link>https://doggydad.pages.dev/posts/turing-award/37_2002_rivest_shamir_and_adleman/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/37_2002_rivest_shamir_and_adleman/</guid>
      <pubDate>Tue, 01 Jan 2002 00:00:00 GMT</pubDate>
      <description>Ron Rivest, Adi Shamir, Leonard Adleman:RSA算法,数字时代的安全基石</description>
    </item>
    <item>
      <title>Ole-Johan Dahl &amp; Kristen Nygaard：面向对象编程的鼻祖，用Simula播下了OOP的种子，从此改变了整个软件世界</title>
      <link>https://doggydad.pages.dev/posts/turing-award/36_2001_ole_johan_dahl_and_kristen_nygaard/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/36_2001_ole_johan_dahl_and_kristen_nygaard/</guid>
      <pubDate>Mon, 01 Jan 2001 00:00:00 GMT</pubDate>
      <description>Ole-Johan Dahl &amp; Kristen Nygaard：面向对象编程的鼻祖，用Simula播下了OOP的种子，从此改变了整个软件世界</description>
    </item>
    <item>
      <title>Andrew Yao（姚期智）：通信复杂性与量子计算的开拓者，首位华人图灵奖得主，从普林斯顿到清华的育人之路</title>
      <link>https://doggydad.pages.dev/posts/turing-award/35_2000_andrew_yao/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/35_2000_andrew_yao/</guid>
      <pubDate>Sat, 01 Jan 2000 00:00:00 GMT</pubDate>
      <description>Andrew Yao（姚期智）：通信复杂性与量子计算的开拓者，首位华人图灵奖得主，从普林斯顿到清华的育人之路</description>
    </item>
    <item>
      <title>Frederick P. Brooks Jr.：《人月神话》作者，软件工程的哲学家，用失败的教训照亮了整个行业</title>
      <link>https://doggydad.pages.dev/posts/turing-award/34_1999_frederick_p_brooks_jr/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/34_1999_frederick_p_brooks_jr/</guid>
      <pubDate>Fri, 01 Jan 1999 00:00:00 GMT</pubDate>
      <description>Frederick P. Brooks Jr.：《人月神话》作者，软件工程的哲学家，用失败的教训照亮了整个行业</description>
    </item>
    <item>
      <title>Jim Gray</title>
      <link>https://doggydad.pages.dev/posts/turing-award/33_1998_jim_gray/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/33_1998_jim_gray/</guid>
      <pubDate>Thu, 01 Jan 1998 00:00:00 GMT</pubDate>
      <description>Jim Gray:数据库事务处理的奠基者,让每一笔转账都值得信赖</description>
    </item>
    <item>
      <title>Douglas Engelbart</title>
      <link>https://doggydad.pages.dev/posts/turing-award/32_1997_douglas_c_engelbart/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/32_1997_douglas_c_engelbart/</guid>
      <pubDate>Wed, 01 Jan 1997 00:00:00 GMT</pubDate>
      <description>Douglas Engelbart:一次演示改变世界,他在1968年展示了2020年的未来</description>
    </item>
    <item>
      <title>Amir Pnueli</title>
      <link>https://doggydad.pages.dev/posts/turing-award/31_1996_amir_pnueli/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/31_1996_amir_pnueli/</guid>
      <pubDate>Mon, 01 Jan 1996 00:00:00 GMT</pubDate>
      <description>Amir Pnueli:时序逻辑,让我们验证&quot;永远&quot;和&quot;最终&quot;</description>
    </item>
    <item>
      <title>Manuel Blum：他将&quot;计算困难性&quot;变成了密码学的基石，创造了CAPTCHA，还培养出两位图灵奖得主</title>
      <link>https://doggydad.pages.dev/posts/turing-award/30_1995_manuel_blum/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/30_1995_manuel_blum/</guid>
      <pubDate>Sun, 01 Jan 1995 00:00:00 GMT</pubDate>
      <description>Manuel Blum：他将&quot;计算困难性&quot;变成了密码学的基石，创造了CAPTCHA，还培养出两位图灵奖得主</description>
    </item>
    <item>
      <title>Edward Feigenbaum &amp; Raj Reddy：他们让AI从&quot;实验室玩具&quot;变成&quot;实用工具&quot;，从专家系统到语音识别，开启了应用AI时代</title>
      <link>https://doggydad.pages.dev/posts/turing-award/29_1994_edward_a_feigenbaum_and_raj_reddy/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/29_1994_edward_a_feigenbaum_and_raj_reddy/</guid>
      <pubDate>Sat, 01 Jan 1994 00:00:00 GMT</pubDate>
      <description>Edward Feigenbaum &amp; Raj Reddy：他们让AI从&quot;实验室玩具&quot;变成&quot;实用工具&quot;，从专家系统到语音识别，开启了应用AI时代</description>
    </item>
    <item>
      <title>Juris Hartmanis &amp; Richard Stearns：他们用数学证明了&quot;时间是有价值的&quot;，为复杂性理论打下地基，让P vs NP成为可能</title>
      <link>https://doggydad.pages.dev/posts/turing-award/28_1993_juris_hartmanis_and_richard_e_stearns/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/28_1993_juris_hartmanis_and_richard_e_stearns/</guid>
      <pubDate>Fri, 01 Jan 1993 00:00:00 GMT</pubDate>
      <description>Juris Hartmanis &amp; Richard Stearns：他们用数学证明了&quot;时间是有价值的&quot;，为复杂性理论打下地基，让P vs NP成为可能</description>
    </item>
    <item>
      <title>Butler Lampson：他在施乐PARC创造了现代计算的原型，从个人电脑到网络安全，用50年的创新定义了我们今天的数字生活</title>
      <link>https://doggydad.pages.dev/posts/turing-award/27_1992_butler_w_lampson/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/27_1992_butler_w_lampson/</guid>
      <pubDate>Wed, 01 Jan 1992 00:00:00 GMT</pubDate>
      <description>Butler Lampson：他在施乐PARC创造了现代计算的原型，从个人电脑到网络安全，用50年的创新定义了我们今天的数字生活</description>
    </item>
    <item>
      <title>Robin Milner：他让类型系统从&quot;编译器的限制&quot;变成&quot;程序员的助手&quot;，用数学语言驯服了并发的混乱</title>
      <link>https://doggydad.pages.dev/posts/turing-award/26_1991_robin_milner/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/26_1991_robin_milner/</guid>
      <pubDate>Tue, 01 Jan 1991 00:00:00 GMT</pubDate>
      <description>Robin Milner：他让类型系统从&quot;编译器的限制&quot;变成&quot;程序员的助手&quot;，用数学语言驯服了并发的混乱</description>
    </item>
    <item>
      <title>Fernando J. Corbató</title>
      <link>https://doggydad.pages.dev/posts/turing-award/25_1990_fernando_j_corbat%C3%B3/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/25_1990_fernando_j_corbat%C3%B3/</guid>
      <pubDate>Mon, 01 Jan 1990 00:00:00 GMT</pubDate>
      <description>Fernando J. Corbató:分时系统之父,让计算机学会&quot;一心多用&quot;</description>
    </item>
    <item>
      <title>William Kahan</title>
      <link>https://doggydad.pages.dev/posts/turing-award/24_1989_william_kahan/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/24_1989_william_kahan/</guid>
      <pubDate>Sun, 01 Jan 1989 00:00:00 GMT</pubDate>
      <description>William Kahan:浮点运算的守护者,让计算机数学不再&quot;说谎&quot;</description>
    </item>
    <item>
      <title>Ivan Sutherland</title>
      <link>https://doggydad.pages.dev/posts/turing-award/23_1988_ivan_sutherland/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/23_1988_ivan_sutherland/</guid>
      <pubDate>Fri, 01 Jan 1988 00:00:00 GMT</pubDate>
      <description>Ivan Sutherland:他用Sketchpad画出了计算机图形学与人机交互的未来</description>
    </item>
    <item>
      <title>John Cocke：他用&quot;少即是多&quot;改变了计算机，从手机到超算都在用他的RISC哲学</title>
      <link>https://doggydad.pages.dev/posts/turing-award/22_1987_john_cocke/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/22_1987_john_cocke/</guid>
      <pubDate>Thu, 01 Jan 1987 00:00:00 GMT</pubDate>
      <description>John Cocke：他用&quot;少即是多&quot;改变了计算机，从手机到超算都在用他的RISC哲学</description>
    </item>
    <item>
      <title>John Hopcroft &amp; Robert Tarjan：他们让图算法达到了理论极限，用数据结构改变了编程的效率边界</title>
      <link>https://doggydad.pages.dev/posts/turing-award/21_1986_john_e_hopcroft_and_robert_e_tarjan/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/21_1986_john_e_hopcroft_and_robert_e_tarjan/</guid>
      <pubDate>Wed, 01 Jan 1986 00:00:00 GMT</pubDate>
      <description>John Hopcroft &amp; Robert Tarjan：他们让图算法达到了理论极限，用数据结构改变了编程的效率边界</description>
    </item>
    <item>
      <title>Richard M. Karp：他绘制了&quot;计算难度&quot;的地图，让我们学会与NP完全问题和平共处</title>
      <link>https://doggydad.pages.dev/posts/turing-award/20_1985_richard_m_karp/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/20_1985_richard_m_karp/</guid>
      <pubDate>Tue, 01 Jan 1985 00:00:00 GMT</pubDate>
      <description>Richard M. Karp：他绘制了&quot;计算难度&quot;的地图，让我们学会与NP完全问题和平共处</description>
    </item>
    <item>
      <title>尼克劳斯·维尔特</title>
      <link>https://doggydad.pages.dev/posts/turing-award/19_1984_niklaus_wirth/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/19_1984_niklaus_wirth/</guid>
      <pubDate>Sun, 01 Jan 1984 00:00:00 GMT</pubDate>
      <description>尼克劳斯·维尔特:他用&quot;简洁&quot;重新定义了编程</description>
    </item>
    <item>
      <title>肯·汤普逊 &amp; 丹尼斯·里奇：他们用Unix和C语言，为数字世界打下了地基</title>
      <link>https://doggydad.pages.dev/posts/turing-award/18_1983_ken_thompson_and_dennis_ritchie/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/18_1983_ken_thompson_and_dennis_ritchie/</guid>
      <pubDate>Sat, 01 Jan 1983 00:00:00 GMT</pubDate>
      <description>肯·汤普逊 &amp; 丹尼斯·里奇：他们用Unix和C语言，为数字世界打下了地基</description>
    </item>
    <item>
      <title>斯蒂芬·库克：他划定了“可计算”与“可实现”的边界</title>
      <link>https://doggydad.pages.dev/posts/turing-award/17_1982_stephen_a_cook/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/17_1982_stephen_a_cook/</guid>
      <pubDate>Fri, 01 Jan 1982 00:00:00 GMT</pubDate>
      <description>斯蒂芬·库克：他划定了“可计算”与“可实现”的边界</description>
    </item>
    <item>
      <title>埃德加·科德：他用关系模型，为数据世界建立了秩序</title>
      <link>https://doggydad.pages.dev/posts/turing-award/16_1981_edgar_f_codd/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/16_1981_edgar_f_codd/</guid>
      <pubDate>Thu, 01 Jan 1981 00:00:00 GMT</pubDate>
      <description>埃德加·科德：他用关系模型，为数据世界建立了秩序</description>
    </item>
    <item>
      <title>托尼·霍尔：他用逻辑驯服了软件的复杂性</title>
      <link>https://doggydad.pages.dev/posts/turing-award/15_1980_c_a_r_hoare/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/15_1980_c_a_r_hoare/</guid>
      <pubDate>Tue, 01 Jan 1980 00:00:00 GMT</pubDate>
      <description>托尼·霍尔：他用逻辑驯服了软件的复杂性</description>
    </item>
    <item>
      <title>肯尼斯·艾佛森：他用APL语言，将数学符号变成了可执行的思想</title>
      <link>https://doggydad.pages.dev/posts/turing-award/14_1979_kenneth_e_iverson/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/14_1979_kenneth_e_iverson/</guid>
      <pubDate>Mon, 01 Jan 1979 00:00:00 GMT</pubDate>
      <description>肯尼斯·艾佛森：他用APL语言，将数学符号变成了可执行的思想</description>
    </item>
    <item>
      <title>Robert Floyd：他让程序从&quot;碰运气&quot;变成&quot;可证明&quot;</title>
      <link>https://doggydad.pages.dev/posts/turing-award/13_1978_robert_w_floyd/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/13_1978_robert_w_floyd/</guid>
      <pubDate>Sun, 01 Jan 1978 00:00:00 GMT</pubDate>
      <description>Robert Floyd：他让程序从&quot;碰运气&quot;变成&quot;可证明&quot;</description>
    </item>
    <item>
      <title>John Backus：他发明了FORTRAN，两次解放了程序员</title>
      <link>https://doggydad.pages.dev/posts/turing-award/12_1977_john_backus/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/12_1977_john_backus/</guid>
      <pubDate>Sat, 01 Jan 1977 00:00:00 GMT</pubDate>
      <description>John Backus：他发明了FORTRAN，两次解放了程序员</description>
    </item>
    <item>
      <title>Rabin &amp; Scott：他们定义了计算的边界，让编译器和验证工具成为可能</title>
      <link>https://doggydad.pages.dev/posts/turing-award/11_1976_michael_o_rabin_and_dana_s_scott/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/11_1976_michael_o_rabin_and_dana_s_scott/</guid>
      <pubDate>Thu, 01 Jan 1976 00:00:00 GMT</pubDate>
      <description>Rabin &amp; Scott：他们定义了计算的边界，让编译器和验证工具成为可能</description>
    </item>
    <item>
      <title>Newell &amp; Simon：让机器像人一样思考</title>
      <link>https://doggydad.pages.dev/posts/turing-award/10_1975_allen_newell_and_herbert_a_simon/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/10_1975_allen_newell_and_herbert_a_simon/</guid>
      <pubDate>Wed, 01 Jan 1975 00:00:00 GMT</pubDate>
      <description>Newell &amp; Simon：让机器像人一样思考</description>
    </item>
    <item>
      <title>Donald E. Knuth：算法之父，用一生书写计算机程序设计的艺术</title>
      <link>https://doggydad.pages.dev/posts/turing-award/09_1974_donald_e_knuth/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/09_1974_donald_e_knuth/</guid>
      <pubDate>Tue, 01 Jan 1974 00:00:00 GMT</pubDate>
      <description>Donald E. Knuth：算法之父，用一生书写计算机程序设计的艺术</description>
    </item>
    <item>
      <title>Charles W. Bachman：把数据从程序里解放出来，开创数据库时代</title>
      <link>https://doggydad.pages.dev/posts/turing-award/08_1973_charles_w_bachman/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/08_1973_charles_w_bachman/</guid>
      <pubDate>Mon, 01 Jan 1973 00:00:00 GMT</pubDate>
      <description>Charles W. Bachman：把数据从程序里解放出来，开创数据库时代</description>
    </item>
    <item>
      <title>Edsger W. Dijkstra：用结构化编程让复杂性有序退场</title>
      <link>https://doggydad.pages.dev/posts/turing-award/07_1972_edsger_w_dijkstra/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/07_1972_edsger_w_dijkstra/</guid>
      <pubDate>Sat, 01 Jan 1972 00:00:00 GMT</pubDate>
      <description>Edsger W. Dijkstra：用结构化编程让复杂性有序退场</description>
    </item>
    <item>
      <title>John McCarthy：Lisp 之父与“人工智能”命名者</title>
      <link>https://doggydad.pages.dev/posts/turing-award/06_1971_john_mccarthy/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/06_1971_john_mccarthy/</guid>
      <pubDate>Fri, 01 Jan 1971 00:00:00 GMT</pubDate>
      <description>John McCarthy：Lisp 之父与“人工智能”命名者</description>
    </item>
    <item>
      <title>James H. Wilkinson：数值分析的守护者，让计算“算得准”而非“算得快”</title>
      <link>https://doggydad.pages.dev/posts/turing-award/05_1970_james_h_wilkinson/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/05_1970_james_h_wilkinson/</guid>
      <pubDate>Thu, 01 Jan 1970 00:00:00 GMT</pubDate>
      <description>James H. Wilkinson：数值分析的守护者，让计算“算得准”而非“算得快”</description>
    </item>
    <item>
      <title>Marvin Minsky：人工智能之父，赋予机器“思考”的灵魂</title>
      <link>https://doggydad.pages.dev/posts/turing-award/04_1969_marvin_minsky/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/04_1969_marvin_minsky/</guid>
      <pubDate>Wed, 01 Jan 1969 00:00:00 GMT</pubDate>
      <description>Marvin Minsky：人工智能之父，赋予机器“思考”的灵魂</description>
    </item>
    <item>
      <title>Richard Hamming：他发明了汉明码，让数据传输不再出错</title>
      <link>https://doggydad.pages.dev/posts/turing-award/03_1968_richard_hamming/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/03_1968_richard_hamming/</guid>
      <pubDate>Mon, 01 Jan 1968 00:00:00 GMT</pubDate>
      <description>Richard Hamming：他发明了汉明码，让数据传输不再出错</description>
    </item>
    <item>
      <title>Maurice Wilkes：他建造了第一台实用计算机，发明了子程序，开创了微程序设计</title>
      <link>https://doggydad.pages.dev/posts/turing-award/02_1967_maurice_wilkes/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/02_1967_maurice_wilkes/</guid>
      <pubDate>Sun, 01 Jan 1967 00:00:00 GMT</pubDate>
      <description>Maurice Wilkes：他建造了第一台实用计算机，发明了子程序，开创了微程序设计</description>
    </item>
    <item>
      <title>Alan Perlis：他定义了编译器，影响了所有编程语言，开启了计算机科学</title>
      <link>https://doggydad.pages.dev/posts/turing-award/01_1966_alan_perlis/</link>
      <guid>https://doggydad.pages.dev/posts/turing-award/01_1966_alan_perlis/</guid>
      <pubDate>Sat, 01 Jan 1966 00:00:00 GMT</pubDate>
      <description>Alan Perlis：他定义了编译器，影响了所有编程语言，开启了计算机科学</description>
    </item>
    </channel></rss>