Paraggupta
Thursday, June 18, 2026
SHOW HN: I built a "living proof-of-work" profile for builders https://ift.tt/tGA5ZIf
SHOW HN: I built a "living proof-of-work" profile for builders https://kritive.com June 19, 2026 at 01:50AM
Show HN: I built a daily flag quiz in honor of the World Cup https://ift.tt/9DyQ2Pd
Show HN: I built a daily flag quiz in honor of the World Cup https://orbisearth.web.app/ June 19, 2026 at 01:45AM
Show HN: Run Agent Skills with mistral.rs v0.8.10: /v1/skills support and more https://ift.tt/iaqe7uI
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/x1gZi6m... | sh
# Windows
> irm https://ift.tt/x1gZi6m... | iex Then:
mistralrs serve --agent --isq 4 -m google/gemma-4-E4B-it Super excited for you to try this out and any feedback! Do you have any suggestions for what you would like to see in the next releases? Check out the GitHub: https://ift.tt/iL7lbvz
Docs & Quickstart: https://ericlbuehler.github.io/mistral.rs/ June 18, 2026 at 12:33PM
Show HN: NGB, an open-source .NET platform for document-driven business apps https://ift.tt/N1LAueJ
Show HN: NGB, an open-source .NET platform for document-driven business apps https://ift.tt/S2oftxW June 18, 2026 at 11:20PM
Wednesday, June 17, 2026
Show HN: I built a spelling app for kids with my 7-year-old https://ift.tt/BlFnJb9
Show HN: I built a spelling app for kids with my 7-year-old Hello HN! I made an iPad app with my seven-year-old daughter to make learning spelling fun. https://spellabee.com/ We play Spelling Bee type games in our car rides, and she wanted to learn more words that way. So we built a simple app that teaches 10 words at a time, and lets the kids practice and master these 10 words. The full word list in the app is static, and it gets progressively harder as the kid goes through the levels. There are no AI features in the app. I do not collect emails inside the app or have third party trackers. Based on feedback (reviews) and aggregate usage data I plan on updating the app with new word sets. Although the app does not have any AI features I used AI to build the app itself. I used Claude to code the app using Flutter, do etymology research, and understand what alternative apps that are in the App Store. While the LLMs were good at providing a lot of information, I had to synthesize it and play a strong Product Manager role to drive the vision and keep the app simple. My daughter provided a lot of feedback and helped simplify the app and refine the UX. The "Bee Stage" design was inspired by her drawing. Without AI tools, it would have been almost impossible for me to build and launch this app. But it still required a lot of decision-making and prioritization to get the product out of the door. I strongly believe that while AI is a powerful tool, human taste is the differentiator in well made products. If you have a kid in K-5 who is interested in spelling bee type games, give it a try and I would love to hear any feedback you may have as a parent. App store: https://ift.tt/XaoeK7c... https://spellabee.com/ June 18, 2026 at 03:06AM
Show HN: Vpod – Tiny Linux sandbox running in WASM https://ift.tt/QL0mkuT
Show HN: Vpod – Tiny Linux sandbox running in WASM Hi HN, I spent the last few months reading the RISC‑V specification to build the lightest possible sandboxes. The idea behind a vpod is to quickly spin up a Linux sandbox from snapshots (Alpine by default) without any setup or subsystem required. The trade-off for portability and security is raw CPU speed. So we don't expect it to match native workloads with Python or pip, for example. More info is in the README
https://ift.tt/fGjXp51 Happy to answer any questions! https://ift.tt/fGjXp51 June 17, 2026 at 10:11PM
Tuesday, June 16, 2026
Show HN: Sabela – A Reactive Notebook for Haskell https://ift.tt/z4dYh97
Show HN: Sabela – A Reactive Notebook for Haskell Sabela is a reactive notebook for Haskell. The name is the Ndebele word for "to respond." Cells respond to each other on change. Initially it was meant as a tool for working with data but it has turned out to have a lot of pedagogical value outside of data analysis work. There is a gallery to read through on the website and a number of examples in the repo showcasing things like: * Python interop
* Widgets and animation
* Exploratory data analysis If you find any of this interesting please try it out. Any feedback is welcome. https://ift.tt/F7pHnl4 June 14, 2026 at 02:03PM
Subscribe to:
Posts (Atom)
SHOW HN: I built a "living proof-of-work" profile for builders https://ift.tt/tGA5ZIf
SHOW HN: I built a "living proof-of-work" profile for builders https://kritive.com June 19, 2026 at 01:50AM
-
Show HN: Music player for big local collections with mpd support mpz is a C++/Qt music player focused on UX, with derectory tree and playlis...
-
Show HN: Stickerbox, a kid-safe, AI-powered voice to sticker printer Bob and Arun here, creators of Stickerbox. If AI were built for kids, w...
-
Show HN: HCB Mobile – financial app built by 17 y/o, processing $6M/month Hey everyone! I just built a mobile app using Expo (React Native) ...