frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rainbow Query Language

https://rbql.org/
1•shakna•5m ago•0 comments

Exec into Node via Kubectl

https://github.com/kvaps/kubectl-node-shell
1•ankitg12•6m ago•0 comments

An AI native hedge fund

https://github.com/achaljhawar/1rok
1•satoshiclad•7m ago•0 comments

The Seven-Action Documentation Model

https://passo.uno/seven-action-model/
1•eigenBasis•8m ago•0 comments

Package Manager for Kubectl Plugins

https://krew.sigs.k8s.io/plugins/
1•ankitg12•8m ago•0 comments

Tongan Castaways

https://en.wikipedia.org/wiki/Tongan_castaways
1•mpweiher•8m ago•0 comments

Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong?

https://www.theguardian.com/us-news/ng-interactive/2026/may/31/transhuman-silicon-valley-ai
1•contingencies•8m ago•0 comments

Data Breach Disclosure Lag Is Getting Worse

https://www.troyhunt.com/1000-data-breaches-later-the-disclosure-lag-is-worse-than-ever/
2•moebrowne•9m ago•0 comments

How LLMs Work

https://arpitbhayani.me/blogs/how-llms-work/
1•samrat11•10m ago•0 comments

Concrete Ways I Use AI During a Normal Engineering Workday (Week 4 Roundup)

https://theaileverageweekly.com/posts/8-concrete-ways-i-use-ai-during-a-normal-engineering-workda...
1•talvardi7•11m ago•0 comments

TaskSlinger: A faster, cleaner task manager for Windows with modern interface

https://taskslinger.net/
2•smusamashah•13m ago•1 comments

SWE-Rebench by Nebius

https://swe-rebench.com
1•chaoz_•13m ago•0 comments

Cannot Upvote

2•jjgreen•15m ago•2 comments

Show HN: Ronda lets non-technical users safely edit your webapp

https://useronda.com
2•antoinec•18m ago•0 comments

Divinity: Original Sin – Enhanced Edition 90% off

https://store.steampowered.com/app/373420/Divinity_Original_Sin__Enhanced_Edition/
1•doener•18m ago•0 comments

Unreleased Pixel Watch 5 Found by Diver in St Martins

https://xcancel.com/DuvalMagic/status/2061147076096872836#m
1•noelwelsh•19m ago•0 comments

Cessation of public development of Kefir C compiler

https://kefir.protopopov.lv/posts/announce2.html
1•f311a•20m ago•0 comments

How Not to Buy SpaceX Stock (It's Harder Than You Think)

https://cranberries.medium.com/how-not-to-buy-spacex-stock-its-harder-than-you-think-a37610cb8bd3
3•clktmr•21m ago•0 comments

Growing the Linux App Ecosystem with RISC-V and RVA23 Platforms

https://www.youtube.com/watch?v=ZPY3WZouYrA
1•fork-bomber•22m ago•0 comments

Nvidia Enters Windows Laptop Market, Taking on Intel and AMD

https://www.bloomberg.com/news/articles/2026-06-01/nvidia-enters-windows-laptop-market-taking-on-...
2•lvnfg•26m ago•0 comments

I Dropped PRDs for Shape Up

https://lswith.io/posts/why-i-dropped-prds-for-shapeup/
2•lswith•31m ago•0 comments

Go Experiments Explained

https://www.alexedwards.net/blog/go-experiments-explained
1•ingve•32m ago•0 comments

FCA's Palantir deal could expose UK financial data to Trump's US, critics fear

https://www.theguardian.com/technology/2026/jun/01/fcas-palantir-deal-could-expose-uk-financial-d...
3•robtherobber•36m ago•0 comments

WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality

https://www.preprints.org/manuscript/202606.0016
1•Christiangmer•37m ago•0 comments

The first murder conviction via DNA analysis

http://news.bbc.co.uk/2/hi/uk_news/5405470.stm
2•smallnix•37m ago•0 comments

Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video]

https://www.youtube.com/watch?v=WwCZuN4qQPI
1•robtherobber•38m ago•0 comments

Show HN: Replace shell commands with bun shell typescript scripts

https://github.com/aadalal/bunsh
1•aagamd•41m ago•0 comments

Quay.io Is Down

https://status.redhat.com
2•ilpianista•43m ago•0 comments

AI driven analysis of brokerage account fees in the UK

https://feesorted.com/
1•m101•44m ago•1 comments

Bill Gates Spent Years Crafting His Image. Now It's Cracking

https://www.wsj.com/business/bill-gates-image-epstein-e0b83243
5•7777777phil•45m ago•2 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.