Friday, April 17, 2026

Show HN: Pyra – a Python toolchain experiment inspired by uv and Bun https://ift.tt/DYZj17t

Show HN: Pyra – a Python toolchain experiment inspired by uv and Bun I’ve been working on Pyra for the past few months and wanted to start sharing it in public. Right now it’s focused on the core package/project management workflow: Python installs, init, add/remove, lockfiles, env sync, and running commands in the managed env. The bigger thing I’m exploring is whether Python could eventually support a more cohesive toolchain story overall, more in the direction of Bun: not just packaging, but maybe over time testing, tasks, notebooks, and other common workflow tools feeling like one system instead of a bunch of separate pieces. It’s still early, and I’m definitely not claiming it’s as mature as uv. I’m mostly sharing it now because I want honest feedback on whether the direction feels interesting or misguided. https://ift.tt/81YnRZ9 April 18, 2026 at 03:20AM

Show HN: I turned my MacBook notch into a live Claude Code dashboard https://ift.tt/RDJtFzP

Show HN: I turned my MacBook notch into a live Claude Code dashboard https://ift.tt/Yhg9saf April 17, 2026 at 09:13PM

Show HN: Waputer – The WebAssembly Computer https://ift.tt/Yy02Spv

Show HN: Waputer – The WebAssembly Computer Waputer is an operating system that runs entirely in the browser. When you visit the website at https://waputer.app , a kernel written in JavaScript sets up a filesystem and launches a WebAssembly program, which in turn talks to the kernel to handle the display and input. A purely terminal-based version is at https://waputer.dev . My original intention was to create programs that run in the browser that have a lot more in common with the desktop. The traditional "hello world" program is not really suited for the web. Waputer changes that. The GitHub repo at https://ift.tt/TQqLWZ5 gives a very brief overview of compiling a C program and running it on Waputer. There is a blog available from the main site that has a long-form explanation of Waputer and my motivations if you want some additional reading. https://waputer.app April 17, 2026 at 11:16PM

Thursday, April 16, 2026

Show HN: Spice simulation → oscilloscope → verification with Claude Code https://ift.tt/ZDuwzh0

Show HN: Spice simulation → oscilloscope → verification with Claude Code I built MCP servers for my oscilloscope and SPICE simulator so Claude Code can close the loop between simulation and real hardware. https://ift.tt/0Y6KFcO April 17, 2026 at 06:07AM

Show HN: Marky – A lightweight Markdown viewer for agentic coding https://ift.tt/2BL3dqv

Show HN: Marky – A lightweight Markdown viewer for agentic coding Hey HN, In this age of agentic coding I've found myself spending a lot of time reviewing markdown files. Whether it's plans or documentation that I've asked my agent to generate for me, it seems that I spend more time reading markdown than code. I've tried a few different solutions to make it easier to read such as Obsidian however I've found their Vault system to be quite limiting for this use case and I've found TUI solutions to not quite be as friendly to read as I've wanted so I made Marky. Marky is a lightweight desktop application that makes it incredibly easy to read and track your markdown files. It also has a helpful cli so you can just run marky FILENAME and have the app open to the md file that you pointed it at. I've been using the daily over the past week and I really enjoy it so I figured I'd share it. Here's a video if you want to check out a demo: https://www.youtube.com/watch?v=nGBxt8uOVjc . I have plans to add more features such as incorporating agentic tools such as claude code and codex into the UI as well as developing a local git diff reviewer to allow me to do local code review before pushing up to git. I'd love to hear your thoughts and any feature suggestions you may have :) https://ift.tt/RD8eOUC April 16, 2026 at 09:38PM

Show HN: Online Sound Decibel Meter https://ift.tt/qIUM8mD

Show HN: Online Sound Decibel Meter https://ift.tt/myRFVQT April 17, 2026 at 12:09AM

Wednesday, April 15, 2026

Show HN: I built a Wikipedia based AI deduction game https://ift.tt/VtJQm5L

