frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: APK-interceptor – Android deeplink, Intent assessment helper

https://github.com/sterrasec/apk-interceptor
1•tkmru•1m ago•0 comments

Show HN: Local automation runner with built-in LLM steps – YAML pipelines

https://rorlikowski.github.io/stepyard/
1•rorlikowski•9m ago•0 comments

Show HN: WhatsKept – Searchable,agent-queryable WhatsApp history from iOS backup

https://github.com/alkait/whatskept
1•tenthead•11m ago•0 comments

Maria Isabel Sánchez Vegara on Her 100th "Little People, Big Dreams" Book

https://www.amightygirl.com/blog?p=36753
1•zeristor•17m ago•0 comments

Show HN: F1l0 – Fitness Logger

https://f1l0.nickyreinert.de/
1•y42•17m ago•0 comments

Data Center Warfare: Defending AI Infrastructure

https://mwi.westpoint.edu/data-center-warfare-defending-the-key-terrain-of-ai-infrastructure/
1•Alien1Being•21m ago•0 comments

Show HN: I'm building a free TradingView alternative

https://www.aulico.com
1•rendernos•22m ago•0 comments

Banned

https://netwars.pelicancrossing.net/2026/06/19/banned/
2•ColinWright•29m ago•0 comments

Most indie devs build the wrong features. Here's one pattern that helps

https://featurebuddy.com/
2•dvanach•31m ago•1 comments

Nvidia Vera CPU Performance Compares to the Ampere Altra Max

https://www.phoronix.com/review/ampere-altra-nvidia-vera
1•rbanffy•31m ago•1 comments

EPEX: Matrix-free coefficient expansion for low-memory LWE experiments

https://zenodo.org/records/20743190
1•TomIRN•35m ago•0 comments

QuEra's Libra Fault-Tolerant Quantum System Heading to Amazon Braket Service

https://www.nextplatform.com/compute/2026/06/16/queras-libra-fault-tolerant-quantum-system-headin...
1•rbanffy•35m ago•0 comments

Fli -a tiny (18KB) easy to read file listing tool. Rust no_std and Libc

2•tracyspacy•37m ago•0 comments

Show HN: SciCollab – A platform where research happens, together

https://www.scicollab.org/
1•pixelatedRudy•39m ago•0 comments

Maptap.gg – Daily Geography Game

https://maptap.gg/
1•Gathering6678•39m ago•0 comments

Microsoft discovers new lightweight backdoor that steals cryptocurrency

https://arstechnica.com/security/2026/06/microsoft-spots-new-self-propagating-malware-for-stealin...
1•rbanffy•40m ago•0 comments

Nigeria's Babylon System [video]

https://www.youtube.com/watch?v=5vlmEuIPRIs
1•daesorin•40m ago•0 comments

Taste and judgement are lies we tell ourselves

https://technotes.substack.com/p/taste-and-judgement-are-lies-we-tell
3•mkagenius•44m ago•0 comments

"6-paper alternative to dark matter, tested across galaxy to cosmic scales"

2•SPruynIDR•47m ago•0 comments

Trump administration to phase out HIV funding

https://www.politico.com/news/2026/06/18/pepfar-south-africa-white-afrikaners-hiv-aids-00968479
5•Alien1Being•52m ago•1 comments

'Politically naive': The fight behind Anthropic's export controls

https://www.politico.com/news/2026/06/19/he-has-to-find-a-way-to-be-friends-the-political-fight-b...
3•Alien1Being•53m ago•0 comments

Getting Back to Basics by Abusing AI

https://blog.unitedheroes.net/5752
2•simonebrunozzi•56m ago•0 comments

Solved and Unsolved: The Status of Hilbert's 23 Problems in Mathematics

https://www.simonsfoundation.org/2026/06/18/solved-unsolved-and-unsolvable-the-status-of-hilberts...
2•nill0•1h ago•1 comments

Show HN: Aastro – Extendable API Gateway in Go

https://starwalkn.github.io/aastro-docs/
2•starwalkn•1h ago•0 comments

An empirical fit to 171 galaxy rotation curves with zero free parameters

https://github.com/SPruynIDR/Galaxy-Rotation-Curves-SPARC-Validation-Test
4•SPruynIDR•1h ago•0 comments

Stop Naming Your Variables "Flag": The Art of Boolean Prefixes

https://thatamazingprogrammer.com/posts/stop-naming-your-variables-flag-the-art-of-boolean-prefixes/
1•theanonymousone•1h ago•0 comments

James Burrows, legendary director of Cheers and Friends, dies aged 85

https://www.bbc.co.uk/news/articles/ce8k07x523eo
2•mellosouls•1h ago•0 comments

Stop Saying Half of 2026 US Datacenter Capacity Is Canceled

https://newsletter.semianalysis.com/p/stop-saying-half-of-2026-us-datacenter
1•alecco•1h ago•0 comments

It's Time to Clean Up Human Slop

https://thenewstack.io/ai-code-review-self-review/
2•fatliverfreddy•1h ago•0 comments

Google, Microsoft offer specs to help you prove your AI is behaving nicely

https://www.cio.com/article/4187280/google-microsoft-offer-specs-to-help-you-prove-your-ai-is-beh...
2•mindcrime•1h ago•0 comments
Open in hackernews

Show HN: Run Agent Skills with mistral.rs v0.8.10: /v1/skills support and more

20•ericlbuehler•2d ago
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://raw.githubusercontent.com/EricLBuehler/mistral.rs/ma... | sh # Windows > irm https://raw.githubusercontent.com/EricLBuehler/mistral.rs/ma... | 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://github.com/EricLBuehler/mistral.rs Docs & Quickstart: https://ericlbuehler.github.io/mistral.rs/

Comments

roshiya•17h ago
Do you see OpenAI compatibility mainly as a migration path, or do you expect it to become the de facto interface for local model tooling as well?