🛠️ Hacker News Tools
Showing 581–600 of 1473 tools from Hacker News
Last Updated
January 18, 2026 at 08:00 AM
Torchcomms: A modern PyTorch communications API
Hacker News (score: 11)[Other] Torchcomms: A modern PyTorch communications API
Show HN: Shadcn/UI theme editor – Design and share Shadcn themes
Hacker News (score: 60)[Other] Show HN: Shadcn/UI theme editor – Design and share Shadcn themes Hey, I built <a href="https://ShadcnThemer.com" rel="nofollow">https://ShadcnThemer.com</a> - a web app for creating and sharing themes for shadcn/ui, made with my some of my favorites, Next.js 15, Tailwind CSS 4, Drizzle ORM, and Supabase.<p>The goal was to make it easy to visually design shadcn color themes, preview them live across various example UIs, and export them straight into your projects (as CSS or via the shadcn CLI registry command).<p>I had a bit of experience going into this because I built the Theme Studio for VS Code in the past, but it was fun using a modern stack and leveraging Cursor to help me along the way this time.<p>GitHub: <a href="https://github.com/miketromba/shadcn-themer" rel="nofollow">https://github.com/miketromba/shadcn-themer</a>
Show HN: Centia.io – Open PostgreSQL/PostGIS back end for developers
Show HN (score: 5)[Database] Show HN: Centia.io – Open PostgreSQL/PostGIS back end for developers Built a developer-friendly BaaS around PostgreSQL + PostGIS. Instant APIs, real-time updates, self-hostable Docker image. Feedback welcome
Gitworkshop.dev – Collaborate on code over Nostr
Hacker News (score: 48)[Other] Gitworkshop.dev – Collaborate on code over Nostr <a href="https://nips.nostr.com/34" rel="nofollow">https://nips.nostr.com/34</a>
Fast TypeScript (Code Complexity) Analyzer
Hacker News (score: 21)[Other] Fast TypeScript (Code Complexity) Analyzer
Show HN: Wsgrok – one of many ngrok alternatives
Show HN (score: 6)[Other] Show HN: Wsgrok – one of many ngrok alternatives I built it for myself because ngrok didn't let me add one more domain unless I paid $12 more. I probably should've looked for alternatives before building my own, but my grudge got in the way . Once I started, I wanted to make it better than the other options. Silly, I know. No one probably cares.<p>I plan to open source it sometime next year because I’ve got other projects to finish first. It's free until I deplete my cloud credits, then it will switch to a tier-based model with a free option.
Pixi: Reproducible Package Management for Robotics
Hacker News (score: 23)[Other] Pixi: Reproducible Package Management for Robotics
Show HN: The System Skill Pattern
Show HN (score: 5)[CLI Tool] Show HN: The System Skill Pattern Hello HN!<p>I’ve been playing with Claude Skills and stumbled on a simple pattern for tiny, durable personal data systems:<p>* CLI: a small, self-contained executable<p>* SKILL.md: the operator guide (what to run, how to parse output, how to think about the system)<p>* SQLite: a local DB for persistent state<p>It’s nothing mind-blowing, but the ergonomics of this combo feel great.<p>If you define a process/flow, Claude can "turn the crank" by running the CLI, accumulating context, and animating the system to life over time.<p>They’re also easy to share: you can distribute System Skills via Claude Code’s `/plugin marketplace add <repo>`.<p>More details in the blog post and the toy Pomodoro System Skill reference implementation here:<p>Blog: <a href="https://www.shruggingface.com/blog/the-system-skill-pattern" rel="nofollow">https://www.shruggingface.com/blog/the-system-skill-pattern</a><p>Repo: <a href="https://github.com/jakedahn/pomodoro" rel="nofollow">https://github.com/jakedahn/pomodoro</a><p>--<p>Curious whether any of this resonates. Also excited to hear any interesting System Skill ideas worth exploring!
Show HN: I built an 8-bit CPU simulator in Python from scratch
Hacker News (score: 65)[Other] Show HN: I built an 8-bit CPU simulator in Python from scratch I built a tiny 8-bit CPU simulator in Python to better understand how computers work at a low level. It visualizes registers, memory, and instructions in real-time, so you can actually see each operation as it happens. You can write simple assembly code and watch how the CPU executes it step by step.<p>The project is mainly for learning and experimentation, but I’d love feedback or ideas for improvement.
Show HN: Run a GitHub Actions step in a gVisor sandbox
Show HN (score: 7)[Other] Show HN: Run a GitHub Actions step in a gVisor sandbox
Show HN: A fast, privacy-first image converter that runs in browser
Hacker News (score: 11)[Other] Show HN: A fast, privacy-first image converter that runs in browser Hey HN<p>I built ImageConverter.dev because I got tired of “free” image converter sites that force uploads, or throttle conversions.<p>So I made a tool that runs 100% client-side — meaning your images never leave your device. It’s built for speed, simplicity, and privacy.<p>What it does<p>Convert images between JPG, PNG, WebP<p>Works offline once loaded (PWA support)<p>How it works<p>It uses the Canvas API and WebAssembly to handle conversions directly in the browser. There’s no upload, no tracking, no server costs, and it’s fast even on mid-range devices.<p>Why I built it<p>I wanted an instant, no-ads, privacy-safe way to handle images for my personal projects — something lightweight enough to replace desktop tools.<p>Try it<p><a href="https://imageconverter.dev" rel="nofollow">https://imageconverter.dev</a><p>Would love feedback from the community — especially on:<p>Performance on different browsers/devices<p>Thanks for reading!
ChunkLLM: A Lightweight Pluggable Framework for Accelerating LLMs Inference
Hacker News (score: 46)[Other] ChunkLLM: A Lightweight Pluggable Framework for Accelerating LLMs Inference
Show HN: Inspec – Specification scheduling software for interior designers
Show HN (score: 9)[Other] Show HN: Inspec – Specification scheduling software for interior designers Hi HN, I'm Nick and I built Inspec with my partner Caitlin (she's the interior designer, I'm the developer).<p>Inspec lets interior designers create and manage FF&E schedules - basically spec sheets listing everything that goes in a room before the furniture: flooring, paint, countertops, lighting, fixtures, etc.<p>This process is currently exclusively done using Excel, and while this works to some degree, it comes with a lot of manual work and clunkiness. When Caitlin started working remotely, I watched her deal with these issues daily. So I spent the past 9 months building a better solution.<p>Key Features:<p>- Realtime collaboration<p>- Revision control (versioning)<p>- Professional PDF exports<p>- QR codes to print out on-site for contractors, builders etc. to always have the latest version<p>- Completely customisable fields and a familiar workflow to Excel to keep learning curve small<p>When we first started building this we thought it was completely unique, but turns out there are 2 competitors. I think our positioning is quite different though as we seek to only replace this document creation, rather than overhaul the entire project management and try to be a complete solution. So that’s helped to guide our focus, but also validated that interior designers are looking to modernise their software.<p>Tech stack:<p>I used my SaaS boilerplate which is just a modified T3 stack template with everything set up just how I like it. So Next.js with the pages router, TS, Trpc, Prisma + PostgreSQL, and TailwindCSS. I’ve also got Pusher for realtime collaboration, Redis and BullMQ for keeping a seperate background worker for PDF and web scraping jobs.<p>I can’t imagine many interior designers are on HN, but figured I would share this for anyone who wants to take a look :) feedback always welcome! The landing page is at <a href="https://inspec.design" rel="nofollow">https://inspec.design</a>
Show HN: Open-source TypeScript SDK for sending and operating iMessages
Show HN (score: 5)[API/SDK] Show HN: Open-source TypeScript SDK for sending and operating iMessages
Show HN: FlowLens – MCP server for debugging with Claude Code
Show HN (score: 5)[Other] Show HN: FlowLens – MCP server for debugging with Claude Code Hi HN,<p>We often run into this with coding agents like Claude Code: debugging turns into copy-pasting logs, writing long explanations, and sharing screenshots.<p>FlowLens is an MCP server plus a Chrome extension that captures browser context (video, console, network, user actions, storage) and makes it available to MCP-compatible agents like Claude Code.<p>You can try it here: <a href="https://magentic.ai/flowlens" rel="nofollow">https://magentic.ai/flowlens</a><p>Any feedback—good, bad, or brutal—is welcome.
/dev/null is an ACID compliant database
Hacker News (score: 79)[Other] /dev/null is an ACID compliant database
Show HN: OpenSnowcat – A fork of Snowplow to keep open analytics alive
Show HN (score: 8)[Other] Show HN: OpenSnowcat – A fork of Snowplow to keep open analytics alive I’ve been a long-time Snowplow user and unofficial evangelizer. I have deep respect for its founders, Alex and Yali, who I met a few times.<p>What made me fall in love with Snowplow was that it was unopinionated, gave access to raw event data, and was truly open source. Back in 2013, that changed everything for me. I couldn’t look at GA the same way again.<p>Over the years, analytics moved into SQL warehouses driven by cheaper CPU/storage, dbt, reproducibility, and transparency. I saw the need for a democratized Snowplow pipeline and launched a hosted version in 2019.<p>In January 2024, Snowplow changed its license (SLULA), effectively ending open-source Snowplow by restricting production use. When that happened, I realized the spirit of open data and open architecture was gone.<p>A week later, I forked it, I wanted to keep the idea alive.<p>OpenSnowcat keeps the original collector and enricher under Apache 2.0 and stays fully compatible with existing Snowplow pipelines. We maintain it with regular patches, performance optimizations, and integrations with modern tools like Warpstream Bento for event processing/routing.<p>The goal is simple: keep open analytics open.<p>Would love to hear how others in the community think we can preserve openness in data infrastructure as “open source” becomes increasingly commercialized.<p>That's it, I should have posted here earlier but now felt right.
Show HN: I built a tech news aggregator that works the way my brain does
Show HN (score: 169)[Other] Show HN: I built a tech news aggregator that works the way my brain does An honest to god, non-algorithmic reverse chrono list of tech news that passes my signal-to-noise tests, updated hourly.<p>A lightweight a page design as I've been able to keep; simple, clean, fast. No commercial features or aspirations - this is a passion project, something I've been fooling around with on and off for decades.<p>There's a "Top" view too with an LLM edited front page & summary, and categorized views for a large number of topics - see the Directory. A few more buried features to explore, but the fundamental use case is pop in, scan, exit - fast and concise.<p>Your feedback would be appreciated!
Show HN: Pg_textsearch – BM25 Ranking for Postgres
Show HN (score: 5)[Database] Show HN: Pg_textsearch – BM25 Ranking for Postgres I built pg_textsearch, a Postgres extension that brings proper BM25 ranking to full-text search. It's designed for AI/RAG workloads where search quality directly impacts LLM output.<p>Postgres native ts_rank lacks corpus-aware signals (no IDF, no TF saturation, no length normalization). This causes mediocre documents to rank above excellent matches, which matters when your LLM depends on retrieval quality.<p>Quick example:<p><pre><code> CREATE EXTENSION pg_textsearch; CREATE INDEX articles_idx ON articles USING bm25(content); SELECT title, content <@> to_bm25query('database performance', 'articles_idx') AS score FROM articles ORDER BY score LIMIT 10; </code></pre> Works seamlessly with pgvector or pgvectorscale for hybrid search. Fully transactional (no sync jobs). Preview release uses in-memory architecture (64MB default per index); disk-based segments coming soon.<p>I love ParadeDB's pg_search but wanted something available on our managed Postgres. You can try pg_textsearch free on Tiger Cloud: <a href="https://console.cloud.timescale.com" rel="nofollow">https://console.cloud.timescale.com</a><p>Blog: <a href="https://www.tigerdata.com/blog/introducing-pg_textsearch-true-bm25-ranking-hybrid-retrieval-postgres" rel="nofollow">https://www.tigerdata.com/blog/introducing-pg_textsearch-tru...</a><p>Docs: <a href="https://docs.tigerdata.com/use-timescale/latest/extensions/pg-textsearch/" rel="nofollow">https://docs.tigerdata.com/use-timescale/latest/extensions/p...</a><p>Feedback welcome, especially from folks building RAG systems or hybrid search applications.
Antislop: A framework for eliminating repetitive patterns in language models
Hacker News (score: 59)[Other] Antislop: A framework for eliminating repetitive patterns in language models