Thursday, May 7, 2026

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/2Eu0OXk

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for debugging cluster issues and I realized I was performing similar tasks repeatedly so I decided to package them up into skills so I could call them up more easily (e.g. `/investigate`, `/audit-security`, `/audit-outdated`). I'm calling the skill pack "kstack" and the goal is to be able to monitor and troubleshoot K8s from within Claude Code. If you have time, I'd love to get some feedback on the project! Andres Source: https://ift.tt/noqOiuQ Docs: https://kstack.sh/ https://ift.tt/noqOiuQ May 7, 2026 at 10:54AM

Show HN: Full Python GUI apps in the browser – no JavaScript, no server https://ift.tt/sq62Slr

Show HN: Full Python GUI apps in the browser – no JavaScript, no server I have been working on Dear ImGui Bundle since 2022, but it is the first time I talk about it here. It is a framework around Dear ImGui for building interactive applications in Python and C++. It comes with batteries included: Plotting, image inspection, Markdown, node editors, 3D gizmos, knobs, toggles, etc. https://imgui-bundle.pages.dev It now also runs smoothly in the browser via pyodide: The playground below is a python app running in your browser (no server, no JavaScript). You can edit the code on the left and click Run. It even works on mobile. https://imgui-bundle.pages.dev/playground I have a strong interest in providing tools that help others express their creativity. This project aims to be a step in this direction as it helps develop GUIs where the code is extremely readable & hackable. Some of the goals it addresses: - Bring true Immediate Mode GUI to Python and C++ - A versatile range of high quality libraries: Widgets, Plots, Image Analysis, Node edition, markdown rendering - Multiplatform apps in C++: works on all platform in C++ (desktop, mobile, emscripten) - Deploy python apps to the web - High quality python bindings that are always up-to-date (because they are auto-generated) - Smooth transition between C++ and Python (same APIs for both) I'd be happy to answer questions! https://ift.tt/0IejxnX May 7, 2026 at 11:06PM

Show HN: Bilig – a headless spreadsheet engine for Node services and agents https://ift.tt/cHdSniK

Show HN: Bilig – a headless spreadsheet engine for Node services and agents https://ift.tt/ux6Mcyg May 7, 2026 at 11:46PM

Wednesday, May 6, 2026

Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions https://ift.tt/6YP58V9

Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions https://ift.tt/7pWrkqH May 7, 2026 at 01:58AM

Show HN: Mac Juice Monitor – Bluetooth battery levels in the macOS menu bar https://ift.tt/T8LP679

Show HN: Mac Juice Monitor – Bluetooth battery levels in the macOS menu bar https://ift.tt/VXS2WN1 May 7, 2026 at 12:58AM

Show HN: DoodleMate: Animate Your Child's Hand Drawings Without Generative AI https://ift.tt/8JsPRk9

Show HN: DoodleMate: Animate Your Child's Hand Drawings Without Generative AI Hi HN! I made an app that takes a photo of a paper drawing and, in a handful of seconds, creates a fully rigged character that can be used in an animation or little story. It doesn’t use any image-to-video generative AI models. Instead, I built it using the years of insights I’ve picked up studying children’s drawings and character animation. Today we’re releasing a community beta. I respect this community and would value any feedback you offer. It’s easy to try- you don’t need to create an account to check it out. We’ve got several free stories to drop your character into, and a Mother’s Day eCard. I’m also working on a tool, DoodleMate Studio, to easily allow people to author their own stories instead of using premade templates. But what form that takes is going to be highly dependent on the type of feedback we get from the community with this beta. How this came to be: I’ve worked in this space for a while. Here’s an old HN post related to a popular tech demo I did ( https://ift.tt/7Nw8IiQ ) and another one from when I open sourced the data and code ( https://ift.tt/ihtpudL ). I also wrote a SIGGRAPH paper about the methodology ( https://ift.tt/f9y54Tj ). I’d moved on to other things, but had always felt like there was such potential in this space. Last year I decided I was over big tech and, with a lot of encouragement from my family, finally decided to pursue this seriously. Since then, my wife and I have been building this together. We’re bootstrapping at the moment, trying to give ourselves time and space to make sure DoodleMate turns into something wonderful and wholesome. Thanks, Jesse https://doodlemate.com/ May 6, 2026 at 10:36PM

Tuesday, May 5, 2026

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/2Eu0OXk

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for de...