Appearance
第69期 014 week share 2026-04-02
本周我读到有趣的文章
1、Read and write to the clipboard with the modern Clipboard API
TIP
Supports text, HTML, and images ⋅ Works in secure contexts (HTTPS) ⋅ No Flash. No hacks.
TIP
Allows you to create custom highlights on elements using CSS.
3、Gospider
TIP
Gospider - Fast web spider written in Go.
TIP
企业微信开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作企业微信
TIP
An enterprise-class UI components based on Ant Design and Vue.
6、neko
TIP
A self hosted virtual browser that runs in docker and uses WebRTC.
7、SuperDoc
TIP
SuperDoc - modern document editing
8、BASH
bash
# 创建文件系统
mkfs.btrfs -L data /dev/sdb1
# 挂载
mount -o compress=zstd /dev/sdb1 /mnt
# 创建主子卷
btrfs subvolume create /mnt/@
# 建快照
btrfs subvolume snapshot -r /mnt/@ /mnt/@snap-001
# 看空间
btrfs filesystem usage /mnt
# 定期校验
btrfs scrub start /mnt