惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
博客园 - 司徒正美
Last Week in AI
Last Week in AI
Recent Announcements
Recent Announcements
Y
Y Combinator Blog
博客园 - 聂微东
M
MIT News - Artificial intelligence
博客园_首页
Jina AI
Jina AI
博客园 - 叶小钗
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
Vercel News
Vercel News
The Cloudflare Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
云风的 BLOG
云风的 BLOG
N
Netflix TechBlog - Medium
B
Blog
Google DeepMind News
Google DeepMind News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

五月七日的思考札记

14 May, 2026 02:11 14 May, 2026 01:59 14 May, 2026 01:57 13 May, 2026 21:03 印尼史参考 13 May, 2026 00:07 12 May, 2026 23:59 12 May, 2026 23:46 12 May, 2026 23:24 12 May, 2026 23:22 12 May, 2026 23:20 12 May, 2026 23:18 12 May, 2026 23:06 12 May, 2026 23:03 12 May, 2026 22:58 12 May, 2026 22:56 12 May, 2026 22:55 12 May, 2026 22:51 12 May, 2026 18:03 12 May, 2026 18:01 11 May, 2026 17:27 11 May, 2026 17:03 11 May, 2026 16:44 11 May, 2026 16:37 11 May, 2026 16:27 11 May, 2026 15:56 11 May, 2026 15:27 11 May, 2026 15:23 11 May, 2026 14:35 10 May, 2026 19:00
18 Jun, 2026 03:44
五月七日 · 2026-06-18 · via 五月七日的思考札记


// post.rs

//!

//!

written by

五月七日

//!

published at

/* metadata */

mod meta {

pub const CATEGORY: &str = “

“;

pub const TAGS: &str = “

“;

}

// ← back to home

// === module separator ===

之前让 AI 辅助做过 system-map 一类的文档,那时候先凑合着用的。刚才我自己重新做了一份,比 AI 做的简洁一些。AI 之前弄得有点复杂,虽然大致意思都是对的。
https://github.com/fivsevn-agy/fivsevn-devlog/blob/main/system-map.md

最近想减少不必要的需求和设计,在维持内容水平的前提下尽量降低系统的复杂度。我的调整方向是,减少日常操作步骤、减少日常需要维护的文档、更加一目了然的结构、更加简洁的自动化脚本,等等;但是也避免只是变成追求形式的极简。整个系统需要在未来内容增多的情况下也能顺利运作,因此框架部分需要搭建扎实。

// subscription console

>

input your email:

Hi!

// → subscribed ✓

// comments console

>

write a comment:

!

// → sent ✓

// comments display

println!("=== comments loaded ===");

// total:

0

comments ✓

/* footer.rs */

fn main() {

render(&HOME);

}

//

compiling ... ok

//

render finished ✓ at

//

version v26.06 · commit fi5se7n

//

CC BY-NC-SA 4.0

/EN

//

contact: fivsevn57@outlook.com