Appearance
第77期 023 week share 2026-06-04
本周我读到有趣的文章
TIP
macOS menu bar app that tells you, in plain English, what each USB-C cable plugged into your Mac can actually do
TIP
About Fastest enterprise AI gateway (50x faster than LiteLLM) with adaptive load balancer, cluster mode, guardrails, 1000+ models support & <100 µs overhead at 5k RPS.
3、HRMS
TIP
Open Source HR and Payroll Software
4、coss.com
TIP
基于 BaseUI 简洁 美观 组件全,细节非常考究,还有 skills 等等资源,对 AI 非常友好
TIP
CLI harness for WPS Office -- let AI agents control Writer, Calc & Impress via COM automation
TIP
LiteParse 是 LlamaIndex 开源的本地文档解析器,主要用来从 PDF、Office 等文档里提取结构化文本。
7、BASH
bash
# list current jobs
jobs
# foreground job number 1
fg %1
# kill job number 1
kill %1
# list current processes
ps
# kill a specific process
kill 26152