🛠️ Hacker News Tools
Showing 1741–1760 of 4374 tools from Hacker News
Last Updated
July 26, 2026 at 08:27 PM
Show HN: My Private GitHub on Postgres
Hacker News (score: 26)[Other] Show HN: My Private GitHub on Postgres
Show HN: GhostBox – Borrow a disposable little machine from the Global Free Tier
Hacker News (score: 103)[CLI Tool] Show HN: GhostBox – Borrow a disposable little machine from the Global Free Tier I built this because I was always creating machines on GH actions to test builds on different OS, and I wanted a tight CLI that could do it. I always saw Actions as this great resources and ephemeral machines you could do dev work in just were a natural way for me to work, so this grew out of that workflow.<p>I didn't expect it to blow up, so it wasn't 100% finished when I posted it. But it should stabilize pretty quickly.<p>Happy to know what you think and talk about it.
Running Adobe's 1991 PostScript Interpreter in the Browser
Hacker News (score: 106)[Other] Running Adobe's 1991 PostScript Interpreter in the Browser
Show HN: Loopsy, a way for terminals and AI agents on different machines to talk
Hacker News (score: 35)[Other] Show HN: Loopsy, a way for terminals and AI agents on different machines to talk I've always had the urge to have my two macbooks communicate. Having one idle while working on the other felt like underutilization of resources. So I built Loopsy. Initially the goal was to do file transfer via local network, and then came running commands. I then tried running coding agents from one machine to the other, and it worked.<p>Later I figured there should be a better way to continue my claude sessions remotely on my phone from the gym. So I did a cloudflare worker that connects to my local machine. I just need to ensure the laptop is plugged in.<p>I know I might be reinventing the wheel, but I love that it just works. Still working on E2E encryption. iOS app still in review.<p>Lemme know your thoughts.
A beginner's guide to Sourcehut (2025)
Hacker News (score: 23)[Other] A beginner's guide to Sourcehut (2025)
Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables
Hacker News (score: 270)[Other] Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables USB-C cables can be a mess. One cable charges at 5W, another does 100W and Thunderbolt 4, and they look identical in the drawer.<p>WhatCable sits in your menu bar and reads the cable data your Mac already has access to. Plug in a cable and it tells you in plain English what it can actually do: charging wattage, data speed, display support, Thunderbolt, etc.<p>Built in Swift/SwiftUI. Open source, free, no tracking.<p>GitHub: <a href="https://github.com/darrylmorley/whatcable" rel="nofollow">https://github.com/darrylmorley/whatcable</a>
Our agent found a bug with WireGuard in Google Kubernetes Engine
Hacker News (score: 21)[Other] Our agent found a bug with WireGuard in Google Kubernetes Engine
Show HN: Git repositories hosted directly on Freenet
Show HN (score: 5)[Other] Show HN: Git repositories hosted directly on Freenet Freenet's philosophy is "decentralize everything" and one of the things I've long wanted to apply that to is Git. The original Git concept was decentralized but for practical reasons most people use centralized hosting services like GitHub.<p>For anyone unfamiliar, Freenet[1] is a general purpose platform for building decentralized systems.<p>So I implemented a working prototype which already hosts the freenet-core repo, integrating as a git remote helper. It's still early so I'd greatly appreciate any feedback and will iterate quickly if there is interest.<p>[1] <a href="https://freenet.org/" rel="nofollow">https://freenet.org/</a>
Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell
Hacker News (score: 58)[CLI Tool] Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell I originally was just messing with pi-autoresearch. Gave it a sample task to build the most portable coding agent.<p>First cut was 6 KB of shell. Great for one-shots, unusable interactively. I was shocked it actually worked.<p>Started building up -- adding features — but with a self-imposed rule: no new dependencies, and sub 500 LOC. This thing had to be truly portable. Just sh, curl, awk. System primitives only.<p>Which means I did some genuinely disgusting things in awk, including JSON parsing and the OpenAI Responses tool loop with reasoning items carried across turns.<p>It's now ~400 lines. In the box: Anthropic + OpenAI, 7 tools (bash, read, write, edit, grep, find, ls), REPL, auto-compaction, checkpoint/resume, pipe mode, 90 no-API tests. Not in the box: TUI, streaming, images, OAuth, Windows, dignity.<p>Two honest things:<p>1. I stole/modified the system prompt and the architecture. Pi/Claude/Codex wrote the awk. I cannot read most of this code. This wasn't possible for me a year ago.<p>2. Heavily inspired by Pi (pi.dev) — same 7-tool surface, same exact-text edit model. Credit where it's due. Pi is awesome -- you should probably use them.<p>The agent loop itself is tiny. Almost everything else in a "real" agent CLI is DX and hardening. You can probably build your own harness exactly how you like it. Mario Zechner's AI Engineer talk on taking back control of your tools nudged me here.<p>The name is because it's a .sh file. The other thing it sounds like is, regrettably, also accurate.
Utilyze measures how efficiently your GPU is doing useful work
Hacker News (score: 33)[Other] Utilyze measures how efficiently your GPU is doing useful work
Haskell: Debugging
Hacker News (score: 15)[Other] Haskell: Debugging
Kubereboot/Kured: Kubernetes Reboot Daemon
Hacker News (score: 15)[Other] Kubereboot/Kured: Kubernetes Reboot Daemon
Durable queues, streams, pub/sub, and a cron scheduler – inside your SQLite file
Hacker News (score: 116)[Other] Durable queues, streams, pub/sub, and a cron scheduler – inside your SQLite file
Claude Code refuses requests or charges extra if your commits mention "OpenClaw"
Hacker News (score: 1120)[Other] Claude Code refuses requests or charges extra if your commits mention "OpenClaw" <a href="https://xcancel.com/theo/status/2049645973350363168" rel="nofollow">https://xcancel.com/theo/status/2049645973350363168</a>
PostgreSQL 19 features I'm excited about
Hacker News (score: 13)[Other] PostgreSQL 19 features I'm excited about
If I could make my own GitHub
Hacker News (score: 120)[Other] If I could make my own GitHub
Should I Run Plain Docker Compose in Production in 2026?
Hacker News (score: 80)[Other] Should I Run Plain Docker Compose in Production in 2026?
Granite 4.1: IBM's 8B Model Matching 32B MoE
Hacker News (score: 295)[Other] Granite 4.1: IBM's 8B Model Matching 32B MoE <a href="https://research.ibm.com/blog/granite-4-1-ai-foundation-models" rel="nofollow">https://research.ibm.com/blog/granite-4-1-ai-foundation-mode...</a>
Mozilla's Opposition to Chrome's Prompt API
Hacker News (score: 168)[Other] Mozilla's Opposition to Chrome's Prompt API
Mozilla's opposition to Chrome's Prompt API
Hacker News (score: 613)[Other] Mozilla's opposition to Chrome's Prompt API