🛠️ Hacker News Tools
Showing 461–480 of 4246 tools from Hacker News
Last Updated
July 22, 2026 at 08:42 AM
Show HN: Dockside – I turned unused space around the macOS Dock into a workspace
Show HN: Pull Claude Code transcripts into your Codex session, and vice versa Hi HN, I'm Rob. Contextify indexes every Claude Code and Codex session on your machine into one local, searchable database. The current session, in either tool, can search all of it: /total-recall in Claude Code, $total-recall in Codex.<p>Demo: <a href="https://www.youtube.com/watch?v=FvrvRGp4C9M" rel="nofollow">https://www.youtube.com/watch?v=FvrvRGp4C9M</a> | Mac app: <a href="https://contextify.sh" rel="nofollow">https://contextify.sh</a> (App Store or DMG) | Linux: CLI with a one-line installer, same search. No signup.<p>I split my work between Claude Code and Codex. When I burn through rate limits on one, I switch to the other, and new models keep leapfrogging each other, so the switching is not going away.<p>But each tool keeps its own history, in its own format, in its own directory structure, and Claude Code deletes local transcripts after 30 days by default.<p>Piecing together work I had done across Claude Code and Codex on one machine is the problem Contextify started as.<p>How it works: the Mac app (or a systemd timer on Linux) watches ~/.claude/projects/ and ~/.codex/sessions/, parses each tool's transcript format, and ingests every turn into SQLite with full-text search.<p>My DB is currently at 366,734 entries across 13,920 sessions, pooled from two Macs. An entry is one turn: a message, tool call, or subagent step.<p>A CLI (contextify search / context / activity) sits on top, and bundled skills (/total-recall, /live-recall) teach each agent to use it on demand mid-session. There is also an MCP server (contextify serve-mcp) if you'd rather use that.<p>On macOS, summaries are generated on-device by Apple Intelligence. By default your transcripts and entry database stay on your machine.<p>I use more than one laptop, and found I would often want to reference prior work that I did on one computer that I did not have in my local database.<p>To solve this, I built Contextify Cloud: opt-in sync that pools each machine's entries, so a search from the laptop I'm on also finds work I did on the other one.<p>Hosted sync is paid, $12/mo. It is free if you self-host the sync server, keeping the pooled database on infrastructure you control. The server is source-available under the Functional Source License.<p>The same pooling works for workgroups on a per-seat commercial license, hosted or self-hosted: teammates' shared projects become searchable across the group, each result labeled with who did the work, and sharing is per-project, so each member decides what the group sees.<p>What it's not: the Mac app is not open source, Windows is not supported, and Gemini CLI, Pi, and OpenCode are not ingested yet (all are planned). Free for personal use; using it for work is $8/mo.<p>I'd love to hear how you handle history across more than one coding agent.
Show HN: Origin Myth Map-creation myths of civilizations on a world map
Show HN (score: 5)Show HN: Origin Myth Map-creation myths of civilizations on a world map I've always been fascinated by origin myths, and by how civilizations had similar origin stories. The flood myth is the famous example (Mesopotamia, Genesis, India, the Americas).
60% Fable cost cut by converting code to images and having the model OCR it
Hacker News (score: 123)60% Fable cost cut by converting code to images and having the model OCR it
Jamesob's guide to running SOTA LLMs locally
Hacker News (score: 17)Jamesob's guide to running SOTA LLMs locally
AI coding is addictive. Engineers are paying the price
Hacker News (score: 10)AI coding is addictive. Engineers are paying the price
Show HN: TaskPeace – a task queue my AI coding agents pull work from over MCP
Show HN: An assertion library for E2E testing and real user monitoring
Show HN (score: 8)Show HN: An assertion library for E2E testing and real user monitoring
Behind the scenes with the Midjourney scanner [video]
Hacker News (score: 44)Behind the scenes with the Midjourney scanner [video]
Gemini Code Assist will be shut down on July 17
Hacker News (score: 40)Gemini Code Assist will be shut down on July 17
Ed Zitron on CNBC: GenAI Doesn't Work, and Big Tech Is Out of Hypergrowth Ideas
Hacker News (score: 17)Ed Zitron on CNBC: GenAI Doesn't Work, and Big Tech Is Out of Hypergrowth Ideas
Alibaba to ban Claude Code in workplace over alleged backdoor risks, source says
Hacker News (score: 130)Alibaba to ban Claude Code in workplace over alleged backdoor risks, source says
First Principles of Model Routing
Hacker News (score: 29)First Principles of Model Routing
Show HN: I built a declarative layout engine for SVG, Canvas, WebGL
Show HN (score: 5)Show HN: I built a declarative layout engine for SVG, Canvas, WebGL Hey HN,<p>I built a tiny zero DOM layout engine for vector graphics and custom renderers to resolves nested rows/cols/grids into exact `{x, y, w, h}` boxes, with text measurement, overflow signals, and collision separation.<p>This is to help make SVG, PDF, Canvas responsive.<p>Feedback welcome from anyone building canvas/SVG diagrams, dashboards, node editors, or diagram tools.
Mr. Baby Paint and accidentally discovering a new cellular automata
Hacker News (score: 92)Mr. Baby Paint and accidentally discovering a new cellular automata
Using precision editing to study human embryo development shows master gene
Hacker News (score: 12)Using precision editing to study human embryo development shows master gene
AI is 'not smart' so what's next in artificial intelligence?
Hacker News (score: 21)AI is 'not smart' so what's next in artificial intelligence?
The Safari MCP server for web developers
Hacker News (score: 65)The Safari MCP server for web developers
Order a burned CD of your own public GitHub repo
Hacker News (score: 113)Order a burned CD of your own public GitHub repo
Hobbes – A Language and Embedded JIT Compiler
Hacker News (score: 10)Hobbes – A Language and Embedded JIT Compiler