🛠️ Hacker News Tools

Showing 281–300 of 1466 tools from Hacker News

Last Updated
January 17, 2026 at 08:00 AM

[Other] Mistral Releases Devstral 2 (72.2% SWE-Bench Verified) and Vibe CLI

Found: December 09, 2025 ID: 2618

[API/SDK] Fate: A modern data client for React and tRPC

Found: December 09, 2025 ID: 2620

[Other] Show HN: DataKit, your all in browser data studio is open source now Hey HN! I&#x27;m open-sourcing DataKit today.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;datakitpage&#x2F;datakit" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;datakitpage&#x2F;datakit</a> Live demo: <a href="https:&#x2F;&#x2F;datakit.page" rel="nofollow">https:&#x2F;&#x2F;datakit.page</a><p>DataKit is a browser-based data analysis platform that processes multi-gigabyte files (CSV, Parquet, JSON, Excel) entirely client-side using DuckDB-WASM. Your data never leaves your browser.<p>What it does: • Process large files (tested up to 20GB) without any server • Full SQL interface powered by DuckDB compiled to WebAssembly • Python notebooks via Pyodide for data science workflows • Connect to remote sources (PostgreSQL, MotherDuck, S3) with optional proxy • AI assistant that only sees column schemas, not actual data<p>I was done with having to choose between cloud tools and heavy local installations. I wanted something that just works in a browser tab but has real power.<p>It&#x27;s AGPL licensed with commercial licenses available for enterprises.<p>I&#x27;ve been building this solo as a side project for the past few months. Would love your feedback on: - Performance bottlenecks you encounter - Features you&#x27;d need for your workflows - The architecture decisions (all client-side vs hybrid)

Found: December 08, 2025 ID: 2615

[Database] Show HN: DuckDB for Kafka Stream Processing Hello Everyone! We built SQLFlow as a lightweight stream processing engine.<p>We leverage DuckDB as the stream processing engine, which gives SQLFlow the ability to process 10&#x27;s of thousands of messages a second using ~250MiB of memory!<p>DuckDB also supports a rich ecosystem of sinks and connectors!<p><a href="https:&#x2F;&#x2F;sql-flow.com&#x2F;docs&#x2F;category&#x2F;tutorials&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sql-flow.com&#x2F;docs&#x2F;category&#x2F;tutorials&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;turbolytics&#x2F;sql-flow" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;turbolytics&#x2F;sql-flow</a><p>We were tired of running JVM&#x27;s for simple stream processing, and also of bespoke one off stream processors<p>I would love your feedback, criticisms and&#x2F;or experiences!<p>Thank you

Found: December 08, 2025 ID: 2612

[Other] Show HN: Diesel-guard – Lint Diesel migrations for unsafe PostgreSQL patterns

Found: December 08, 2025 ID: 2613

AMD GPU Debugger

Hacker News (score: 146)

[Other] AMD GPU Debugger

Found: December 08, 2025 ID: 2611

[Database] Show HN: LinkedQL – Live Queries over Postgres, MySQL, MariaDB LinkedQL is a new SQL client that supports live queries over any Postgres, MySQL, and MariaDB database. You get result sets that self-update differentially as rows change in your database – via inserts, updates, deletes. Works with no extra tooling&#x2F;ORM layer or GraphQL servers. You opt into live mode simply with a flag: client.query(&#x27;SELECT ...&#x27;, { live: true }). More at: <a href="https:&#x2F;&#x2F;linked-ql.netlify.app&#x2F;capabilities&#x2F;live-queries" rel="nofollow">https:&#x2F;&#x2F;linked-ql.netlify.app&#x2F;capabilities&#x2F;live-queries</a><p>LinkedQL is written in JavaScript and runs in both client and server environments.<p>GitHub + docs: <a href="https:&#x2F;&#x2F;github.com&#x2F;linked-db&#x2F;linked-ql" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;linked-db&#x2F;linked-ql</a><p>Demo examples included.<p>I’d love feedback: • Anything confusing? • Anything seems useful or dangerous? • Anything else that&#x27;d make you consider LinkedQL for production?<p>Thanks for taking a look — happy to answer any questions.

Found: December 08, 2025 ID: 2658

[Other] Show HN: I wrote a book – Debugging TypeScript Applications (in beta)

Found: December 08, 2025 ID: 2609

