πŸ› οΈ Hacker News Tools

Showing 1181–1200 of 4296 tools from Hacker News

Last Updated
July 23, 2026 at 08:37 PM

Sem: New primitive for code understanding – not LSPs, but entities on top of Git

Found: June 06, 2026 ID: 4939

Ntsc-rs – open-source video emulation of analog TV and VHS artifacts

Found: June 06, 2026 ID: 4931

The beauty and simplicity of the good old C-style void* in C++

Found: June 06, 2026 ID: 5019

Show HN: Resonate – Low-latency, high-resolution spectral analysis Last April I shared about my Resonate project here (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43694157">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43694157</a>)<p>A lot has happened since: the work I presented in much more detail at last June&#x27;s International Computer Music Conference (ICMC) got best paper award. I also gave a talk at the Audio Developer Conference in Bristol last November, the video is on YouTube).<p>This year&#x27;s work, which I recently presented at this year&#x27;s ICMC, starts with known techniques from the phase vocoder literature to build self-tuning filter banks that extract very efficiently the frequency components that are actually present in the input signal. Overview on the project website, more details in the papers, including applications to super-resolution spectrograms and re-synthesis experiments.<p>As many people have pointed out, none of the techniques I have used are new (some of them even have different names across different fields), but I haven&#x27;t seen them applied together in this way, and to me the results are incredibly satisfying and sometimes look magical. See for example this demo: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;LasdoIJJkw8" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;LasdoIJJkw8</a><p>Of course the best way to experience in person is through the free demo app: <a href="https:&#x2F;&#x2F;alexandrefrancois.org&#x2F;Oscillators" rel="nofollow">https:&#x2F;&#x2F;alexandrefrancois.org&#x2F;Oscillators</a><p>Looking forward to feedback from the community!

Found: June 06, 2026 ID: 5035

Show HN: Ccgs – Collaborative Claude Code sessions, stored in Git branches My team uses Claude Code daily, and the sessions have become some of the most useful artifacts we produce. But they&#x27;re trapped in ~&#x2F;.claude&#x2F;projects&#x2F; on whichever laptop they happened on. There&#x27;s no good way to hand a colleague &quot;the session where I untangled the migration&quot; so they can claude --resume it and keep going from where I left off. Enter ccgs: Share Claude Code sessions through an orphan branch (@ccgs&#x2F;&lt;name&gt;) in your existing repo&#x27;s remote<p>- Session files carry the author&#x27;s absolute paths. On pull, ccgs rewrites the working dir back to your path so resume actually works β€” surgically editing only the structural cwd field, not a blind find-and-replace that would happily corrupt the transcript.<p>- Everything goes through git plumbing (hash-object&#x2F;commit-tree&#x2F;update-ref) against a throwaway index. It never touches your working tree, index, or current branch, and it&#x27;s fine with a dirty tree. It will not git checkout something behind your back.<p>To try it without installing: `npx claude-git-sessions`. This also incidentally allows you to move a directory and carry the claude code transcripts with it (just push first, then move the directory, then pull)<p>IMPORTANT CAVEAT: Unless you have a very good security hygiene, your Claude Code sessions are likely full of sensitive information such as environment secrets. Use with caution and avoid using on public repositories. Branches used by ccgs are prefixed by `@ccgs&#x2F;` so you can easily filter them out.<p><i>This project was written by and with Claude Code. This Show HN was not.</i><p>(Reposted with URL fixed)

Found: June 06, 2026 ID: 4936

Running Python code in a sandbox with MicroPython and WASM

Found: June 06, 2026 ID: 4933

120k Lines of Rust: Inside the Nosdesk Backend

Found: June 06, 2026 ID: 5001

Trees to Flows and Back: Unifying Decision Trees and Diffusion Models

Found: June 06, 2026 ID: 4935

Show HN: StructOCR – API for parsing global passports, invoices, and containers Hi HN,<p>I built an AI-powered OCR API designed to extract highly structured JSON data from complex documents like global passports, IDs, receipts, and shipping containers. We recently rolled out our Python and Node.js SDKs.<p>Just wanted to share it with the community.

Found: June 06, 2026 ID: 4948

Life is too short for a slow terminal

Found: June 06, 2026 ID: 4984

Meta Keeps Delaying the Release of Its New AI Model to Developers

Found: June 06, 2026 ID: 4929

Show HN: Sub-Agent MCP: LLM delegation and sub-agent orchestration via MCP

Found: June 06, 2026 ID: 4937

Show HN: My Terminal Waifu

Show HN (score: 5)

Show HN: My Terminal Waifu made this AI generated song using Suno + Wang Video. enjoy :)

Found: June 06, 2026 ID: 4919

The Smart TV in Your LivingRoom Is a Node in the AIScraping Economy

Found: June 06, 2026 ID: 4906

Pre-Modern Armies for Worldbuilders, Part I: Why They Fight

Found: June 06, 2026 ID: 4908

Show HN: ABC Classic 100 Rankings visualised This weekend is the ABC Classic FM countdown, which prompted me to dust off an old un-published data visualisation of rankings from previous years.<p>I&#x27;ve considered adding a search function, but I also kind of like that it requires a bit of exploration in the current form.<p>Some of the code is a bit clunky and I wouldn&#x27;t mind refactoring it. I&#x27;m also not sure about browser compatibility - I&#x27;ve only got access to a couple of devices to test it on.

Found: June 06, 2026 ID: 4917

The intracies of modern camera lens repair (2024)

Found: June 06, 2026 ID: 4907

Show HN: Courtside – TUI for NBA Games Hi HN, I made this after seeing a few similar projects on the front page. NBA API endpoints are public and there’s a pretty robust python package ( <a href="https:&#x2F;&#x2F;github.com&#x2F;swar&#x2F;nba_api" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;swar&#x2F;nba_api</a> ) that I referenced for the endpoint structure to build an sdk in go. used BubbleTea and LipGloss for styling. It was a bit tricky to test the live endpoints but I watched Friday’s Final game with this and it worked pretty well<p>playball - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=45451577">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=45451577</a><p>faceoff - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47826104">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47826104</a>

Found: June 05, 2026 ID: 5002

Show HN: Omni – Local-first multimodal file search on macOS Finally made something I&#x27;ve always wanted, using the model we built.<p>β€’ SOTA omni embedding model, fully local, indexes text, PDF, image, audio, and video β€’ Swift-native app UI + mlx-swift-transformer core. No Python. β€’ Tested on M3 Pro 18G &#x2F; M3 Ultra 512G &#x2F; M4 Pro 48G. All work fine. β€’ HTTP server exposes search to local agents like OpenClaw &amp; Hermes βˆ’ Indexing still feels slow even on the latest M3 Ultra, ranging from 10K tps to 300 tps depending on file type βˆ’ Fans go crazy, high power draw while indexing βˆ’ Search is near-instant. Multimodal relevance is sometimes arguable, but the idea is recall (the agentic LLM takes the results and refines for the final answer), so maybe that&#x27;s fine

Found: June 05, 2026 ID: 4920

Tribute to Jiro Yamada, Automotive Artist (1960-2025) [video]

Found: June 05, 2026 ID: 4928
Previous Page 60 of 215 Next