🛠️ Hacker News Tools

Showing 101–120 of 1882 tools from Hacker News

Last Updated
March 05, 2026 at 04:11 AM

[Other] Show HN: Rust-powered document chunker for RAG – 40x faster, O(1) memory I built a document chunking library for RAG pipelines with a Rust core and Python bindings.<p>The problem: LangChain&#x27;s chunker is pure Python and becomes a bottleneck at scale — slow and memory-hungry on large document sets.<p>What Krira Chunker does differently: - Rust-native processing — 40x faster than LangChain&#x27;s implementation - O(1) space complexity — memory stays flat regardless of document size - Drop-in Python API — works with any existing RAG pipeline - Production-ready — 17 versions shipped, 315+ installs<p>pip install krira-augment<p>Would love brutal feedback from anyone building RAG systems — what chunking problems are you running into that this doesn&#x27;t solve yet?

Found: February 28, 2026 ID: 3474

Show HN: Decided to play god this morning, so I built an agent civilisation at a pub in london, 2 weeks ago - I asked myself, if you spawned agents into a world with blank neural networks and zero knowledge of human existence — no language, no economy, no social templates — what would they evolve on their own?<p>would they develop language? would they reproduce? would they evolve as energy dependent systems? what would they even talk about?<p>so i decided to make myself a god, and built WERLD - an open-ended artificial life sim, where the agent&#x27;s evolve their own neural architecture.<p>Werld drops 30 agents onto a graph with NEAT neural networks that evolve their own topology, 64 sensory channels, continuous motor effectors, and 29 heritable genome traits. communication bandwidth, memory decay, aggression vs cooperation — all evolvable. No hardcoded behaviours, no reward functions. - they could evolve in any direction.<p>Pure Python, stdlib only — brains evolve through survival and reproduction, not backprop. There&#x27;s a Next.js dashboard (&quot;Werld Observatory&quot;) that gives you a live-view: population dynamics, brain complexity, species trajectories, a narrative story generator, live world map.<p>thought this would be more fun as an open-source project!<p>can&#x27;t wait to see where this could evolve - i&#x27;ll be in the comments and on the repo.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;nocodemf&#x2F;werld" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nocodemf&#x2F;werld</a>

Found: February 28, 2026 ID: 3497

OpenAI fires an employee for prediction market insider trading

Found: February 28, 2026 ID: 3491

[Other] Show HN: Now I Get It – Translate scientific papers into interactive webpages Understanding scientific articles can be tough, even in your own field. Trying to comprehend articles from others? Good luck.<p>Enter, Now I Get It!<p>I made this app for curious people. Simply upload an article and after a few minutes you&#x27;ll have an interactive web page showcasing the highlights. Generated pages are stored in the cloud and can be viewed from a gallery.<p>Now I Get It! uses the best LLMs out there, which means the app will improve as AI improves.<p>Free for now - it&#x27;s capped at 20 articles per day so I don&#x27;t burn cash.<p>A few things I (and maybe you will) find interesting:<p>* This is a pure convenience app. I could just as well use a saved prompt in Claude, but sometimes it&#x27;s nice to have a niche-focused app. It&#x27;s just cognitively easier, IMO.<p>* The app was built for myself and colleagues in various scientific fields. It can take an hour or more to read a detailed paper so this is like an on-ramp.<p>* The app is a place for me to experiment with using LLMs to translate scientific articles into software. The space is pregnant with possibilities.<p>* Everything in the app is the result of agentic engineering, e.g. plans, specs, tasks, execution loops. I swear by Beads (<a href="https:&#x2F;&#x2F;github.com&#x2F;steveyegge&#x2F;beads" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;steveyegge&#x2F;beads</a>) by Yegge and also make heavy use of Beads Viewer (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46314423">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46314423</a>) and Destructive Command Guard (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46835674">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46835674</a>) by Jeffrey Emanuel.<p>* I&#x27;m an AWS fan and have been impressed by Opus&#x27; ability to write good CFN. It still needs a bunch of guidance around distributed architecture but way better than last year.

Found: February 28, 2026 ID: 3478

Show HN: Reclaim Flowers – A 2D physics-based "Digital Altar" protocol

Found: February 28, 2026 ID: 3499