[DevOps] Show HN: Dograh – an OSS Vapi alternative to quickly build and test voice agents Hi HN, I have been building voice agents for sometime now. I was earlier automating parts of visa processing, and we needed real-time, multilingual voice calling.<p>I assumed the hard work was just wiring LiveKit&#x2F;Pipecat + STT&#x2F;TTS + an LLM. It wasn’t.<p>Even with solid OSS (Pipecat&#x2F;LiveKit), we still had to do a lot of plumbing- variable extraction, tracing, testing etc and any workflow changes required constant redeploys.<p>We eventually realized we’d spent more time building infrastructure than building the actual agents. Everything felt custom. We hit every possible pain with Pipecat and VAPI style systems.<p>So we built Dograh - a fully open-source voice agent framework that includes all the boring, painful pieces by default.<p>What’s different:<p>- Pipecat-based engine, but forked - custom event model, and concurrency fixes<p>- One-click start template generated by an LLM Agent for a quick get start template for any use case<p>- Drag-and-drop visual agent builder for quick iteration (the thing we wished existed earlier)<p>- Variable extraction layer (name&#x2F;order&#x2F;date&#x2F;etc.) baked into the LLM loop<p>- Built in Telephony integration (Twilio&#x2F; Vonage&#x2F; Vobiz&#x2F; Cloudonix)<p>- Multilingual support end-to-end<p>- Select any LLM TTS STT (add their credits, if any)<p>- AI-to-AI call testing: automatically stress-test an agent before shipping (still a work in progress- so patchy as of now)<p>- Fully Open Source<p>It&#x27;s built and maintained by YC alumni &#x2F; exit founders who got tired of rebuilding the same plumbing.<p>Why we open-sourced it: We kept feeling that the space was drifting toward closed SaaS abstractions (VAPI, Retell). Those are good for demos, but once you need data controls, privacy or self&#x2F;offline deployment, you end up stuck. We wanted a stack where you can see every part, fork it, self-host it, and patch it as needed.<p>Try it:<p>- Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;dograh-hq&#x2F;dograh" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dograh-hq&#x2F;dograh</a><p>This spins up a basic multilingual agent with everything pre-wired.<p>Who this is for:<p>- If you are looking for self hosting a Vapi like platform for Data Privacy etc.<p>- Anyone trying to build production-grade voice agents without reinventing audio plumbing.<p>- If you’ve tried to glue STT→LLM→TTS manually, you probably know the exact pain this is built for<p>Happy to answer technical questions, show the architecture, or hear how we can improve the product.

Found: December 08, 2025 ID: 2673

[Other] GitHub Actions Has a Package Manager, and It Might Be the Worst

Found: December 08, 2025 ID: 2604

[Other] Show HN: Lockenv – Simple encrypted secrets storage for Git Hi!<p>I got tired of setting up tools I can&#x27;t explain to a team in a few words like sops or git-crypt, just to store few files with environment variables or secrets, so I built lockenv as a simple alternative.<p>It&#x27;s basically a password-protected vault file you commit to git. No gpg keys, no cloud, just lockenv init, set a password, and lock&#x2F;unlock the secrets.<p>This tool integrates with OS keyring, so you&#x27;re not typing passwords constantly. Should work on Mac&#x2F;Linux&#x2F;Windows, but I tested it only on linux so far.<p>I am not trying to replace any mature &#x2F; robust solution, just making small tool for simple cases, where I want to stop sharing secrets via slack.<p>Feel free to try, thank you!

Found: December 08, 2025 ID: 2605

[Other] Show HN: Cdecl-dump - represent C declarations visually A small tool that parses C declarations and outputs a simple visual representation at each stage, as it encounters arrays, pointers or functions.<p>The program uses a table-driven lexer and a hand-written, shift-reduce parser. No external dependencies apart from the standard library.

Found: December 08, 2025 ID: 2600

[DevOps] Show HN: Minimal container-like sandbox built from scratch in C Runbox recreates core container features without relying on existing runtimes or external libraries. It uses namespaces, cgroups v2, and seccomp to create an isolated process environment, with a simple shell for interaction. For future gonna work on adding an interface so external applications can be executed inside Runbox, similar to containers.<p>Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;Sahilb315&#x2F;runbox" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Sahilb315&#x2F;runbox</a><p>Happy to hear feedback or suggestions.

Found: December 07, 2025 ID: 2601

OpenTelemetry Distribution Builder

Hacker News (score: 11)

[Other] OpenTelemetry Distribution Builder

Found: December 06, 2025 ID: 2591

