Appearance
第65期 010 week share 2026-03-06
本周我读到有趣的文章
1、pi-mono
TIP
AI agent toolkit: coding agent CLI, unified LLM API, TUI & web UI libraries, Slack bot, vLLM pods
TIP
Chinese character stroke order animations and practice quizzes
3、SkyMail
TIP
基于 Cloudflare 的邮箱服务
4、quickemu
TIP
Quickly create and run optimised Windows, macOS and Linux virtual machines
TIP
Public repository for Agent Skills
TIP
Bash is all you need - A nano Claude Code–like agent, built from 0 to 1
7、Oat
TIP
Ultra-lightweight, zero dependency, semantic HTML, CSS, JS UI library. ~8KB min+gz.
8、BASH
bash
# POST DATA to URL
curl -X POST -H "Content-Type: application/json" -d '{"key":"value"}' https://example.com/api
# post file to URL
curl -X POST -F "file=@/path/to/file" https://example.com/upload
# post form data to URL
curl -X POST -d "key=value" https://example.com/form