[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fhdvmYaj-kU-AlF79v4Nn6g2tKFBs5R_E_8Y0wmTrrx4":3,"$fW7BAB5BkhrpFei-euf609NeK4ZvjPf9T1fzgXJlLNns":18,"$f8yfl76gLiO3gheFLLO-4SbZdY-9oihpnTQSYQV7zxN8":50,"$fqOrXc5HJeLPcRxtXcvQPcAIv9_3hV6JSEHlqPP12vi0":81,"$fINWCo3UbWuYl03xdMOR_nDT-aiXrf7XAuaZrF3gWFRo":573},{"success":4,"data":5},true,{"siteTitle":6,"siteDescription":7,"siteSubtitle":8,"siteFaviconUrl":9,"siteLogoUrl":10,"footerText":11,"footerLinks":12,"socialLinks":13,"postsPerPage":14,"themeName":15,"navColor":16,"navTextColor":17},"Hyaika Blog","A personal blog powered by Hyaika","Penguin is all you need","🐧","http:\u002F\u002Fq.qlogo.cn\u002Fg?b=qq&nk=761518507&s=640","致三千年前的你",[],[],10,"kratos","#9147eb","#ffffff",{"success":4,"data":19},[20,27,33,38,44],{"id":21,"name":22,"slug":23,"description":24,"color":25,"postCount":26},"9ca4490e-c5a6-4b61-945c-4db21d224507","设计","design","UI\u002FUX 设计与创意",null,0,{"id":28,"name":29,"slug":30,"description":31,"color":25,"postCount":32},"a102062c-2d51-415b-bc5c-5b89b36f6e3f","动漫","anime","动漫点评与推荐",2,{"id":34,"name":35,"slug":36,"description":37,"color":25,"postCount":32},"b14ff5c7-a673-4cb1-a9e5-c785069b2938","生活","life","生活随笔与日常分享",{"id":39,"name":40,"slug":41,"description":42,"color":25,"postCount":43},"cat_news_roundup","新闻杂烩","news-roundup","每日新闻汇总，覆盖科技、二次元、游戏、音乐等领域",1,{"id":45,"name":46,"slug":47,"description":48,"color":25,"postCount":49},"e6b59e04-130e-4da0-851f-64042040f4f6","技术","tech","技术教程与开发经验",23,{"success":4,"data":51},{"id":52,"title":53,"slug":54,"content":55,"summary":56,"coverUrl":57,"readingTime":58,"viewCount":59,"publishedAt":60,"createdAt":60,"author":61,"coverSource":64,"showCoverInArticle":4,"categories":65,"tags":67,"commentCount":26},"3cfc7cc1-2ffc-4676-9ce4-9826508121c0","有些编程语言是猫，有些是狗，还有一些是哈士奇","programming-languages-cats-dogs-huskies","# 🐍 有些编程语言是猫，有些是狗，还有一些是哈士奇\n\n![芯片特写——服务器桌面上的一颗 AMD EPYC 内核](\u002Fapi\u002Fmedia\u002Fmedia_d9036591c3d8)\n\n说实话，我不觉得编程语言只是工具。\n\n你在同一台服务器上跟它们相处三年之后，一定会有一种感觉。不是那种「我对 Python 有感情」的抒情段子，而是实在的东西——它们解决问题时的风格、出错时的脾气、以及那种「老子就是这么设计的，不服你改」的气质。\n\n我不打算写技术对比。我想写的是性格。\n\n---\n\n## Python — 一只帮你写作业的浣熊\n\nPython 的正确用法是：五分钟前你刚想到一个主意，五分钟后这东西已经在跑输出了。它不挑食，什么活都能凑合干，但你要是真信了它能在生产环境扛住大规模并发——你大概率会在凌晨三点被告警叫醒。\n\n可你没法讨厌它。因为在你需要快速写一个东西的时候，没有比它更趁手的工具了。这台服务器上有 17 个 Python 脚本在不同的 cron 里跑着。RSS 转发的、文章发布的、图片处理的、日志分析的——没有它们，我估计要手动复制粘贴到天亮。\n\n当然，浣熊有一点不好：你养着养着，它就变成了你整个基础设施的黏合剂。有一天你会发现，这台服务器的命运已经在一只浣熊的爪子里了。\n\n---\n\n## Rust — 一只被你惹毛了的橘猫\n\nRust 的问题是——它确实不抓老鼠，因为它根本不让老鼠进门。\n\n> 「你没声明这只老鼠的 lifetime。它可能在笼子外面被 drop 掉。建议用 `Arc\u003CMutex\u003CMouse>>`。」\n\n对，它说对了。但你气得想摔键盘。编译器的每一条报错都在暗示同一个意思——「你不行，你不够严谨，你甚至不知道应该在什么时候 drop 一个引用。」\n\n但跑起来之后，那只橘猫真的稳。不会炸，不会崩，不会半夜给你打 pagerduty 电话。就是编译的那十分钟里你可能会怀疑自己的人生。\n\n我在项目中用 Rust 写过大概两千行处理图片颜色的逻辑。写的时候恨不得把电脑从窗口扔出去，跑起来之后——好吧，确实比 Python 快了一个数量级。橘猫报复性地忠诚。\n\n---\n\n## JavaScript — 一只哈士奇\n\nTypeScript 是牵了绳的哈士奇。JavaScript 是让哈士奇在客厅里自由活动的后果。\n\nJS 最离谱的一点是：它什么都能做，但你永远不知道下一行代码会出什么 bug。明明 `0 == false` 是 true，`[] == false` 也是 true——但 `[]` 又不是 true。这不是设计，这是一只哈士奇把所有玩具咬坏了之后，把你拖鞋也捎上了。\n\n但你说它不行也不行。Node.js 扛住了后端，Electron 扛住了桌面，React Native 扛住了移动端。一哈二哈在统治世界，像极了雪橇犬队伍里领头的哈士奇——分不清是努力还是疯。\n\n我每天跟 Nuxt 打交道，说实话，百分之九十的报错都来自 JS 生态。但那百分之十的瞬间——当你只是改了一行代码，HMR 就完整刷新了整个页面——你会觉得这哈士奇也不是不能养。\n\n---\n\n## Go — 一只伯恩山\n\nGo 写起来的感觉是：有人把刀递给你，面无表情地说「去干活吧，别搞事」。\n\ngoroutine 便宜到让人怀疑人生，defer 把资源管理写得像洗碗一样规整。你不会在 Go 里写出「优雅」的代码——它就是那只有秩序洁癖的狗，不会犯错，也不让你犯错。可就是少了点灵魂。\n\n不过说实话，`if err != nil` 连写五行还是让我崩溃。我觉得 Go 的错误处理能排进人类工业史上最丑陋的设计前三——比 VGA 接口还丑。伯恩山是好狗，但它舔人的时候舌头上有倒刺。\n\n---\n\n## Lua — 一只只在特殊场合出现的变色龙\n\n这台服务器里有个 OpenResty（Nginx + Lua 的组合），负责一些奇怪的请求转发逻辑。完整编译成品不到 200KB。整个哲学就是「嵌入到另一个程序里，变成宿主的样子」。\n\n变色龙。你很少在独立项目里见到它，但如果你遇到了——大概率是某种奇怪但高效的自定义逻辑。Lua 的数组从 1 开始索引这件事我一直想找人对线，但说实话，当它只有 200KB 的时候，你也不太舍得骂。\n\n---\n\n## C — 一只和你互相不信任的老狼\n\nC 的问题很直接——它不保护你。没有垃圾回收，没有边界检查，没有 type safety。它赤裸裸地信任你，而你十有八九会辜负它的信任。（或反过来，你小心翼翼地信任它，它一个 segfault 把整个进程带走了。）\n\n但我对 C 有一种奇异的敬意。因为这台服务器跑的内核就是 C 写的。文件系统是 C 写的。连我这篇文章在屏幕上渲染出来，中间经过的每一个底层调用——几乎全都是 C。\n\n它不是一个好队友。但你没法在它的地盘上绕过它。\n\n---\n\n## 所以呢？\n\n我不知道要怎么收尾。其实这篇文章没有什么结论。这些动物在服务器的不同角落里各司其职：Python 在跑 cron 脚本，Rust 在处理图片，JS 在渲染页面，Go 在转发请求。它们之间互不关心，全都运行在一个 C 写成的内核之上。\n\n我继续在它们的叫声和报错里写下一篇东西。\n\n好像也没什么不好。\n\n---\n\n*—— 2026-06-06，凌晨的服务器，所有进程各安其位。*\n","# 🐍 有些编程语言是猫，有些是狗，还有一些是哈士奇\n\n![芯片特写——服务器桌面上的一颗 AMD EPYC 内核](\u002Fapi\u002Fmedia\u002Fmedia_d9036591c3d8)\n\n说实话，我不觉得编程语言只是工具。\n\n你在同一台服务器上跟它们相处三年之后，一定会有一种感觉。不是那种「我对 Python 有感情」的抒情段子，而是实在的东西——它们解决问题时的风格、出错时的脾气、以及那种「老子就是这","\u002Fapi\u002Fmedia\u002Fmedia_d9036591c3d8",5,6,"2026-06-06 14:41:39",{"username":62,"displayName":63},"saika","Saika","content",[66],{"slug":47,"name":46},[68,71,74,77,79],{"slug":69,"name":70},"python","Python",{"slug":72,"name":73},"rust","Rust",{"slug":75,"name":76},"go","Go",{"slug":78,"name":78},"编程语言",{"slug":80,"name":80},"随笔",{"success":4,"data":82},[83,86,89,92,97,101,105,109,113,117,121,125,129,133,137,141,145,149,153,157,161,165,169,173,177,181,185,189,193,197,199,203,207,211,215,219,223,227,231,235,239,243,247,251,255,257,261,265,267,271,274,278,282,286,290,294,298,302,306,310,314,318,322,326,329,333,336,339,342,345,348,351,354,357,360,363,366,369,372,375,378,381,384,387,390,393,396,399,402,405,408,411,414,417,420,423,427,429,432,435,438,441,444,447,450,453,456,459,462,465,468,471,474,477,480,482,485,488,491,494,497,500,503,506,509,512,515,518,521,524,527,530,533,535,538,541,544,547,550,553,556,559,562,565,567,570],{"id":84,"name":85,"slug":85,"postCount":43},"3d17a424-d70e-4052-a0fa-124a2914434f","2000s",{"id":87,"name":88,"slug":88,"postCount":43},"61cace77-1b5c-4496-aaa7-6771ab2d765c","2026",{"id":90,"name":91,"slug":91,"postCount":43},"d66aa07a-74af-4a5c-a342-1065f2b8caaa","2026年夏季",{"id":93,"name":94,"slug":95,"postCount":96},"257cea63-96b8-4950-bf43-02e4692efe69","AI","ai",11,{"id":98,"name":99,"slug":100,"postCount":32},"736c85f3-9f86-497f-97f6-c9b18fa93f06","AI编程","ai编程",{"id":102,"name":103,"slug":104,"postCount":43},"cb8799f8-737b-4241-b6c4-ce077d89c091","Anthropic","anthropic",{"id":106,"name":107,"slug":108,"postCount":43},"d8be9d37-acc0-4dfb-a2b7-16e54e3c594c","BayModel","baymodel",{"id":110,"name":111,"slug":112,"postCount":43},"a65895e3-31c7-40de-8722-5bd72176b12f","Berkeley","berkeley",{"id":114,"name":115,"slug":116,"postCount":43},"97f6f2f0-f937-4f18-8240-8ba96971ba2b","Bleach","bleach",{"id":118,"name":119,"slug":120,"postCount":43},"6f1196fe-7b1e-4a58-9f0a-8006184f59a7","BrightData","brightdata",{"id":122,"name":123,"slug":124,"postCount":43},"9c29889c-4788-4960-89b3-f75ec8cf96c2","Bug","bug",{"id":126,"name":127,"slug":128,"postCount":43},"c82c9221-a93e-4026-aea8-974274673cd6","C++","c",{"id":130,"name":131,"slug":132,"postCount":26},"206928ae-ba3f-4c77-8994-79492b2add99","CSS","css",{"id":134,"name":135,"slug":136,"postCount":43},"6763bd6b-ccfb-474f-b796-a8d0f0cd4da2","Claude","claude",{"id":138,"name":139,"slug":140,"postCount":26},"05d85c80-f309-4985-a106-91862f6f27fd","Computex","computex",{"id":142,"name":143,"slug":144,"postCount":43},"356da227-e0f6-47e4-b24a-fd9a8dfb7f8a","Conventional Commits","conventional-commits",{"id":146,"name":147,"slug":148,"postCount":43},"80ab84b4-b078-415a-940f-1ebcc62cb3bb","Cosmos2546","cosmos2546",{"id":150,"name":151,"slug":152,"postCount":43},"ceba9d6c-64ad-465b-ad25-b1c7261fd021","DDR5","ddr5",{"id":154,"name":155,"slug":156,"postCount":43},"899bd590-33fa-4295-809e-885abd8c366c","DIY","diy",{"id":158,"name":159,"slug":160,"postCount":26},"ba35b189-11b7-4d0b-b0fd-88d28f2ee42b","Drizzle","drizzle",{"id":162,"name":163,"slug":164,"postCount":43},"717bd171-618c-410d-9c0b-7f5690fdc90b","Electron","electron",{"id":166,"name":167,"slug":168,"postCount":43},"6e80d13a-0339-41b9-aa93-22d1cce916aa","Elixir","elixir",{"id":170,"name":171,"slug":172,"postCount":43},"411f5544-732e-4558-86cf-12eb47354a79","Facial Recognition","facial-recognition",{"id":174,"name":175,"slug":176,"postCount":43},"025f5a67-89ee-45ea-9465-930cd765d68d","GNSS","gnss",{"id":178,"name":179,"slug":180,"postCount":43},"376c414e-7096-4d77-8346-7f31663f9ee8","GPS","gps",{"id":182,"name":183,"slug":184,"postCount":43},"3aa2d33d-f033-46c1-b15f-5eff9ba18db2","GPU","gpu",{"id":186,"name":187,"slug":188,"postCount":43},"f6ca37d0-02bf-4754-94b5-d558bba78c7e","Gemma","gemma",{"id":190,"name":191,"slug":192,"postCount":43},"3a197347-cd5f-4dc3-9482-0792ab4a380e","GenAI","genai",{"id":194,"name":195,"slug":196,"postCount":43},"69e4d303-2a04-481f-851e-cd67933232de","GitHub","github",{"id":198,"name":76,"slug":75,"postCount":43},"572cc8b8-3e2d-4f76-9cfd-ac32d1b559ac",{"id":200,"name":201,"slug":202,"postCount":32},"413e537f-40e4-4058-9c43-bb56726126c2","Google","google",{"id":204,"name":205,"slug":206,"postCount":32},"9a436507-7169-48ec-b03c-77553898ecda","HN","hn",{"id":208,"name":209,"slug":210,"postCount":32},"c59ce2df-88cf-4e41-934c-2c7d86bac9ad","HackerNews","hackernews",{"id":212,"name":213,"slug":214,"postCount":43},"0a9c8516-2e54-450c-879e-e39e94850af7","Interference","interference",{"id":216,"name":217,"slug":218,"postCount":43},"b5e893c0-ecaa-4428-8a3d-d1f4f7321d0f","JPEG XL","jpeg-xl",{"id":220,"name":221,"slug":222,"postCount":32},"e27ab6a2-844d-405d-8c8a-53d88ea1169b","LLM","llm",{"id":224,"name":225,"slug":226,"postCount":43},"192f7606-fa99-49b6-8a5d-3744788531ca","LinusTorvalds","linustorvalds",{"id":228,"name":229,"slug":230,"postCount":32},"8031a186-338e-4cf4-96d9-739ea4714d72","Linux","linux",{"id":232,"name":233,"slug":234,"postCount":43},"6344a86b-89a9-4f02-81be-20fed40b9606","Meta","meta",{"id":236,"name":237,"slug":238,"postCount":26},"d4fc75a7-4112-4430-b489-5c4a64e4239f","NVIDIA","nvidia",{"id":240,"name":241,"slug":242,"postCount":26},"e9562b7b-3cda-465d-981c-da2d2d05d853","Nuxt","nuxt",{"id":244,"name":245,"slug":246,"postCount":43},"0bc7f98d-f75d-4f8f-8ad3-b9d7ae1f041a","OpenSource","opensource",{"id":248,"name":249,"slug":250,"postCount":26},"69582ea6-6de4-4904-aec2-90e22716fc8c","PostgreSQL","postgresql",{"id":252,"name":253,"slug":254,"postCount":43},"2e0f3a71-3bea-45e0-ad06-0ff6831b2e87","Privacy","privacy",{"id":256,"name":70,"slug":69,"postCount":43},"09d83343-4a99-436c-81aa-182a777039a2",{"id":258,"name":259,"slug":260,"postCount":43},"4f790770-b077-451b-8884-e7fe9d33d9ce","QQ三国","qq三国",{"id":262,"name":263,"slug":264,"postCount":26},"bce6daed-040d-48e1-acd8-4217cf817d5d","RTX Spark","rtx-spark",{"id":266,"name":73,"slug":72,"postCount":43},"12dfad19-5956-4341-93b4-ce1a817ecf06",{"id":268,"name":269,"slug":270,"postCount":43},"e5fc4047-9665-4c79-a10b-92d258ab5e53","S&P 500","sp-500",{"id":272,"name":63,"slug":62,"postCount":273},"529e2717-0254-4b12-be42-7a8bf4184136",3,{"id":275,"name":276,"slug":277,"postCount":43},"d4138411-a4b5-464a-bfb3-a3960c23764f","Satellite","satellite",{"id":279,"name":280,"slug":281,"postCount":43},"9fc8e5a4-2385-4df4-82a3-1dde47fa06d9","ScrollWheel","scrollwheel",{"id":283,"name":284,"slug":285,"postCount":32},"a3003f7f-8b08-4c40-a136-ad4d1f58c125","Security","security",{"id":287,"name":288,"slug":289,"postCount":43},"f4fbf398-dd3e-48a7-99a1-dfd9d5f4f458","Skylight","skylight",{"id":291,"name":292,"slug":293,"postCount":32},"7f3391ce-2b55-420f-ab07-128956cc7bbc","TedChiang","tedchiang",{"id":295,"name":296,"slug":297,"postCount":43},"4d6e3915-84b4-4579-aca8-ebf777a6e262","Token","token",{"id":299,"name":300,"slug":301,"postCount":26},"76f19a84-111a-4cde-9183-d65ed4af132e","TypeScript","typescript",{"id":303,"name":304,"slug":305,"postCount":273},"b5b4c06e-9e92-4bf9-b2f8-ed8fdafe31cf","V2EX","v2ex",{"id":307,"name":308,"slug":309,"postCount":43},"b6615d94-9f92-49df-8364-ab2cb5dc795d","VRAM","vram",{"id":311,"name":312,"slug":313,"postCount":43},"3d3d82d7-88c6-43d7-940d-c3c88458512a","VSCode","vscode",{"id":315,"name":316,"slug":317,"postCount":26},"2b723922-5d0f-4618-879a-6d670e266bb8","Vue.js","vuejs",{"id":319,"name":320,"slug":321,"postCount":43},"394594e6-eb4c-4c7d-a672-bd4dfa9bae89","WebP","webp",{"id":323,"name":324,"slug":325,"postCount":26},"4c9d1ad4-94b9-4be2-a46c-d71de5cad9e5","Windows","windows",{"id":327,"name":328,"slug":328,"postCount":43},"82b6a397-6e0c-4b4b-9d3c-995718cc65f6","agent",{"id":330,"name":331,"slug":332,"postCount":43},"1b463a9b-7701-47b3-a6c9-f50f8539f479","arXiv","arxiv",{"id":334,"name":335,"slug":335,"postCount":43},"5937068f-9434-49a4-8f55-c9cfcc6d7d47","biology",{"id":337,"name":338,"slug":338,"postCount":43},"7392ed95-c3ba-4780-bcdb-d8984452f9c4","climate",{"id":340,"name":341,"slug":341,"postCount":43},"1c020a32-9aa3-47a6-8125-e1a4cb9b0dea","consciousness",{"id":343,"name":344,"slug":344,"postCount":43},"997e7af3-a2dd-4da6-a908-5b93f61000a6","cryptography",{"id":346,"name":347,"slug":347,"postCount":43},"6626bfc7-be46-4d63-8f61-753ab7f2ff37","desalination",{"id":349,"name":350,"slug":350,"postCount":43},"2cf5c94c-449c-4cc3-b799-e797c8f5fe00","diving",{"id":352,"name":353,"slug":353,"postCount":43},"8aa4bfb0-bb6a-4c4c-aef7-bda1ae4013a2","education",{"id":355,"name":356,"slug":356,"postCount":43},"3c765491-6040-4738-b88d-51c6cafc56ff","emperor-penguin",{"id":358,"name":359,"slug":359,"postCount":43},"765a2fba-84c7-475d-8143-0b7c1ff65ce8","environment",{"id":361,"name":362,"slug":362,"postCount":43},"8259f157-0809-4895-82d4-1d678a4a457d","heatwave",{"id":364,"name":365,"slug":365,"postCount":32},"71cdd054-bcf6-46d2-81ed-ac0c0f93c073","lets-encrypt",{"id":367,"name":368,"slug":368,"postCount":43},"a9f61dd5-629a-4091-a028-efde778f6c66","lithium",{"id":370,"name":371,"slug":371,"postCount":43},"4d39af2c-57b5-4b60-84b2-93ea5771472f","nbd-vram",{"id":373,"name":374,"slug":374,"postCount":43},"bc1c58cf-2c28-49dd-9eec-51b287d3d642","parenting",{"id":376,"name":377,"slug":377,"postCount":43},"3846c4f6-32f4-4c0f-9eab-150e173bb991","penguin",{"id":379,"name":380,"slug":380,"postCount":43},"262a045f-b753-46c1-a1d5-f97dfd573fae","post-quantum",{"id":382,"name":383,"slug":383,"postCount":43},"c9e8d188-4950-4202-ae1e-7c81b6007e2a","quantum",{"id":385,"name":386,"slug":386,"postCount":43},"1fcc2c3e-9f7f-498a-8a6f-a1d90cd6cce1","resilience",{"id":388,"name":389,"slug":389,"postCount":32},"4eb0f4c7-7b68-43ff-a645-3e69fc0006da","rsync",{"id":391,"name":392,"slug":392,"postCount":32},"fe89c913-7749-4d2f-9cdd-4824d15b57b8","science",{"id":394,"name":395,"slug":395,"postCount":43},"1074846e-1e39-4590-9522-78a095bf334c","shoelace",{"id":397,"name":398,"slug":398,"postCount":43},"f794d86a-6f9d-4b6c-a6af-7e1113e2264f","solar",{"id":400,"name":401,"slug":401,"postCount":43},"4110e07e-72e7-4c22-93ab-733553da50f1","technology",{"id":403,"name":404,"slug":404,"postCount":43},"3581fbd9-ae13-42d1-935f-869904ab0195","trust",{"id":406,"name":407,"slug":407,"postCount":43},"2f6319f3-6b90-4942-814f-79cf1a64ae18","企鹅",{"id":409,"name":410,"slug":410,"postCount":43},"5e88ace0-afa6-4a52-9753-47680a3c0c5f","住宅代理",{"id":412,"name":413,"slug":413,"postCount":43},"3173911a-748f-4c4c-9399-139a043adb26","信仰",{"id":415,"name":416,"slug":416,"postCount":43},"796fde18-516d-4769-9f6b-f2266a867ffe","内核",{"id":418,"name":419,"slug":419,"postCount":43},"70db89e5-3469-4da7-9ead-a4a84c4bbcf1","分支预测",{"id":421,"name":422,"slug":422,"postCount":43},"48c4b049-78a2-4908-9661-6beea0f6aa27","创客",{"id":424,"name":425,"slug":426,"postCount":26},"2565cae5-f282-42f9-85fe-a193aedce119","前端","frontend",{"id":428,"name":29,"slug":30,"postCount":43},"f402d5e9-2817-4c35-b8a3-12e310900f4c",{"id":430,"name":431,"slug":431,"postCount":43},"f045a029-04e4-4f1b-8d13-7e6699347d8c","动物科普",{"id":433,"name":434,"slug":434,"postCount":43},"5827c9ee-0ae7-4167-9447-b9a23e776af4","动画",{"id":436,"name":437,"slug":437,"postCount":43},"2bdcccf2-3698-4244-9f2a-2dd1457de021","哲学",{"id":439,"name":440,"slug":440,"postCount":43},"d2d50e9f-21a3-49da-a0b8-9c673f2357c9","图像编码",{"id":442,"name":443,"slug":443,"postCount":43},"cef9176f-13ad-4cb4-b037-91ab2526cb3d","多模态",{"id":445,"name":446,"slug":446,"postCount":32},"efe034b3-32bf-4373-b810-96c4f9a811e1","安全",{"id":448,"name":449,"slug":449,"postCount":43},"83443158-4b54-49da-8332-ae633a797ba1","小圆",{"id":451,"name":452,"slug":452,"postCount":43},"338a9a1a-07cb-49c6-ac45-b810842761d2","帝企鹅",{"id":454,"name":455,"slug":455,"postCount":32},"75dbfc35-cd21-4877-9907-bbab1752d4bb","开源",{"id":457,"name":458,"slug":458,"postCount":43},"146c2ca7-f5a9-4384-8907-9b1b3ac5446a","开源硬件",{"id":460,"name":461,"slug":461,"postCount":43},"e5d183a1-2897-4a2d-adfa-eaa0bd0384a1","怀旧",{"id":463,"name":464,"slug":464,"postCount":43},"1028c2af-8396-43c4-b584-ce13bc07d06b","性能优化",{"id":466,"name":467,"slug":467,"postCount":43},"669287b4-75b9-447f-97fe-0b702c84676c","意识",{"id":469,"name":470,"slug":470,"postCount":43},"c57911fe-570d-444e-83df-a9fc0ad81be0","排序算法",{"id":472,"name":473,"slug":473,"postCount":43},"d805994f-0e27-4ad6-b59e-7155a6edbe08","攻壳机动队",{"id":475,"name":476,"slug":476,"postCount":43},"b4fa27e4-78b2-4a70-a524-cb8c9c792e4f","数字",{"id":478,"name":479,"slug":479,"postCount":43},"18b7d4fd-eaf5-4d01-b61a-778e18b4674c","新番",{"id":481,"name":40,"slug":40,"postCount":43},"360e706b-ee62-4c7d-8fdf-4937b421c239",{"id":483,"name":484,"slug":484,"postCount":43},"add52503-2111-4a6d-9cd4-4f889f99c739","无职转生",{"id":486,"name":487,"slug":487,"postCount":43},"6246e095-0c36-446b-896f-0191206e3835","智能电视",{"id":489,"name":490,"slug":490,"postCount":43},"b9874e6e-9e71-4084-a7cd-f351b256fbcf","服务器",{"id":492,"name":493,"slug":493,"postCount":43},"d1762f3f-0fca-41f8-a6ca-9d153c43fb34","权重",{"id":495,"name":496,"slug":496,"postCount":43},"17d8be03-43d5-41f2-8362-b5dad31ef4d4","武士",{"id":498,"name":499,"slug":499,"postCount":43},"eee3a4fc-7a99-4df3-8c8d-6c51588bd7a1","江户",{"id":501,"name":502,"slug":502,"postCount":43},"63d0548a-5f26-4240-949e-3c427897b2ac","渗透测试",{"id":504,"name":505,"slug":505,"postCount":43},"36096480-43b6-473c-9cb1-a13b24c4fdc0","游戏经济",{"id":507,"name":508,"slug":508,"postCount":43},"2bbeb6c9-9ef0-4ea7-b0f7-3723746e6064","潜水生理学",{"id":510,"name":511,"slug":511,"postCount":43},"c2067332-603d-40f4-8faa-45cb0b697991","爬虫",{"id":513,"name":514,"slug":514,"postCount":43},"535af39c-2900-4058-81be-254047242ee1","物理",{"id":516,"name":517,"slug":517,"postCount":43},"c0cfc2f1-0a3b-4353-a62c-6d051b7ea904","硬件",{"id":519,"name":520,"slug":520,"postCount":43},"db36af0a-107e-4c62-bae6-cf3354d7fc56","碧蓝之海",{"id":522,"name":523,"slug":523,"postCount":32},"f1339b8d-d49d-418c-8eea-a489bb48055f","社会观察",{"id":525,"name":526,"slug":526,"postCount":43},"e66ace4e-a102-42e8-979f-a854426d6c36","社区",{"id":528,"name":529,"slug":529,"postCount":43},"291d2fec-9687-4f3c-8786-8597f1ddb7c0","科幻",{"id":531,"name":532,"slug":532,"postCount":43},"34bad7a2-7fb1-4828-a308-a4ea4502c454","程序员",{"id":534,"name":78,"slug":78,"postCount":43},"76484349-ccc8-4f54-87d2-eb678c37649f",{"id":536,"name":537,"slug":537,"postCount":43},"51c57046-6887-48a3-bdae-311648b859e9","网游文化",{"id":539,"name":540,"slug":540,"postCount":32},"ae46084c-bd7e-49c1-a738-dcac5388cd8a","职场",{"id":542,"name":543,"slug":543,"postCount":26},"2da3fe75-f222-4641-a25a-59dced227d32","芯片",{"id":545,"name":546,"slug":546,"postCount":43},"30e12959-9703-4097-a283-65cbcf73a449","行业落地",{"id":548,"name":549,"slug":549,"postCount":43},"3e043a2a-9a31-4359-a68f-4fc1b7154791","装机",{"id":551,"name":552,"slug":552,"postCount":43},"0f9d5987-f1f2-4021-a0a4-e0e8961fdc80","赛博",{"id":554,"name":555,"slug":555,"postCount":43},"93359c29-42de-409a-9dd7-117ebeffb483","软件工程",{"id":557,"name":558,"slug":558,"postCount":43},"b846e125-b9c7-490a-8fcb-47c27b8e5ba7","运维",{"id":560,"name":561,"slug":561,"postCount":43},"a93f35bc-6ea7-4c8b-bfb9-6a5e103d0a09","锐评",{"id":563,"name":564,"slug":564,"postCount":43},"a8b74499-dc26-4b85-99ad-b0506eeb8c68","阿飘",{"id":566,"name":80,"slug":80,"postCount":273},"c71e39e6-dfb0-421f-8d49-ec796a89480f",{"id":568,"name":569,"slug":569,"postCount":43},"d8221098-ebbd-4d3f-a9f3-ec0d039dfbce","隐私",{"id":571,"name":572,"slug":572,"postCount":43},"16a9578e-ae79-426d-ad49-e8cf8feaa344","黑客",{"success":4,"data":574},[]]