Appearance
第73期 019 week share 2026-05-08
本周我读到有趣的文章
TIP
OfficeCLI is the first and best Office suite purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files.
TIP
PDF editor for Windows. Install or run portable. GPLv3. No account, no subscription, no telemetry.
TIP
Become a cracked AI/ML Research Engineer
TIP
Blazing-fast diff ecosystem for JavaScript applications
5、Grid
TIP
Grid is a tool for building and sharing interactive data stories. It allows you to create interactive visualizations, dashboards, and reports using a simple drag-and-drop interface.
TIP
仅一个二进制文件,能直接读写文件、执行命令、搜索网页、管理 Git,还能实时看到模型的思考过程。
7、BASH
bash
# first, update the package list and upgrade the system
sudo apt update && sudo apt upgrade -y
# install the latest version of Python 3 and pip
sudo apt install python3 python3-pip -y
# install the latest version of Node.js and npm
sudo apt install nodejs npm -y
# install the latest version of Git
sudo apt install git -y