开源项目 · Open Source Projects
boss-agent-cli
· 重点项目 · FEATURED PROJECT — 为 AI agent 打造的 BOSS 直聘本地辅助 CLI —— 搜索、福利筛选、意向清单、JSON 信封输出;默认低风险、合规运行。
Local-assist BOSS Zhipin CLI built for AI agents — search, welfare filtering, shortlists, JSON-envelope output. Low-risk & compliant by default.
·
文档站
Harbor
· Mac 阅读与收藏 — 本地优先的 macOS 阅读与收藏应用,整合 RSS 与稍后读,数据保留在本机。
A local-first macOS reading and curation app that combines RSS and read-later workflows while keeping data on the device.
Beacon
· PDF 到期审计 — PDF 证件有效期云端审计服务,通过 OCR 自动识别到期日并提供预警。
A cloud service that audits PDF certificate validity, extracts expiry dates with OCR, and provides advance warnings.
·
GitHub
Atlas
· AI 编程用量 — 在 macOS 菜单栏汇总本地 AI 编程用量,包括 token、成本、会话与 Git 活动。
A macOS menu bar app for tracking local AI coding usage, including tokens, cost, sessions, and Git activity.
·
GitHub
Watch
· Agent 会话接力 — 跨 CLI 编程 Agent 的本地会话接力工具,可将已有记录与工作目录转入 Codex、OpenCode、Kimi 或 Pi。
A local session handoff tool for coding agents that carries existing history and the working directory into Codex, OpenCode, Kimi, or Pi.
·
GitHub
Semaphore
· 浏览器图像转字符 — 在浏览器本地将图片转换为字符画,无需上传或账号,支持盲文与 CRT 风格。
A browser-local image-to-character converter with no uploads or accounts, including Braille and CRT modes.
·
GitHub
Trawl
· 文书结构化取证 — 将批量法律文书转换为结构化数据的桌面取证工具,支持 PDF、DOCX 与 OCR。
A desktop forensics tool that converts batches of legal documents into structured data from PDF, DOCX, and OCR inputs.
·
GitHub
Tide
· 掘金自动签到 — 自动完成掘金每日签到与免费抽奖,并通过 Telegram 推送执行结果。
Automates daily Juejin check-ins and free lottery draws, with execution results delivered through Telegram.
Buoy
· AnyRouter 多账号签到 — AnyRouter 多账号自动签到工具,支持多平台通知与隐私脱敏。
An AnyRouter multi-account check-in tool with multi-platform notifications and privacy masking.
Landfall
· 产品页面设计技能 — 面向产品页面的 Claude Code 设计技能,提供 57 套城市灵感设计系统与 GSAP 动效。
A Claude Code design skill for product pages, with 57 city-inspired design systems and GSAP motion patterns.
·
GitHub
GitHub @can4hou6joeng4
文章 · Writing
Unicode braille is an 8-pixel bitmap font
· 2026-09-14 — 盲文字符其实是 2×4 的点阵位图。在点阵网格上先做 Floyd–Steinberg 误差扩散再打包,照片就能以纯文本形式存活。附引擎源码与前后对比图。
A braille character is secretly a 2×4 bitmap. Dither the dot grid before packing and a photo survives as plain text. With the engine's own code and before/after figures.