The best Hacker News stories from Show from the past day

Go back

Latest posts:

Show HN: Number Gacha, a gacha game distilled to its essence

Number Gacha is a half-parody, half-real gacha game where you roll, unwrap, and battle numbers. Play on Desktop for the best experience!

Show HN: Number Gacha, a gacha game distilled to its essence

Number Gacha is a half-parody, half-real gacha game where you roll, unwrap, and battle numbers. Play on Desktop for the best experience!

Show HN: Gaussian Splat of a Strawberry

The Setup:<p><a href="https://i.imgur.com/o0hgybh.jpeg" rel="nofollow">https://i.imgur.com/o0hgybh.jpeg</a><p><a href="https://i.imgur.com/mcNiomp.jpeg" rel="nofollow">https://i.imgur.com/mcNiomp.jpeg</a><p><a href="https://i.imgur.com/vIjw6pc.jpeg" rel="nofollow">https://i.imgur.com/vIjw6pc.jpeg</a><p><a href="https://i.imgur.com/nzOwmSC.jpeg" rel="nofollow">https://i.imgur.com/nzOwmSC.jpeg</a>

Show HN: Gaussian Splat of a Strawberry

The Setup:<p><a href="https://i.imgur.com/o0hgybh.jpeg" rel="nofollow">https://i.imgur.com/o0hgybh.jpeg</a><p><a href="https://i.imgur.com/mcNiomp.jpeg" rel="nofollow">https://i.imgur.com/mcNiomp.jpeg</a><p><a href="https://i.imgur.com/vIjw6pc.jpeg" rel="nofollow">https://i.imgur.com/vIjw6pc.jpeg</a><p><a href="https://i.imgur.com/nzOwmSC.jpeg" rel="nofollow">https://i.imgur.com/nzOwmSC.jpeg</a>

Show HN: Gaussian Splat of a Strawberry

The Setup:<p><a href="https://i.imgur.com/o0hgybh.jpeg" rel="nofollow">https://i.imgur.com/o0hgybh.jpeg</a><p><a href="https://i.imgur.com/mcNiomp.jpeg" rel="nofollow">https://i.imgur.com/mcNiomp.jpeg</a><p><a href="https://i.imgur.com/vIjw6pc.jpeg" rel="nofollow">https://i.imgur.com/vIjw6pc.jpeg</a><p><a href="https://i.imgur.com/nzOwmSC.jpeg" rel="nofollow">https://i.imgur.com/nzOwmSC.jpeg</a>

Show HN: We missed Winamp, so we built an audio player for macOS

Show HN: We missed Winamp, so we built an audio player for macOS

Show HN: Auto-identity-remove – Automated data broker opt-out runner for macOS

Show HN: Auto-identity-remove – Automated data broker opt-out runner for macOS

Show HN: Files.md – Open-source alternative to Obsidian

Show HN: Files.md – Open-source alternative to Obsidian

Show HN: Files.md – Open-source alternative to Obsidian

Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep

Hey HN! We (Stephan and Thomas) recently open-sourced Semble. We kept running into the same problem while using Claude Code on large codebases: when the agent can't find something directly, it falls back to grep, reading full files or launching subagents. This uses a lot of tokens, and often still misses the relevant code. There are existing tools for this, but they were either too slow to index on demand, needed API keys, or had poor retrieval quality.<p>Semble is our solution for this. It combines static Model2Vec embeddings (using our latest static model: potion-code-16M) with BM25, fused via RRF and reranked with code-aware signals. Everything runs on CPU since there's no transformers involved. On our benchmark of ~1250 query/document pairs across 63 repos and 19 languages, it uses 98% fewer tokens than grep+read and reaches 99% of the retrieval quality of a 137M-parameter code-trained transformer, while being ~200x faster.<p>Main features:<p>- Token-efficient: 98% fewer tokens than grep+read<p>- Fast: ~250ms to index a typical repo on our benchmark, ~1.5ms per query on CPU (very large repos may take longer)<p>- Accurate: 0.854 NDCG@10, 99% of the best transformer setup we tested<p>- MCP server: drop-in for Claude Code, Cursor, Codex, OpenCode<p>- Zero config: no API keys, no GPU, no external services<p>Install in Claude Code with: claude mcp add semble -s user -- uvx --from "semble[mcp]" semble<p>Or check our README for other installation instructions, benchmarks, and methodology:<p>Semble: <a href="https://github.com/MinishLab/semble" rel="nofollow">https://github.com/MinishLab/semble</a><p>Benchmarks: <a href="https://github.com/MinishLab/semble/tree/main/benchmarks" rel="nofollow">https://github.com/MinishLab/semble/tree/main/benchmarks</a><p>Model: <a href="https://huggingface.co/minishlab/potion-code-16M" rel="nofollow">https://huggingface.co/minishlab/potion-code-16M</a><p>Let us know if you have any feedback or questions!

Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep

