πŸ› οΈ Hacker News Tools

Showing 4121–4140 of 4557 tools from Hacker News

Last Updated
August 01, 2026 at 12:40 AM

About Containers and VMs

Hacker News (score: 46)

[Other] About Containers and VMs

Found: August 25, 2025 ID: 1095

Git-Annex

Hacker News (score: 165)

[Other] Git-Annex

Found: August 25, 2025 ID: 1051

[Other] Show HN: Sping – An HTTP/TCP latency tool that's easy on the eye I&#x27;ve frequently found myself using [nvitop](<a href="https:&#x2F;&#x2F;github.com&#x2F;XuehaiPan&#x2F;nvitop" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;XuehaiPan&#x2F;nvitop</a>) to diagnose GPU&#x2F;CPU contention issues.<p>The two best things about it are:<p>- It&#x27;s easy to install if I can access pip in the container<p>- It makes a compelling screenshot (which helps me communicate with coworkers.)<p>With those two lessons in mind: Here is Sping!<p>Purpose: Help observe and diagnose latency issues at layer 4+ (TCP&#x2F;HTTP&#x2F;HTTPS)<p>Two good things about it:<p>- It&#x27;s easy to install if you have pip. (Available at [service-ping-sping](<a href="https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;service-ping-sping&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;service-ping-sping&#x2F;</a>) on PyPi)<p>- It makes a compelling screenshot.<p>Not sure if this is the kind of thing that anyone else would be interested in. But I&#x27;ve enjoyed making it and intend to keep using it.

Found: August 24, 2025 ID: 1039

[API/SDK] Show HN: FilterQL – A tiny query language for filtering structured data Hey all, I just released v2.0.0 of FilterQL, a query language and TypeScript library. This version adds support for Operations, which allow you to transform the data after filtering.<p>If you think this would be useful in a project you&#x27;re working on, give it a try and let me know what you think!

Found: August 24, 2025 ID: 1086

[Other] Show HN: I Built a XSLT Blog Framework A few weeks ago a friend sent me grug-brain XSLT (1) which inspired me to redo my personal blog in XSLT.<p>Rather than just build my own blog on it, I wrote it up for others to use and I&#x27;ve published it on GitHub <a href="https:&#x2F;&#x2F;github.com&#x2F;vgr-land&#x2F;vgr-xslt-blog-framework" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vgr-land&#x2F;vgr-xslt-blog-framework</a> (2)<p>Since others have XSLT on the mind, now seems just as good of a time as any to share it with the world. Evidlo@ did a fine job explaining the &quot;how&quot; xslt works (3)<p>The short version on how to publish using this framework is:<p>1. Create a new post in HTML wrapped in the XML headers and footers the framework expects.<p>2. Tag the post so that its unique and the framework can find it on build<p>3. Add the post to the posts.xml file<p>And that&#x27;s it. No build system to update menus, no RSS file to update (posts.xml is the rss file). As a reusable framework, there are likely bugs lurking in CSS, but otherwise I&#x27;m finding it perfectly usable for my needs.<p>Finally, it&#x27;d be a shame if XSLT is removed from the HTML spec (4), I&#x27;ve found it quite eloquent in its simplicity.<p>(1) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44393817">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44393817</a><p>(2) <a href="https:&#x2F;&#x2F;github.com&#x2F;vgr-land&#x2F;vgr-xslt-blog-framework" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vgr-land&#x2F;vgr-xslt-blog-framework</a><p>(3) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44988271">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44988271</a><p>(4) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44952185">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44952185</a><p>(Aside - First time caller long time listener to hn, thanks!)

Found: August 24, 2025 ID: 1036

[Other] Dynamically patch a Python function's source code at runtime

Found: August 24, 2025 ID: 1028

[Other] Show HN: Clearcam – Add AI object detection to your IP CCTV cameras This runs YOLOv8 + bytetrack with Tinygrad detections (depending on user config) are saved and can be sent to the companion iOS app along with a notification, all video processing is done locally, all footage is encrypted before leaving your computer, and the sending notifications + videos part is optional. This uses tinygrad, so it runs well on my apple silicon macs and should be able to run on a lot of hardware (or will be able to when I remove other deps).

Found: August 24, 2025 ID: 1034

[Other] Show HN: Publish Markdown – A tool to publish Markdown file in one click Hi everyone!<p>I built this tool because I couldn&#x27;t find a simpler solution to my problem (publish a markdown file and make it available online so other people can see). I hope you&#x27;ll find it useful too!<p>Currently, what it does is only publish a markdown file, but I&#x27;m thinking of adding features like styling, custom URL, password-protected link, etc.<p>But I don&#x27;t know whether people would find it useful.<p>Let me know what you think!

