frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Toranj: Our Adventure Left Mid-Way

https://medium.com/@alirezamd/toranj-an-adventure-left-mid-way-2da199493720
1•alir8zana•19s ago•0 comments

Beginner's Guide to Python

https://wiki.python.org/moin/BeginnersGuide
1•ankitg12•22s ago•0 comments

Show HN: Ping Pals – Simple social tracker iOS app without coding

https://apps.apple.com/tr/app/ping-pals/id6770330997
1•seugur•25s ago•0 comments

A Trademark Dispute over MeshCore

https://lwn.net/SubscriberLink/1070218/e95f4f2e2c9fe208/
1•6581•50s ago•0 comments

Leaked Files from Putin's Troll Factory: How Russia Manipulated EU Elections

https://vsquare.org/leaked-files-putin-troll-factory-russia-european-elections-factory-of-fakes/
2•alephnerd•2m ago•0 comments

Teardown of Jio Set Top Box Remote

https://pallavaggarwal.in/2026/02/07/teardown-jio-set-top-box-remote-india/
1•ankitg12•3m ago•0 comments

Show HN: MigraDiff v1.3.0 – PostgreSQL schema diff with AI migration explanation

https://github.com/migradiff/migra/releases/tag/v1.3.0
1•lateos-ai•4m ago•0 comments

Show HN: HumanForScale – See how big things are

https://www.humanforscale.app/
1•anandbaburajan•6m ago•0 comments

Losing My Religion [Libertarianism]

https://worksinprogress.co/issue/losing-my-religion/
1•maxall4•7m ago•0 comments

Hacking my way around a fake STM32

https://hrideshmg.com/p/stm32-hack/
1•hrideshmg•7m ago•1 comments

Downdetector and Speedtest sold to Accenture for $1.2B

https://www.theverge.com/tech/889234/downdetector-ookla-speedtest-sold-accenture
1•Garbage•9m ago•0 comments

I Want to Use AI

https://blog.senko.net/how-i-want-to-use-ai
2•taubek•11m ago•0 comments

Terminal Features: How Escape Sequences Work

https://terminfo.dev/features
2•ankitg12•16m ago•1 comments

SIMDe

https://github.com/simd-everywhere/simde
1•tosh•17m ago•0 comments

Linux/Mac68k

http://www.mac.linux-m68k.org/
2•doener•19m ago•0 comments

Show HN: DropLock – E2EE secret sharing web app with no backend

https://droplock.apitman.com/
1•apitman•19m ago•0 comments

Lazydiff – Terminal PR review with ast aware semantic diff and impact graphs

https://github.com/Ataraxy-Labs/lazydiff
2•rohanucla•20m ago•0 comments

Company Blew $500M on Claude AI in One Month

https://www.gadgetreview.com/company-blew-500m-on-claude-ai-in-one-month
5•jonathanlydall•21m ago•2 comments

David Suzuki Calls Artimis II a Stunt for SpaceX IPO [video]

https://www.cbc.ca/player/play/video/9.7210795
1•laurex•22m ago•0 comments

I got arrested because of legos [video]

https://www.youtube.com/watch?v=cxZPfj8AlmY
4•Jn2G3Np8•24m ago•0 comments

NBER: Data Centers and Local Economies in the Age of AI

https://www.nber.org/papers/w35194
1•m-hodges•25m ago•0 comments

Werner Herzog in conversation with Paul Cronin (2014)

https://fsgworkinprogress.com/2014/09/26/insignificant-bullets-evil-poachers-and-l-a-culture/
2•Michelangelo11•25m ago•0 comments

Polymer-coated nanowire electrocatalytic system for removal of micropollutants

https://www.nature.com/articles/s41467-026-73425-1
3•bookofjoe•26m ago•0 comments

Grokimage.ai

https://grokimage.ai/
1•RustyArmor•27m ago•0 comments

Rivet: Node.js HTTP Server Framework

https://www.npmjs.com/package/@igosprojects/rivet
1•eyedev•28m ago•0 comments

Vectorscan

https://github.com/Vectorcamp/vectorscan
1•tosh•30m ago•0 comments

FBI says Google engineer used internal search data to win $1.2M on Polymarket

https://arstechnica.com/tech-policy/2026/05/fbi-says-google-engineer-used-internal-search-data-to...
1•frigidwalnut•30m ago•0 comments

Why does tsgo use so much memory?

https://zackoverflow.dev/writing/why-does-tsgo-use-so-much-memory/
2•zeldapoem•31m ago•0 comments

6 Months of "Agentic" Coding

https://ashutoshbsathe.github.io/blog/agentic-coding/
2•ashutoshbsathe•32m ago•0 comments

OpenAI IPO: preserve your AI engineering innovations!

https://www.draketo.de/software/innovations-survival
1•ArneBab•33m ago•1 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.