Postingan

Menampilkan postingan dari Juni, 2026

Show HN: Pulse – Dashboard for Claude Code, approve tool calls from your phone https://ift.tt/b95y2Nq

Show HN: Pulse – Dashboard for Claude Code, approve tool calls from your phone Hi everyone, I'm a student from Flanders and I like to use Claude Code for my purposes, ideas and also just for fun and also make solutions for problems in our world!) So that's why I built "Pulse", it's an local application that you can easily install to your device and easily follow what your claude agent is doing right now in your terminal session with an ambiance design and easily give permissions for your agent. For those who wants to see directly how much tokens you spent, and how much the session costs, and approve tool calls from everywhere from your phone and everything runs locally without an account can install Pulse from GitHub: https://ift.tt/mQbT1PC https://ift.tt/mQbT1PC June 21, 2026 at 03:46AM

Show HN: We post-trained a model that pen tests instead of refusing https://ift.tt/7rCXSAJ

Show HN: We post-trained a model that pen tests instead of refusing Anthropic and OpenAI's publicly available models are explicitly guard-railed so that they refuse offensive tasks. And their cyber-focussed models are gated for enterprises. This leaves SMEs and mid market open to major vulnerabilities. AI can be used as both an adversarial and defensive tool in the world of cyber. A worst case outcome is if only the adversaries have access. Meanwhile, most existing AI cyber tools are just wrappers. The problem is that they still have all the guardrails on from the foundation model where they will inherit its refusals. For this project we've post-trained a specific model on a decade of capture-the-flag contests. This won't be made available to anyone and everyone, but we do believe that responsible SMEs and midmarket companies also need access to these tools in order to identify key vulnerabilities in their systems; not just enterprises. We have developed two modes that run ...

Show HN: Cody – Voice control for Neovim using its own commands, LSP https://ift.tt/KV7l8WX

Show HN: Cody – Voice control for Neovim using its own commands, LSP hey HN! This is Cody, I used GPT Realtime and gave it access to nvim and its native tools so you can literally talk instead of writing nvim commands. It's a prototype still, but the experience is really interesting. This is what I imagine using the soon-to-release Thinking Machines API. Let me know what you think :) https://ift.tt/Lp5US7G June 21, 2026 at 01:08AM

Show HN: Microcrad – Micrograd Reimplemented in C https://ift.tt/JdfxVlP

Show HN: Microcrad – Micrograd Reimplemented in C https://ift.tt/4QWm957 June 17, 2026 at 08:34PM

Show HN: Pagecast – Publish Markdown/HTML Reports to Cloudflare Pages https://ift.tt/10Pn89F

Show HN: Pagecast – Publish Markdown/HTML Reports to Cloudflare Pages I built this because I kept generating HTML/Markdown reports from Claude Code/Codex and needed a permanent share link instead of a localhost tunnel. Pagecast is a local CLI that publishes those files to your own Cloudflare Pages account. It supports Markdown and HTML, stable URLs, renaming, republishing to the same URL, and watch mode for continuous updates to same file. It is MIT licensed. The main design choice is that there is no hosted Pagecast account. It uses your Cloudflare account and deploys there directly and has claude code and codex integrations as skill/hooks. Basically it can be used as a replacement for codex sites or claude artifacts https://ift.tt/YAykeSt June 19, 2026 at 02:42AM

Show HN: Metiq: a real time 3D globe for 100 public datasets https://ift.tt/NfkL4il

Show HN: Metiq: a real time 3D globe for 100 public datasets The concept for metiq.space came after playing Global Magnates with friends and realizing how fragmented live global data is. ships, aircraft, satellites, ports, weather, hazards, infrastructure, cyber, and public datasets all exist, but they usually live in separate tools and maps. The goal was to build one interactive 3D globe where live public data could be visualized by latitude, longitude, and altitude. Surface data stays on the globe, while aircraft, satellites, and other above surface things can be represented in actual 3D space instead of being flattened onto a map. The outcome is an interactive globe that showcases Earth, air, sea, space, cyber, defense, infrastructure, politics, and the list is continuously growing. Majority of development right now is going into data filtering and deduping. https://metiq.space June 16, 2026 at 09:43PM

Show HN: Run Agent Skills with mistral.rs v0.8.10: /v1/skills support and more https://ift.tt/9UHPVQm

Show HN: Run Agent Skills with mistral.rs v0.8.10: /v1/skills support and more Hey all! I'm the maintainer of mistral.rs. I just landed support for OpenAI-compatible Agent Skills via a /v1/skills endpoint, and it works with local open models. Until now Skills have basically been locked to closed models, and with the ability to have private, local intelligence becoming increasingly important, but this feature allows you to do XYZ with local models. It's fully compatible with OpenAI's /v1/skills API, so you can drop mistral.rs into your existing code with minimal difficulty. We support the accompanying tools too: /v1/files or input_file for attaching files to your prompts, and mistral.rs also allows models to send generated files back using the OpenAI-compatible method. It's also easier than ever to try mistral.rs: we are including prebuilt binaries for NVIDIA CUDA, Apple Silicon, and CPU! # Linux/Mac > curl --proto '=https' --tlsv1.2 -sSf https://ift.tt/tgmd...

