🛠️ All DevTools

Showing 2641–2660 of 6266 tools

Last Updated
July 24, 2026 at 04:29 PM

[Other] Ten years of deploying to production

Found: March 05, 2026 ID: 3671

Show HN: Hormuz Crisis Dashboard Real-time shipping disruption tracker Built this in ~4 hours with zero coding background. Tracks a few economy angles of the largest acute shipping disruption since WWII.

Found: March 05, 2026 ID: 3623

Show HN: Keep large tool output out of LLM context: 3x accuracy 95% fewer tokens LLM agents often place raw JSON tool outputs directly in the prompt. After a few tool calls, earlier results get compacted or truncated and answers become incorrect or inconsistent.<p>I built Sift, a drop-in MCP gateway that stores tool outputs as local artifacts (filesystem blobs indexed in SQLite) and returns an `artifact_id` plus compact schema hints when responses are large or paginated.<p>Instead of reasoning over full JSON in the prompt, the model runs a small Python query:<p><pre><code> def run(data, schema, params): return max(data, key=lambda x: x[&quot;magnitude&quot;])[&quot;place&quot;] </code></pre> Query code runs in a constrained subprocess (AST&#x2F;import guards + timeout&#x2F;memory caps). Only the computed result is returned to the model.<p>Benchmark (Claude Sonnet 4.6, 103 questions across 12 datasets):<p>- Baseline (raw JSON in prompt): 34&#x2F;103 (33%), 10.7M input tokens<p>- Sift (artifact + code query): 102&#x2F;103 (99%), 489K input tokens<p>Open benchmark + MIT code: <a href="https:&#x2F;&#x2F;github.com&#x2F;lourencomaciel&#x2F;sift-gateway" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lourencomaciel&#x2F;sift-gateway</a><p>Install:<p><pre><code> pipx install sift-gateway sift-gateway init --from claude </code></pre> Works with Claude Code, Cursor, Windsurf, Zed, and VS Code. Existing MCP servers and tools require no changes.

Found: March 05, 2026 ID: 3624

Migrating from Heroku to Magic Containers

Found: March 05, 2026 ID: 3657

Relax NG is a schema language for XML (2014)

Found: March 05, 2026 ID: 3615

KeygraphHQ/shannon

GitHub Trending

Shannon Lite is a fully autonomous AI pentester for web apps and APIs. 96.15% (100/104 exploits) on a hint-free, source-aware variant of the XBOW benchmark.

Found: March 05, 2026 ID: 3606

Show HN: Poppy – A simple app to stay intentional with relationships I built Poppy as a side project to help people keep in touch more intentionally. Would love feedback on onboarding, reminders, and overall UX. Happy to answer questions.

Found: March 05, 2026 ID: 3614

Regulator contacts Meta over workers watching intimate AI glasses videos

Found: March 05, 2026 ID: 3608

Google Workspace CLI

Hacker News (score: 227)

Google Workspace CLI

Found: March 05, 2026 ID: 3607

Package managers need to cool down

Hacker News (score: 30)

[Other] Package managers need to cool down

Found: March 05, 2026 ID: 3666

Show HN: Potatoverse, home for your vibecoded apps DEMO: <a href="https:&#x2F;&#x2F;tubersalltheway.top&#x2F;zz&#x2F;pages&#x2F;auth&#x2F;login" rel="nofollow">https:&#x2F;&#x2F;tubersalltheway.top&#x2F;zz&#x2F;pages&#x2F;auth&#x2F;login</a>

Found: March 04, 2026 ID: 3599

NRC Issues First Commercial Reactor Construction Approval in 10 Years [pdf]

Found: March 04, 2026 ID: 3595

BMW Group to deploy humanoid robots in production in Germany for the first time

Found: March 04, 2026 ID: 3594

Compiling Match Statements to Bytecode

Found: March 04, 2026 ID: 3658

Show HN: Qlog – grep for logs, but 100x faster I built qlog because I got tired of waiting for grep to search through gigabytes of logs.<p>qlog uses an inverted index (like search engines) to search millions of log lines in milliseconds. It&#x27;s 10-100x faster than grep and way simpler than setting up Elasticsearch.<p>Features: - Lightning fast indexing (1M+ lines&#x2F;sec using mmap) - Sub-millisecond searches on indexed data - Beautiful terminal output with context lines - Auto-detects JSON, syslog, nginx, apache formats - Zero configuration - Works offline - Pure Python<p>Example: qlog index &#x27;.&#x2F;logs&#x2F;*&#x2F;*.log&#x27; qlog search &quot;error&quot; --context 3<p>I&#x27;ve tested it on 10GB of logs and it&#x27;s consistently 3750x faster than grep. The index is stored locally so repeated searches are instant.<p>Demo: Run `bash examples&#x2F;demo.sh` to see it in action.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;Cosm00&#x2F;qlog" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Cosm00&#x2F;qlog</a><p>Perfect for developers&#x2F;DevOps folks who search logs daily.<p>Happy to answer questions!

Found: March 04, 2026 ID: 3600

Building a new Flash

Hacker News (score: 199)

Building a new Flash

Found: March 04, 2026 ID: 3593

Making Firefox's right-click not suck with about:config

Found: March 04, 2026 ID: 3586

The Iran War's Most Precious Commodity Isn't Oil, It's Desalinated Water

Found: March 04, 2026 ID: 3592

Factory Logic

Hacker News (score: 16)

Factory Logic

Found: March 04, 2026 ID: 3597

[Other] macOS code injection for fun and no profit (2024)

Found: March 04, 2026 ID: 3667
Previous Page 133 of 314 Next