标签:#hack
找到 14190 篇相关文章
Our world is full of slop
Show HN: textlog – A quiet, text-only microblogging platform, open-source, no JS
Bulldozers Plow Through Big Bend National Park, Sparking Fury in Texas
US strikes $1.2B deal to pay German firm to halt offshore wind projects
Sonic Pi v5
Kalshi and Polymarket bets on clinical trials criticized as 'ghastly'
CrossPoint 1.5 has officially been released
Show HN: File-based HTTP endpoints for Python with its own isolated dependencies
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
Meta's Ray-Bans are getting banned from UK pubs, and the EU is circling
Generative "AI": The Guitar Hero of Creativity
2027 memory capacity is reportedly sold out
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