frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A map showing all startups hiring in Bangalore

https://www.blrstartuparena.com/map
1•astroanax•46s ago•0 comments

WebKit Features for Safari 26.4

https://webkit.org/blog/17862/webkit-features-for-safari-26-4/
1•dfabulich•2m ago•0 comments

Cover Image Skill for OpenClaw, Claude Code

https://www.npmjs.com/package/blog-cover-image-cli
1•sam_josh1•3m ago•0 comments

We Logged 341 EV Charging Sessions. 4 in 10 Had Problems

https://www.evcourse.com/ev-charging-reliability-europe
1•userium•5m ago•0 comments

ZML/v2: Frontier performance through composability

https://zml.ai/posts/zml-v2/
1•steeve•6m ago•0 comments

Postgraphile v5 Released

https://postgraphile.org/news/2026-03-24-v5-published/
2•purge•6m ago•1 comments

AI Agents Gone Rogue

https://www.osohq.com/developers/ai-agents-gone-rogue
1•forks•6m ago•0 comments

Show HN: The / marketplace, an open-source ChatGPT Checkout

https://marketplace.openship.org
1•theturtletalks•6m ago•0 comments

My 2c on the AI/GenAI/LLM bubble

https://riffraff.info/2026/03/my-2c-on-the-ai-genai-llm-bubble/
1•speckx•7m ago•0 comments

Country that put backdoors in Cisco routers to spy on world bans foreign routers

https://www.theregister.com/2026/03/24/fcc_foreign_routers/
6•beardyw•7m ago•0 comments

Global Carmakers Retreat En Masse from Electric Vehicle Plans

https://www.ft.com/content/1198863d-4974-4c4d-be5f-9e7152045b26
1•karakoram•9m ago•1 comments

The AI Industry Is Lying to You

https://www.wheresyoured.at/the-ai-industry-is-lying-to-you/
2•spking•9m ago•0 comments

Pebble Time 2 enters mass production

https://repebble.com/blog/pebble-time-2-is-in-mass-production
1•smig0•9m ago•0 comments

Arm AGI CPU

https://newsroom.arm.com/blog/introducing-arm-agi-cpu
1•RealityVoid•9m ago•1 comments

Systemd has not implemented age verification

https://blog.bofh.it/debian/id_473
2•edward•10m ago•0 comments

How to Build a PMF Machine

https://speedrun.substack.com/p/how-to-build-a-pmf-machine
1•babelfish•11m ago•0 comments

Fitbit Data Sheds Light on Best Time to Exercise

https://nautil.us/fitbit-data-sheds-light-on-best-time-to-exercise-1279140
1•Brajeshwar•13m ago•0 comments

OpenWonton: Nomad-Compatible Workload Orchestrator

https://github.com/openwonton/openwonton
1•InitEnabler•13m ago•0 comments

Richland Correctional Institution rehabilitates animals and people

https://www.ashlandsource.com/2025/10/17/prison-opossums-how-richland-correctional-institution-is...
1•pavel_lishin•14m ago•0 comments

Who Makes What, and Where with the US ISP CPE Supply Chain

https://www.senki.org/operators-security-toolkit/us-isp-cpe-supply-chain/
1•speckx•15m ago•0 comments

The US bans all new foreign-made network routers

https://www.engadget.com/big-tech/the-us-bans-all-new-foreign-made-network-routers-223622966.html
4•ZunarJ5•15m ago•2 comments

Why Performance Reviews Need a Makeover

https://www.ft.com/content/c3d40d72-3c91-4dbe-9c48-a8f2940cc147
1•karakoram•16m ago•1 comments

PBMs Extract $30B/Year from Drug Prices (Data Analysis)

https://andrewrexroad.substack.com/p/the-middlemen
1•rexroad•16m ago•0 comments

ARM to make processors for first time in their history

https://newsroom.arm.com/news/arm-agi-cpu-launch
1•nateguchi•16m ago•0 comments

Welp, I Bought an iPhone Again

https://www.theverge.com/tech/899602/best-phone-android-ios-app-store
2•coloneltcb•18m ago•1 comments

Elon Musk Announces $20B 'Terafab' Chip Plant in Texas to Supply His Companies

https://www.kvue.com/article/tech/elon-musk-announces-chip-plant-austin-travis-county-texas/269-f...
2•m463•18m ago•0 comments

Arm Holdings, in Break from Past, Will Sell Its Own Computer Chips

https://www.nytimes.com/2026/03/24/technology/arm-holdings-sell-chips.html
2•donohoe•18m ago•0 comments

What up world -Systems Cat here with a query

1•CentralPlexus•19m ago•0 comments

A Solid Education Starts with Facts

https://www.restoringthewest.com/p/a-solid-education-starts-with-facts
1•mpweiher•20m ago•0 comments

Software Engineering Has Been Commoditized and Automated. What's Next?

https://www.eetimes.com/software-engineering-has-been-commoditized-and-automated-whats-next
1•ua709•20m ago•0 comments
Open in hackernews

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

https://github.com/Oaklight/ToolRegistry
3•Oaklight•10mo ago

Comments

Oaklight•10mo 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•10mo 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•10mo ago
what's GTM?
venk12•10mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.