➡️
继续阅读
-
系统设计没有银弹:50个权衡点告诉你拿什么换什么
系统设计无银弹,本质是资源约束下的权衡取舍。加索引提升查询速度但降低写入性能;Kafka可降低总延迟;微服务降低故障率但增加开发运维成本,小团队宜用单体;...
-
Blume: Zero-Config Docs Framework That Turns a Markdown Folder into an AI-Ready Website
Blume is an open-source documentation framework that converts Markdown into a...
-
苹果提前「揭晓」触屏 MacBook Pro,我终于能戳同事电脑了
苹果正在研发首款OLED触屏MacBook,预计2025年10月发布,搭载M5芯片并采用灵动岛设计。macOS 27将加入触控支持,区分直接与间接触控,并...
-
Redefining GIS: Declarative Symbology and Collaborative Workflows in JupyterGIS
JupyterGIS is a GIS-focused extension for Jupyter notebooks. The recent 0.16 ...
-
2001,电脑进了家门
2001年作者高中毕业,家中购入首台电脑。他回忆组装过程,选AMD毒龙CPU和DDR内存,装Winamp等软件,用盗版光盘获取内容,体验拨号上网,并首次在...
-
Go并发——Goroutines、通道与同步
Go was designed with concurrency as a first-class feature. Rather than relyin...