🛠️ Hacker News Tools
Showing 741–760 of 4267 tools from Hacker News
Last Updated
July 23, 2026 at 12:30 AM
Show HN: Bowora – A launchpad for build-in-public founders
Show HN (score: 5)Show HN: Bowora – A launchpad for build-in-public founders
Show HN: Ze.sh – a z.sh-derived directory jumper that uses an event clock
Show HN (score: 5)Show HN: Ze.sh – a z.sh-derived directory jumper that uses an event clock z.sh and zoxide (and other frecency-based directory jumpers) couple score decay to wall-clock time. After any extended period of inactivity (e.g. holidays) the first directories visited on return dominate the ranking regardless of prior history, and the tool effectively has to relearn ranking from subsequent navigation.<p>The underlying issue is that wall-clock time during shell inactivity carries no information about directory relevance. ze.sh replaces wall-clock time with an event clock that advances one tick per cd action. Scores decay only while navigation is occurring. Inactive periods leave scores unchanged.<p>ze.sh also replaces the traditional frecency heuristic ([visit count] * recency) with an exponential moving sum over the event series (mathematically closely related to the exponential smoothing used for Unix load averages). This avoids a separate ranking artifact where a long-dormant directory with a large historical visit count jumps to the top on first revisit.<p>The implementation is a single shell file, compatible with bash, zsh, ksh93, and mksh. The database format extends z.sh's format with one additional field, the timestamp field is repurposed to hold the event clock counter.<p>A related project of mine, SD, also uses the event clock and exponential moving sum paradigms but stores the full event history rather than aggregate state. ze.sh explores how far the same ideas can be pushed while remaining close to the original z.sh design.<p>I would be interested in hearing whether others have run into the "inactivity-cliff" behaviour, and whether there are solutions to the problem that I have not considered.
Show HN: KeyGhost – Keyboard app launcher for macOS
Show HN (score: 6)Show HN: KeyGhost – Keyboard app launcher for macOS I got tired of MacOS failing to index applications (it consistently seems to prefer apps installed on my phone instead of the computer) so I've bound them to keys and have started building muscle memory for opening and switching apps. Reduces mental fatigue from constantly cmd + tabbing between apps all day
Show HN: Prismag – Per-block model routing for the terminal and any IDE
Show HN (score: 5)Show HN: Prismag – Per-block model routing for the terminal and any IDE
Optimizing [sqlx:test] rebuild time
Hacker News (score: 13)[Other] Optimizing [sqlx:test] rebuild time
Show HN: Graphical SQL Builder and Debugger
Hacker News (score: 11)[Database] Show HN: Graphical SQL Builder and Debugger
Codex logging bug may write TBs to local SSDs
Hacker News (score: 23)Codex logging bug may write TBs to local SSDs
Show HN: MemoryOps – governed memory infrastructure for AI assistants
Show HN (score: 5)Show HN: MemoryOps – governed memory infrastructure for AI assistants I built a governed memory layer for AI assistants with deletion compaction, vector purge verification, tenant isolation, and audit evidence.
Danish privacy activist Lars Andersen raided by police
Hacker News (score: 198)Danish privacy activist Lars Andersen raided by police <a href="https://xcancel.com/LarsAnders1620/status/2068208864747540516#m" rel="nofollow">https://xcancel.com/LarsAnders1620/status/206820886474754051...</a>
Show HN: Crespo – Tree-sitter AST blueprints instead of raw code for LLMs
Show HN (score: 8)Show HN: Crespo – Tree-sitter AST blueprints instead of raw code for LLMs
The deadly rise of giant trucks and SUVs
Hacker News (score: 158)The deadly rise of giant trucks and SUVs Unlocked: <a href="https://www.nytimes.com/interactive/2026/06/21/us/trucks-suv-pedestrian-crashes.html?unlocked_article_code=1.sVA.4tiZ.20tQubFeyx7R&smid=url-share" rel="nofollow">https://www.nytimes.com/interactive/2026/06/21/us/trucks-suv...</a><p>Related: ttps://www.thedrive.com/news/75-more-pedestrians-have-been-killed-since-2009-giant-trucks-and-suvs-are-why
I Gave an AI a Civilization to Run. It Built a Nuke – Launching CivBench
Hacker News (score: 15)I Gave an AI a Civilization to Run. It Built a Nuke – Launching CivBench
Energy Security, Not Climate Goals, Is Now Driving the Clean Power Boom
Hacker News (score: 10)Energy Security, Not Climate Goals, Is Now Driving the Clean Power Boom
Everything Is Logarithms
Hacker News (score: 73)Everything Is Logarithms
Show HN: Recall – fully-local project memory for Claude Code
Show HN (score: 58)Show HN: Recall – fully-local project memory for Claude Code
There is minimal downside to switching to open models
Hacker News (score: 11)There is minimal downside to switching to open models
Nintendo Wii U games running from a 1980's Bernoulli disk [video]
Hacker News (score: 59)Nintendo Wii U games running from a 1980's Bernoulli disk [video]
Show HN: DebugBrief – turn debugging sessions into reports, no AI
Show HN (score: 6)Show HN: DebugBrief – turn debugging sessions into reports, no AI
Show HN: CleverCrow: give tokens to your favorite projects
Show HN (score: 12)Show HN: CleverCrow: give tokens to your favorite projects Howdy all. I'm Zack :wave:. I've been thinking about the problem of misguided AI pull requests and figured I'd throw a possible solution out there for feedback. Basically, CleverCrow lets supporters give tokens to a GitHub repo (or set of issues in that repo) for the maintainers to use to build/fix stuff. The fun implementation challenges have been around implementing the pooling dynamics and keeping the maintainers in charge while the backers are motivated to support their work.