From f52629ed00a51b021c8759b766d31157161047a9 Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Thu, 17 Sep 2026 11:43:06 +0800 Subject: network-concurrency-is-a-lie: new --- content/network-concurrency-is-a-lie/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/network-concurrency-is-a-lie/index.md diff --git a/content/network-concurrency-is-a-lie/index.md b/content/network-concurrency-is-a-lie/index.md new file mode 100644 index 0000000..13a5801 --- /dev/null +++ b/content/network-concurrency-is-a-lie/index.md @@ -0,0 +1,15 @@ ++++ +title = "并行下载是你的谎言" +date = 2026-09-17 +authors = ["135e2 (Mole Shang)"] +[taxonomies] +tags = ["随想", "技术"] ++++ + +现代软件以维利里奥"速度即暴力,停滞就是死亡"为嚆矢。滥觞于单线程时代的谦卑与节制正失去它们的借鉴意义。并行下载是你的谎言——现代包管理们以数十上百倍的速度行使权力,但面对看似无垠的流量天空,我想循卡尔维诺“树上的男爵”的生活好过过早地振翮。 + + + +...后面忘了。 + +人们总说[「科技巨头」是 self-host 的最大敌人](https://sourcehut.org/blog/2023-01-09-gomodulemirror/),但经过 [uv](https://github.com/astral-sh/uv/blob/89c3b2c917f6b9b2f5c785747a31630a429904c4/crates/uv-configuration/src/concurrency.rs#L59)、[pnpm](https://github.com/pnpm/pnpm/issues/10068) 等一众“现代”包管理器发扬光大成为事实标准后,每个人都可以平等地对上游仓库发起 DDoS 了。反正上游 CDN 也轮不到用户付钱,多刷的那点流量又有谁在乎呢。新时代的迅雷们,变相实现了一种技术平权。 \ No newline at end of file -- cgit v1.2.3