Show HN: I built a Wikipedia based AI deduction game I haven't seen anything like this so I decided to build it in a weekend. How it works: You see a bunch of things pulled from Wikipedia displayed on cards. You ask yes or no questions to figure out which card is the secret article. The AI model has access to the image and wiki text and it's own knowledge to answer your question. Happy to have my credits burned for the day but I'll probably have to make this paid at some point so enjoy. I found it's not easy to get cheap+fast+good responses but the tech is getting there. Most of the prompts are running through Groq infra or hitting a cache keyed by a normalization of the prompt. https://ift.tt/qKZFuv5 April 16, 2026 at 05:43AM

Show HN: US keyboards don't have enough keys, so I switched to Japanese https://ift.tt/Buh9x20

Show HN: US keyboards don't have enough keys, so I switched to Japanese https://ift.tt/wTMn6Xt April 16, 2026 at 02:27AM

Show HN: Jeeves – TUI for browsing and resuming AI agent sessions https://ift.tt/90Tv64P

Show HN: Jeeves – TUI for browsing and resuming AI agent sessions I made Jeeves to search, preview, read through, and resume AI agent sessions in your terminal. It shows sessions across claude and codex in a single view, with more AI agent framework integrations to come. https://ift.tt/rGwFmVg April 16, 2026 at 01:01AM

Show HN: Monadic Networking Library for Go https://ift.tt/S6fPoW2

Show HN: Monadic Networking Library for Go A library built on top of ibm/fp-go for use in networking applications (servers, etc.) https://ift.tt/jaRmipd April 15, 2026 at 11:37PM

Tuesday, April 14, 2026

Show HN: Uninum – All elementary functions from a single operator, in Python https://ift.tt/ZxCkcL9

Show HN: Uninum – All elementary functions from a single operator, in Python https://ift.tt/NFOTLda April 15, 2026 at 03:16AM

Show HN: Run Python tools on rust agents https://ift.tt/tZWP0DH

Show HN: Run Python tools on rust agents Over at Tools-rs, we wanted to script tools faster with the help of large communities. The interest arose to build a way to bridge our Rust LLM runtimes together with more traditional scripting languages, so we decided to find a way to bring Python tools into our ecosystem. Hence, we're introducing our first FFI on Python (powered by PyO3)! Calling a Python tool is as easy as writing a decorator in the Python function and then passing the script's (or folder) path to the tool collection builder. They get serialized as JSON objects so they're fully observable by the AI, and you can call them directly from Rust. https://ift.tt/ezVSZqm April 15, 2026 at 02:01AM

Show HN: Sk.illmd.com, a forum for talking about and showing off agent skills https://ift.tt/5DRFYfu

Show HN: Sk.illmd.com, a forum for talking about and showing off agent skills https://ift.tt/CqwSV7U April 15, 2026 at 01:07AM

Monday, April 13, 2026

Sunday, April 12, 2026

Show HN: Stork – MCP server so Claude/Cursor can search 14k MCP servers AI tools https://ift.tt/oIzTPpM

Show HN: Stork – MCP server so Claude/Cursor can search 14k MCP servers AI tools https://www.stork.ai April 13, 2026 at 01:19AM

Show HN: A social feed with no strangers https://ift.tt/QWhyGVM

Show HN: A social feed with no strangers Grateful is a gratitude app with a simple social layer. You write a short entry, keep it private or share it to a circle. A circle is a small private group of your own making — family, close friends, whoever you'd actually want to hear from. It shows you the most recent post first. People in the circle can react or leave a comment. There's also a daily notification that sends you something you were grateful for in the past. Try it out on both iOS and Android. Go to grateful.so https://ift.tt/LOgZpkn April 13, 2026 at 04:11AM

Show HN: Rekal – Long-term memory for LLMs in a single SQLite file https://ift.tt/yW7kj5x

