Skip to content

第77期 023 week share 2026-06-04

本周我读到有趣的文章

1、What Cable

TIP

macOS menu bar app that tells you, in plain English, what each USB-C cable plugged into your Mac can actually do

2、Bifrost AI Gateway

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 非常友好

5、harness-anything

TIP

CLI harness for WPS Office -- let AI agents control Writer, Calc & Impress via COM automation

6、LiteParse

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

返回目录

Developed by Orange