Found: August 24, 2025 ID: 1035

[CLI Tool] Show HN: brew-cleaner – CLI to bulk uninstall Homebrew formulae and free space

Found: August 24, 2025 ID: 1022

[Other] Bypass PostgreSQL catalog overhead with direct partition hash calculations

Found: August 23, 2025 ID: 1090

[Other] Show HN: AgentState – Lightweight state manager for multi-agent AI workflows AgentState to solve a problem I kept running into: managing state for multi-agent AI systems is surprisingly hard. When you have multiple AI agents that need to coordinate, persist their state, and query each other&#x27;s status, you typically end up with a mess of Redis&#x2F;Postgres setups, custom queuing, and manual synchronization code.<p>The whole thing is ~3MB, written in Rust for performance and safety, runs in Docker, and handles 1000+ ops&#x2F;sec. I&#x27;ve been running it in production for AI workflows and it&#x27;s been rock solid.

Found: August 23, 2025 ID: 1012

[Other] Show HN: Creao – Vibe coding product for founders Hi HN! I&#x27;m North, DevRel from the CREAO team. We are a 15-20 person startup, and we spent a couple of months building this vibe coding product. We&#x27;ve been exploring the possibilities of how agents should assist people&#x27;s work for productivity in various scenarios.<p>Three months ago, we noticed that all small teams and companies are struggling with subscribing to multiple SaaS tools that never fit their exact needs. Pretty much all founders and SMB professionals need customized productivity tools that fit their daily work routines, but they don&#x27;t have developers to build these lightweight tools for them. So we thought we needed to build a vibe coding product that allows them to ship their own tools in minutes and get rid of these SaaS subscriptions.<p>For our product features, we built it differently from all the other vibe coding products. We want our users to build something actually useful instead of just a product prototype. But the current well-known code agents are performing poorly at building complex data schemas and integrating APIs. So we fine-tuned a small model for the following features:<p>1.Automatically builds complex relational data schemas<p>2.Automated MCP&#x2F;API connections with existing systems<p>With these core capabilities, our code agent can then build internal tools that connect with existing systems with state persistence. For example, I built a dashboard to track my X engagement and export results to a CSV file.<p><a href="https:&#x2F;&#x2F;drive.google.com&#x2F;file&#x2F;d&#x2F;1FBBOdrtonlj_56jgQuAoPpGnABB-pvt2&#x2F;view?usp=sharing" rel="nofollow">https:&#x2F;&#x2F;drive.google.com&#x2F;file&#x2F;d&#x2F;1FBBOdrtonlj_56jgQuAoPpGnABB...</a><p>This productivity boost is specifically designed for small team foundersβ€”you can build your own CRM workflows, data dashboards, revenue tracking, etc. Each of these could cost you $20-50&#x2F;month in SaaS subscriptions.<p>We are still in the early stage and improving our user experience. Our team is delivering new features pretty much every week, and we would love to hear from HN to give us some suggestions on how we can do better. You can always reach me at north@creao.ai. I love to shape the product together with community users. I hope you can find our work very helpful for your productivity.<p>Thanks!

Found: August 23, 2025 ID: 1019

[Other] Show HN: AICF – a tiny "what changed" feed for AI/RAG (v0.1 minimal core) I’m proposing AICF (AI Changefeed) β€” a minimal, web-native way for sites to expose append-only change events. Instead of crawlers or RAG systems re-embedding everything, they can refresh only the sections that changed.<p>Discovery: a &#x2F;.well-known&#x2F;ai-changefeed JSON points to a feed.<p>Feed: an append-only NDJSON file with just 4 required fields (id, action, url, time) plus optional hints (anchor, checksum, note).<p>Goal: cut wasted crawling&#x2F;embedding while keeping docs&#x2F;pricing&#x2F;policy pages fresh for AI&#x2F;agents.<p>Spec &amp; examples here: <a href="https:&#x2F;&#x2F;github.com&#x2F;mnswdhw&#x2F;AICF&#x2F;blob&#x2F;main&#x2F;spec&#x2F;AICF-v0.1.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mnswdhw&#x2F;AICF&#x2F;blob&#x2F;main&#x2F;spec&#x2F;AICF-v0.1.md</a><p>Would love feedback: is the minimal core (anchors only, no chunks&#x2F;vectors&#x2F;push yet) the right starting point? Would you use this in your docs&#x2F;RAG stack?

Found: August 22, 2025 ID: 999