[CLI Tool] Show HN: Tascli, a command line based (human) task and record manager `cargo install tascli`<p>Manages your own task and records in the terminal simply with tascli - tiny, fast and simple.

Found: December 06, 2025 ID: 2588

[CLI Tool] Show HN: TapeHead – A CLI tool for stateful random access of file streams I wrote this tool while debugging a driver because I couldn&#x27;t find a tool that allowed me to open a file, seek randomly, and read and write.<p>I thought it might one day be useful to someone too.

Found: December 06, 2025 ID: 2589

[Other] Show HN: I designed my own 3D printer motherboard 3D printing is such a fascinating field of technology, so a couple months ago, I decided to take a deep dive and learn how they actually work!<p>This took me to one of my very first PCB projects, a small, cheap, 3D printer motherboard. While it&#x27;s not the most cutting edge board, I learned a lot and I fully documented my process designing it (<a href="https:&#x2F;&#x2F;github.com&#x2F;KaiPereira&#x2F;Cheetah-MX4-Mini&#x2F;blob&#x2F;master&#x2F;JOURNAL.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;KaiPereira&#x2F;Cheetah-MX4-Mini&#x2F;blob&#x2F;master&#x2F;J...</a>), so other people can learn from my mistakes!<p>It runs off of an STM32H743 MCU, has 4 TMC stepsticks with UART&#x2F;SPI configurations, sensorless&#x2F;endstop homing, thermistor and fan ports, parallel, serial and TFT display connectors, bed and heater outputs and USB-C&#x2F;SD Card printing, all in a small 80x90mm form factor with support for Marlin and Klipper!<p>Because it&#x27;s smaller and cheaper than a typical motherboard, you can use it for smaller&#x2F;more affordable printers, and other people can also reference the journal if they&#x27;re making their own board!<p>If I were to make a V2, I would probably clean up the traces&#x2F;layout of the PCB, pay more attention to trace size, stitching and fills, BOM optimize even further, and add another motor driver or two to the board. I also should&#x27;ve payed a bit more attention to how much current I would be drawing, and also the voltage ratings, because some of the parts are under-rated for the power.<p>I&#x27;m still actively refining it and fixing up some of the mistakes, but I plan on using this board to make a tiny foldup 3D printer I can bring to hackathons and 3D print on the go!<p>The project is fully open source, and journaled, so if you&#x27;d like to check it out it&#x27;s on GitHub (<a href="https:&#x2F;&#x2F;github.com&#x2F;KaiPereira&#x2F;Cheetah-MX4-Mini" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;KaiPereira&#x2F;Cheetah-MX4-Mini</a>)!<p>I absolutely loved making this project and I&#x27;d love to hear what you guys would want to see in a V2!

Found: December 06, 2025 ID: 2685

[Other] Show HN: Trello Clone with Source Code Source code at <a href="https:&#x2F;&#x2F;codebuy.org&#x2F;asset&#x2F;69341f150b7587764a8a76aa" rel="nofollow">https:&#x2F;&#x2F;codebuy.org&#x2F;asset&#x2F;69341f150b7587764a8a76aa</a>

Found: December 06, 2025 ID: 2660

Octo: A Chip8 IDE

Hacker News (score: 38)

[IDE/Editor] Octo: A Chip8 IDE

Found: December 06, 2025 ID: 2644

[Code Quality] Show HN: Sloppylint – A linter for AI-generated Python code AI coding assistants are productive but sloppy. They produce code that looks right but:<p>- Imports packages that don&#x27;t exist - Uses placeholder functions that do nothing - Leaks patterns from JavaScript, Java, Ruby into Python - Leaves behind dead code and duplicates - Uses mutable default arguments<p>I built sloppylint to catch these &quot;AI slop&quot; patterns before they hit production.<p><pre><code> pip install sloppylint sloppylint . </code></pre> It detects 100+ patterns across categories: - Hallucinated imports (20% of AI imports reference non-existent packages) - Placeholder code (`pass`, `...`, `TODO`) - Wrong-language patterns (.push(), .equals(), .forEach()) - Mutable defaults, bare excepts, dead code<p>This isn&#x27;t a replacement for traditional linters - it catches the specific mistakes AI makes that humans wouldn&#x27;t.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;rsionnach&#x2F;sloppylint" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rsionnach&#x2F;sloppylint</a>

Found: December 05, 2025 ID: 2579
Previous Page 15 of 74 Next