Building ChatGPT Plugins with Supabase Edge Runtime
想给ChatGPT写个插件?这篇实战教程手把手教你用Supabase Edge Runtime和swagger-jsdoc快速搞定,从manifest到OpenAPI定义一步到位,代码都给你准备好了。
We're releasing a ChatGPT plugin template written in TypeScript and running on Deno!
想给ChatGPT写个插件?这篇实战教程手把手教你用Supabase Edge Runtime和swagger-jsdoc快速搞定,从manifest到OpenAPI定义一步到位,代码都给你准备好了。
We're releasing a ChatGPT plugin template written in TypeScript and running on Deno!
Supabase 用 AI 把文档搜索做成了聊天体验,直接在 docs 里敲 cmd+/ 就能像问 ChatGPT 一样查资料。还贴心地开源了整个实现方案,从解析文档到向量检索一条龙,想给自己的知识库加个 AI 助手的可以直接抄作业。
Creating a ChatGPT interface for the Supabase documentation.
想用Postgres搞定AI向量搜索?这篇教你结合OpenAI嵌入和pgvector,轻松实现语义搜索、推荐和分类,比你自己从头折腾快多了。
An example of how to build an AI-powered search engine using OpenAI's embeddings and PostgreSQL.
Cilium团队决定把所有Go依赖都vendor进仓库,这背后是对供应链安全和构建可复现性的深刻考量。对于Go项目维护者来说,这是一个值得关注的实践趋势。
#601 — May 15, 2026 Read the Web Version Go Weekly 'Go Fuzzing Was Missing Half the Toolkit: We Forked the Toolchain to Fix It' — Go’s fuzzer lags th…
想系统成为AI工程师?ByteByteGo的这个实战课程很靠谱,从零开始搭建真实应用,有导师反馈和社区陪伴,第六期即将开课,别错过!
Our 6th cohort of Becoming an AI Engineer starts in about a week.
GitHub的AI agent安全架构有一个反直觉的前提:假设agent已经被攻破。这种零信任设计思路,给非确定性系统放进CI/CD pipeline提供了最负责任的范本。
In this article, we will look at how GitHub built a security architecture that assumes the agent is already compromised.
不想再手动改简历了?这个Claude技能让你直接用自然语言操作,把简历拆成JSON内容和HTML模板,AI帮你排版、适配岗位,再不用在文档编辑器里折腾了。
Inspired from this post on X: https://x.com/trq212/status/2052809885763747935 , I wanted to give a shot at creating resumes with Claude-in HTML. Great…
【点评
Introduction The gap between building an LLM and running it in production and what it teaches us about our own careers. We have all met that person. T…
别再被高昂的Gas费劝退做链游了!Base L2把每笔交易成本压到
Introduction One of the biggest challenges in blockchain gaming today is delivering smooth, real-time experiences without punishing users with high tr…
代码搜来搜去太费Token?试试这个记忆宫殿,把整个仓库变成房间地图,AI代理按关联找代码,比翻完整棵树省10-42倍。
Article URL: https://github.com/RhyChaw/palace-ai Comments URL: https://news.ycombinator.com/item?id=48162551 Points: 3 # Comments: 0
别再说CSS难了!Julia Evans告诉你,当你真正尊重这门技术,很多问题早已被解决。改变认知,从"不可能"到"原来如此"。
[...] in the last 10 years I’ve learned to really love and respect CSS as a technology. So I decided years ago that I wanted to react to “CSS is hard”…
用AI一天做一个游戏?这位老哥用Claude单次提示词就搞定了塔防游戏,第33天还在继续!效率高到离谱,简直是游戏开发者的外挂。
I'm using AI (mostly Claude) to create/publish a new video game every day This is day 33, first stab at the tower defense genre. Most of the games (in…
Apple M5刚出就翻车了?研究者用Anthropic的Claude AI辅助,首次发现了绕过内存完整性保护的权限提升漏洞。这波AI+安全结合,看点十足。
Article URL: https://www.tomshardware.com/tech-industry/cyber-security/apple-m5-architecture-suffers-first-privilege-escalation-exploit-anthropics-cla…
当AI硬件产能远超需求时,是关机闲置、拆解回收,还是捐给科研?这个问题比“AI取代人类”更现实,值得每个关注技术基建的人思考。
Imagine a scenario where AI hardware has been built at a massive scale, but the demand for using it for commercial AI is lower than the capacity. What…
折腾了一堆多代理编排,结果发现大模型们根本不愿意“当领导”——它们更爱亲自动手,外包指令形同虚设。这个实验结论打脸了很多花哨的多代理方案。
Hi, i have been experimenting with many coding agents distributed in a tree like heirarchy. here is what i found: 1. current LLM models are not traine…
卡片机不是被手机干掉,而是被年轻人重新捧红——佳能正把PowerShot系列从“生活必需品”重塑成“创作工具+时尚符号”,这波复兴背后是视频创作需求和情绪价值在驱动。
IT之家 5 月 17 日消息,佳能在《2026 年综合报告》中指出,公司正积极重启并扩展 PowerShot 系列阵容,以回应市场需求的重新增长和年轻用户的强劲需求。 佳能在报告中表示,因智能手机兴起导致相机市场长期萎缩的趋势已经放缓。关注视频创作、社交媒体摄影的年轻人,正成为相机市场增长的主要驱…
不用写一堆定制API,就能让AI助手像老司机一样直接调取Snowflake数据仓库里的实时数据,安全、自然语言交互,这套MCP协议集成方案真是数据团队的福音。
The Model Context Protocol (MCP) lets AI assistants like Claude talk directly to Snowflake in real time — no custom API glue needed. This guide covers…
想让AI代理拥有长期记忆和反思能力?TypedMemory这个开源项目帮你轻松搞定,赶紧试试吧!
Article URL: https://github.com/canis-minor/typedmem Comments URL: https://news.ycombinator.com/item?id=48166374 Points: 2 # Comments: 0
用Go写的API网关,扩展性强,源码和文档都开源了,适合需要自定义网关的团队参考。
GitHub: https://github.com/starwalkn/kono Docs: https://starwalkn.github.io/konodocs/ Comments URL: https://news.ycombinator.com/item?id=48167047 Poin…
具身智能成为全球科技竞争新焦点,国家基地落地杭州,摩尔线程将提供一站式国产算力方案,打通从训练到部署的闭环。这波国产替代和AI落地的组合
IT之家 5 月 17 日消息,在昨日的杭州市具身智能创新发展大会上,国家人工智能应用中试基地(具身智能)(简称:国家具身智能应用中试基地)正式揭牌。摩尔线程官方今日宣布,其成为了共建合伙人, 并担任其产业委员会委员 。 IT之家注:具身智能(Embodied Intelligence)是人工智能与…