Postingan

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