[Other] Show HN: JavaScript-free (X)HTML Includes (spoiler: its XSLT)<p>I&#x27;ve been working on a little demo for how to avoid copy-pasting header&#x2F;footer boilerplate on a simple static webpage. My goal is to approximate the experience of Jekyll&#x2F;Hugo but eliminate the need for a build step before publishing. This demo shows how to get basic templating features with XSL so you could write a blog post which looks like<p><pre><code> &lt;?xml version=&quot;1.0&quot;?&gt; &lt;?xml-stylesheet type=&quot;text&#x2F;xsl&quot; href=&quot;&#x2F;template.xsl&quot;?&gt; &lt;page&gt; &lt;title&gt;My Article&lt;&#x2F;title&gt; &lt;content&gt; some content &lt;ul&gt; &lt;li&gt;hello&lt;&#x2F;li&gt; &lt;li&gt;hello&lt;&#x2F;li&gt; &lt;&#x2F;ul&gt; &lt;&#x2F;content&gt; &lt;&#x2F;page&gt; </code></pre> Some properties which set this approach apart from other methods:<p><pre><code> - no build step (no need to setup Jekyll on the client or configure Github&#x2F;Gitlab actions) - works on any webserver (e.g. as opposed to server-side includes, actions) - normal looking URLs (e.g. `example.com&#x2F;foobar` as opposed to `example.com&#x2F;#page=foobar`) </code></pre> There&#x27;s been some talk about removing XSLT support from the HTML spec [0], so I figured I would show this proof of concept while it still works.<p>[0]: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44952185">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44952185</a><p>See also: grug-brain XSLT <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44393817">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44393817</a>

Found: August 22, 2025 ID: 1002

[Other] Ergonomic errors in Rust: write fast, debug with ease, handle precisely

Found: August 22, 2025 ID: 1017

[Other] Show HN: Clyp – Clipboard Manager for Linux

Found: August 22, 2025 ID: 997

[Other] Static sites with Python, uv, Caddy, and Docker

Found: August 22, 2025 ID: 1016

[Other] Show HN: AIMless – a 10 KB single file P2P chat app with zero dependencies I built AIMless, a ridiculously minimalistic, browser native chat app that fits entirely into one HTML file (10 KB). It’s decentralized, P2P, and has no build tools, no server, and no frameworks. Just you, your browser, and a copy&#x2F;pasted blob or two.

Found: August 22, 2025 ID: 1000

[Other] Show HN: I integrated my from-scratch TCP/IP stack into the xv6-riscv OS Hi HN,<p>To truly understand how operating systems and network protocols work, I decided to combine two classic learning tools: the xv6 teaching OS and a from-scratch TCP&#x2F;IP stack.<p>I&#x27;m excited to share the result: my own from-scratch TCP&#x2F;IP networking stack running directly inside the xv6-riscv (<a href="https:&#x2F;&#x2F;github.com&#x2F;pandax381&#x2F;xv6-riscv-net" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pandax381&#x2F;xv6-riscv-net</a>) kernel.<p>The project uses a modern virtio-net driver, allowing it to run seamlessly in QEMU and communicate with the host machine.<p>Key features:<p>- From-Scratch Stack: The core is powered by microps (<a href="https:&#x2F;&#x2F;github.com&#x2F;pandax381&#x2F;microps" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pandax381&#x2F;microps</a>), a TCP&#x2F;IP stack I originally wrote to run in user-space as a personal project to learn the low-level details of networking.<p>- Kernel Integration: This project ports microps from user-space into the xv6-riscv kernel.<p>- Socket API: Implements standard system calls (socket, bind, accept, etc.) to enable network application development.<p>- User-level Tools: Comes with a simple ifconfig command, plus tcpecho and udpecho servers to demonstrate its capabilities.<p>This has been a fantastic learning experience. My goal was to demystify the magic behind network-aware operating systems by building the components myself.<p>I&#x27;d love to hear your feedback and answer any questions!

Found: August 22, 2025 ID: 998

[Other] Show HN: Claudable – OpenSource Lovable that runs locally with Claude Code Hey, HN! I&#x27;m Aaron. I built an open-source Lovable for Claude Code users.<p>Platforms like Lovable, Replit Agent, and Bolt require separate API keys and $25+&#x2F;month subscriptions. But if you’re already subscribed to Claude Pro or Cursor, you can use those plans directly without extra costs.<p>Claudable runs entirely locally through Claude Code (Cursor CLI also supported) and provides:<p>- Instant UI preview (similar to Lovable)<p>- Web-optimized, production-ready designs<p>- Direct Git integration<p>- One-click Vercel deployment<p>- Zero additional API costs<p>It’s open source and available today. I’m actively developing it and would love community feedback on what features to prioritize next.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;opactorai&#x2F;Claudable" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;opactorai&#x2F;Claudable</a><p>Happy to answer any questions!

Found: August 21, 2025 ID: 988
Previous Page 207 of 228 Next