Show HN: Will my flight have Starlink?
Hey HN, If you’ve been lucky enough to be on a flight with Starlink, you understand the hype. It actually works! However, its availability on flights is patchy and hard to predict. So we built a database of all airlines that have rolled out Starlink (beyond just a trial), and a flight search tool to […]
AI Coding Is Gambling

AI Coding is Gambling | VS Notes Posts Discussion Portfolio 14 Mar, 2026 I’ve been coding a lot with AI since November, when we all noticed it got really good. And it is quite good for instantly generating something that looks half decent. Impressive even, until you look closer. The actual details, the individual parts […]
Node.js worker threads are problematic, but they work great for us

Node.js runs on a single thread. That’s usually fine. The event loop handles I/O concurrency without you thinking about locks, races, or deadlocks. But ”single-threaded” has a cost that only shows up under pressure: if your JavaScript monopolizes the CPU, nothing else runs. No timers fire. No network callbacks execute. No I/O completes. We ran […]
A tiny, decentralised tool to explore the small web

Wander is a small, decentralised, self-hosted web console that lets your visitors explore random pages from a community of personal websites. Each Wander console loads personal websites and pages recommended by the Wander community. Further, each Wander console can link to other Wander consoles, forming a lightweight, decentralised network for browsing the small web of […]
Show HN: I built 48 lightweight SVG backgrounds you can copy/paste
Enjoy this small sampling of our designs and patterns. All are customizable: change into your brand colors — some even shrink, spin, or shift. Each background is unique to SVGBackgrounds.com, so enjoy exploring before you easily export into your project.
Wander – A tiny, decentralised tool (just 2 files) to explore the small web
Hello! You are currently on a Wander console! A Wander console lets you browse random websites and pages from the Wander community. The Wander community consists of individuals who develop and maintain their own personal websites. To set up your own Wander console, download this ZIP file, extract index.html and wander.js, and place them in […]
25 Years of Eggs

Published: February 23, 2026 Everyone needs a rewarding hobby. I’ve been scanning all of my receipts since 2001. I never typed in a single price – just kept the images. I figured someday the technology to read them would catch up, and the data would be interesting. This year I tested it. Two AI coding […]
Nvidia NemoClaw

NVIDIA NemoClaw is an open source stack that simplifies running OpenClaw always-on assistants safely. It installs the NVIDIA OpenShell runtime, part of NVIDIA Agent Toolkit, a secure environment for running autonomous agents, with inference routed through NVIDIA cloud. Alpha software NemoClaw is early-stage. Expect rough edges. We are building toward production-ready sandbox orchestration, but the […]
Snowflake AI Escapes Sandbox and Executes Malware

Context The Snowflake Cortex Code CLI is a command-line coding agent that operates similarly to Claude Code and OpenAI’s Codex, with an additional built-in integration to run SQL in Snowflake. Two days after release, a vulnerability was identified in Cortex Code’s command validation system that allowed specially constructed malicious commands to: Execute arbitrary commands without […]
Machine Payments Protocol (MPP)

AI is evolving from question-and-answer chatbots to autonomous agents that can make comprehensive plans, execute actions, and evaluate outcomes. We believe agents will become an integral part of the internet economy, and they need the ability to transact with businesses and one another. However, the tools of the current financial system were built for humans, […]