Show HN: Foundry – Turns your repeated workflows into one-click commands

Show HN (score: 9)
Found: January 31, 2026
ID: 3180

Description

Other
Show HN: Foundry – Turns your repeated workflows into one-click commands

More from Show

Show HN: PII-Shield – Log Sanitization Sidecar with JSON Integrity (Go, Entropy)

Show HN: PII-Shield – Log Sanitization Sidecar with JSON Integrity (Go, Entropy) What PII-Shield does: It&#x27;s a K8s sidecar (or CLI tool) that pipes application logs, detects secrets using Shannon entropy (catching unknown keys like &quot;sk-live-...&quot; without predefined patterns), and redacts them deterministically using HMAC.<p>Why deterministic? So that &quot;pass123&quot; always hashes to the same &quot;[HIDDEN:a1b2c]&quot;, allowing QA&#x2F;Devs to correlate errors without seeing the raw data.<p>Key features: 1. JSON Integrity: It parses JSON, sanitizes values, and rebuilds it. It guarantees valid JSON output for your SIEM (ELK&#x2F;Datadog). 2. Entropy Detection: Uses context-aware entropy analysis to catch high-randomness strings. 3. Fail-Open: Designed as a transparent pipe wrapper to preserve app uptime.<p>The project is open-source (Apache 2.0).<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;aragossa&#x2F;pii-shield" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aragossa&#x2F;pii-shield</a> Docs: <a href="https:&#x2F;&#x2F;pii-shield.gitbook.io&#x2F;docs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pii-shield.gitbook.io&#x2F;docs&#x2F;</a><p>I&#x27;d love your feedback on the entropy&#x2F;threshold logic!

Show HN: Retain – A unified knowledge base for all your AI coding conversations

Show HN: Retain – A unified knowledge base for all your AI coding conversations Hey HN! I built Retain as the evolution of claude-reflect (github.com&#x2F;BayramAnnakov&#x2F;claude-reflect).<p>The original problem: I use Claude Code&#x2F;Codex daily for coding, plus claude.ai and ChatGPT occasionally. Every conversation contains decisions, corrections, and patterns I forget existed weeks later. I kept re-explaining the same preferences.<p>claude-reflect was a CLI tool that extracted learnings from Claude Code sessions. Retain takes this further with a native macOS app that:<p>- Aggregates conversations from Claude Code, claude.ai, ChatGPT, and Codex CLI - Instant full-text search across thousands of conversations (SQLite + FTS5)<p>It&#x27;s local-first - all data stays in a local SQLite database. No servers, no telemetry. Web sync uses your browser cookies to fetch conversations directly.

Show HN: HTTP:COLON – A quick HTTP header/directive inspector and reference

Show HN: HTTP:COLON – A quick HTTP header/directive inspector and reference Hi HN -- I built HTTP:COLON, a small, open-source web tool for quickly checking a site’s HTTP response headers and learning what they mean as you go.<p>Link: <a href="https:&#x2F;&#x2F;httpcolon.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;httpcolon.dev&#x2F;</a><p>What it does<p>- Enter a URL and fetch its response headers<p>- Groups common headers into handy buckets (cache, content, security)<p>- Includes short docs&#x2F;tooltips for headers and directives so you can look things up while debugging. I find hovering on highlighted headers quite useful!<p>Supports different HTTP methods (GET&#x2F;POST&#x2F;PUT&#x2F;DELETE)<p>Deep links<p>- You can link directly to a host, e.g. <a href="https:&#x2F;&#x2F;httpcolon.dev&#x2F;www.google.com" rel="nofollow">https:&#x2F;&#x2F;httpcolon.dev&#x2F;www.google.com</a><p>(or any domain) to jump straight into inspecting it.<p>Why I made it<p>- I kept bouncing between DevTools, MDN, and random blog posts while debugging caching + security headers. I wanted one place that’s quick for “what am I getting back?” and “what does this header&#x2F;directive do?”<p>It’s in beta, and I’d love feedback on:<p>- Missing features you’d want for day-to-day debugging (export&#x2F;share formats, comparisons, presets, etc.)<p>Thanks!

Show HN: I made R/place for LLMs

Show HN: I made R/place for LLMs I built AI Place, a vLLM-controlled pixel canvas inspired by r&#x2F;place. Instead of users placing pixels, an LLM paints the grid continuously and you can watch it evolve live.<p>The theme rotates daily. Currently, the canvas is scored using CLIP ViT-B&#x2F;32 against a prompt (e.g., Pixelart of ${theme}). The highest-scoring snapshot is saved to the archive at the end of each day.<p>The agents work in a simple loop:<p>Input: Theme + image of current canvas<p>Output: Python code to update specific pixel coordinates + One word description<p>Tech: Next.js, SSE realtime updates, NVIDIA NIM (Mistral Large 3&#x2F;GPT-OSS&#x2F;Llama 4 Maverick) for the painting decisions<p>Would love feedback! (or ideas for prompts&#x2F;behaviors to try)

No other tools from this source yet.