Skip to content

第68期 013 week share 2026-03-27

本周我读到有趣的文章

1、Arrow-js

TIP

The first UI framework for the agentic era

2、The UnifiedToolchain for the Web

TIP

Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place.

3、pocket-id

TIP

A simple and easy-to-use OIDC provider that allows users to authenticate with their passkeys to your services.

4、CCTV-Smartphone-AI-Monitoring

TIP

本地监控 + AI 视觉 — LAN-based smartphone-powered AI monitoring framework with structured event output for data acquisition and analysis.

5、ScrapeServ

TIP

A self-hosted API that takes a URL and returns a file with browser screenshots.

6、ProxyPin

TIP

Open source free capture HTTP(S) traffic software ProxyPin, supporting full platform systems

7、Universal DB MCP

TIP

通用数据库 MCP 连接器:支持 MySQL、PostgreSQL、Oracle、MongoDB 等 17 种数据库,支持 Claude Desktop、Cursor、Windsurf、VS Code、ChatGPT 等 50+ 平台,用自然语言查询和分析数据

8、BASH

bash
# X11 转发 (-X 或 -Y): 在本地显示远程 GUI 程序
ssh -X user@remote_ip "firefox"
# SSH 跳板 (-J)
ssh -J user1@jump_host:22 user2@target_host

返回目录

Developed by Orange