πŸ› οΈ Hacker News Tools

Showing 61–80 of 1877 tools from Hacker News

Last Updated
March 05, 2026 at 04:11 AM

Show HN: Logira – eBPF runtime auditing for AI agent runs I started using Claude Code (claude --dangerously-skip-permissions) and Codex (codex --yolo) and realized I had no reliable way to know what they actually did. The agent&#x27;s own output tells you a story, but it&#x27;s the agent&#x27;s story.<p>logira records exec, file, and network events at the OS level via eBPF, scoped per run. Events are saved locally in JSONL and SQLite. It ships with default detection rules for credential access, persistence changes, suspicious exec patterns, and more. Observe-only – it never blocks.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;melonattacker&#x2F;logira" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;melonattacker&#x2F;logira</a>

Found: March 01, 2026 ID: 3530

Allegations of insider trading over prediction-market bets tied to Iran conflict

Found: March 01, 2026 ID: 3525

Why does C have the best file API

Hacker News (score: 67)

Why does C have the best file API

Found: March 01, 2026 ID: 3524

Show HN: I built a tool that turns any API into a CLI for agents TLDR; I built a tool that turns any API into a CLI designed for ai agents<p>---<p>Got tired of dealing with bloated context windows from MCP servers and skills that stuff entire API docs into the agent&#x27;s context<p>CLIs fix this, agents run a single command to self-discover everything an API has to offer<p>So, built a tool to generate them for any api. All CLIs are written in Go, fast and lightweight, no dependencies<p>Help text (via the --help flag) is the killer feature: all context for each command&#x2F;endpoint&#x2F;parameter is extracted directly from the user-facing API docs and enhanced with llms. It&#x27;s bundled directly with the CLI and agents fetch only what they need at runtime. No context overhead, no fumbled API calls.<p>Most APIs don&#x27;t have a CLI yet. Can have Opus one-shot simple ones, but building a great one with cross-platform binaries, install scripts, detailed help text, and auto-updates takes time and is frustrating to repeat for every API. Maintaining it the API grows is a headache<p>Give InstantCLI any API docs url and it generates a production-ready CLI in minutes. It includes binaries + install scripts for all platforms, auto-updates as your API changes, docs-enhanced help text designed for agents, and hosting

Found: March 01, 2026 ID: 3526

Inside the M4 Apple Neural Engine, Part 1: Reverse Engineering

Found: March 01, 2026 ID: 3534

I Built a Scheme Compiler with AI in 4 Days

Found: March 01, 2026 ID: 3519

When does MCP make sense vs CLI?

Hacker News (score: 100)

When does MCP make sense vs CLI?

Found: March 01, 2026 ID: 3518

Show HN: MCP Playground – free MCP test servers, inspector, and 10K+ server list MCP Playground is a Postman-style tool for MCP β€” inspect servers, execute tools live, test your client, all from the browser.<p>Four things in one place:<p>1. Free hosted MCP servers β€” four public test servers anyone can point their client at: Echo (connectivity), Auth (Bearer token flow), Error (error handling), Complex (multi-tool schemas).No sign-up, just use the URL.<p>2. Server inspector β€” paste any remote MCP server URL, see all its tools&#x2F;resources&#x2F;prompts, execute them live, inspect the full JSON-RPC log. HTTP, SSE, and WebSocket all supported.<p>3. Registry β€” 10,000+ servers indexed by category. Each links to the repo and can be tested in the inspector directly.<p>4. Recipes + guides β€” 45 articles and step-by-step workflows for real use cases: GitHub PR reviewer, standup bot, database query assistant, Meta ads automation, and more.<p>Everything free, no install, no sign-up.<p>Happy to answer questions on the implementation.

Found: March 01, 2026 ID: 3511

AI Made Writing Code Easier. It Made Being an Engineer Harder

Found: March 01, 2026 ID: 3502

Ape Coding

Hacker News (score: 25)

Ape Coding

Found: March 01, 2026 ID: 3504

Show HN: I'm a teen from Kenya and I built a package manager in Rust for fun

Found: March 01, 2026 ID: 3520

Show HN: I built a browser-based 3D editor since I didn't want to learn Blender process demo - <a href="https:&#x2F;&#x2F;i.redd.it&#x2F;fbhlwsq1gcmg1.gif" rel="nofollow">https:&#x2F;&#x2F;i.redd.it&#x2F;fbhlwsq1gcmg1.gif</a> render demo - <a href="https:&#x2F;&#x2F;i.redd.it&#x2F;smddwtryhcmg1.gif" rel="nofollow">https:&#x2F;&#x2F;i.redd.it&#x2F;smddwtryhcmg1.gif</a><p>I love making creative software. I spent a few years making pixel art software but recently have gotten into 3d animation and 2d animation and really wanted a way to realize crazy ideas.<p>Blockbench didn&#x27;t feel quite right, spline is super well made but felt catered too much to just idle website animations, and I really didn&#x27;t want to fall down a master class in Blender just to make some silly stuff. While I&#x27;m definitely not discounting Blender&#x27;s literal powerhouse functionality, I wanted something smaller, easier to adopt, and something directly inside the web ecosystem. So that when I want to make assets for silly games I won&#x27;t have to jump through any hoops to make everything match up and render nicely. So, I made Topomaker (tentative name).<p>It&#x27;s sporting your basic 3d modeling, coloring, and animation. It&#x27;s currently supporting exports to mp4&#x27;s and gifs for sharing, and then glb&#x27;s and obj&#x27;s for making games in threejs.<p>I literally just started it a couple weeks ago so there are probably tons of bugs, so maybe not for anything serious, but feel free to play around with it and let me know what you think!