Show HN: Rekal – Long-term memory for LLMs in a single SQLite file I got tired of repeating myself to my LLM every session. rekal is an MCP server that stores memories in SQLite and retrieves them with hybrid search (BM25 + vectors + recency decay). One file, local embeddings, no API keys. https://ift.tt/slyefGr April 13, 2026 at 02:55AM

Show HN: Claudraband – Claude Code for the Power User https://ift.tt/Sxnet8g

Saturday, April 11, 2026

Show HN: Bitcoin and Quantum Computing – a three-part research series https://ift.tt/6QyTJq7

Show HN: Bitcoin and Quantum Computing – a three-part research series https://bitcoinquantum.space April 12, 2026 at 12:47AM

Show HN: A living Vancouver. Connor is walking dogs at the SPCA this morning https://ift.tt/Wd4JvE2

Show HN: A living Vancouver. Connor is walking dogs at the SPCA this morning I've spent most of my career in marketing, which for the last few years has meant building consumer personas for campaigns. I wanted to see if I could make these real, living in real neighborhoods, had real weather, real budgets, real Saturday lunches. I always wanted to build a world, not a segment. This is that. 140 people so far, split across Vancouver (100), San Francisco (20), and Tokyo (20). Each one is about 1,000 lines of profile — family, finances, daily schedule, health, worldview, media diet, the channels you'd actually reach them through and the ones that will explicitly never work on them. Demographics are census-grounded income, age, ethnicity, household composition follow normal distributions against StatsCan, ACS, and Japanese e-Stat data, so the panel is roughly representative of the city instead of representative of whatever's overrepresented in an LLM's training corpus. The specific details come from real stories. They live in real local time on a live map. Right now it's Saturday 11:32 AM in Vancouver. Connor Hughes, a 31-year-old software developer at Clio in Gastown, is on his SPCA volunteer shift, he walks shelter dogs at the Boundary Road location every other Saturday morning. Hassan Khoury is in the morning lunch rush with Tony at his Lebanese café — it's his busiest day of the week. Ahmad Noori is pulling Saturday overtime on a construction site. Jordan Whitehorse is on mid-shift at East Cafe on Hastings. Every day is unique, no two days repeat. A 3 AM job fetches live data: weather from Open-Meteo, grocery CPI from StatsCan food vectors, Metro Vancouver transit delays from Google Routes API against specific corridors, Vancouver gas prices, sunrise and sunset. Each persona has a modifier file that reacts to all of it. When Vancouver gas hits $1.85/L, Jaspreet the long-haul trucker's Coquihalla run to Calgary stops feeling worth it, his margins are thin, his mood takes a hit. When food CPI spikes, Gurinder at the Amazon warehouse stops buying the $9 Subway and brings roti from home. A health flare rolls probabilistically each morning which maybe nothing, maybe Tanya's six month old had a rough night, maybe Frank's back is acting up. The days stack up and get remembered. Every persona has a journal, today's entry in a markdown file, a week of them compressed into a "dream" of ~30 lines that keeps the shape without the texture, a month compressed into ~15 lines. It's their journal. I'm not writing it; the simulation is. Click any persona to open their detail, or hit "Talk to [name]" to have a conversation and they run on Claude Haiku with their full profile and recent diary entries as context. Not a product, not a startup, just a thing I've been quietly working on. They feel, in a way I didn't expect, like my fully grown kids. Happy to answer questions. https://brasilia-phi.vercel.app April 12, 2026 at 12:12AM

Show HN: We scanned uscis.gov for third-party trackers. The results are jarring https://ift.tt/FhMTZIQ

Show HN: We scanned uscis.gov for third-party trackers. The results are jarring https://ift.tt/g4FqmCp April 11, 2026 at 07:13PM

Show HN: Pyra – a Python toolchain experiment inspired by uv and Bun https://ift.tt/DYZj17t

Show HN: Pyra – a Python toolchain experiment inspired by uv and Bun I’ve been working on Pyra for the past few months and wanted to start s...