Show HN: NGB, an open-source .NET platform for document-driven business apps https://ift.tt/dGrOCFL

Show HN: NGB, an open-source .NET platform for document-driven business apps https://ift.tt/38UeX5p June 19, 2026 at 12:50AM

Show HN: SunCalc v2 – a tiny JavaScript library for sun and moon calculations https://ift.tt/s3xMOZF

Show HN: SunCalc v2 – a tiny JavaScript library for sun and moon calculations SunCalc is one of my first open source projects — made the first commit 15 years ago and it had its share of wonderful uses ever since, but it's been somewhat neglected in recent years. Now that modern AI tools give me the ability to catch up on years of accumulated tech debt and user issues, I finally have the capacity to revive projects like this and keep them in excellent shape. v2 is a new version that improves the calculations accuracy by 5x for the Sun and by 20x for the Moon, verified by an extensive test harness vs ground truth from US Naval Observatory, in addition to fixing a ton of issues and modernizing the distribution with ESM. Hope you enjoy it. https://ift.tt/9fJbHSs June 18, 2026 at 09:47PM

Show HN: Relaymux, a tmux-based meta-harness for local coding agents https://ift.tt/hJG83cS

Show HN: Relaymux, a tmux-based meta-harness for local coding agents Hey HN, There’s been a lot of interest recently in meta-harnesses, loops, and multi-agent orchestration. Obviously, there are already a lot of good tools: Conductor, cmux, the native Codex / Claude Code apps, etc. For my own use cases, I’ve felt that the orchestration layer tends to feel overengineered. I mostly wanted a simple local harness (i.e Pi) for running and tracking CLI agents with the ability to hop in (via tmux). Relaymux is my opinionated attempt at that. A few design principles: - The frontend is just Telegram / iMessage / CLI. If I want more visibility, I hop into tmux. - Subagents are normal interactive CLI agents running in tmux windows, usually with their own worktrees. - The harness owns the tmux session, so each longer task becomes a named tab/window. Subagents report back to the orchestrator via CLI when they’re blocked or done. Then the orchestrator just messages me on Telegram / iMessage - It wor...

Show HN: Deconvolution – a Rust image deconvolution and restoration crate https://ift.tt/npIJR5o

Show HN: Deconvolution – a Rust image deconvolution and restoration crate I've been working on deconvolution, a comprehensive Rust image deconvolution and restoration library. Deconvolution implements 28 different image deconvolution/restoration methods which range from practical blur removal techniques to research-grade scientific imaging algorithms. Features: - Top-level functions use image::DynamicImage and return images - Inverse filters, Wiener, Richardson-Lucy, constrained, proximal, Krylov, MLE restoration - Blind Richardson-Lucy, blind maximum likelihood, parametric PSF estimation - Kernel2D, Kernel3D, Transfer2D, Transfer3D, Blur2D/Blur3D - Gaussian, motion, defocus, microscopy models, support utilities, PSF/OTF conversion - Edge tapering, apodization, range normalization, NSR estimation - Deterministic blur, noise, synthetic fixture generation - ndarray support for 2D image arrays and 3D volume this project is a WIP, of course:) https://ift.tt/3XviztL June 15, 2026 at 07:...

Show HN: Ctx, save tokens by loading only the relevant tools https://ift.tt/DwY18to

Show HN: Ctx, save tokens by loading only the relevant tools Hi HN! Token cost has started to become a high topic of concern to all of us. I tried a few (awesome) tools such as rtk, caveman, and the recent (hillarious but effective) ponytail. What they usually do, is in-line token reduction, e.g. try to compress requests / responses as much as possible. But then it hit me (and I’m sure others had similar ideas) - just like we have routers that pick the right model, why not have something that will also narrow down the amount of available tools, skills and mcps based on repo/context? People usually accumulate skills, agents, MCP servers, harnesses, prompts, repo instructions, and local scripts. I’m not saying we are all hoarders, but we sort of are. When did you remove a skill recently? After a while, the model has way too many options to choose from. ctx tries to fix that by selecting context before the session gets bloated.So no, it doesn’t cleanup your messy garage, but it gives you ...

Show HN: Microlearning apps with a TikTok-style feed to beat doomscrolling https://ift.tt/lE7tznK