Hey HN! We (Stephan and Thomas) recently open-sourced Semble. We kept running into the same problem while using Claude Code on large codebases: when the agent can't find something directly, it falls back to grep, reading full files or launching subagents. This uses a lot of tokens, and often still misses the relevant code. There are existing tools for this, but they were either too slow to index on demand, needed API keys, or had poor retrieval quality.<p>Semble is our solution for this. It combines static Model2Vec embeddings (using our latest static model: potion-code-16M) with BM25, fused via RRF and reranked with code-aware signals. Everything runs on CPU since there's no transformers involved. On our benchmark of ~1250 query/document pairs across 63 repos and 19 languages, it uses 98% fewer tokens than grep+read and reaches 99% of the retrieval quality of a 137M-parameter code-trained transformer, while being ~200x faster.<p>Main features:<p>- Token-efficient: 98% fewer tokens than grep+read<p>- Fast: ~250ms to index a typical repo on our benchmark, ~1.5ms per query on CPU (very large repos may take longer)<p>- Accurate: 0.854 NDCG@10, 99% of the best transformer setup we tested<p>- MCP server: drop-in for Claude Code, Cursor, Codex, OpenCode<p>- Zero config: no API keys, no GPU, no external services<p>Install in Claude Code with: claude mcp add semble -s user -- uvx --from "semble[mcp]" semble<p>Or check our README for other installation instructions, benchmarks, and methodology:<p>Semble: <a href="https://github.com/MinishLab/semble" rel="nofollow">https://github.com/MinishLab/semble</a><p>Benchmarks: <a href="https://github.com/MinishLab/semble/tree/main/benchmarks" rel="nofollow">https://github.com/MinishLab/semble/tree/main/benchmarks</a><p>Model: <a href="https://huggingface.co/minishlab/potion-code-16M" rel="nofollow">https://huggingface.co/minishlab/potion-code-16M</a><p>Let us know if you have any feedback or questions!

Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep

Hey HN! We (Stephan and Thomas) recently open-sourced Semble. We kept running into the same problem while using Claude Code on large codebases: when the agent can't find something directly, it falls back to grep, reading full files or launching subagents. This uses a lot of tokens, and often still misses the relevant code. There are existing tools for this, but they were either too slow to index on demand, needed API keys, or had poor retrieval quality.<p>Semble is our solution for this. It combines static Model2Vec embeddings (using our latest static model: potion-code-16M) with BM25, fused via RRF and reranked with code-aware signals. Everything runs on CPU since there's no transformers involved. On our benchmark of ~1250 query/document pairs across 63 repos and 19 languages, it uses 98% fewer tokens than grep+read and reaches 99% of the retrieval quality of a 137M-parameter code-trained transformer, while being ~200x faster.<p>Main features:<p>- Token-efficient: 98% fewer tokens than grep+read<p>- Fast: ~250ms to index a typical repo on our benchmark, ~1.5ms per query on CPU (very large repos may take longer)<p>- Accurate: 0.854 NDCG@10, 99% of the best transformer setup we tested<p>- MCP server: drop-in for Claude Code, Cursor, Codex, OpenCode<p>- Zero config: no API keys, no GPU, no external services<p>Install in Claude Code with: claude mcp add semble -s user -- uvx --from "semble[mcp]" semble<p>Or check our README for other installation instructions, benchmarks, and methodology:<p>Semble: <a href="https://github.com/MinishLab/semble" rel="nofollow">https://github.com/MinishLab/semble</a><p>Benchmarks: <a href="https://github.com/MinishLab/semble/tree/main/benchmarks" rel="nofollow">https://github.com/MinishLab/semble/tree/main/benchmarks</a><p>Model: <a href="https://huggingface.co/minishlab/potion-code-16M" rel="nofollow">https://huggingface.co/minishlab/potion-code-16M</a><p>Let us know if you have any feedback or questions!

Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands

Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands

Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol

Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol

Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol

< 1 2 3 4 ... 983 984 985 >