Found: March 01, 2026 ID: 3521

Against Query Based Compilers

Hacker News (score: 39)

Against Query Based Compilers

Found: March 01, 2026 ID: 3553

Show HN: I built a zero-browser, pure-JS typesetting engine for bit-perfect PDFs Hi HN, I&#x27;m a film director by trade, and I prefer writing my stories in plain text rather than using clunky screenplay software. Standard markup like Fountain doesn&#x27;t work for me because I write in mixed languages, so I use Markdown with a custom syntax I invented to resemble standard screenplay structures.<p>This workflow is great until I need to actually generate an industry-standard screenplay PDF. I got tired of manually copying and pasting my text back into the clunky software just to export it, so I decided to write a script to automate the process. That&#x27;s when I hit a wall.<p>I tried using React-pdf and other high-level libraries, but they failed me on two fronts: true multilingual text shaping, and complex contextual pagination. Specifically, the strict screenplay requirement to automatically inject (MORE) at the bottom of a page and (CONT&#x27;D) at the top of the next page when a character&#x27;s dialogue is split across a page break.<p>You can&#x27;t really do that elegantly when the layout engine is a black box. So, I bypassed them and built my own typesetting engine from scratch.<p>VMPrint is a deterministic, zero-browser layout VM written in pure TypeScript. It abandons the DOM entirely. It loads OpenType fonts, runs grapheme-accurate text segmentation (Intl.Segmenter), calculates interval-arithmetic spatial boundaries for text wrapping, and outputs a flat array of absolute coordinates.<p>Some stats:<p>Zero dependencies on Node.js APIs or the DOM (runs in Cloudflare Workers, Lambda, browser).<p>88 KiB core packed.<p>Performance: On a Snapdragon Elite ARM chip, the engine&#x27;s &quot;God Fixture&quot; (8 pages of mixed CJK, Arabic RTL, drop caps, and multi-page spanning tables) completes layout and rendering in ~28ms.<p>The repo also includes draft2final, the CLI tool I built to convert Markdown into publication-grade PDFs (including the screenplay flavor) using this engine.<p>This is my first open-source launch. The manuscript is still waiting, but the engine shipped instead. I’d love to hear your thoughts, answer any questions about the math or the architecture, and see if anyone else finds this useful!<p>--- A note on AI usage: To be fully transparent about how this was built, I engineered the core concept (an all-flat, morphable box-based system inspired by game engines, applied to page layouts), the interval-arithmetic math, the grapheme segmentation, and the layout logic entirely by hand. I did use AI as a coding assistant at the functional level, but the overall software architecture, component structures, and APIs were meticulously designed by me.<p>For a little background: I’ve been a professional systems engineer since 1992. I’ve worked as a senior system architect for several Fortune 500 companies and currently serve as Chief Scientist at a major telecom infrastructure provider. I also created one of the world&#x27;s first real-time video encoding technologies for low-power mobile phones (in the pre-smartphone era). I&#x27;m no stranger to deep tech, and a deterministic layout VM is exactly the kind of strict, math-heavy system that simply cannot be effectively constructed with a few lines of AI prompts.

Found: March 01, 2026 ID: 3537

Ghostty – Terminal Emulator

Hacker News (score: 125)

Ghostty – Terminal Emulator

Found: March 01, 2026 ID: 3503

Show HN: Vertex.js – A 1kloc SPA Framework Vertex is a 1kloc SPA framework containing everything you need from React, Ractive-Load and jQuery while still being jQuery-compatible.<p>vertex.js is a single, self-contained file with no build step and no dependencies.<p>Also exhibits the curious quality of being faster than over a decade of engineering at Facebook in some cases: <a href="https:&#x2F;&#x2F;files.catbox.moe&#x2F;sqei0d.png" rel="nofollow">https:&#x2F;&#x2F;files.catbox.moe&#x2F;sqei0d.png</a>

Found: March 01, 2026 ID: 3508

Show HN: Rust compiler in PHP emitting x86-64 executables

Found: March 01, 2026 ID: 3601

Show HN: Terminal-Style Portfolio on the Internet Posted about this last year, since then learned a lot, changed a lot and can still say it&#x27;s the best Terminal-Style Portfolio Website on The Internet

Found: March 01, 2026 ID: 3512

Show HN: Effective Git

Hacker News (score: 23)

Show HN: Effective Git As many of us shift from being software engineers to software managers, tracking changes the right way is growing more important.<p>It’s time to truly understand and master Git.

Found: March 01, 2026 ID: 3572

Decision trees – the unreasonable power of nested decision rules

Found: March 01, 2026 ID: 3505
Previous Page 4 of 94 Next