πŸ› οΈ Hacker News Tools

Showing 2021–2040 of 2577 tools from Hacker News

Last Updated
April 28, 2026 at 04:00 AM

[Other] Source code for the X recommendation algorithm

Found: September 09, 2025 ID: 1295

A new experimental Go API for JSON

Hacker News (score: 115)

[Other] A new experimental Go API for JSON

Found: September 09, 2025 ID: 1288

[Other] Show HN: Run any GUI app in the terminal with term.everything

Found: September 09, 2025 ID: 1284

[Other] Show HN: Tablemd – canvas-based Markdown table editor I created a canvas-based Markdown table editor, which provides a novel (I think) editing experience. I&#x27;d love for people to try it out, or bookmark it for the next time they want to insert a one-off table into a Markdown-formatted comment. My design goals were 1) frictionless user input and 2) fast startup time.<p>Some good-to-knows:<p>- Can be used on mobile<p>- Table data is saved locally to the browser (nothing is sent to a server)<p>- I only tested this on a MacBook, so let me know if the trackpad calibration feels off

Found: September 09, 2025 ID: 1279

[CLI Tool] Show HN: Attempt – A CLI for retrying fallible commands Hi HN,<p>Here&#x27;s a tool I wrote for retrying fallible commands. Nothing groundbreaking here, this is a tool that&#x27;s been made many times (and several have been submitted to Show HN). Though this one does have a more comprehensive feature set than most. I hope one or two people will find it useful.<p>I wrote `attempt` for two reasons:<p>- To have a more featureful alternative to `wait-for-it.sh` for use in Docker Compose. Specifically to apply migration scripts to a database that may not be up yet. I wanted to be able to inspect the error messages from my migration tool &amp; retry on connection errors.<p>- To test a hypothesis I had that a good way to make a CLI was to copy the API of a good library (in this case, `tenacity`). I want to write a blog post at some point to discuss this at length, but the tl;dr is that I believe it was a success.<p>Here are some usage examples: <a href="https:&#x2F;&#x2F;maxbondabe.github.io&#x2F;attempt&#x2F;usage.html" rel="nofollow">https:&#x2F;&#x2F;maxbondabe.github.io&#x2F;attempt&#x2F;usage.html</a><p>There may not be much to discuss for such a small tool, but I am open to all feedback and am happy to answer any questions.<p>Cheers,<p>Max

Found: September 09, 2025 ID: 1271

[Other] Using Emacs Org-Mode With Databases: A getting-started guide

Found: September 08, 2025 ID: 1351

[Other] Show HN: I made a simple ASCII-art analog clock in Emacs Just a toy, showing how easy it is to leverage built-in Emacs features (most notably Artist mode, which provides a set of functions for creating ASCII-art vector graphics) and things like trigonometric functions and timers to create something nice.<p>A short blog post mentioning some background (and showing a screenshot): <a href="https:&#x2F;&#x2F;mbork.pl&#x2F;2025-09-08_Emacs_Artist_clock#" rel="nofollow">https:&#x2F;&#x2F;mbork.pl&#x2F;2025-09-08_Emacs_Artist_clock#</a>.

Found: September 08, 2025 ID: 1264

[Other] NPM debug and chalk packages compromised <a href="https:&#x2F;&#x2F;github.com&#x2F;advisories&#x2F;GHSA-8mgj-vmr8-frr6" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;advisories&#x2F;GHSA-8mgj-vmr8-frr6</a>

Found: September 08, 2025 ID: 1267

[Other] Show HN: DevSwarm, run multiple AI coding assistants in parallel We wanted to run multiple AI coding assistants in parallel and swap models easily (Claude Code, local, Codex, etc.) without messing with the current branch.<p>DevSwarm is a mac&#x2F;windows desktop app that runs assistants on separate git branches so you can stay in the loop and compare&#x2F;merge safely. Not an IDE, an Augmented Development Environment (ADE); open any branch in your IDE with a click. We’ve been dogfooding it for months, including DevSwarm. Try it in minutes: download, open a repo, start two assistants. Free beta.

Found: September 08, 2025 ID: 1265

[Other] Logging in Go with Slog: A Practitioner's Guide

Found: September 08, 2025 ID: 1352

[Other] Go for Bash Programmers – Part II: CLI Tools

Found: September 08, 2025 ID: 1290

[Other] A clickable visual guide to the Rust type system

Found: September 08, 2025 ID: 1268

[Other] ApeRAG: Production-ready GraphRAG with multi-modal indexing and K8s deployment

Found: September 08, 2025 ID: 1336

[Other] Immich – High performance self-hosted photo and video management solution

Found: September 08, 2025 ID: 1262

[Other] Show HN: C++ Compiler Support Page Hi HN,<p>I have created a webpage that displays all C++ features since C++20 in a simple, searchable table.<p>It is intended to serve as a quick reference for C++ developers, whether as support for cross-platform development or simply to track the current support status out of curiosity.<p>I created it as a simpler, more structured, and more up-to-date alternative to the cppreference compiler support site. Please note that the page intentionally does not list LWG and CWG papers. This might change as I am continually updating the site and trying out new ideas.<p>Questions, feedback and suggestions are appreciated, either here or in the form of GitHub issues.

Found: September 08, 2025 ID: 1272

[Other] Using Claude Code to modernize a 25-year-old kernel driver

Found: September 07, 2025 ID: 1254

[Other] Taking Buildkite from a side project to a global company

Found: September 07, 2025 ID: 1255

[Other] Pico CSS – Minimal CSS Framework for Semantic HTML

Found: September 07, 2025 ID: 1251

[CLI Tool] Show HN: Psq – CLI for Postgres Monitoring

Found: September 07, 2025 ID: 1261

[CLI Tool] Show HN: GitType – A typing game that uses your own Git repo as practice text I built a small Rust CLI game called GitType.<p>It’s a typing practice tool that takes <i>your own Git repository</i> and turns the code inside into typing material. Instead of random words, you type through real functions, comments, and code you’ve written β€” making practice feel closer to real-world programming.<p>Features: - Works directly in the terminal (no GUI required) - Pulls text from any local Git repo - Tracks WPM and accuracy - Keeps a history of your past runs (so you can see progress over time) - Fun ranking titles based on your score<p>Source and install instructions: <a href="https:&#x2F;&#x2F;github.com&#x2F;unhappychoice&#x2F;gittype" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;unhappychoice&#x2F;gittype</a><p>Would love feedback from fellow devs β€” especially around the scoring system and ideas for new modes. :)

Found: September 07, 2025 ID: 1248
Previous Page 102 of 129 Next