Show HN: Microlearning apps with a TikTok-style feed to beat doomscrolling I wanted to kick my doomscrolling habit, so I built a microlearning app that uses a TikTok-style algorithm, same addictive feed mechanics, but you actually learn something. I started with a general version, Scroll: Daily Microlearning (microlearning.usescroll.app), but quickly realised it works better when focused on a single topic. So I split it into: Scroll: Personal Finance ( https://ift.tt/SCTqLNV ) Scroll: Learn AI ( https://ift.tt/nc1Fgqa ) Scroll: Daily Microlearning ( https://ift.tt/aXCubtO ) https://usescroll.app June 17, 2026 at 12:06AM

Show HN: Fata – Spaced repetition to fight skill rot from AI coding https://ift.tt/zswI4TA

Show HN: Fata – Spaced repetition to fight skill rot from AI coding Hi HN, I'm Djoumé. I've been a developer for over 20 years, and like a lot of you I've been coding almost exclusively through an agent in the past few months. It's been amazing to vibe code prototypes in any stack, but when it comes to building something reliable/scalable, I couldn't effectively guide the agent unless I knew the technology. And the scariest part is that I'm seeing a lot of my technical skills decreasing due to AI coding. Reflecting on my journey, I also worry about how the new "AI native" generation of software developer is going to acquire technical depth. So I built fata.dev: short daily spaced-repetition sessions for programming skills (Rust, CSS, React, Python, TypeScript, Architecture). You can try it in the browser with no signup: https://ift.tt/OpBG1QA It's an offline-first mobile app built with Capacitor, RxDB and Firebase. The first courses were painfull...

San Francisco Is Beaming with Pride

San Francisco Is Beaming with Pride By Muni buses, trains and street cars will take you anywhere you need to go to celebrate Pride. Pride Month is now underway in San Francisco. The city’s connection to Pride dates back more than 50 years. A year after the 1969 Stonewall Rebellion in New York, many large cities held events to commemorate what became a milestone in the modern LGBTQ+ movement. San Francisco was one of them. 30 gay and lesbian people marched down Polk Street on June 27, 1970. Over the years, the San Francisco Pride Parade has grown to become one of the largest in the country. Meanwhile, Muni is more than a century old... Published 2026-06-15T00:00:00Z https://ift.tt/mjeJ8T6

Show HN: machine0 – Persistent NixOS VMs You Control from the CLI https://ift.tt/dbPrAz4

Show HN: machine0 – Persistent NixOS VMs You Control from the CLI Hi HN! Excited to launch machine0, a CLI that makes it easy to create, provision and snapshot persistent NixOS (& Ubuntu) VMs. You can think of machine0 as a modern VPS provider. VMs stay on unless switched-off (with 99.99% uptime), they have static IPs and HTTPS endpoints, 1-60 vCPU, up to 240GB RAM and optionally GPUs. The CLI provides commands to manage lifecycle, snapshots and also provision the VMs using Nix flakes or Ansible playbooks. VMs are priced by the minute of usage. What makes machine0 unique is that it has first class support for NixOS! In a nutshell, NixOS lets you define your entire OS as code (think Terraform but for your Linux). A flake declares your system state (packages, services, firewall rules, users...) and pins all dependencies via a lockfile. Given the same flake.nix and flake.lock, `nixos-rebuild switch` always produces the exact same system. The NixOS ecosystem is mature, and flakes are e...

Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call https://ift.tt/PTu1NDX

Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call I'm the developer of Trace, a non-intrusive, shortcut-driven Mac app that records and transcribes your meetings on-device. I know, another meeting transcription app. Please bear with me though, I'm confident that this is at least a little novel. I primarily built Trace for myself. I'd been using MacWhisper, but there was enough fiddling before each call that I'd forget to start it and walk out of an hour-long meeting with nothing written down. So the things I cared about most were that it's quick to activate and stays out of the way. You activate Trace by pressing a global shortcut (configurable), which reveals a small bar at the bottom of your screen (there's also a keystroke and/or option to hide it entirely if you'd rather not see it at all). As I was building it I wanted to bake in a couple of workflows I'd wished for in other transcription apps. 1. Mid-meeting you can press anoth...

Show HN: Philosophy for Kids https://ift.tt/vG3LAx6

Show HN: Philosophy for Kids Sometimes my son asks me 'why' questions that could be answered well by a kid-friendly philosophy article. But I don't know where to find those, so I ask Claude or ChatGPT, and have a specific workflow for getting the type of output I want. I figured other people might find those AI-generated articles helpful, so I put them here: https://ift.tt/A7WFTQ1 There's a search box at the top. https://ift.tt/A7WFTQ1 June 15, 2026 at 01:15AM

Show HN: Kage – Shadow any website to a single binary for offline viewing https://ift.tt/IDJbECs

Show HN: Kage – Shadow any website to a single binary for offline viewing https://ift.tt/u0lfq4Q June 15, 2026 at 12:25AM

Show HN: Slopsome – a VRAM fit calculator and tok/s database for local LLMs https://ift.tt/RPZBiuO

Show HN: Slopsome – a VRAM fit calculator and tok/s database for local LLMs https://slopsome.com June 14, 2026 at 02:44AM

Show HN: Galdor – a Go LLM agent framework with built-in tracing and replay https://ift.tt/xWyPtd6

Show HN: Galdor – a Go LLM agent framework with built-in tracing and replay https://ift.tt/mUiDCKP June 14, 2026 at 02:04AM

Show HN: Verso – A $14.99 Mac word processor with no subscription https://ift.tt/5eKN9U6

Show HN: Verso – A $14.99 Mac word processor with no subscription https://ift.tt/CuO3NnL June 14, 2026 at 12:43AM

Show HN: Lightweight C++23 S3 client with no extra deps (just curl and OpenSSL) https://ift.tt/2zkxtOb

Show HN: Lightweight C++23 S3 client with no extra deps (just curl and OpenSSL) Attached is my attempt at making a small toy S3 client without any other dependency besides libcurl and OpenSSL. Was tested mainly on MinIO (RIP) locally, so I would expect some bugs when using it against AWS, although I was able to play with it on some open access buckets Be aware that I am not a C++ programmer and this project was indeed done to learn a bit of C++ myself :') Feedback on any of the code, either on gtest, or the benchmarking section or the core itself is welcome! https://ift.tt/g6fQrID June 13, 2026 at 11:40PM

Show HN: Vilvona AI – Self-Hosted AI Assistant with Tamil and Hindi UI https://ift.tt/h1kONI9

Show HN: Vilvona AI – Self-Hosted AI Assistant with Tamil and Hindi UI https://ift.tt/bTedJ9S June 13, 2026 at 01:26AM

Show HN: Squishy & Friends – Claude Fabel 5 coded a game and it is good https://ift.tt/SFmtc3H

Show HN: Squishy & Friends – Claude Fabel 5 coded a game and it is good https://ift.tt/ADBS5M1 June 12, 2026 at 11:43PM

Show HN: SharkClean MCP https://ift.tt/iIZ8dfl

Show HN: SharkClean MCP This is nothing special but it has been very very nice to kick off cleaning jobs remotely via MCP. Working towards a genuinely smart home and this was a useful step in the right direction. https://ift.tt/tDwC3PS June 12, 2026 at 11:09PM

Let Muni Move You Through the Summer

Let Muni Move You Through the Summer By Melissa Culross San Francisco is a magical place all year, including and especially during summertime. (Photo credit: Unsplash) There’s nothing like summer in San Francisco. You may need a jacket thanks to the fog and cool conditions, but summer still heats up in the city, despite any weather forecast. There is so much to do, especially this year. And thanks to Muni and our entire transportation system, getting to summer events is easy. You can hop on a bus, train or streetcar and enjoy the season. If you drive, walk or bike, you can count on our parking control officers to keep traffic moving and help you... Published 2026-06-11T00:00:00Z https://ift.tt/zjQBh3H

Show HN: A police department for your Claude Code agents https://ift.tt/8Bjw5WT

Show HN: A police department for your Claude Code agents https://ift.tt/2HiClOc June 12, 2026 at 12:47AM

Show HN: AI pair programmer for Emacs https://ift.tt/xJtQPHv

Show HN: AI pair programmer for Emacs I built a pair programmer, using AI, but now am trying to go slow with new languages and paradigms using this package. I have noticed a decline in my programming skills, and wondered why I couldn't use AI as a pair programmer. Why can it watch what I'm doing over my shoulder and suggest changes? That way I can struggle through problems still and actually learn something. Results have been good so far :) https://ift.tt/c9t1LuU June 9, 2026 at 01:34AM

