frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Advancing mathematics research with AI-driven formal proof search

https://arxiv.org/abs/2605.22763
1•azhenley•1m ago•0 comments

Google warns lawful-access bill could create major cybersecurity risks

https://www.theglobeandmail.com/politics/article-google-lawful-access-bill-c-22-cybersecurity-risks/
1•ethanplant•2m ago•1 comments

Open-Weight Models Don't Need to Win

https://twitter.com/googrish/status/2058981136370651610
3•kumama•6m ago•1 comments

Show HN: CloudPostOffice – Send messages between apps and agents in 4 lines

https://cloudpostoffice.com/
1•tealpod•8m ago•1 comments

China battery stores electricity and hydrogen

https://www.autonocion.com/us/china-stores-electricity-hydrogen/
2•stevenalowe•8m ago•1 comments

The bootstrapper's EU stack for under €10 per month

https://eualternative.eu/guides/bootstrapper-free-tier-eu-stack/
1•sparkling•9m ago•0 comments

One of the first games made in the Build Engine is about to be delisted

https://www.pcgamer.com/games/fps/one-of-the-first-games-made-in-the-build-engine-is-about-to-be-...
1•Brajeshwar•9m ago•0 comments

What is pending for SpaceX Starship to be a Moonship for NASA astronauts?

https://jatan.space/moon-monday-issue-276/
1•JPLeRouzic•10m ago•0 comments

Exposing fake Canadians pushing to join the US [video]

https://www.youtube.com/watch?v=NXafC7tlqt0
1•cloche•12m ago•0 comments

EU plans to fine Google high triple-digit million euro sum, Handelsblatt reports

https://www.reuters.com/world/europe/eu-plans-fine-google-high-triple-digit-million-euro-sum-hand...
1•thm•15m ago•0 comments

Alaska's oil revival sparks a new energy rush Into the Arctic

https://fortune.com/2026/05/24/alaska-oil-revival-energy-investment-arctic-drilling-national-petr...
5•Brajeshwar•25m ago•3 comments

California moves to exempt Linux from its age-verification law after backlash

https://www.tomshardware.com/software/linux/california-moves-to-exempt-linux-from-its-upcoming-ag...
54•rbanffy•26m ago•19 comments

The effect of sleep on blood biomarkers

https://www.empirical.health/blog/effect-of-sleep-on-blood-biomarkers/
2•brandonb•27m ago•0 comments

Inverted Bacteria That Might Kill Everyone

https://benthams.substack.com/p/the-inverted-bacteria-that-experts
2•oj2828•27m ago•0 comments

Show HN: UUTA – A Quiet Practice Journal for iPhone and iPad

https://uuta.app/
1•sravanipuuta•27m ago•0 comments

Show HN: API cost calculator – compare 28 models across 7 providers, no signup

https://quickfix.tools/ai-pricing-calculator/
1•mlongo•28m ago•0 comments

Life is not a Simulation but a Thought Experiment

https://chfritz.github.io/writing/life-is-a-thought-experiment/
2•chfritz•30m ago•0 comments

1986: Email – The Perfect Tech for the Jet Set? – BBC Archive [video]

https://www.youtube.com/watch?v=JqJ159pngY8
1•MasterYoda•30m ago•0 comments

Geo Carncross: How to program computers (2014) [video]

https://www.youtube.com/watch?v=kTrOg19gzP4
1•tosh•31m ago•0 comments

Color palette gives away AI slop

2•endangeredhuman•31m ago•1 comments

ns scale ultra-low-latency fabric over shm and MMAP for IPC

https://crates.io/crates/disruptor-mp
1•venkat_2811•32m ago•0 comments

Trump admin policy shutting US disease researchers of WHO virus response talks

https://www.cnn.com/2026/05/25/politics/global-virus-response-trump-administration
5•vinnyglennon•33m ago•0 comments

Iran President orders restoration of internet access after 87-day blackout

https://www.indiatoday.in/world/story/irans-president-orders-restoration-of-international-interne...
3•guerby•34m ago•0 comments

Maia-3: free and open source

https://lichess.org/@/ashtonanderson/blog/introducing-maia-3-free-and-open-source/vCPPRtX3
3•pncnmnp•34m ago•0 comments

How I made my Zig gameplay code hot reloadable

https://www.madrigalgames.com/blog/how-i-made-my-zig-gameplay-code-hot-reloadable/
2•birdculture•34m ago•0 comments

Why do anxious people lean left?"

https://www.psypost.org/people-with-anxious-tendencies-are-more-likely-to-support-left-wing-econo...
4•bilsbie•39m ago•2 comments

AI guardrails stripped from Meta and Google models in minutes

https://www.ft.com/content/5630ed79-a263-41ed-9a1a-321617ae310e
3•geoffbp•40m ago•0 comments

AI Is Turning Engineers into Farmers, Doctors and Gardeners

https://aswinmohan.me/ai-doctors-engineers
2•aswinmohanme•43m ago•1 comments

Huawei Touts Chip Breakthrough to Shorten Gap with TSMC

https://www.bloomberg.com/news/articles/2026-05-25/huawei-touts-chipmaking-breakthrough-to-shorte...
1•rbanffy•49m ago•0 comments

Apple: Human Interface Guidelines

https://github.com/gingerbeardman/apple-human-interface-guidelines/tree/main
2•tosh•49m ago•0 comments
Open in hackernews

Show HN: ToolRegistry – A Python Library for Structured Tool Integration

https://github.com/Oaklight/ToolRegistry
3•Oaklight•1y ago

Comments

Oaklight•1y ago
Author here!

I’ve been working on ToolRegistry, a Python library for registering, managing, and invoking tools—from local functions to MCP/OpenAPI endpoints—in a structured, composable way.

With ToolRegistry, you can:

* Register Python functions, classes, or external tools. * Auto-generate JSON Schemas for parameters. * Run tools synchronously or asynchronously in parallel. * Integrate tools over STDIO, HTTP, WebSocket, or SSE via Model Context Protocol (MCP). * Experimental support for OpenAPI services * Compose tools dynamically and reconstruct tool output messages.

The goal is to make it easier to build apps, agents, or systems that coordinate multiple tools flexibly—without getting bogged down in glue code.

GitHub: [https://github.com/Oaklight/ToolRegistry](https://github.com/Oaklight/ToolRegistry) PyPI: [https://pypi.org/project/toolregistry/](https://pypi.org/project/toolregistry/) Docs: [https://toolregistry.lab.oaklight.cn](https://toolregistry.lab.oaklight.cn)

Would love feedback—ideas, issues, or use cases welcome!

Thanks for checking it out.

venk12•1y ago
This is interesting. I am working on an adjacent idea. I am working on GTM side of things. Would you like to collaborate?
Oaklight•1y ago
what's GTM?
venk12•1y ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.