[Other] Show HN: Gitcredits – movie-style end credits for any Git repo in your terminal

Found: February 28, 2026 ID: 3476

[Other] Show HN: SplatHash – A lightweight alternative to BlurHash and ThumbHash Hi HN,<p>I built SplatHash. It&#x27;s a lightweight image placeholder generator I wrote to be a simpler, faster alternative to BlurHash and ThumbHash.<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;junevm&#x2F;splathash" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;junevm&#x2F;splathash</a>

Found: February 28, 2026 ID: 3473

[Other] Stop Burning Your Context Window – How We Cut MCP Output by 98% in Claude Code

Found: February 28, 2026 ID: 3480

Show HN: Visual Lambda Calculus – a thesis project (2008) revived for the web Originally built as my master&#x27;s thesis in 2008, Visual Lambda is a graphical environment where lambda terms are manipulated as draggable 2D structures (&quot;Bubble Notation&quot;), and beta-reduction is smoothly animated.<p>I recently revived and cleaned up the project and published it as an interactive web version: <a href="https:&#x2F;&#x2F;bntre.github.io&#x2F;visual-lambda&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bntre.github.io&#x2F;visual-lambda&#x2F;</a><p>GitHub repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;bntre&#x2F;visual-lambda" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bntre&#x2F;visual-lambda</a><p>It also includes a small &quot;Lambda Puzzles&quot; challenge, where you try to extract a hidden free variable (a golden coin) by constructing the right term: <a href="https:&#x2F;&#x2F;github.com&#x2F;bntre&#x2F;visual-lambda#puzzles" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bntre&#x2F;visual-lambda#puzzles</a>

Found: February 28, 2026 ID: 3550

Cash issuing terminals

Hacker News (score: 103)

Cash issuing terminals

Found: February 28, 2026 ID: 3494

Disable Your SSH access accidentally with scp

Found: February 28, 2026 ID: 3568

Build your own Command Line with ANSI escape codes (2016)

Found: February 28, 2026 ID: 3548

OpenAI agrees with Dept. of War to deploy models in their classified network <a href="https:&#x2F;&#x2F;xcancel.com&#x2F;sama&#x2F;status&#x2F;2027578652477821175" rel="nofollow">https:&#x2F;&#x2F;xcancel.com&#x2F;sama&#x2F;status&#x2F;2027578652477821175</a><p><a href="https:&#x2F;&#x2F;fortune.com&#x2F;2026&#x2F;02&#x2F;27&#x2F;openai-in-talks-with-pentagon-after-anthropic-blowup&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fortune.com&#x2F;2026&#x2F;02&#x2F;27&#x2F;openai-in-talks-with-pentagon...</a>

Found: February 28, 2026 ID: 3490

[Other] Bootc and OSTree: Modernizing Linux System Deployment

Found: February 28, 2026 ID: 3475

We Will Not Be Divided

Hacker News (score: 2525)

We Will Not Be Divided

Found: February 28, 2026 ID: 3493

[Other] Show HN: OpenTimelineEngine – Shared local memory for Claude Code and codex

Found: February 28, 2026 ID: 3471

Robust and efficient quantum-safe HTTPS

Found: February 27, 2026 ID: 3507

Enable CORS for Your Blog

Hacker News (score: 19)

Enable CORS for Your Blog

Found: February 27, 2026 ID: 3529

747s and Coding Agents

Hacker News (score: 114)

747s and Coding Agents

Found: February 27, 2026 ID: 3488

[CLI Tool] Show HN: Claude-File-Recovery, recover files from your ~/.claude sessions Claude Code deleted my research and plan markdown files and informed me: “I accidentally rm -rf&#x27;d real directories in my Obsidian vault through a symlink it didn&#x27;t realize was there: I made a mistake. “<p>Unfortunately the backup of my documentation accidentally hadn’t run for a month. So I built claude-file-recovery, a CLI-tool and TUI that is able to extract your files from your ~&#x2F;.claude session history and thankfully I was able to recover my files. It&#x27;s able to extract any file that Claude Code ever read, edited or wrote. I hope you will never need it, but you can find it on my GitHub and pip. Note: It can recover an earlier version of a file at a certain point in time.<p>pip install claude-file-recovery

Found: February 27, 2026 ID: 3467
Previous Page 6 of 95 Next