@EastonMan 看的新闻
+碎碎念
+膜大佬
+偶尔猫猫
+伊斯通听的歌
Arch Linux: Recent news updates
kea >= 1:3.0.3-6 update requires manual intervention

The kea package has moved all services to run as a dedicated kea user (instead of root) for improved security. This change requires permission updates to the runtime files created by the kea services.

Users upgrading from an existing kea installation should therefore run the following commands after the upgrade:

chown kea: /var/lib/kea/* /var/log/kea/* /run/lock/kea/logger_lockfile

systemctl try-restart kea-ctrl-agent.service kea-dhcp{4,6,-ddns}.service

Accounts that need to interact with kea services files (e.g. lease files under /var/lib/kea, log files under /var/log/kea or configuration files under /etc/kea) should be added to the kea group.

source
(author: Robin Candau)
Arch Linux: Recent news updates
iptables now defaults to the nft backend

The old iptables-nft package name is replaced by iptables, and the legacy backend is available as iptables-legacy.

When switching packages (among iptables-nft, iptables, iptables-legacy), check for .pacsave files in /etc/iptables/ and restore your rules if needed:

/etc/iptables/iptables.rules.pacsave
/etc/iptables/ip6tables.rules.pacsave

Most setups should work unchanged, but users relying on uncommon xtables extensions or legacy-only behavior should test carefully and use iptables-legacy if required.

source
(author: Felix Yan)
Matt Keeter
A tail-call interpreter in nightly Rust

source
(author: Matt Keeter (matt.j.keeter@gmail.com))
🦆 我把 32 台 Intel N100 小主机改造成了一个 DeepSeek-V3.2 685B 推理集群。

没有 NVLink。
没有 InfiniBand。
只有 1 张 RTX 5090、32 台原本用于在线评测的 N100、和普通以太网。

关键想法:
🧠 Attention 留在 GPU
🦆 MoE 层交给 N100 集群
自定义 fp9 数据格式,让 AVX2 小核也能跑 MoE GEMV

最终:
11 tokens 输入,2037 tokens 输出
16.171 tok/s decode
MTP1 接受率约 89%

技术报告:
https://judgeduck.ai/duck-llm/

*个人娱乐项目,与任何组织均无关联*
隔壁群看到一篇很有意思的文章,介绍了教育网一种非常有趣的代理实现方式。
为了能够在国内的网络环境下降低学术内容访问的门槛,他们利用自己网络的性质,在访问时保持用户源 IP 的情况下对内容进行代理和审计。
这简直是地区级运营商层面的“fakeip”实现,我也想办全国性的大网然后玩这些好玩的操作。
https://rentry.co/r9frf3i4
Back to Top