Sunday, August 2, 2026

Show HN: Make your Framework 12 sound like a creaky door https://ift.tt/tpuLjBZ

Show HN: Make your Framework 12 sound like a creaky door I was poking through the iio devices on my Framework the other day and turns out Framework 12s have a pretty accurate hinge angle sensor! So I made a version of LidAngleSensor ( https://ift.tt/ZFjd1Wn ) but for the Framework 12 on Linux, so you can make your hinge sound rusty https://ift.tt/RCQwIbS August 3, 2026 at 02:03AM

Show HN: My public second brain – 660 notes, 15 years, open source https://ift.tt/DcNIz0J

Show HN: My public second brain – 660 notes, 15 years, open source Author here. ~660 notes published from a private Obsidian vault of 8,360 (3M words). Started in OneNote around 2011, moved to Obsidian in 2021 [1], imported everything with a Python script [2]. Notes are compounding over time, and that is where my writing comes from. The Semantic Layer note started in 2022, became a four-part blog series, then a chapter of my book. Materialized Views, One Big Table, dbt and OLAP were separate notes written years apart. I only later noticed they were the same pattern, and that became another chapter. Publishing: add #publish to a note, run `make deploy`. Quartz + Hugo, rsync to my own server [3]. Code [4]. Semantic search over the graph [5]. [1] https://ift.tt/0d6AzWu [2] https://ift.tt/QfvNYkE... [3] https://ift.tt/ynJZG3X [4] https://ift.tt/7rE39La [5] https://explore.ssp.sh https://ift.tt/4T2eDGu August 3, 2026 at 01:12AM

Saturday, August 1, 2026

Show HN: Bribes.fyi - Update on Know before you go feature https://ift.tt/CjO9LXc

Show HN: Bribes.fyi - Update on Know before you go feature Update: Added the official fees data on this page. https://ift.tt/cYMSNj0 August 2, 2026 at 12:10AM

Show HN: BillDesk – Offline invoicing for freelancers (Windows and Mac) https://ift.tt/b1LN3A4

Show HN: BillDesk – Offline invoicing for freelancers (Windows and Mac) https://getbilldesk.vercel.app August 1, 2026 at 09:52PM

Friday, July 31, 2026

Show HN: Schema-backed, Git-based structured state for agentic systems https://ift.tt/IGiveSU

Show HN: Schema-backed, Git-based structured state for agentic systems I looked into how to store agentic state in a) a structured way that b) runs without any dedicated MCP memory/state servers and where I can get c) a clear diff-able audit trail of all state changes over time. Nothing that I could find fit the bill. In https://ift.tt/7yZsGvC , I demo an implementation that fulfills these requirements by combining Claude agents with my previously published Commitspark library and its entirely Git-backed GraphQL API. In the demo, two independent Claude agents are simulated that contribute to a task tracker. A third agent reviews any task changes and rolls back obviously bad ones. A full demo transcript is included in the README, including the agents' raw tool calls. Task agent access to data happens via a small MCP server that exposes two Commitspark APIs (GraphQL API, schema API). These agents can then fetch the schema and author their own GraphQL calls, with GraphQL automatically enforcing written data is schema-conformant. The validator agent additionally has access to basic git functionality to view diffs and revert commits. I'm looking for feedback specifically on: whether schema validation on shared agent state is a problem people actually have, or whether loosely-typed JSON + retries is good enough in practice. July 31, 2026 at 11:50PM

Thursday, July 30, 2026

Show HN: Tally – check a spreadsheet's numbers against their source, in-browser https://ift.tt/ldaTcY2

Show HN: Tally – check a spreadsheet's numbers against their source, in-browser https://ift.tt/ArN3yGW July 30, 2026 at 11:25PM

Wednesday, July 29, 2026

Show HN: Capitolisation – Trade like the bests elected officials https://ift.tt/Mv4KWb5

Show HN: Capitolisation – Trade like the bests elected officials Elected officials tend to overperform S&P500. The goal is to show disclosures to detect trends. https://ift.tt/M39fFmI July 30, 2026 at 12:22AM

Show HN: ARF – a record format for AI evaluation runs, with reproducible digests https://ift.tt/UloOAGf

Show HN: ARF – a record format for AI evaluation runs, with reproducible digests https://www.korvo.xyz/arf August 7, 2026 at 04:55AM