Show HN: Havn – one command to see everything running locally
I kept running lsof -i :PORT repeatedly to check what was alive locally. Eventually I wrote a small tool around it and it turned into this.
How it works: - One lsof / netstat call maps all listening processes - 100+ ports scanned in parallel via TCP connect, 150ms timeout each - HTTP fingerprinting reads response headers to identify frameworks (Spring Boot, Express, Django, etc.) - Filesystem detection reads package.json, pom.xml, go.mod, Cargo.toml from the process working directory to get the actual project name - Redis gets a PING/PONG health check, Postgres gets a connection handshake - Results pushed to the browser via WebSocket every few seconds
First scan: ~800ms. Subsequent scans: ~300-400ms. Memory: ~55MB RSS.
Detects 40+ services including databases, queues, monitoring tools, and AI runtimes (Ollama).
Single file UI, no build step, no bundler. Just HTML/CSS/JS served by Express.
npm install -g @haseeb-xd/havn && havn
GitHub: https://github.com/haseeb-xd/havn
Happy to answer questions about the detection approach or the performance tradeoffs.
Invoica.ai – Financial OS for AI Agents (x402, on-chain invoicing, free beta)
Invoica.ai is an AI-powered invoicing platform that simplifies financial management for businesses. The platform offers features such as automatic invoice generation, payment tracking, and financial reporting to help streamline operations and improve efficiency.
Apple Adds Three Executives to Leadership Page
Apple has added three new executives to its leadership page, including the company's head of operations, chief information officer, and general counsel. The article discusses these new additions and their roles within Apple's executive team.
How Claude Code Compresses Your Conversation
Show HN: AI_awakening
The Story of You If You Don't Take A Stand
Thanks for Typing: Women's Typing Labor in Literature and the Arts
This article explores the evolution of typewriters and their cultural impact, highlighting how they revolutionized office work, facilitated communication, and influenced the development of modern computer technology.
N Virginia suburb rife with data centers set to fight Amazon plan for another
The article discusses Amazon's plans to open a new office on George Washington University's campus in Washington, D.C. The partnership aims to bring hundreds of Amazon jobs to the area and provide educational and career opportunities for GW students.
Show HN: Yellow Olive – A Pokémon-Inspired Kubernetes TUI Game
Show HN: tmuxy – the missing GUI for tmux
I've been looking for the perfect tmux replacement.
Something powerful and scriptable, but usable without memorizing dozens of keybindings.
Something that supports persistent remote sessions that I can jump into from anywhere, but not so terrible to use from my phone.
Turns out, tmux was all I needed. It just needed a better UX, not a replacement.
That's why I'm building tmuxy.
tmuxy is a GUI that wraps tmux into a web and desktop app.
How it works: A Rust backend connects to tmux through control mode (one of tmux’s hidden gems surprisingly few people seem to know about) and streams state updates to a React frontend via SSE, or Tauri IPC on the desktop version.
Besides the improved UX, being web-based allows it to support all kinds of fancy stuff like image rendering, markdown previews, pane groups, and floating panes, while under the hood it's still tmux.
It's early stage. Live demo here: https://tmuxy.sh
Beagle, a source code management system that stores AST trees
Stop Straining Your Eyes This "Web Walkman" Just Doubled My Reading Efficiency
SpeakOala is a platform that helps people improve their public speaking and communication skills through interactive lessons, feedback, and practice. The website offers a variety of courses and resources to help users become more confident and effective speakers.
All I wanted was a simple code search
The article discusses the author's frustration in searching for a simple code snippet, highlighting the challenges of finding relevant and well-documented code online. It emphasizes the need for better code search tools and the importance of clear, organized code documentation to help developers quickly locate the information they need.
Blasted at 20x force of gravity: what ejection from fighter jet does to the body
The article explores the intense physical and physiological effects of ejection from a fighter jet, subjecting the human body to up to 20 times the force of gravity. It discusses the design of ejection seats, the risks involved, and the training and precautions taken to mitigate these dangers for pilots.
CLI RSS/Atom feed reader inspired by Taskwarrior, synced using Git
The article introduces Blogtato, a tool for creating and managing personal blogs. It highlights Blogtato's key features, such as its simplicity, customization options, and ease of use for those with limited technical expertise.
Vivotime.net Features Walkthrough [video]
Why Agile Practitioners Should Be Optimistic for 2026 (Part 2)
The article discusses the role of AI in Agile software development, exploring how AI can be used to enhance team collaboration, project management, and product development. It highlights the potential benefits and challenges of incorporating AI into Agile practices.
R/BotBouncer – Subreddit that posts about bot accounts
Zinc: An Express-style API framework for Go built on net/HTTP
An Innovative New Bonus Auction for Warrant Officers
The U.S. Army is implementing an innovative bonus auction system for warrant officers, allowing them to bid on available bonuses and potentially earning more than the standard amounts. This new approach aims to improve talent management and retention among warrant officers in critical roles.
Show HN: RAG-Ready Extractor – Structure-aware ingestion with semantic scoring
The article describes an open-source tool called 'rag-ready-extractor' that can extract relevant information from unstructured text documents, such as legal contracts or policy documents, and format the data into a structured, easy-to-use format. The tool is designed to help organizations quickly and efficiently process large volumes of text-based information.
How Big Diaper absorbs billions of extra dollars from American parents
The article explores the diaper industry in the United States, highlighting how it has managed to maintain high prices and profits despite the lack of innovation, resulting in American parents paying billions of dollars more for diapers compared to other developed countries.
The Sims in Real Life
Symbolic derivatives and the rust rewrite of RE
The article discusses the author's experience of rewriting the symbolic derivatives functionality from the C# library Resharp in Rust. It highlights the advantages of Rust, such as its performance and safety guarantees, and the challenges encountered during the rewrite process.
Show HN: AvaKill – Deterministic safety firewall for AI agents (<1ms, no ML)
The article discusses a project called 'avakill', which is a vulnerability detection tool designed to identify potential security flaws in Android applications. The tool focuses on detecting issues related to the Android's Activity Alias vulnerability, which can be exploited to gain unauthorized access to application components.
Show HN: BunkerVM – Secure runtime for AI agents using microVM sandboxes
The article discusses the development of a blockchain-based virtual machine called BunkerVM, which aims to provide a secure and decentralized platform for running smart contracts and decentralized applications. The project focuses on enhancing privacy, scalability, and interoperability in the blockchain ecosystem.
The First Multi-Behavior Brain Upload
The article discusses the successful brain upload of a mouse, which exhibited multiple behaviors after the procedure. This breakthrough represents a significant advancement in the field of neuroscience and could pave the way for future brain-computer interfaces and AI applications.
The New Apple Begins to Emerge
The article discusses the launch of Apple's latest product, the 'New Apple', which promises to revolutionize the tech industry. It highlights the key features and advancements of the new device, as well as the company's strategy in positioning it as a game-changer in the market.
Engram – AI memory engine: knowledge graph, search, reasoning in one binary
Engram is an open-source project that provides a framework for building efficient and scalable real-time applications. It offers a modular architecture, support for various communication protocols, and tools for managing state and handling events.
POV you get rabies in France vs. the USA [video]
Tech Debt Game
The article discusses the 'Tech Debt Game', a simulation that helps teams understand and manage technical debt. It highlights how the game provides a hands-on experience in visualizing the impact of technical debt and making informed decisions to address it.