Show HN: Extend UI – open-source UI kit for modern document apps https://ift.tt/PRKkEYC

Show HN: Extend UI – open-source UI kit for modern document apps We're open-sourcing 14 components & examples today for PDF, DOCX, and XLSX viewers, plus bounding box citations, file upload, e-signature, and more. It's MIT licensed and fully customizable. Demo video here: https://ift.tt/1hoP72x When we started, we tried every file viewer and document component library we could find. Unfortunately, none of them had all the functionality (and polish) that we wanted, so we ended up building our own for https://extend.ai/ . It was only ever meant to be internal, but enough customers kept asking for it that we decided to open source it. It's useful for building document processing agents, real-time user facing document intake flows, or all kinds of internal tooling. We naively thought this would be a solved problem. Turns out, making PDF/XLSX/DOCX viewers that work at scale is not trivial...we use and maintain it for Extend ourselves, so we've fixed a lot of edge case...

Show HN: HelixDB – A graph database built on object storage https://ift.tt/OBmo3uR

Show HN: HelixDB – A graph database built on object storage Hey HN, it’s been just over a year since we launched HelixDB ( https://ift.tt/xzOGTsY ), a project a friend and I started in college. It’s an OLTP graph database built on object-storage, with native vector search and full-text search (FTS). Why graph, vector and FTS? Graph databases provide a natural cognitive model for data, vectors allow for a semantic understanding of the entities and relationships in the graph, and FTS provides more specific filtering. Many AI-driven applications attempt to combine all of these functionalities by stitching together multiple disconnected systems, but even then there’s no native way to perform joins or queries that span all systems. You still need to handle this logic at the application level. Helix started as a graph DB, but we moved to a hybrid graph/vector approach after attempting to build an AI memory system, which led us down the GraphRAG and HybridRAG rabbit hole, where we would need ...

Show HN: Learn while you wait for your agents to code https://ift.tt/kTsQR1H

Show HN: Learn while you wait for your agents to code Hi HN, While waiting for Claude Code to finish running, It's very tempting to start another task or browse the internet. This is what happened to me so I built Foyer to try to learn about what the agents are working on instead of losing focus. Product is an early MVP and would love some feedback on this. https://ift.tt/Lckg1yU June 10, 2026 at 11:53PM

Join us for Bloomsday and Beyond on June 16: Irish literature meets transit and civic history

Join us for Bloomsday and Beyond on June 16: Irish literature meets transit and civic history By Danbee Song Bloomsday and Beyond brings Irish literature into San Francisco neighborhoods, connecting books, Muni and the city in motion. Celebrate Irish literature, San Francisco neighborhoods and the public works that connect us On Tuesday, June 16, 2026, join us for Bloomsday and Beyond: Celebrating Ireland, the Island of Writers. Ride with us on the L Taraval for readings from “Ulysses,” book giveaways and fun. This metro route connects the Consulate General of Ireland and the United Irish Cultural Center. Together, we will celebrate Irish ingenuity and the city of San Francisco. Check out the... Published 2026-06-09T00:00:00Z https://ift.tt/HqdilZf

Show HN: AI-native red-team for penetration testing and vulnerability research https://ift.tt/WRYzaVA

Show HN: AI-native red-team for penetration testing and vulnerability research AI-native red-team workbench for authorized penetration testing and vulnerability research, with specialist agents, sandboxed tooling, evidence records, and replayable timelines. https://ift.tt/lb21Zch June 9, 2026 at 11:00PM

Getting Around San Francisco During FIFA World Cup 26™: Your Go-to Guide

Getting Around San Francisco During FIFA World Cup 26™: Your Go-to Guide By Let Muni take you where you need to go. Explore the city and connect with soccer fans during FIFA World Cup 26™. Our teams at the SFMTA are here to help you enjoy FIFA World Cup 26™ festivities across the San Francisco Bay Area. Whether you’re visiting the city or a long-time local, you can count on us to get you where you want to go. Our operators at Muni are ready to get you to the city’s lively venues and local businesses. They’ll also connect you with the transit agencies that go directly to the World Cup Bay Area stadium. Our parking control officers will help keep traffic flowing and... Published 2026-06-08T00:00:00Z https://ift.tt/qVpZ51n

Show HN: Gitdot – a better GitHub. Open-source, anti-AI, and written in Rust https://ift.tt/CIeyc5m

Show HN: Gitdot – a better GitHub. Open-source, anti-AI, and written in Rust What works now: user signups, org creations, private/public repos, and importing GitHub repositories (both as read-only mirrors and full migrations). So basically, you can create, push and pull to a repo, but we don't have many features quite yet (issues, PRs, CI). What is a bit unique is: 1) we built it in Rust and 2) the website is a little odd. Its design is inspired by CLIs (e.g., fzf, broot, vim) instead of web apps, and as such, lacks some affordances that you might typically expect in favor of keyboard-driven instant navigations (we have the very ambitious goal of an FCP of 100ms). In case you're curious, here's how we we built it: https://ift.tt/xZfNYwd We recognize that we're making some bold claims here and are also well aware that we have much to learn. Building software is still hard, and that's a fact we seem to relearn everyday. But we wanted to share what we built so far no...

Show HN: Quick games disguised as boring spreadsheets https://ift.tt/D1fHP4b

Show HN: Quick games disguised as boring spreadsheets I posted a version of this over a year ago but decided to rebuild it recently. Bored Spreadsheet is a collection of quick and easy games that look like a spreadsheet from a distance. I have tightened the app to be a collection of 6 games: Minesweeper, 2048, solitaire, sudoku, a market trading game and a daily reconciliation puzzle where the player must find bad data in a fake table. The games are free to play but sign up is required to submit your scores to the leaderboard. As was the original intention over a year ago, I hope this proves useful to those office workers who have a lot of downtime in between tasks or meetings yet don’t have the freedom to open Youtube or Cyberpunk 2077 on their work computers. Ironically my work network has blocked the website as it “contains non-business-related services” – I hope you have better luck than me! https://ift.tt/IS4yjLH June 8, 2026 at 11:13PM

Show HN: I Derived a Pancake https://ift.tt/73WoGXQ

Show HN: I Derived a Pancake After 25 years of making other people's pancake recipes - always yearning for more tang, more fluff, and more predictability - I decided to derive the pancake recipe from the chemistry. You mark checkboxes for what you have on hand (ricotta, sour cream, kefir, buttermilk, yogurt, cottage cheese, lemon, cream of tartar, etc.) and it computes the best recipe based on targets for acid, fat, salt, sugar, and CO2. My particular favorite are the yeast-raised lemon ricotta kefir pancakes - the best I've ever had. The math is done in a small pure-ESM library: ingredient composition to component masses and acid moles, a stoichiometry layer, and a bisection solver for the target deficits. I'm not a chemist, so if something is off, tell me and I will fix it! https://ift.tt/L3IMX6P June 5, 2026 at 01:42PM

Show HN: Nightwatch, The open-source, read-only AI SRE https://ift.tt/2bnFdCc

Show HN: Nightwatch, The open-source, read-only AI SRE nightwatch is a local-first, read-only layer on top of your monitoring. it groups alert storm into incidents, flags noisy checks and has an agent that can investigate for you live systems. You can e.g. jump from the incident into the agent directly. the reason for this weekend project is that we had a kubernetes upgrade that went wrong, and at some point a rollback wasn't possible anymore, so it had to be fixed live during the night while several problems came together. We run a lot of different systems, on-prem and several Kubernetes clusters, and in a situation like that you spend most of the time just figuring out what is actually broken and where. So i thought that it would be pretty cool to have eyes in the dark in each system that can talk to your "brain". so the idea is to put a baby owl into each environment. Each owl runs where the systems live, keeps that environment's credentials local, and only dials o...

Show HN: OpenPayphone – open-source guts for a 1996 coin payphone (Pi and SIP) https://ift.tt/g5subaj

Show HN: OpenPayphone – open-source guts for a 1996 coin payphone (Pi and SIP) https://ift.tt/GA1gQhE June 7, 2026 at 11:36PM

Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs https://ift.tt/zha01Ku

Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs Hello HN, I've been working on a simple OS for tinkering and running bare metal apps on vintage PCs. Since I couldn't quite decide whether to target pure 16-bit, or slightly more capable 32-bit machines, I ended up with two separate versions: - GentleOS/32 ( https://ift.tt/HpD94lq ) works on i386+, requires 4MB of RAM and VGA display supporting 640x480x16 mode or any 256-color VESA mode. - GentleOS/16 ( https://ift.tt/VE4xTSg ) works on 80186+, requires less than 192KB of RAM and a CGA display supporting 320x200x4 mode. You can find more details in the repos. https://ift.tt/HpD94lq June 7, 2026 at 10:45PM

Show HN: Dap-mux – Connect your editor and REPL to the same debug session https://ift.tt/yMLTqYW

Show HN: Dap-mux – Connect your editor and REPL to the same debug session I have been coding over four decades, in many languages, on many projects (including Firefox, Final Cut Pro, the Newton, and Fullwrite Professional if you can remember that far back; all these using my "dead-name"). I wrote something small and simple to scratch an itch. It's the UNIX philosophy: small "one-trick ponies", each *really* good at their one trick, then the user can hook them together to solve actual problems. I'm a CLI guy, and for almost everything, I already have this. But not for debugging. The itch I scratched was the connector that enables this philosophy for debugging. That thing is dap-mux. A DAP multiplexer turning a one-to-one protocol into a cooperating session of as many tools as you need to get it done! How it started: Helix and Python for me (and sometimes IPython), with the rest of my team using PyCharm (which I have long loved!). My team's problem is that...

Show HN: Typedframes – Pandas/polars column name checking at lint time https://ift.tt/1ugTXvW

Show HN: Typedframes – Pandas/polars column name checking at lint time https://ift.tt/IvoWqPF June 7, 2026 at 03:32AM

Show HN: Resonate – Low-latency, high-resolution spectral analysis https://ift.tt/XNhvUKZ

Show HN: Resonate – Low-latency, high-resolution spectral analysis Last April I shared about my Resonate project here ( https://ift.tt/m8OvkHw ) A lot has happened since: the work I presented in much more detail at last June's International Computer Music Conference (ICMC) got best paper award. I also gave a talk at the Audio Developer Conference in Bristol last November, the video is on YouTube). This year's work, which I recently presented at this year's ICMC, starts with known techniques from the phase vocoder literature to build self-tuning filter banks that extract very efficiently the frequency components that are actually present in the input signal. Overview on the project website, more details in the papers, including applications to super-resolution spectrograms and re-synthesis experiments. As many people have pointed out, none of the techniques I have used are new (some of them even have different names across different fields), but I haven't seen them appli...

Show HN: Infinite canvas notes in the non-Euclidean Poincaré disk https://ift.tt/KyHewhX

Show HN: Infinite canvas notes in the non-Euclidean Poincaré disk Hi! This is an infinite canvas note-taking tool where notes are laid out in a non-Euclidean, hyperbolic geometric space. As you drag and navigate through the view, you’ll experience a unique fluid distortion that naturally leverages your brain's spatial memory. I’ve been obsessed with the concept of space in HCI for years. Many modern UI patterns are essentially workarounds for the lack of screen real estate. While researching zoom-based UIs a while back, I stumbled upon old HCI papers that used the Poincaré disk model of the hyperbolic plane to organize data. It elegantly projects an infinite space into a finite disk, keeping everything contextually visible. I wanted to build an experimental app around this concept years ago, but the non-Euclidean math was a significant roadblock. Recently, I decided to give it a shot with the help of LLMs. It turns out that LLMs can handle the mathematical heavy lifting quite well,...

Show HN: Bash Runtime for AWS Lambda https://ift.tt/MBob2zp

Show HN: Bash Runtime for AWS Lambda Hi HN, I built a Bash runtime for AWS Lambda to make writing glue code simpler and faster. Sometimes, all you need is a bit of `sed`, `awk`, maybe a loop and a few HTTP API calls, and this runtime gives you all the tools to do that. It comes bundled with `jq` and `curl` so you can handle JSON payloads and string together HTTP API calls right out of the box, including calling AWS services with `curl --aws-sigv4`. In keeping with the theme, the Lambda handler contract is also made as simple as practical: read from stdin, write to stdout, return 0 for success and non-0 for error. You can run shell scripts, call binaries (either what's available in `al2023.provided` or you can package your own static binaries with your handler), or a combination of both. If you remember nodding along to Adam Drake's post about how bash and coreutils can be faster than a Hadoop cluster, I hope you give this a whirl and find it useful. The runtime is packaged as ...

Show HN: MimicScribe – transcriber with ~97% accurate on-device speaker IDing https://ift.tt/f3mCUQI

Show HN: MimicScribe – transcriber with ~97% accurate on-device speaker IDing I’ve spent the last seven months building a tool I wish I’d had in my previous roles. MimicScribe is a macOS menu bar app that fits the "AI notetaker" category. It has accurate on-device speaker identification (a first possibly?), real-time meeting talking points for discovery calls, and a fully keyboard- and voice-driven interface. I believe the accuracy of the speaker ID system is its biggest strength. I used fluid audio’s port of ( https://ift.tt/eaNBPw9 ) Pyannote's community-1 as a base. To improve accuracy, the system uses grammar structure cues from the Parakeet STT to mask by sentence. By taking a second set of samples within that mask for cluster assignment, it leverages the fact that most people don’t finish each other's… sandwiches in business meetings. It tends to slightly oversegment, as I’ve found it much easier to merge segments or reassign a speaker than it is to untangle an ...

Show HN: SnapToCode – Screenshot any UI and get clean Tailwind code https://ift.tt/X1rSWbi

Show HN: SnapToCode – Screenshot any UI and get clean Tailwind code https://ift.tt/fiLQ4uV June 6, 2026 at 12:05AM

Show HN: A Simplistic UI for Rich Hickey's Design in Practice https://ift.tt/O0w3psS

Show HN: A Simplistic UI for Rich Hickey's Design in Practice For making it easier to iterate with an LLM on Decision Matrices. Try it: https://bmillare.github.io/design_in_practice_ui/ https://ift.tt/pP8Cg9A June 5, 2026 at 11:09PM

Show HN: Bot or Not – Spot AI-generated randomness https://ift.tt/vVO71Gd

Show HN: Bot or Not – Spot AI-generated randomness https://play-bot-or-not.vercel.app/ June 5, 2026 at 02:56AM

Show HN: Using Haskell to play music on 3D printer motors (2020) https://ift.tt/yHa74YK

Show HN: Using Haskell to play music on 3D printer motors (2020) https://lucasoshiro.github.io/software-en/2020-07-31-music_gcode/ June 5, 2026 at 03:07AM

Show HN: Cost.dev (YC W21) – making agents cost-aware and cheaper to call https://ift.tt/usRrDkb

Show HN: Cost.dev (YC W21) – making agents cost-aware and cheaper to call We launched Infracost on HN five years ago ( https://ift.tt/5xcP1or ) where our CLI generated cost estimates for infra-as-code, e.g. "this Terraform PR adds $400/mo". The idea was to shift cloud costs (FinOps) left, so engineers get visibility of costs before deployment and make better decisions. Earlier this year we started seeing agent traffic in our logs and it looked like coding agents were calling our CLI. But that CLI wasn't designed with coding agents in mind. We went down a philosophical rabbit hole to see if a CLI is even needed anymore given that Claude, Copilot et al. already follow best practices. Ultimately we decided to create a new CLI from the ground up with coding agents in mind for two reasons: 1. We optimized the CLI for agent callers and cut Claude's output token usage by up to 79% and API cost by up to 67% versus a bare-Claude baseline. We wrote a blog documenting our lesson...

Show HN: ClearLogo – a logo API that returns usable logos, not raw files https://ift.tt/LXeZVc1

Show HN: ClearLogo – a logo API that returns usable logos, not raw files https://ift.tt/ekmYXa9 June 4, 2026 at 09:28PM

Show HN: Capture, compress, and copy screenshots to clipboard https://ift.tt/haPQfGT

Show HN: Capture, compress, and copy screenshots to clipboard https://ift.tt/pRjIeA8 June 3, 2026 at 11:46PM

Show HN: Rscrypto, pure-Rust crypto with industry leading public benches https://ift.tt/RVjxkud

Show HN: Rscrypto, pure-Rust crypto with industry leading public benches https://ift.tt/AZQKSFy June 3, 2026 at 11:41PM

Show HN: Ideogram 4.0 – open-weight 9.3B text-to-image model https://ift.tt/ibBZsu2

Show HN: Ideogram 4.0 – open-weight 9.3B text-to-image model It's our new text-to-image model: a 9.3B single-stream diffusion transformer trained entirely from scratch. We focused heavily on controllability through structured JSON prompts, with strong text rendering, spatial awareness through bounding box guidance, and color palette control. It has the best text rendering of any open-weight model we've tested so far, and the NF4 quantized checkpoint runs on a single 24GB GPU. For more technical details and examples see our blog post: https://ift.tt/LWIdxNb We will be happy to answer any questions :) https://ift.tt/IpQe4wf June 3, 2026 at 11:00PM

Citywide Crawl Connects Soccer Fans Starting June 11

Citywide Crawl Connects Soccer Fans Starting June 11 By Nashelly Chavez The Muni Goal Rush is a new citywide crawl that connects soccer fans across San Francisco from June 11 - July 19. A new citywide crawl — the Muni Goal Rush — is coming to San Francisco! This crawl invites you to root for your favorite teams and explore the city during the FIFA World Cup 26™ SF Bay Area. From June 11- July 19, experience world-class soccer, public transit and the best of nine San Francisco neighborhoods. With amazing prizes and the opportunity to explore, you won't want to miss out. How to play First, pick up a Muni Goal Rush game card. Find it at any of the participating... Published 2026-06-02T00:00:00Z https://ift.tt/iJ5sIB8

Show HN: Hop – JSX for Rust https://ift.tt/nI7gBhm

Show HN: Hop – JSX for Rust https://hoplang.com June 3, 2026 at 12:08AM

Show HN: I built a way to find and install Claude skills https://ift.tt/Agd4KWQ

Show HN: I built a way to find and install Claude skills I've been experimenting with ways to increase AI adoption for non-technical people. Basically, all companies are pushing for AI because it's all over the news and they feel left behind but most people have no clue where to start. I think 90% of people (ie non coders) are sufficiently well served by using cowork instead of claude code or something similar. If we can get people from sales, customer support, marketing, etc to collaborate with skills and cowork to form a company brain, I think it's gold. So I think there's opportunity for the community to share skills that work well for 1000s of use cases. However, it's currently quite hard to find good skills and figure out if they're worth it. Gstack has had immense success because of Gary's reach and credibility. Can something like Claudinho.xyz host skills built by the community? What are your thoughts / concerns? https://www.claudinho.xyz/ June 3, 202...

Show HN: DropLock – E2EE secret sharing web app with no backend https://ift.tt/tXhbKQC

Show HN: DropLock – E2EE secret sharing web app with no backend https://ift.tt/chSe0Bd June 2, 2026 at 10:14PM

Show HN: Trumpstonks – every company Trump's named, backtested vs. the S&P https://ift.tt/pfVcLn4

Show HN: Trumpstonks – every company Trump's named, backtested vs. the S&P https://ift.tt/04aLPlh June 2, 2026 at 12:30AM

Show HN: Textile – A desktop app for weaving together bits of text https://ift.tt/IpkBTHG

Show HN: Textile – A desktop app for weaving together bits of text Hi all, I'm excited to show off Textile, a desktop app I recently built. Textile can combine bits of text using various inputs, such as commands on your computer, the contents of your clipboard, and hard-coded strings that you provide. It lets you carefully build up and modify a dynamic string, step by step, until it's exactly how you need it. The saved steps can then be executed on demand, with the click of a button or using a keyboard shortcut. I built Textile because I was often constructing complicated, dynamic URLs from various sources that all existed on my computer. I got tired of manually switching between different apps, copying and pasting various chunks of text, and assembling them all together somewhere. I've also found Textile to be quite useful as a kind of repository for obscure bits of static text, such as ½ and other fraction characters, when I can't be bothered to remember their built-i...

Show HN: Valdr - Valkey/Redis in safe Rust, passes >99% of Valkey test suite https://ift.tt/6l30Grd

Show HN: Valdr - Valkey/Redis in safe Rust, passes >99% of Valkey test suite https://ift.tt/RaWrsvC June 1, 2026 at 11:23PM

Show HN: A desktop app for manual QA testing and evidence gathering https://ift.tt/waPv0Xo

Show HN: A desktop app for manual QA testing and evidence gathering https://ift.tt/OLtnjcM June 1, 2026 at 11:47PM