Appearance
第86期 34 week share 2026-09-03
本周我读到有趣的文章
TIP
Docker 官方推出的沙箱工具,把 Docker 容器当作沙箱,让 AI Agent 在里面运行,跟底层系统隔离
2、Markor
TIP
开源的安卓应用,用来查看各种文件的内容,体积约 15MB,完全离线使用
TIP
无限画布白板 SDK,可以集成到 React、React Native 或纯 JS 应用中
TIP
一个轻量级的代码高亮 JS 库,压缩后只有 2KB
5、beszel
TIP
Lightweight server monitoring with historical data, docker stats, and alerts.
TIP
Windows PC Hardware Detection Tool.This project is a Windows system toolbox developed with C# and WinUI 3
7、BASH
bash
python --version
which python
python -m venv .venv
source .venv/bin/activate
deactivate
pip install package
pip list
pip freeze > requirements.txt
pip install -r requirements.txt