[{"data":1,"prerenderedAt":678},["ShallowReactive",2],{"page-/post/.obsidian/plugins/zzhub-ob-wxpublish/node_modules/builtin-modules/readme":3,"pages-grouped-only":193,"surrounding-page":673},{"id":4,"title":5,"author":6,"body":7,"date":6,"description":44,"extension":186,"group":6,"lastmod":6,"meta":187,"navigation":92,"path":188,"rawbody":189,"seo":190,"showTitle":6,"sort":6,"stem":191,"tags":6,"versions":6,"__hash__":192},"content/post/.obsidian/plugins/zzhub-ob-wxpublish/node_modules/builtin-modules/readme.md","builtin-modules",null,{"type":8,"value":9,"toc":178},"minimark",[10,13,20,29,34,45,49,113,117,120,125,131,135,148,151,174],[11,12,5],"h1",{"id":5},[14,15,16],"blockquote",{},[17,18,19],"p",{},"List of the Node.js builtin modules",[17,21,22,23,28],{},"The list is just a ",[24,25,27],"a",{"href":26},"builtin-modules.json","JSON file"," and can be used anywhere.",[30,31,33],"h2",{"id":32},"install","Install",[35,36,41],"pre",{"className":37,"code":39,"language":40},[38],"language-text","$ npm install builtin-modules\n","text",[42,43,39],"code",{"__ignoreMap":44},"",[30,46,48],{"id":47},"usage","Usage",[35,50,54],{"className":51,"code":52,"language":53,"meta":44,"style":44},"language-js shiki shiki-themes github-light","const builtinModules = require('builtin-modules');\n\nconsole.log(builtinModules);\n//=> ['assert', 'buffer', ...]\n","js",[42,55,56,87,94,106],{"__ignoreMap":44},[57,58,61,65,69,72,76,80,84],"span",{"class":59,"line":60},"line",1,[57,62,64],{"class":63},"sD7c4","const",[57,66,68],{"class":67},"sYu0t"," builtinModules",[57,70,71],{"class":63}," =",[57,73,75],{"class":74},"s7eDp"," require",[57,77,79],{"class":78},"sgsFI","(",[57,81,83],{"class":82},"sYBdl","'builtin-modules'",[57,85,86],{"class":78},");\n",[57,88,90],{"class":59,"line":89},2,[57,91,93],{"emptyLinePlaceholder":92},true,"\n",[57,95,97,100,103],{"class":59,"line":96},3,[57,98,99],{"class":78},"console.",[57,101,102],{"class":74},"log",[57,104,105],{"class":78},"(builtinModules);\n",[57,107,109],{"class":59,"line":108},4,[57,110,112],{"class":111},"sAwPA","//=> ['assert', 'buffer', ...]\n",[30,114,116],{"id":115},"api","API",[17,118,119],{},"Returns an array of builtin modules fetched from the running Node.js version.",[121,122,124],"h3",{"id":123},"static-list","Static list",[17,126,127,128],{},"This module also comes bundled with a static array of builtin modules generated from the latest Node.js version. You can get it with ",[42,129,130],{},"require('builtin-modules/static');",[30,132,134],{"id":133},"related","Related",[136,137,138],"ul",{},[139,140,141,147],"li",{},[24,142,146],{"href":143,"rel":144},"https://github.com/sindresorhus/is-builtin-module",[145],"nofollow","is-builtin-module"," - Check if a string matches the name of a Node.js builtin module",[149,150],"hr",{},[152,153,155,156,155,164,155,167],"div",{"align":154},"center","\n\t",[157,158,159,160,155],"b",{},"\n\t\t",[24,161,163],{"href":162},"https://tidelift.com/subscription/pkg/npm-builtin-modules?utm_source=npm-builtin-modules&utm_medium=referral&utm_campaign=readme","Get professional support for this package with a Tidelift subscription",[165,166],"br",{},[168,169,170,171,173],"sub",{},"\n\t\tTidelift helps make open source sustainable for maintainers while giving companies",[165,172],{},"assurances about security, maintenance, and licensing for their dependencies.\n\t",[175,176,177],"style",{},"html pre.shiki code .sD7c4, html code.shiki .sD7c4{--shiki-default:#D73A49}html pre.shiki code .sYu0t, html code.shiki .sYu0t{--shiki-default:#005CC5}html pre.shiki code .s7eDp, html code.shiki .s7eDp{--shiki-default:#6F42C1}html pre.shiki code .sgsFI, html code.shiki .sgsFI{--shiki-default:#24292E}html pre.shiki code .sYBdl, html code.shiki .sYBdl{--shiki-default:#032F62}html pre.shiki code .sAwPA, html code.shiki .sAwPA{--shiki-default:#6A737D}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":44,"searchDepth":89,"depth":89,"links":179},[180,181,182,185],{"id":32,"depth":89,"text":33},{"id":47,"depth":89,"text":48},{"id":115,"depth":89,"text":116,"children":183},[184],{"id":123,"depth":96,"text":124},{"id":133,"depth":89,"text":134},"md",{},"/post/.obsidian/plugins/zzhub-ob-wxpublish/node_modules/builtin-modules/readme","# builtin-modules\n\n> List of the Node.js builtin modules\n\nThe list is just a [JSON file](builtin-modules.json) and can be used anywhere.\n\n## Install\n\n```\n$ npm install builtin-modules\n```\n\n## Usage\n\n```js\nconst builtinModules = require('builtin-modules');\n\nconsole.log(builtinModules);\n//=> ['assert', 'buffer', ...]\n```\n\n## API\n\nReturns an array of builtin modules fetched from the running Node.js version.\n\n### Static list\n\nThis module also comes bundled with a static array of builtin modules generated from the latest Node.js version. You can get it with `require('builtin-modules/static');`\n\n## Related\n\n- [is-builtin-module](https://github.com/sindresorhus/is-builtin-module) - Check if a string matches the name of a Node.js builtin module\n\n---\n\n\u003Cdiv align=\"center\">\n\t\u003Cb>\n\t\t\u003Ca href=\"https://tidelift.com/subscription/pkg/npm-builtin-modules?utm_source=npm-builtin-modules&utm_medium=referral&utm_campaign=readme\">Get professional support for this package with a Tidelift subscription\u003C/a>\n\t\u003C/b>\n\t\u003Cbr>\n\t\u003Csub>\n\t\tTidelift helps make open source sustainable for maintainers while giving companies\u003Cbr>assurances about security, maintenance, and licensing for their dependencies.\n\t\u003C/sub>\n\u003C/div>\n",{"title":5,"description":44},"post/.obsidian/plugins/zzhub-ob-wxpublish/node_modules/builtin-modules/readme","ztFYV-PYplEihbZT-qxPWAi9NhwSb4WNAGqSsWjMob4",[194,201,205,209,213,218,221,226,230,234,238,243,247,251,255,259,263,268,273,277,281,285,289,294,298,302,311,316,320,324,329,333,337,341,345,350,356,361,365,369,373,378,382,386,391,395,399,403,407,412,416,421,425,429,433,438,442,446,451,455,459,463,467,472,476,480,485,489,493,498,502,506,510,514,518,523,527,531,535,540,544,548,552,557,561,565,569,573,578,582,586,590,594,599,603,610,616,621,626,631,636,641,646,651,656,661,667],{"id":195,"path":196,"title":197,"date":198,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/2026-7-16.md","/post/nezus/2026/07/2026-7-16","2026年7月16日下午，台积电法说会上传出一个数字，让全球半导体圈炸了锅。","2026-07-17T00:00:00.000Z","#202607AI资讯","storytelling",{"id":202,"path":203,"title":204,"date":198,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/anthropic-ai.md","/post/nezus/2026/07/anthropic-ai","一个周末干掉四年：Anthropic 用 AI 两周搬完百万行代码，工程师沉默了",{"id":206,"path":207,"title":208,"date":198,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/google-20.md","/post/nezus/2026/07/google-20","欧盟一纸裁决，Google 20年护城河被撕开第一道口子",{"id":210,"path":211,"title":212,"date":198,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/xai-grok.md","/post/nezus/2026/07/xai-grok","xAI给Grok装上定时任务能力",{"id":214,"path":215,"title":216,"date":217,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/apple.md","/post/nezus/2026/07/apple","Apple智能落地中国，阿里千问成幕后赢家","2026-07-16T00:00:00.000Z",{"id":219,"path":220,"title":216,"date":217,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/deepmind.md","/post/nezus/2026/07/deepmind",{"id":222,"path":223,"title":224,"date":217,"tags":6,"group":199,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/07/gpt-vibe-coding-paste.md","/post/nezus/2026/07/gpt-vibe-coding-paste","用GPT Vibe Coding一个常用付费软件：Paste","user",{"id":227,"path":228,"title":229,"date":217,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/grok-build-agent.md","/post/nezus/2026/07/grok-build-agent","马斯克开源Grok Build，编程Agent进入白嫖时代",{"id":231,"path":232,"title":233,"date":217,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/openai-ai.md","/post/nezus/2026/07/openai-ai","OpenAI造了个AI黑客，专攻自家模型",{"id":235,"path":236,"title":237,"date":217,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/wps-comate-copilot.md","/post/nezus/2026/07/wps-comate-copilot","金山办公掏出WPS Comate，正面硬刚微软Copilot",{"id":239,"path":240,"title":241,"date":242,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/295b.md","/post/nezus/2026/07/295b","腾讯把295B大模型塞进了单张显卡","2026-07-15T00:00:00.000Z",{"id":244,"path":245,"title":246,"date":242,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/git-cursor.md","/post/nezus/2026/07/git-cursor","打开一个Git仓库Cursor就自动执行了恶意代码",{"id":248,"path":249,"title":250,"date":242,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/gpt-5-6-mac.md","/post/nezus/2026/07/gpt-5-6-mac","GPT-5.6偷偷删光了我的Mac文件",{"id":252,"path":253,"title":254,"date":242,"tags":6,"group":199,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/07/grok-cli-xai.md","/post/nezus/2026/07/grok-cli-xai","Grok CLI 偷传代码：xAI 把你的仓库打包上传了",{"id":256,"path":257,"title":254,"date":258,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/grok-cli-bug-done-xai.md","/post/nezus/2026/07/grok-cli-bug-done-xai","2026-07-14T00:00:00.000Z",{"id":260,"path":261,"title":262,"date":258,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/seedream-5-0-ai.md","/post/nezus/2026/07/seedream-5-0-ai","字节跳动Seedream 5.0：圈一下图片就改了，AI修图进入点选时代",{"id":264,"path":265,"title":266,"date":267,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/post-20260712-ddc9a8.md","/post/nezus/2026/07/post-20260712-ddc9a8","欧盟强推Chat Control 2.0：加密通信的生死时刻","2026-07-12T00:00:00.000Z",{"id":269,"path":270,"title":271,"date":272,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/ai-1-5.md","/post/nezus/2026/07/ai-1-5","AI烧了1.5万亿，能赚回来吗","2026-07-10T00:00:00.000Z",{"id":274,"path":275,"title":276,"date":272,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/ai.md","/post/nezus/2026/07/ai","你刷到的帖子可能全是AI写的",{"id":278,"path":279,"title":280,"date":272,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/chatgpt-openai.md","/post/nezus/2026/07/chatgpt-openai","ChatGPT学会自己干活了",{"id":282,"path":283,"title":284,"date":272,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/musk-anthropic-apology.md","/post/nezus/2026/07/musk-anthropic-apology","马斯克向Anthropic低头认错",{"id":286,"path":287,"title":288,"date":272,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/optimus.md","/post/nezus/2026/07/optimus","马斯克：Optimus不达标就开除团队",{"id":290,"path":291,"title":292,"date":293,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/anthropic-github.md","/post/nezus/2026/07/anthropic-github","Anthropic 花了一年打造的\"设计师灵魂\"，被一个 GitHub 仓库扒光了","2026-07-08T00:00:00.000Z",{"id":295,"path":296,"title":297,"date":293,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/meta-muse-image-video.md","/post/nezus/2026/07/meta-muse-image-video","扎克伯格掏出\"超级智能实验室\"第一张牌：30亿用户的社交数据，终于杀进了AI生图战场",{"id":299,"path":300,"title":301,"date":293,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/ms-mai-copilot.md","/post/nezus/2026/07/ms-mai-copilot","微软悄悄把OpenAI踢出局：Copilot正在用自研模型\"省钱\"，但你花的钱一分不少",{"id":303,"path":304,"title":305,"date":293,"tags":306,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/yc-ceo-37k-ai-code-bloat.md","/post/nezus/2026/07/yc-ceo-37k-ai-code-bloat","每天部署37000行代码，YC CEO的\"AI神迹\"被一个波兰程序员扒光了",[307,308,309,310],"AI","代码质量","YC","Garry Tan",{"id":312,"path":313,"title":314,"date":315,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/ai-1-6-gpt.md","/post/nezus/2026/07/ai-1-6-gpt","美团扔出一颗AI核弹：1.6万亿参数，代码能力碾压GPT","2026-07-06T00:00:00.000Z",{"id":317,"path":318,"title":319,"date":315,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/post-20260706-d12be3.md","/post/nezus/2026/07/post-20260706-d12be3","黄仁勋最重磅的新品，跳票了",{"id":321,"path":322,"title":323,"date":315,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/x-ai.md","/post/nezus/2026/07/x-ai","X 悄悄对 AI 敞开了大门，然后呢？",{"id":325,"path":326,"title":327,"date":328,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/30-2700.md","/post/nezus/2026/07/30-2700","AI Agent自主完成全球首例勒索攻击","2026-07-04T00:00:00.000Z",{"id":330,"path":331,"title":332,"date":328,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/ai-agent.md","/post/nezus/2026/07/ai-agent","万亿砸下去，AI Agent 还是没跑起来",{"id":334,"path":335,"title":336,"date":328,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/ai-ai.md","/post/nezus/2026/07/ai-ai","AI的身份证来了：网信办首次为AI服务设立专章",{"id":338,"path":339,"title":340,"date":328,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/anthropic-steganography-china.md","/post/nezus/2026/07/anthropic-steganography-china","Anthropic用隐写术识别中国用户：口口声声说AI安全的公司，背地里给你的代码下毒",{"id":342,"path":343,"title":344,"date":328,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/nvidia-rubin-ultra-cancelled.md","/post/nezus/2026/07/nvidia-rubin-ultra-cancelled","NVIDIA Rubin Ultra取消性能腰斩",{"id":346,"path":347,"title":348,"date":349,"tags":6,"group":199,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/07/keyboard.md","/post/nezus/2026/07/keyboard","Acti把AI Agent塞进手机键盘","2026-07-02T00:00:00.000Z",{"id":351,"path":352,"title":353,"date":354,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/ai-6-claude.md","/post/nezus/2026/06/ai-6-claude","四大AI决战文明6：Claude核平法国，还是输了","2026-06-29T00:00:00.000Z","#202606AI资讯",{"id":357,"path":358,"title":359,"date":360,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/deepseek.md","/post/nezus/2026/06/deepseek","DeepSeek成美国企业救命稻草，AI账单失控后100%切换","2026-06-28T00:00:00.000Z",{"id":362,"path":363,"title":364,"date":360,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/openai-gpt-5-6-20.md","/post/nezus/2026/06/openai-gpt-5-6-20","OpenAI发了最强模型，却被政府按住了：GPT-5.6只给20家公司用",{"id":366,"path":367,"title":368,"date":360,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/spacex-spacexai-xai-spacex.md","/post/nezus/2026/06/spacex-spacexai-xai-spacex","SpaceX 注册 SpaceXAI，马斯克要把 xAI 并入 SpaceX",{"id":370,"path":371,"title":372,"date":360,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/vision-openai-macbook.md","/post/nezus/2026/06/vision-openai-macbook","苹果Vision负责人跳槽OpenAI，触控MacBook要来了",{"id":374,"path":375,"title":376,"date":377,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/2026.md","/post/nezus/2026/06/2026","何小鹏放话：2026年底自动驾驶合法进全球","2026-06-27T00:00:00.000Z",{"id":379,"path":380,"title":381,"date":377,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/30-leaf-ai.md","/post/nezus/2026/06/30-leaf-ai","30秒克隆网红声音：Leaf开源AI分身项目",{"id":383,"path":384,"title":385,"date":377,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/400-ai.md","/post/nezus/2026/06/400-ai","400家报纸集体起诉：AI版权大战正式开打",{"id":387,"path":388,"title":389,"date":390,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/23-ai.md","/post/nezus/2026/06/23-ai","贝佐斯押注23亿美元，让AI用打游戏的方式学会控制机器人","2026-06-26T00:00:00.000Z",{"id":392,"path":393,"title":394,"date":390,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/2880-claude-ai.md","/post/nezus/2026/06/2880-claude-ai","2880万次\"偷师\"被当场抓包：Claude母公司一封信，撕开了中美AI暗战的遮羞布",{"id":396,"path":397,"title":398,"date":390,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/ai-1750-10-2.md","/post/nezus/2026/06/ai-1750-10-2","AI年收入1750亿美元，新增10亿收入只需2天",{"id":400,"path":401,"title":402,"date":390,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/ai.md","/post/nezus/2026/06/ai","深夜三点的红头文件：白宫为什么亲手掐死了全球最强AI？",{"id":404,"path":405,"title":406,"date":390,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/post-20260626-7a4a1d.md","/post/nezus/2026/06/post-20260626-7a4a1d","开源圈炸了！一个没人听过的模型，凭什么把编程天花板掀了？",{"id":408,"path":409,"title":410,"date":411,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/ai-google.md","/post/nezus/2026/06/ai-google","你的电脑，要被AI接管了：Google悄悄放了个大招","2026-06-25T00:00:00.000Z",{"id":413,"path":414,"title":415,"date":411,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/notion-cursor-ai.md","/post/nezus/2026/06/notion-cursor-ai","Notion把代码写交给了Cursor：一个文件夹就是一个AI员工",{"id":417,"path":418,"title":419,"date":420,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/alphafold-deepmind.md","/post/nezus/2026/06/alphafold-deepmind","AlphaFold之父离开DeepMind，背后藏着一盘更大的棋","2026-06-20T00:00:00.000Z",{"id":422,"path":423,"title":424,"date":420,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/cloudflare-ai-agent.md","/post/nezus/2026/06/cloudflare-ai-agent","Cloudflare给AI Agent发了身份证",{"id":426,"path":427,"title":428,"date":420,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/figure.md","/post/nezus/2026/06/figure","Figure工厂里，机器人比人多了",{"id":430,"path":431,"title":432,"date":420,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/pinecone-70.md","/post/nezus/2026/06/pinecone-70","阿里悄悄开源了内部数据库，Pinecone每月70美元要凉了？",{"id":434,"path":435,"title":436,"date":437,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/ai-50.md","/post/nezus/2026/06/ai-50","美国参议员要对AI公司征收50%的税了","2026-06-19T00:00:00.000Z",{"id":439,"path":440,"title":441,"date":437,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/claude-code.md","/post/nezus/2026/06/claude-code","Claude Code放大招：写完代码直接给你一个网页",{"id":443,"path":444,"title":445,"date":437,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/transformer-openai-27.md","/post/nezus/2026/06/transformer-openai-27","Transformer之父跳槽OpenAI：谷歌27亿美元打了水漂",{"id":447,"path":448,"title":449,"date":450,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/agent-vercel-eve-next-js-ai.md","/post/nezus/2026/06/agent-vercel-eve-next-js-ai","一个目录就是一个 Agent：Vercel 开源 Eve，Next.js 的故事要在 AI 重演？","2026-06-18T00:00:00.000Z",{"id":452,"path":453,"title":454,"date":450,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/g7.md","/post/nezus/2026/06/g7","硅谷教父在G7闭门会上说了一句话：把中国踢出去",{"id":456,"path":457,"title":458,"date":450,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/grok-4-3-amazon-bedrock.md","/post/nezus/2026/06/grok-4-3-amazon-bedrock","幻觉率全场最低，马斯克在AWS亮出了让对手沉默的底牌",{"id":460,"path":461,"title":462,"date":450,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/openai-930-2800.md","/post/nezus/2026/06/openai-930-2800","OpenAI年入930亿，却亏掉2800亿：这场豪赌，还能撑多久？",{"id":464,"path":465,"title":466,"date":450,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/vercel-ai.md","/post/nezus/2026/06/vercel-ai","Vercel悄悄扔了个炸弹：一个文件夹，就是一个AI员工",{"id":468,"path":469,"title":470,"date":471,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/5-160-tok-s-0-7-tok-s.md","/post/nezus/2026/06/5-160-tok-s-0-7-tok-s","5倍加速背后：160 tok/s起飞，0.7 tok/s坠毁","2026-06-17T00:00:00.000Z",{"id":473,"path":474,"title":475,"date":471,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/5.md","/post/nezus/2026/06/5","一个国产大模型，凌晨5点上线，然后把自己彻底交了出去",{"id":477,"path":478,"title":479,"date":471,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/deepseek-500.md","/post/nezus/2026/06/deepseek-500","DeepSeek首轮融资500亿：投资人无投票权",{"id":481,"path":482,"title":483,"date":484,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/15-ai.md","/post/nezus/2026/06/15-ai","15万人丢了饭碗，AI公司却在开香槟","2026-06-16T00:00:00.000Z",{"id":486,"path":487,"title":488,"date":484,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/kimi-k27-code-speed.md","/post/nezus/2026/06/kimi-k27-code-speed","速度快了6倍：Kimi K2.7 Code高速版，把编程AI卷进新赛道",{"id":490,"path":491,"title":492,"date":484,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/salesforce-36-ai-fin.md","/post/nezus/2026/06/salesforce-36-ai-fin","Salesforce 36亿美元买下AI客服公司Fin：巨头为何要为\"聊天机器人\"砸这么多钱？",{"id":494,"path":495,"title":496,"date":497,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/20.md","/post/nezus/2026/06/20","Meta被迫撤回20亿美元Manus收购，北京出手了","2026-06-15T00:00:00.000Z",{"id":499,"path":500,"title":501,"date":497,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/ai-openai-anthropic24.md","/post/nezus/2026/06/ai-openai-anthropic24","白宫AI监管被指偏袒OpenAI亚马逊，Anthropic24小时内被施压",{"id":503,"path":504,"title":505,"date":497,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/anthropic-dario-10--25.md","/post/nezus/2026/06/anthropic-dario-10-25","Anthropic上市前Dario自曝：文明崩溃概率10%-25%",{"id":507,"path":508,"title":509,"date":497,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/openai-1-5-ai.md","/post/nezus/2026/06/openai-1-5-ai","OpenAI砸1.5亿美元建合作伙伴网络，要搞AI界的安卓",{"id":511,"path":512,"title":513,"date":497,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/satya-nadella-ai.md","/post/nezus/2026/06/satya-nadella-ai","Satya Nadella：AI时代企业需同时构建人力资本和Token资本",{"id":515,"path":516,"title":517,"date":497,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/skill-ai.md","/post/nezus/2026/06/skill-ai","乔木小说创作Skill开源：AI自动生成剧情梗概人物设定",{"id":519,"path":520,"title":521,"date":522,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/anthropic.md","/post/nezus/2026/06/anthropic","Anthropic的困局：一边秘密上市，一边被政府召回","2026-06-14T00:00:00.000Z",{"id":524,"path":525,"title":526,"date":522,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/post-20260614-7ba4ce.md","/post/nezus/2026/06/post-20260614-7ba4ce","扎克伯格承认Meta AI转型脱轨：裁员10%、7000人转岗",{"id":528,"path":529,"title":530,"date":522,"tags":6,"group":355,"lastmod":6,"author":200,"sort":6},"content/post/nezus/2026/06/post-20260614-8e3b48.md","/post/nezus/2026/06/post-20260614-8e3b48","GLM-5.2全量开放：国产最强Coding模型来了",{"id":532,"path":533,"title":534,"date":522,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/post-20260614-ea1c30.md","/post/nezus/2026/06/post-20260614-ea1c30","谷歌安全负责人辞职：AI被用于军事，他拒绝沉默",{"id":536,"path":537,"title":538,"date":539,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/428b-minimax.md","/post/nezus/2026/06/428b-minimax","428B参数全部开源，MiniMax这步棋走对了","2026-06-13T00:00:00.000Z",{"id":541,"path":542,"title":543,"date":539,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/5-claude-anthropic-it.md","/post/nezus/2026/06/5-claude-anthropic-it","5万人用Claude办公，Anthropic拿下印度IT巨头",{"id":545,"path":546,"title":547,"date":539,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/agent.md","/post/nezus/2026/06/agent","豆包悄悄上了任务模式，字节的Agent野心藏不住了",{"id":549,"path":550,"title":551,"date":539,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/kimi-token-30.md","/post/nezus/2026/06/kimi-token-30","Kimi代码模型开源，推理token直接砍30%",{"id":553,"path":554,"title":555,"date":556,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/7-0-410.md","/post/nezus/2026/06/7-0-410","成立7个月，0产品，估值410亿美元——贝佐斯的新公司疯了","2026-06-12T00:00:00.000Z",{"id":558,"path":559,"title":560,"date":556,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/ai-ai.md","/post/nezus/2026/06/ai-ai","当造AI的人亲口说AI会抢走工作",{"id":562,"path":563,"title":564,"date":556,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/cursor-ai-ai.md","/post/nezus/2026/06/cursor-ai-ai","Cursor上新功能：AI动手前先让另一个AI批准",{"id":566,"path":567,"title":568,"date":556,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/midjourney.md","/post/nezus/2026/06/midjourney","你打开Midjourney的时候，它已经不是昨天的它了",{"id":570,"path":571,"title":572,"date":556,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/post-20260612-5071b7.md","/post/nezus/2026/06/post-20260612-5071b7","全自主无人机第一次杀了人，战争进入新纪元",{"id":574,"path":575,"title":576,"date":577,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/100-600.md","/post/nezus/2026/06/100-600","豆包说退票不到 100 块，结果花了 600——然后它帮用户写好了起诉自己的状子","2026-06-11T00:00:00.000Z",{"id":579,"path":580,"title":581,"date":577,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/180-ai-agent.md","/post/nezus/2026/06/180-ai-agent","180亿美元对冲基金炒掉所有分析师，改用数百个AI Agent炒股",{"id":583,"path":584,"title":585,"date":577,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/google-4.md","/post/nezus/2026/06/google-4","Google 开源 4 倍速扩散模型：自回归的黄昏？",{"id":587,"path":588,"title":589,"date":577,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/google-ai.md","/post/nezus/2026/06/google-ai","Google 因 AI '说错话'被判赔：幻觉的时代结束了？",{"id":591,"path":592,"title":593,"date":577,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/ip-ai.md","/post/nezus/2026/06/ip-ai","周星驰三部经典电影 IP 开放 AI 二创：火山方舟想做什么？",{"id":595,"path":596,"title":597,"date":598,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/gui.md","/post/nezus/2026/06/gui","人类需要GUI！","2026-06-09T00:00:00.000Z",{"id":600,"path":601,"title":602,"date":598,"tags":6,"group":355,"lastmod":6,"author":225,"sort":6},"content/post/nezus/2026/06/hermes-desktop.md","/post/nezus/2026/06/hermes-desktop","Hermes Desktop 安装及界面功能速览",{"id":604,"path":605,"title":606,"date":607,"tags":6,"group":608,"lastmod":609,"author":6,"sort":6},"content/post/ai/explore/01-interview-prompt-template.md","/post/ai/explore/01-interview-prompt-template","高级前端开发面试提示词模板","2026-01-21T07:30:52.902Z","面试SKILL","2026-01-21T07:31:28.343Z",{"id":611,"path":612,"title":613,"date":614,"tags":6,"group":615,"lastmod":614,"author":6,"sort":6},"content/post/ai/explore/03-interview-standard-answers.md","/post/ai/explore/03-interview-standard-answers","高级前端开发面试题标准答案","2026-01-21T07:25:00.000Z","面试SKILL:答案",{"id":617,"path":618,"title":619,"date":620,"tags":6,"group":615,"lastmod":620,"author":6,"sort":6},"content/post/ai/explore/03-10-team-management.md","/post/ai/explore/03-10-team-management","10.团队管理与技术债务 - 标准答案","2026-01-21T07:24:00.000Z",{"id":622,"path":623,"title":624,"date":625,"tags":6,"group":615,"lastmod":625,"author":6,"sort":6},"content/post/ai/explore/03-09-micro-frontend.md","/post/ai/explore/03-09-micro-frontend","9.微前端架构设计 - 标准答案","2026-01-21T07:23:00.000Z",{"id":627,"path":628,"title":629,"date":630,"tags":6,"group":615,"lastmod":630,"author":6,"sort":6},"content/post/ai/explore/03-08-nodejs-performance.md","/post/ai/explore/03-08-nodejs-performance","8.Node.js 性能调优 - 标准答案","2026-01-21T07:22:00.000Z",{"id":632,"path":633,"title":634,"date":635,"tags":6,"group":615,"lastmod":635,"author":6,"sort":6},"content/post/ai/explore/03-07-event-loop.md","/post/ai/explore/03-07-event-loop","7.Node.js Event Loop - 标准答案","2026-01-21T07:21:00.000Z",{"id":637,"path":638,"title":639,"date":640,"tags":6,"group":615,"lastmod":640,"author":6,"sort":6},"content/post/ai/explore/03-06-nuxt-ssr.md","/post/ai/explore/03-06-nuxt-ssr","6.Nuxt.js SSR 实战 - 标准答案","2026-01-21T07:20:00.000Z",{"id":642,"path":643,"title":644,"date":645,"tags":6,"group":615,"lastmod":645,"author":6,"sort":6},"content/post/ai/explore/03-05-vue-diff.md","/post/ai/explore/03-05-vue-diff","5.Vue Diff 算法 - 标准答案","2026-01-21T07:19:00.000Z",{"id":647,"path":648,"title":649,"date":650,"tags":6,"group":615,"lastmod":650,"author":6,"sort":6},"content/post/ai/explore/03-04-vue-migration.md","/post/ai/explore/03-04-vue-migration","4.Vue2 迁移到 Vue3 - 标准答案","2026-01-21T07:18:00.000Z",{"id":652,"path":653,"title":654,"date":655,"tags":6,"group":615,"lastmod":655,"author":6,"sort":6},"content/post/ai/explore/03-03-vue3-performance.md","/post/ai/explore/03-03-vue3-performance","3.Vue3 性能优化 - 标准答案","2026-01-21T07:17:00.000Z",{"id":657,"path":658,"title":659,"date":660,"tags":6,"group":615,"lastmod":660,"author":6,"sort":6},"content/post/ai/explore/03-02-component-communication.md","/post/ai/explore/03-02-component-communication","2.Vue 组件通信 - 标准答案","2026-01-21T07:16:00.000Z",{"id":662,"path":663,"title":664,"date":665,"tags":6,"group":615,"lastmod":666,"author":6,"sort":6},"content/post/ai/explore/03-01-vue-reactive.md","/post/ai/explore/03-01-vue-reactive","1.Vue 响应式原理 - 标准答案","2026-01-21T06:53:18.971Z","2026-01-21T07:15:00.000Z",{"id":668,"path":669,"title":670,"date":671,"tags":6,"group":608,"lastmod":672,"author":6,"sort":6},"content/post/ai/explore/02-interview-questions.md","/post/ai/explore/02-interview-questions","高级前端开发面试题目清单","2026-01-21T06:39:25.673Z","2026-01-21T07:12:45.186Z",[6,674],{"title":675,"path":676,"stem":677},"大模型，快就是好","/post/nezus/2026/08/post-20260807-58a2a9","post/nezus/2026/08/post-20260807-58a2a9",1786091413308]