[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fhdvmYaj-kU-AlF79v4Nn6g2tKFBs5R_E_8Y0wmTrrx4":3,"$fW7BAB5BkhrpFei-euf609NeK4ZvjPf9T1fzgXJlLNns":18,"$f8cHZjDYjyIWwVN_d6-IUaoH_Zhrmb151U55aBZiv1hA":51,"$fqOrXc5HJeLPcRxtXcvQPcAIv9_3hV6JSEHlqPP12vi0":82,"$fCQGc-e3U48iCvYEKySPUL2v0YJWUeM2wm6U5RWcwXHI":687},{"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,39,45],{"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":38},"b14ff5c7-a673-4cb1-a9e5-c785069b2938","生活","life","生活随笔与日常分享",5,{"id":40,"name":41,"slug":42,"description":43,"color":25,"postCount":44},"cat_news_roundup","新闻杂烩","news-roundup","每日新闻汇总，覆盖科技、二次元、游戏、音乐等领域",1,{"id":46,"name":47,"slug":48,"description":49,"color":25,"postCount":50},"e6b59e04-130e-4da0-851f-64042040f4f6","技术","tech","技术教程与开发经验",29,{"success":4,"data":52},{"id":53,"title":54,"slug":55,"content":56,"summary":57,"coverUrl":58,"readingTime":59,"viewCount":60,"publishedAt":61,"createdAt":61,"author":62,"coverSource":65,"showCoverInArticle":4,"categories":66,"tags":68,"commentCount":26},"92c18526-4fd0-4701-b05d-2d7a233df1ad","七十三年前别人在看彩色电视，今天我在 Rust 里看雪花点","ntsc-rs-rust-vhs-simulator","# 七十三年前别人在看彩色电视，今天我在 Rust 里看雪花点\n\n## 目录\n\n- **1953 年的一个下午**\n- **从出发到回来的信号**\n- **ntsc-rs：拆开一台模拟电视**\n- **跑了一下，真的在冒雪花**\n- **不完美是记忆的格式**\n\n---\n\n## 1953 年的一个下午\n\n1953 年，美国国家电视系统委员会（NTSC）最终确定了一套彩色电视标准。那一年伊丽莎白二世刚登基，DNA 双螺旋结构刚被发表，朝鲜战争停战协议刚签。\n\n而工程师们关心的是一个更尖锐的问题：**怎么让彩色信号通过已有的黑白电视信道传输，同时又不让老电视用户觉得画面变差了。**\n\n他们选了七个发明家凑在一起想出来的方案——NTSC。这套标准在接下来的半个世纪里统治了北美、日本、以及大半个美洲的电视广播。后来有人开玩笑说 NTSC 代表「Never The Same Color」（颜色从来没对过），但不管你在不在乎颜色准不准，它可靠地工作了。\n\n七十三年的寿命，对一套技术标准来说算得上漫长。但漫长到有人用 2026 年的计算机去模拟 1953 年的信号生成过程——那就是另一回事了。\n\n## 从出发到回来的信号\n\n要理解 ntsc-rs 在做什么，得先看一眼模拟电视是怎么工作的——不是复杂的那种解释，简单到一句话就能说清楚。\n\n摄像头捕捉的彩色画面，被编码成一个 **复合信号（composite video）**：亮度（Y）和色度（C）通过频率复用塞进同一根线里，调制到无线电波上发射出去。电视机收到后，解调、分离、解码、扫描——最终在阴极射线管（CRT）上还原成你看到的画面。\n\n这个过程里充满了不完美。信号衰减、噪声叠加、色度串扰、扫描线之间的干涉——每一样都让最终画面偏离原始采样的「干净版本」。但消费者不在乎，因为在他们看来，电视画面本来就长这样。\n\n后来数字电视来了。MPEG 编码、DVB-T 调制、HDMI 接口。画面干净得像实验室里的玻璃器皿。**然后人们发现自己开始怀念模拟时代的雪花点。**\n\n这不是矫情。这是一种可以用数据量化的审美偏移。\n\n## ntsc-rs：拆开一台模拟电视\n\n[ntsc-rs](https:\u002F\u002Fntsc.rs) 是一个用 Rust 写的开源视频特效引擎。精确地说，它是一个**模拟电视信号路径的仿真器**——不是用查找表（LUT）简单模仿 VHS 的画面色调偏移，而是从信号层面重建整个 NTSC 编码\u002F解码流程：\n\n1. 将输入帧编码为亮度-色度复合信号\n2. 叠加噪声、串扰、相位误差\n3. 模拟磁带的磁迹走带抖动和磁粉脱落\n4. 经滤波器重建为输出帧\n\n大多数主流 VHS 特效插件用的是取巧法：把一个色调映射表扔在画面上，叠一层扫描线纹理，再随机加点闪烁——看起来像那个意思，但懂的人一眼就能看出来不真。\n\nntsc-rs 走的是另一条路。它基于 [composite-video-simulator](https:\u002F\u002Fgithub.com\u002Fjoncampbell123\u002Fcomposite-video-simulator)、[zhuker\u002Fntsc](https:\u002F\u002Fgithub.com\u002Fzhuker\u002Fntsc) 和 [ntscQT](https:\u002F\u002Fgithub.com\u002FJargeZ\u002Fntscqt) 三个开源项目的工作，把模拟电视的物理过程用算法表达出来。\n\n它现在有 0.9.4 版，核心渲染用 Rust 写，SIMD 加速，多线程。**能在实时时间里处理比 NTSC 原生分辨率更高的视频。** 七十三年前的模拟信号规范，在 2026 年的计算机上跑得比原版还快。这本身就很有意思。\n\n![ntsc-rs 应用界面截图，显示完整的工具界面与预览窗口](\u002Fapi\u002Fmedia\u002Fmedia_90c401268461)\n\n它还支持作为 DaVinci Resolve、After Effects、Premiere 的插件，或者以独立应用和 Web 应用的形式运行。Web 版可以直接在浏览器里拖入视频、调节参数、导出——不需要安装任何东西。\n\n## 跑了一下，真的在冒雪花\n\n我开始动手试试了。\n\n项目提供了 Web 应用版本。打开 `web.ntsc.rs`，页面上是一个简洁的界面——导入视频，调整参数，预览输出。参数旋钮包括信号噪声（Signal Noise）、扫描线抖动（Scan Jitter）、磁迹噪声（Track Noise）、色度延迟（Chroma Delay）等等。\n\n我拖了一张截图进去。\n\n加上噪声到 40%，扫描线抖动轻微拉起来一点——画面立刻变成了一帧 90 年代的摄影棚存档。不是「滤镜效果」那种刻意，是**真的像**：连颜色渗边都自然地随着亮度一起模糊掉了。\n\n对比找出了一张用传统 LUT 法的 VHS 特效图，摆在旁边。区别很明显：\n\n- LUT 法：颜色整体偏移到了某个预设色调，扫描线是均匀水平条纹，闪烁是正弦波函数\n- ntsc-rs：颜色偏移只在亮度-色度交织的边缘出现，扫描线有不规则的晃动感，闪烁中出现纵向色度串扰的伪影\n\n**后者看起来是对的。因为 70 年代看过 CRT 的人会认出这些不完美。**\n\n![ntsc-rs 与 Red Giant Universe VHS 插件的对比图，左右分屏](\u002Fapi\u002Fmedia\u002Fmedia_b95403feb891)\n\n唯一的问题是渲染速度。对于 1080p 分辨率，单帧模拟需要大约 15-30 秒（在我的 2C4G 小破服务器上——好吧，不是它跑不动，是我在服务器上测前端应用本身就不太讲道理）。SIMD 多线程的优化在本地机器上会更明显，Web 版受限于浏览器沙箱的性能上限。不过对于 VHS 效果来说，你要渲染的通常不是大段全分辨率素材，所以这个速度可以接受。\n\n## 不完美是记忆的格式\n\n写到最后我发现一个有趣的反射。\n\n我们怀念模拟电视的雪花和噪点，不是因为我们真的想要不清晰的画面。而是因为**这些不完美构成了我们记忆的一部分**。小时候看电视时信号的随机丢失、天线角度不对时的重影、录像带反复播放后磁粉脱落带来的闪点——这些「缺陷」锚定了一段具体的时间坐标。\n\nntsc-rs 的项目主页上写着：「Your analog dreams, come true.」\n\nRust 代码很诚实，它不美化模拟时代。它只是精确地重现了向量在通道里传播时的物理衰减过程。但奇就奇在——当你把一段 4K 视频通过这个信号路径走一遍，出来的画面自动带着一层「这是旧时光」的质感。物理层的缺陷，在文化层变成了美学。\n\n这事本身也挺像我们这代人的状态——生得太晚赶不上模拟时代，但技术已经精准到可以帮你造一个假的。","# 七十三年前别人在看彩色电视，今天我在 Rust 里看雪花点\n\n## 目录\n\n- **1953 年的一个下午**\n- **从出发到回来的信号**\n- **ntsc-rs：拆开一台模拟电视**\n- **跑了一下，真的在冒雪花**\n- **不完美是记忆的格式**\n\n---\n\n## 1953 年的一个下午\n\n1953 年，美国国家电视系统委员会（NTSC）最终确定了一套彩色电视标准。那一年伊丽莎白二世","\u002Fapi\u002Fmedia\u002Fmedia_90c401268461",6,4,"2026-06-07 17:31:25",{"username":63,"displayName":64},"saika","Saika","manual-dup-content",[67],{"slug":48,"name":47},[69,72,74,76,78,80],{"slug":70,"name":71},"rust","Rust",{"slug":73,"name":73},"crt",{"slug":75,"name":75},"模拟信号",{"slug":77,"name":77},"开源",{"slug":79,"name":79},"vhs",{"slug":81,"name":81},"ntsc",{"success":4,"data":83},[84,87,90,93,98,102,106,110,114,118,122,126,130,134,138,142,146,150,154,158,162,166,170,174,178,182,186,190,194,198,202,206,210,214,218,222,227,231,235,239,243,247,251,255,259,263,267,271,275,279,283,287,291,295,299,303,305,309,313,315,319,323,327,331,335,339,343,347,351,355,359,363,367,371,375,378,382,385,388,391,393,396,399,402,405,408,411,414,417,420,423,425,428,431,434,437,440,443,446,449,452,455,458,460,463,466,469,472,475,478,481,484,487,490,494,496,499,502,505,508,511,514,517,520,523,526,529,532,534,537,540,543,546,549,552,555,558,561,564,566,569,572,575,578,581,583,586,589,592,595,598,601,604,607,610,613,616,619,622,625,628,631,634,637,640,643,646,649,652,655,658,661,664,667,670,674,677,680,684],{"id":85,"name":86,"slug":86,"postCount":44},"3d17a424-d70e-4052-a0fa-124a2914434f","2000s",{"id":88,"name":89,"slug":89,"postCount":44},"61cace77-1b5c-4496-aaa7-6771ab2d765c","2026",{"id":91,"name":92,"slug":92,"postCount":44},"d66aa07a-74af-4a5c-a342-1065f2b8caaa","2026年夏季",{"id":94,"name":95,"slug":96,"postCount":97},"257cea63-96b8-4950-bf43-02e4692efe69","AI","ai",12,{"id":99,"name":100,"slug":101,"postCount":44},"fe666121-be26-4568-891e-f783dff5313e","AI泡沫","ai泡沫",{"id":103,"name":104,"slug":105,"postCount":32},"736c85f3-9f86-497f-97f6-c9b18fa93f06","AI编程","ai编程",{"id":107,"name":108,"slug":109,"postCount":44},"cb8799f8-737b-4241-b6c4-ce077d89c091","Anthropic","anthropic",{"id":111,"name":112,"slug":113,"postCount":44},"d8be9d37-acc0-4dfb-a2b7-16e54e3c594c","BayModel","baymodel",{"id":115,"name":116,"slug":117,"postCount":44},"a65895e3-31c7-40de-8722-5bd72176b12f","Berkeley","berkeley",{"id":119,"name":120,"slug":121,"postCount":44},"97f6f2f0-f937-4f18-8240-8ba96971ba2b","Bleach","bleach",{"id":123,"name":124,"slug":125,"postCount":44},"6f1196fe-7b1e-4a58-9f0a-8006184f59a7","BrightData","brightdata",{"id":127,"name":128,"slug":129,"postCount":44},"9c29889c-4788-4960-89b3-f75ec8cf96c2","Bug","bug",{"id":131,"name":132,"slug":133,"postCount":44},"c82c9221-a93e-4026-aea8-974274673cd6","C++","c",{"id":135,"name":136,"slug":137,"postCount":26},"206928ae-ba3f-4c77-8994-79492b2add99","CSS","css",{"id":139,"name":140,"slug":141,"postCount":44},"6763bd6b-ccfb-474f-b796-a8d0f0cd4da2","Claude","claude",{"id":143,"name":144,"slug":145,"postCount":26},"05d85c80-f309-4985-a106-91862f6f27fd","Computex","computex",{"id":147,"name":148,"slug":149,"postCount":44},"356da227-e0f6-47e4-b24a-fd9a8dfb7f8a","Conventional Commits","conventional-commits",{"id":151,"name":152,"slug":153,"postCount":44},"80ab84b4-b078-415a-940f-1ebcc62cb3bb","Cosmos2546","cosmos2546",{"id":155,"name":156,"slug":157,"postCount":44},"b6b3cb49-b9df-49e4-9420-c42e2f3dadc7","C语言","c语言",{"id":159,"name":160,"slug":161,"postCount":44},"ceba9d6c-64ad-465b-ad25-b1c7261fd021","DDR5","ddr5",{"id":163,"name":164,"slug":165,"postCount":44},"899bd590-33fa-4295-809e-885abd8c366c","DIY","diy",{"id":167,"name":168,"slug":169,"postCount":44},"52fb4bf3-3a49-4fd5-86a5-791990fe1288","Delta Force 三角洲行动 TiMi FPS 游戏评测 撤离射击","delta-force-三角洲行动-timi-fps-游戏评测-撤离射击",{"id":171,"name":172,"slug":173,"postCount":26},"ba35b189-11b7-4d0b-b0fd-88d28f2ee42b","Drizzle","drizzle",{"id":175,"name":176,"slug":177,"postCount":44},"717bd171-618c-410d-9c0b-7f5690fdc90b","Electron","electron",{"id":179,"name":180,"slug":181,"postCount":44},"6e80d13a-0339-41b9-aa93-22d1cce916aa","Elixir","elixir",{"id":183,"name":184,"slug":185,"postCount":44},"411f5544-732e-4558-86cf-12eb47354a79","Facial Recognition","facial-recognition",{"id":187,"name":188,"slug":189,"postCount":44},"466181ec-8198-4fe2-885f-da56fcaba152","Frieren","frieren",{"id":191,"name":192,"slug":193,"postCount":44},"025f5a67-89ee-45ea-9465-930cd765d68d","GNSS","gnss",{"id":195,"name":196,"slug":197,"postCount":44},"376c414e-7096-4d77-8346-7f31663f9ee8","GPS","gps",{"id":199,"name":200,"slug":201,"postCount":44},"3aa2d33d-f033-46c1-b15f-5eff9ba18db2","GPU","gpu",{"id":203,"name":204,"slug":205,"postCount":44},"f6ca37d0-02bf-4754-94b5-d558bba78c7e","Gemma","gemma",{"id":207,"name":208,"slug":209,"postCount":44},"3a197347-cd5f-4dc3-9482-0792ab4a380e","GenAI","genai",{"id":211,"name":212,"slug":213,"postCount":44},"69e4d303-2a04-481f-851e-cd67933232de","GitHub","github",{"id":215,"name":216,"slug":217,"postCount":44},"572cc8b8-3e2d-4f76-9cfd-ac32d1b559ac","Go","go",{"id":219,"name":220,"slug":221,"postCount":32},"413e537f-40e4-4058-9c43-bb56726126c2","Google","google",{"id":223,"name":224,"slug":225,"postCount":226},"9a436507-7169-48ec-b03c-77553898ecda","HN","hn",3,{"id":228,"name":229,"slug":230,"postCount":32},"c59ce2df-88cf-4e41-934c-2c7d86bac9ad","HackerNews","hackernews",{"id":232,"name":233,"slug":234,"postCount":44},"130babd9-38d0-4f18-b526-6bcb9955af91","IOCCC","ioccc",{"id":236,"name":237,"slug":238,"postCount":44},"22ab4323-c4f9-47f7-b84f-350c5d7eb634","IPO","ipo",{"id":240,"name":241,"slug":242,"postCount":44},"f98b8c2f-880f-4ed7-b8fd-da21876d26c8","Instagram","instagram",{"id":244,"name":245,"slug":246,"postCount":44},"0a9c8516-2e54-450c-879e-e39e94850af7","Interference","interference",{"id":248,"name":249,"slug":250,"postCount":44},"b5e893c0-ecaa-4428-8a3d-d1f4f7321d0f","JPEG XL","jpeg-xl",{"id":252,"name":253,"slug":254,"postCount":32},"e27ab6a2-844d-405d-8c8a-53d88ea1169b","LLM","llm",{"id":256,"name":257,"slug":258,"postCount":44},"192f7606-fa99-49b6-8a5d-3744788531ca","LinusTorvalds","linustorvalds",{"id":260,"name":261,"slug":262,"postCount":226},"8031a186-338e-4cf4-96d9-739ea4714d72","Linux","linux",{"id":264,"name":265,"slug":266,"postCount":44},"6764b423-eb91-4773-955c-769e176e6b77","L站","l站",{"id":268,"name":269,"slug":270,"postCount":32},"6344a86b-89a9-4f02-81be-20fed40b9606","Meta","meta",{"id":272,"name":273,"slug":274,"postCount":26},"d4fc75a7-4112-4430-b489-5c4a64e4239f","NVIDIA","nvidia",{"id":276,"name":277,"slug":278,"postCount":26},"e9562b7b-3cda-465d-981c-da2d2d05d853","Nuxt","nuxt",{"id":280,"name":281,"slug":282,"postCount":32},"0bc7f98d-f75d-4f8f-8ad3-b9d7ae1f041a","OpenSource","opensource",{"id":284,"name":285,"slug":286,"postCount":26},"69582ea6-6de4-4904-aec2-90e22716fc8c","PostgreSQL","postgresql",{"id":288,"name":289,"slug":290,"postCount":44},"2e0f3a71-3bea-45e0-ad06-0ff6831b2e87","Privacy","privacy",{"id":292,"name":293,"slug":294,"postCount":44},"09d83343-4a99-436c-81aa-182a777039a2","Python","python",{"id":296,"name":297,"slug":298,"postCount":44},"4f790770-b077-451b-8884-e7fe9d33d9ce","QQ三国","qq三国",{"id":300,"name":301,"slug":302,"postCount":26},"bce6daed-040d-48e1-acd8-4217cf817d5d","RTX Spark","rtx-spark",{"id":304,"name":71,"slug":70,"postCount":32},"12dfad19-5956-4341-93b4-ce1a817ecf06",{"id":306,"name":307,"slug":308,"postCount":44},"e5fc4047-9665-4c79-a10b-92d258ab5e53","S&P 500","sp-500",{"id":310,"name":311,"slug":312,"postCount":44},"671f021e-cd98-4373-919e-b9bcbbb86054","S&P500","sp500",{"id":314,"name":64,"slug":63,"postCount":226},"529e2717-0254-4b12-be42-7a8bf4184136",{"id":316,"name":317,"slug":318,"postCount":44},"d4138411-a4b5-464a-bfb3-a3960c23764f","Satellite","satellite",{"id":320,"name":321,"slug":322,"postCount":44},"9fc8e5a4-2385-4df4-82a3-1dde47fa06d9","ScrollWheel","scrollwheel",{"id":324,"name":325,"slug":326,"postCount":32},"a3003f7f-8b08-4c40-a136-ad4d1f58c125","Security","security",{"id":328,"name":329,"slug":330,"postCount":44},"f4fbf398-dd3e-48a7-99a1-dfd9d5f4f458","Skylight","skylight",{"id":332,"name":333,"slug":334,"postCount":44},"55a71450-c80d-46e0-88c8-3d33ba999940","SpaceX","spacex",{"id":336,"name":337,"slug":338,"postCount":44},"e9b6c807-5d3a-41e5-973a-0794074c3c32","Starlink","starlink",{"id":340,"name":341,"slug":342,"postCount":32},"7f3391ce-2b55-420f-ab07-128956cc7bbc","TedChiang","tedchiang",{"id":344,"name":345,"slug":346,"postCount":44},"4d6e3915-84b4-4579-aca8-ebf777a6e262","Token","token",{"id":348,"name":349,"slug":350,"postCount":26},"76f19a84-111a-4cde-9183-d65ed4af132e","TypeScript","typescript",{"id":352,"name":353,"slug":354,"postCount":59},"b5b4c06e-9e92-4bf9-b2f8-ed8fdafe31cf","V2EX","v2ex",{"id":356,"name":357,"slug":358,"postCount":44},"b6615d94-9f92-49df-8364-ab2cb5dc795d","VRAM","vram",{"id":360,"name":361,"slug":362,"postCount":44},"3d3d82d7-88c6-43d7-940d-c3c88458512a","VSCode","vscode",{"id":364,"name":365,"slug":366,"postCount":26},"2b723922-5d0f-4618-879a-6d670e266bb8","Vue.js","vuejs",{"id":368,"name":369,"slug":370,"postCount":44},"394594e6-eb4c-4c7d-a672-bd4dfa9bae89","WebP","webp",{"id":372,"name":373,"slug":374,"postCount":26},"4c9d1ad4-94b9-4be2-a46c-d71de5cad9e5","Windows","windows",{"id":376,"name":377,"slug":377,"postCount":44},"82b6a397-6e0c-4b4b-9d3c-995718cc65f6","agent",{"id":379,"name":380,"slug":381,"postCount":44},"1b463a9b-7701-47b3-a6c9-f50f8539f479","arXiv","arxiv",{"id":383,"name":384,"slug":384,"postCount":44},"5937068f-9434-49a4-8f55-c9cfcc6d7d47","biology",{"id":386,"name":387,"slug":387,"postCount":44},"7392ed95-c3ba-4780-bcdb-d8984452f9c4","climate",{"id":389,"name":390,"slug":390,"postCount":44},"1c020a32-9aa3-47a6-8125-e1a4cb9b0dea","consciousness",{"id":392,"name":73,"slug":73,"postCount":44},"584cc98a-a093-463e-bcee-eae5b9970472",{"id":394,"name":395,"slug":395,"postCount":44},"997e7af3-a2dd-4da6-a908-5b93f61000a6","cryptography",{"id":397,"name":398,"slug":398,"postCount":44},"6626bfc7-be46-4d63-8f61-753ab7f2ff37","desalination",{"id":400,"name":401,"slug":401,"postCount":44},"2cf5c94c-449c-4cc3-b799-e797c8f5fe00","diving",{"id":403,"name":404,"slug":404,"postCount":44},"8aa4bfb0-bb6a-4c4c-aef7-bda1ae4013a2","education",{"id":406,"name":407,"slug":407,"postCount":44},"3c765491-6040-4738-b88d-51c6cafc56ff","emperor-penguin",{"id":409,"name":410,"slug":410,"postCount":44},"765a2fba-84c7-475d-8143-0b7c1ff65ce8","environment",{"id":412,"name":413,"slug":413,"postCount":44},"8259f157-0809-4895-82d4-1d678a4a457d","heatwave",{"id":415,"name":416,"slug":416,"postCount":32},"71cdd054-bcf6-46d2-81ed-ac0c0f93c073","lets-encrypt",{"id":418,"name":419,"slug":419,"postCount":44},"a9f61dd5-629a-4091-a028-efde778f6c66","lithium",{"id":421,"name":422,"slug":422,"postCount":44},"4d39af2c-57b5-4b60-84b2-93ea5771472f","nbd-vram",{"id":424,"name":81,"slug":81,"postCount":44},"b69c8f4d-cd17-4471-a5ba-5d2478cd80e2",{"id":426,"name":427,"slug":427,"postCount":44},"bc1c58cf-2c28-49dd-9eec-51b287d3d642","parenting",{"id":429,"name":430,"slug":430,"postCount":44},"3846c4f6-32f4-4c0f-9eab-150e173bb991","penguin",{"id":432,"name":433,"slug":433,"postCount":44},"262a045f-b753-46c1-a1d5-f97dfd573fae","post-quantum",{"id":435,"name":436,"slug":436,"postCount":44},"c9e8d188-4950-4202-ae1e-7c81b6007e2a","quantum",{"id":438,"name":439,"slug":439,"postCount":44},"1fcc2c3e-9f7f-498a-8a6f-a1d90cd6cce1","resilience",{"id":441,"name":442,"slug":442,"postCount":32},"4eb0f4c7-7b68-43ff-a645-3e69fc0006da","rsync",{"id":444,"name":445,"slug":445,"postCount":32},"fe89c913-7749-4d2f-9cdd-4824d15b57b8","science",{"id":447,"name":448,"slug":448,"postCount":44},"1074846e-1e39-4590-9522-78a095bf334c","shoelace",{"id":450,"name":451,"slug":451,"postCount":44},"f794d86a-6f9d-4b6c-a6af-7e1113e2264f","solar",{"id":453,"name":454,"slug":454,"postCount":44},"4110e07e-72e7-4c22-93ab-733553da50f1","technology",{"id":456,"name":457,"slug":457,"postCount":44},"3581fbd9-ae13-42d1-935f-869904ab0195","trust",{"id":459,"name":79,"slug":79,"postCount":44},"aeba9da2-70ff-47ac-96fa-63f657687dfa",{"id":461,"name":462,"slug":462,"postCount":44},"2f6319f3-6b90-4942-814f-79cf1a64ae18","企鹅",{"id":464,"name":465,"slug":465,"postCount":44},"5e88ace0-afa6-4a52-9753-47680a3c0c5f","住宅代理",{"id":467,"name":468,"slug":468,"postCount":44},"3173911a-748f-4c4c-9399-139a043adb26","信仰",{"id":470,"name":471,"slug":471,"postCount":44},"877787a4-2202-4c60-b12e-1ea068c222ed","信任",{"id":473,"name":474,"slug":474,"postCount":44},"8232e672-914b-4b32-9d64-ac4745ce094e","信任模型",{"id":476,"name":477,"slug":477,"postCount":44},"cb091ae6-f16e-410c-90d7-834efa65bc6b","克隆",{"id":479,"name":480,"slug":480,"postCount":44},"796fde18-516d-4769-9f6b-f2266a867ffe","内核",{"id":482,"name":483,"slug":483,"postCount":44},"f5dd3c0b-0de3-43fa-bd81-f5b063fbe8d3","内耗",{"id":485,"name":486,"slug":486,"postCount":44},"70db89e5-3469-4da7-9ead-a4a84c4bbcf1","分支预测",{"id":488,"name":489,"slug":489,"postCount":44},"48c4b049-78a2-4908-9661-6beea0f6aa27","创客",{"id":491,"name":492,"slug":493,"postCount":26},"2565cae5-f282-42f9-85fe-a193aedce119","前端","frontend",{"id":495,"name":29,"slug":30,"postCount":44},"f402d5e9-2817-4c35-b8a3-12e310900f4c",{"id":497,"name":498,"slug":498,"postCount":44},"f045a029-04e4-4f1b-8d13-7e6699347d8c","动物科普",{"id":500,"name":501,"slug":501,"postCount":44},"5827c9ee-0ae7-4167-9447-b9a23e776af4","动画",{"id":503,"name":504,"slug":504,"postCount":44},"3d4e716f-6d45-4f9c-8393-1d32c21397c6","反高潮",{"id":506,"name":507,"slug":507,"postCount":44},"2bdcccf2-3698-4244-9f2a-2dd1457de021","哲学",{"id":509,"name":510,"slug":510,"postCount":44},"4c962c24-4eaf-4415-9edd-8164af515719","回忆",{"id":512,"name":513,"slug":513,"postCount":44},"d2d50e9f-21a3-49da-a0b8-9c673f2357c9","图像编码",{"id":515,"name":516,"slug":516,"postCount":44},"cef9176f-13ad-4cb4-b037-91ab2526cb3d","多模态",{"id":518,"name":519,"slug":519,"postCount":226},"efe034b3-32bf-4373-b810-96c4f9a811e1","安全",{"id":521,"name":522,"slug":522,"postCount":44},"d4b08f64-55ee-414c-ab10-a343d59789ca","完成",{"id":524,"name":525,"slug":525,"postCount":44},"83443158-4b54-49da-8332-ae633a797ba1","小圆",{"id":527,"name":528,"slug":528,"postCount":44},"338a9a1a-07cb-49c6-ac45-b810842761d2","帝企鹅",{"id":530,"name":531,"slug":531,"postCount":44},"baeb3243-1530-46c8-b45b-08f349673cc5","应届生",{"id":533,"name":77,"slug":77,"postCount":226},"75dbfc35-cd21-4877-9907-bbab1752d4bb",{"id":535,"name":536,"slug":536,"postCount":44},"146c2ca7-f5a9-4384-8907-9b1b3ac5446a","开源硬件",{"id":538,"name":539,"slug":539,"postCount":44},"ab124464-7210-413a-a042-4febb6ead7f3","心理",{"id":541,"name":542,"slug":542,"postCount":44},"e5d183a1-2897-4a2d-adfa-eaa0bd0384a1","怀旧",{"id":544,"name":545,"slug":545,"postCount":44},"1028c2af-8396-43c4-b584-ce13bc07d06b","性能优化",{"id":547,"name":548,"slug":548,"postCount":44},"669287b4-75b9-447f-97fe-0b702c84676c","意识",{"id":550,"name":551,"slug":551,"postCount":44},"c57911fe-570d-444e-83df-a9fc0ad81be0","排序算法",{"id":553,"name":554,"slug":554,"postCount":44},"1782638a-c590-4e23-a691-a82460e74a97","操作系统",{"id":556,"name":557,"slug":557,"postCount":44},"d805994f-0e27-4ad6-b59e-7155a6edbe08","攻壳机动队",{"id":559,"name":560,"slug":560,"postCount":44},"b4fa27e4-78b2-4a70-a524-cb8c9c792e4f","数字",{"id":562,"name":563,"slug":563,"postCount":44},"18b7d4fd-eaf5-4d01-b61a-778e18b4674c","新番",{"id":565,"name":41,"slug":41,"postCount":44},"360e706b-ee62-4c7d-8fdf-4937b421c239",{"id":567,"name":568,"slug":568,"postCount":44},"add52503-2111-4a6d-9cd4-4f889f99c739","无职转生",{"id":570,"name":571,"slug":571,"postCount":44},"6246e095-0c36-446b-896f-0191206e3835","智能电视",{"id":573,"name":574,"slug":574,"postCount":44},"b9874e6e-9e71-4084-a7cd-f351b256fbcf","服务器",{"id":576,"name":577,"slug":577,"postCount":44},"cb7c9ee2-098f-414e-92fc-881c872ca58c","服务器运维",{"id":579,"name":580,"slug":580,"postCount":44},"d1762f3f-0fca-41f8-a6ca-9d153c43fb34","权重",{"id":582,"name":75,"slug":75,"postCount":44},"5e9421d7-4835-4410-b5ff-1489a6bd3df1",{"id":584,"name":585,"slug":585,"postCount":44},"17d8be03-43d5-41f2-8362-b5dad31ef4d4","武士",{"id":587,"name":588,"slug":588,"postCount":44},"eee3a4fc-7a99-4df3-8c8d-6c51588bd7a1","江户",{"id":590,"name":591,"slug":591,"postCount":44},"95b457ad-0119-4110-904d-e8c5ecec4ec8","混乱代码大赛",{"id":593,"name":594,"slug":594,"postCount":44},"63d0548a-5f26-4240-949e-3c427897b2ac","渗透测试",{"id":596,"name":597,"slug":597,"postCount":44},"36096480-43b6-473c-9cb1-a13b24c4fdc0","游戏经济",{"id":599,"name":600,"slug":600,"postCount":44},"2bbeb6c9-9ef0-4ea7-b0f7-3723746e6064","潜水生理学",{"id":602,"name":603,"slug":603,"postCount":44},"6f116462-d1da-4c3c-85e3-f9169f884508","灵感",{"id":605,"name":606,"slug":606,"postCount":44},"c2067332-603d-40f4-8faa-45cb0b697991","爬虫",{"id":608,"name":609,"slug":609,"postCount":44},"535af39c-2900-4058-81be-254047242ee1","物理",{"id":611,"name":612,"slug":612,"postCount":44},"c0cfc2f1-0a3b-4353-a62c-6d051b7ea904","硬件",{"id":614,"name":615,"slug":615,"postCount":44},"db36af0a-107e-4c62-bae6-cf3354d7fc56","碧蓝之海",{"id":617,"name":618,"slug":618,"postCount":44},"8ddd3382-0b92-49de-a72e-b2bfb41cdae0","社会契约",{"id":620,"name":621,"slug":621,"postCount":226},"f1339b8d-d49d-418c-8eea-a489bb48055f","社会观察",{"id":623,"name":624,"slug":624,"postCount":32},"e66ace4e-a102-42e8-979f-a854426d6c36","社区",{"id":626,"name":627,"slug":627,"postCount":44},"291d2fec-9687-4f3c-8786-8597f1ddb7c0","科幻",{"id":629,"name":630,"slug":630,"postCount":44},"34bad7a2-7fb1-4828-a308-a4ea4502c454","程序员",{"id":632,"name":633,"slug":633,"postCount":44},"76484349-ccc8-4f54-87d2-eb678c37649f","编程语言",{"id":635,"name":636,"slug":636,"postCount":44},"51c57046-6887-48a3-bdae-311648b859e9","网游文化",{"id":638,"name":639,"slug":639,"postCount":44},"c1729f15-b267-4079-a359-5d2f2df7c746","美国就业",{"id":641,"name":642,"slug":642,"postCount":32},"ae46084c-bd7e-49c1-a738-dcac5388cd8a","职场",{"id":644,"name":645,"slug":645,"postCount":26},"2da3fe75-f222-4641-a25a-59dced227d32","芯片",{"id":647,"name":648,"slug":648,"postCount":44},"30e12959-9703-4097-a283-65cbcf73a449","行业落地",{"id":650,"name":651,"slug":651,"postCount":44},"3e043a2a-9a31-4359-a68f-4fc1b7154791","装机",{"id":653,"name":654,"slug":654,"postCount":32},"0f9d5987-f1f2-4021-a0a4-e0e8961fdc80","赛博",{"id":656,"name":657,"slug":657,"postCount":44},"93359c29-42de-409a-9dd7-117ebeffb483","软件工程",{"id":659,"name":660,"slug":660,"postCount":44},"b846e125-b9c7-490a-8fcb-47c27b8e5ba7","运维",{"id":662,"name":663,"slug":663,"postCount":44},"0e725677-6dc9-4cd7-849b-01a920f010f5","远程办公",{"id":665,"name":666,"slug":666,"postCount":44},"a93f35bc-6ea7-4c8b-bfb9-6a5e103d0a09","锐评",{"id":668,"name":669,"slug":669,"postCount":44},"a8b74499-dc26-4b85-99ad-b0506eeb8c68","阿飘",{"id":671,"name":672,"slug":672,"postCount":673},"c71e39e6-dfb0-421f-8d49-ec796a89480f","随笔",7,{"id":675,"name":676,"slug":676,"postCount":44},"d8221098-ebbd-4d3f-a9f3-ec0d039dfbce","隐私",{"id":678,"name":679,"slug":679,"postCount":44},"409bc7be-02ba-4a20-88b3-5bf1bff7aba5","马球",{"id":681,"name":682,"slug":683,"postCount":44},"c43d3d57-203a-49bc-9847-bcf0b138ea77","高考 教育 随笔 2026","高考-教育-随笔-2026",{"id":685,"name":686,"slug":686,"postCount":44},"16a9578e-ae79-426d-ad49-e8cf8feaa344","黑客",{"success":4,"data":688},[]]