20250923
每日一谚:Write functions that do one thing and do it well
“可移植性”的隐藏成本:Go为何要重塑maphash并划定新的运行时边界?
最近,Go核心团队的技术负责人Austin Clements在2025年9月17日的提案审查会议中,将他在2025年6月提出的issue #74285的提案设置为“已接受”(Accepted)状态。该提案名为“maphash: drop purego version and establish stronger runtime boundary”,建议移除maphash包的purego实现,并为Go标准库建立一个更清晰的“运行时边界”。
Go的组合哲学:用“关节”连接程序的“孤岛”
很多来自其他语言的开发者初学 Go 时,都会有一个共同的疑问: “Go 没有类,没有继承,它到底是如何构建复杂而庞大的系统的?” 答案就在 Go 的核心设计哲学中:组合优于继承。
【Go context解惑】02 今生:context 包 API 精讲与核心用法
今天,我们将正式揭开这个“完美容器”的神秘面纱——它就是 Go 语言标准库中的 `context` 包。你将看到,它的每一个 API 设计,都像一把精准的 手术刀,完美地切中了我们上一讲遇到的所有痛点。
当 CLI 遇到 SQL:在 Dolt 中构建统一接口
在 Dolt 中,构建跨 CLI 命令和 SQL 表函数的选项策略。
P99 CONF演讲者著作:人工智能工程、延迟、分布式系统及更多
如果您看过今年的 P99 CONF 议程,您就会知道,群星已经完美地对齐。只需两天半的时间,您就可以从 60 多位杰出的演讲者那里学习——他们都分享了来自广泛视角的见解。分布式数据库、Rust、Go、Java、C++、Wasm、AI/ML、eBPF、Linux 内核等——一切都在议程上。
在我们发布演讲者简介时,我们被提醒说,我们的演讲者积累了一份令人印象深刻的出版物清单,其中包括很多书籍。这篇博文重点介绍了其中一部分书籍,我们强烈建议您阅读。
MCP Horror Stories: The Drive-By Localhost Breach | Docker
Learn how CVE-2025-49596 has turned MCP Inspector into a weapon of mass developer environment compromise in this edition of MCP Horror Stories.
Scaling Muse: How Netflix Powers Data-Driven Creative Insights at Trillion-Row Scale
Kubernetes v1.34:Pod 级别资源已升级到 Beta
代表 Kubernetes 社区,我很高兴地宣布,Pod 级别资源功能已在 Kubernetes v1.34 版本中升级到 Beta 版,并默认启用! 这一重要里程碑为定义和管理 Pod 的资源分配引入了新的灵活性。 这种灵活性源于能够为整个 Pod 指定 CPU 和内存资源。 Pod 级别资源可以与容器级别的规范结合使用,以表达应用程序所需的精确资源需求和限制。
Cloudflare 2025 年年度创始人信
Cloudflare 本周迎来了 15 周年纪念日。我们喜欢通过推出回馈互联网的新产品来庆祝我们的生日,本周我们将推出很多此类产品。但借此机会,我们也一直在思考互联网的变化以及未变之处。
Operating System in 1,000 Lines
嘿!在这本书中,我们将从头开始一步一步地构建一个小型的操作系统。我们将实现基本的上下文切换、分页、用户模式、命令行 shell、磁盘设备驱动程序以及 C 语言的文件读/写操作。听起来很多,但它只有 1,000 行代码!
为何 Local-First 应用尚未普及?
离线优先的应用程序承诺即时加载和隐私保护,但实际上,很少有应用程序能获得离线支持,因为让同步正确进行非常困难。
测试比 DSA 更好
人们应该花更少的时间学习 DSA,而花更多的时间学习测试。
为什么 AI 系统可能永远无法安全
《经济学人》发表了一篇关于 LLM 安全性的新文章,其标题和副标题是:为什么 AI 系统可能永远无法安全。“致命的三重威胁”的条件使其容易受到滥用。
CompileBench: AI 能编译 22 年前的代码吗?
我们测试了 19 个 LLM 在处理现实世界软件工程任务方面的能力,例如编译旧代码和交叉编译。看看 Anthropic、OpenAI 和 Google 模型在我们新的基准测试——CompileBench 中的表现。
Vibe Coding 清理即服务
AI 驱动的编码兴起,创造了一个意想不到的市场:清理由提示生成的软件中的技术债务。本文探讨了为何“Vibe Coding 清理”正成为一个合法的服务类别,以及它对软件开发未来的意义。
Why we built the Responses API
The Responses API unlocks persistent reasoning, hosted tools, and multimodal workflows for GPT-5.
Claude 代码的细粒度 HTTP 过滤
为开发工具和 AI 代理提供默认拒绝 HTTP(S)。使用 JS 或 shell 中的脚本规则,记录每个请求,并将出口保持在您的策略范围内。
googleapis/genai-toolbox
MCP Toolbox for Databases is an open source MCP server for databases.
IceWhaleTech/CasaOS
CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system.
ava-labs/avalanchego
Go implementation of an Avalanche node.
smartcontractkit/chainlink
node of the decentralized oracle network, bridging on and off-chain computation
everywall/ladder
Selfhosted alternative to 12ft.io. and 1ft.io bypass paywalls with a proxy ladder and remove CORS headers from any URL
ethereum/go-ethereum
Go implementation of the Ethereum protocol
syncthing/syncthing
Open Source Continuous File Synchronization
AdguardTeam/AdGuardHome
Network-wide ads & trackers blocking DNS server
cosmos/cosmos-sdk
⛓️ A Framework for Building High Value Public Blockchains ✨
gin-gonic/gin
Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.
cloudreve/cloudreve
🌩 Self-hosted file management and sharing system, supports multiple storage providers
ethereum-optimism/optimism
Optimism is Ethereum, scaled.
evcc-io/evcc
solar charging ☀️🚘
XTLS/Xray-core
Xray, Penetrates Everything. Also the best v2ray-core. Where the magic happens. An open platform for various uses.
Jguer/yay
Yet another Yogurt - An AUR Helper written in Go
gofiber/fiber
⚡️ Express inspired web framework written in Go
hashicorp/terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
gtsteffaniak/filebrowser
📂 Web File Browser
istio/istio
Connect, secure, control, and observe services.
kubevela/kubevela
The Modern Application Platform.
编辑:Tony Bai
编辑主页:tonybai.com
GopherDaily项目:github.com/bigwhite/gopherdaily
Copyright 2019-2024 GopherDaily