今日已更新 136 条资讯 | 累计 39992 条内容
关于我们

标签:#hack

找到 14190 篇相关文章

AI 资讯

Show HN: Certo – An open source platform to deliver Open Badges

Certo is open-source infrastructure for issuing, managing, verifying, and exchanging digital credentials. It implements Open Badges 3.0[1] and W3C Verifiable Credentials[2] which are the open standards that make credentials portable, machine-verifiable, and vendor-independent. It is designed to be: - Self-hosted: run it inside your own infrastructure, air-gapped network, or sovereign cloud - Standards-compliant: credentials it issues work with any OB3/VC-compatible system - API-first: everything

2026-08-07 原文 →
AI 资讯

Show HN: Remembrane – agent memory in one SQLite file, zero dependencies

This is a small library for giving an agent persistent memory without running any infrastructure. The whole store is one SQLite file, and the default install has no dependencies. I built it because whenever I wanted an agent to remember a handful of facts across sessions, the options were a hosted API, a vector database, or a framework, and that felt like too much for what is usually a few thousand short strings. The part I find most useful is that recall is deterministic, so you can write unit

2026-08-07 原文 →