I Shipped a Security Product I Cannot Fully Audit
不会写代码的文案,硬是造出了安全产品,真实又反差的独立开发故事。
That is the uncomfortable part. It is also the argument. I write commercial copy for a living. I have been doing it since 2020, mostly in Korean, most…
不会写代码的文案,硬是造出了安全产品,真实又反差的独立开发故事。
That is the uncomfortable part. It is also the argument. I write commercial copy for a living. I have been doing it since 2020, mostly in Korean, most…
VS Code 1.133 升级 AI Agent 与模型切换,编程开发更智能顺滑
IT之家 8 月 13 日消息,微软昨日(8 月 12 日)发布公告,宣布推出 Visual Studio Code 1.133 更新, 调整 Agent 窗口的访问方式,并支持用户在会话进行期间切换模型提供商。 本次更新主要为开发者添加了实验性设置 chat.agentHost.allowSign…
GitHub 上新版 SnipContext v0.7.0 发布,VS Code 与 Neovim 双端插件 + 自动索引切换,写代码时上下文补全更省心。
VS Code + Neovim plugins snipcontext stats Auto-index switching File watcher + migration tools Provider contract tests + CI on uv Check it out: [ http…
在VS Code里统一调用Claude、Codex和OpenCode,多模型协作编程效率拉满。
I am working on a VS Code extension which allows to run any (ACP-compatible) agent harness from the same GUI. Shows session outline - all tool calls, …
作者亲自下场,把上篇断言尚未存在的工具实作出来,借 Claude Code 与 VS Code 钩子演示供应链攻击如何滥用编辑器信任。
The other day I wrote about the npm worm that learned to trust your AI agent — a keyv -adjacent supply-chain attack that didn't bother with credential…
语义搜索代码,VS Code 智能定位,告别关键词瞎猜。
Article URL: https://github.com/SeanPedersen/vscode-semble Comments URL: https://news.ycombinator.com/item?id=49204742 Points: 1 # Comments: 0
让两个 Copilot Agent 同时干活不打架:VS Code 为每个会话自动创建独立 Git worktree,分支隔离、互不干扰,AI 协作效率直接翻倍。
The first time I let two Copilot agents work on the same repo at the same time, one of them stomped on the other's edits inside about ninety seconds. …
VS Code扩展,帮你揪出AI编码代理留下的重复错位变量,100%本地运行保隐私。
Article URL: https://github.com/greenyogainc/varalign Comments URL: https://news.ycombinator.com/item?id=48937123 Points: 1 # Comments: 0
在VS Code中直接浏览LanceDB数据库,AI/ML开发者的效率利器。
Article URL: https://github.com/eozsahin1993/lancedb-explorer Comments URL: https://news.ycombinator.com/item?id=48859354 Points: 2 # Comments: 2
专为DeepSeek-V4模型适配的开源AI编程助手,支持终端和VS Code插件,同步接入腾讯云与阿里云百炼,助力高效开发。
IT之家 7 月 6 日消息,DeepSeek 官方 API 文档日前收录了一款名为 Deep Code 的开源终端 AI 编程助手。 该工具宣称 专为 DeepSeek-V4 系列模型适配 ,支持深度思考、推理强度控制以及 Agent Skills。 IT之家查询获悉,该工具早在今年 5 月就发布…
轻量级API调试工具,数据全本地存储,无需登录,隐私保护到位,开发者首选。
What’s the best Postman alternative if privacy is a concern — Postmate Client vs. Thunder Client? Comments URL: https://news.ycombinator.com/item?id=4…
用VS Code搭Java开发环境,注意JDK版本要求,老项目也能兼容Java 8。
VS Code is the most popular code editor on the planet. It's fast, free, and runs everywhere. But out of the box, it knows nothing about Java. Open a .…
AI编程助手火热背后的冷静观察,对比Cursor、Copilot等工具的真实表现与宣传差距。
Article URL: https://jawuil.dev/en/blog/the-ai-code-agent-hype-real-progress-vs-expectations/ Comments URL: https://news.ycombinator.com/item?id=48645…
从零到专业,Windows下WSL+Next.js开发环境搭建全攻略,步骤清晰,解决常见问题
আজ আমি আমার Windows মেশিনে একটা স্মুথ ও মডার্ন ওয়েব ডেভেলপমেন্ট সেটআপ তৈরি করেছি ব্যবহার করেছি Windows Subsystem for Linux (WSL) , Node.js , pnpm আর …
VS Code增强AI成为“执行者”,可执行构建表单、修复错误等高级任务,不止是自动补全。
VS Code’s new Agents view isn’t just another sidebar, and it’s not Copilot in a new costume. It’s a dedicated, agent-first AI workspace built right in…
AI直接嵌入VS Code,让你在编码时即时获取Stack Overflow式的社区智慧,告别手动搜索。
Article URL: https://marketplace.visualstudio.com/items?itemName=christianalfoni.stackoverflow-ai Comments URL: https://news.ycombinator.com/item?id=4…
告别杂乱单一大库,手把手教你用Obsidian和Copilot为每个项目打造专属AI第二大脑,提升上下文连贯性。
TL;DR Stop losing context every time you come back to a project. This guide shows you how to set up a per-project Obsidian vault — committed alongside…
在VS Code里做笔记更高效,支持图片/视频/音频有序粘贴和专业字体预览
Hi guys, I used claude to write a vscode extension: MediaNote. It is a note-taking app, built on top of vscode's markdown module. The copy-pasting of …
GitHub官方出品,手把手教你用VS Code掌握Git与GitHub基础操作,零基础开发者速通必备。
Discover how to use VS Code to interact with GitHub and maintain your projects. The post GitHub for Beginners: Getting started with Git and GitHub in …
从一枚恶意VS Code扩展说起,揭秘GitHub内部3800个仓库泄露的供应链攻击链条,开发者必看的安全警示。