frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Wikipedia doesn't need my cash

https://forkingmad.blog/wikipedia-doesnt-need-my-cash/
1•speckx•2m ago•0 comments

The Presences API: Track who is online, typing, and active in realtime

https://appwrite.io/blog/post/announcing-presences-api
1•codeguyakashdev•2m ago•0 comments

Redis-py sucks. It's time for something better

https://github.com/alisaifee/coredis
1•22graeme•4m ago•1 comments

A tiny microphone and site to track birds outside your window

https://theodore.net/projects/AvianVisitors/
1•Twarner•4m ago•0 comments

APL's Surprising Learning Curve (2017) [video]

https://www.youtube.com/watch?v=9xCJ3BCIudI
1•tosh•5m ago•0 comments

Clawtoberfest Contribute · Iterate · Molt

https://nesbitt.io/clawtoberfest/
1•lyoncy•7m ago•0 comments

Monty Hall Problem Simulation

https://nodesocket.github.io/monty-hall-problem-simulation/
1•nodesocket•7m ago•0 comments

Can someone explain this information theory puzzle paper in simple terms?

https://www.researchgate.net/publication/394259368_Exploring_Reinforcement_Learning_and_Informati...
1•JustSittingHere•10m ago•0 comments

Multi-Tenancy in Spring Boot: A Practical Guide

https://anomitra.me/blog/multi-tenancy-in-spring-boot-a-practical-guide/
1•shadeslayer_•11m ago•0 comments

Americans Are Falling Behind on Their $1.25T Credit-Card Bill

https://www.wsj.com/personal-finance/credit/us-credit-card-debt-af5c7c77
4•tcp_handshaker•11m ago•0 comments

Vidai – AI Gateway Written in Rust Community Edition Released

https://vidai.uk/community/
1•nagug•13m ago•0 comments

Decades of Effort Restore Steelhead and Salmon Passage on Alameda Creek

https://www.fisheries.noaa.gov/feature-story/decades-effort-restore-steelhead-and-salmon-passage-...
3•rawgabbit•16m ago•0 comments

La Fabbrica Del Terrore

https://drfmappa.substack.com/p/la-fabbrica-del-terrore
1•drpsymappa•19m ago•0 comments

ChatPaper: Explore and AI Chat with the Academic Papers

https://chatpaper.com
1•geox•20m ago•0 comments

Rothko for your current weather conditions

https://rothko.joonas.wtf/
12•jxmorris12•21m ago•1 comments

Why German trains are never on time anymore

https://www.lemonde.fr/en/international/article/2026/05/29/why-german-trains-are-never-on-time-an...
3•rawgabbit•22m ago•0 comments

Show HN: Heypi – Like OpenClaw but for Your Team (Slack, Discord, etc.)

https://github.com/hunvreus/heypi
1•hunvreus•23m ago•0 comments

Reproducible Infrastructure and Nix

https://www.heavybit.com/library/podcasts/open-source-ready/ep-38-reproducible-infrastructure-wit...
1•jmartens•24m ago•0 comments

ARM Open Sources AI-Powered Security Code Review

https://github.com/arm/metis
1•ARob109•24m ago•0 comments

What is to be done about MGLRU?

https://lwn.net/Articles/1072866/
2•infinet•24m ago•0 comments

DDS Vibe Academy – 47 free AI coding masterclasses, built by AI agents

https://ddsboston.com/pages/dds-vibe-academy
1•robert_dds•24m ago•0 comments

GNUtrition 0.33.0rc4

https://savannah.gnu.org/news/?id=10896
2•amcclure•24m ago•0 comments

DOE's Lockheed Martin nuclear-weapons M&O contract: $48B cumulative since 1993

https://www.usaspending.gov/award/27001/
2•thebuildout•26m ago•0 comments

Show HN: Heirlooms – pass your legacy to family after stop breathing

1•jojwong•26m ago•4 comments

Plume – Sensible HTTP Security Headers for Gleam Web Servers, Inspired by Helmet

https://github.com/scott-ray-wilson/plume
1•TheWiggles•28m ago•0 comments

How to make Unreal's Message Log 100 times faster

https://larstofus.com/2026/05/28/how-to-make-unreals-message-log-100-times-faster/
1•caminanteblanco•28m ago•0 comments

AI will be used to estimate age of asylum seekers from next year

https://www.bbc.co.uk/news/articles/ce3pe36qe7ro
8•vylorn•30m ago•0 comments

Hybrid local and cloud LLM stack for regulated financial document processing?

2•rem_cam•30m ago•1 comments

Heirloom.app – Keep important information in a encrypted place

1•jojwong•30m ago•0 comments

Show HN: Simple news aggregator with source bias meters

https://unbiasthenews.com
2•sammy0910•32m 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.