frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tetris Is Hard with Just One Piece Type

https://arxiv.org/abs/2603.09958
1•bmc7505•4m ago•0 comments

Why Big Nations Lose Small Wars: The Politics of Asymmetric Conflict

https://www.researchgate.net/publication/259380603_Why_Big_Nations_Lose_Small_Wars_The_Politics_o...
2•rramadass•10m ago•0 comments

I Stopped Writing Prompts and Started Writing Systems

https://medium.com/@robert.shane.kirkpatrick/i-stopped-writing-prompts-and-started-writing-system...
1•totalvaluegroup•12m ago•0 comments

Fossil Version 2.28

https://fossil-scm.org/home/info/version-2.28
1•chungy•12m ago•1 comments

The United States Could Lose the Gulf

https://foreignpolicy.com/2026/03/05/iran-israel-united-states-war-gulf-countries-alliances/
2•ParentiSoundSys•14m ago•0 comments

Oil hits $100 a barrel despite deal to release record amount of reserves

https://www.bbc.com/news/articles/c1w5141vx53o
2•tartoran•14m ago•0 comments

Procreate Dreams 2

https://procreate.com/dreams
1•twalichiewicz•18m ago•0 comments

Iran-Backed Hackers Claim Wiper Attack on Medtech Firm Stryker

https://krebsonsecurity.com/2026/03/iran-backed-hackers-claim-wiper-attack-on-medtech-firm-stryker/
2•2bluesc•21m ago•0 comments

'Web Kit' vs. 'WebKit' (2006)

https://daringfireball.net/2006/05/web_kit_vs_webkit
3•dddddaviddddd•28m ago•0 comments

I Built an Agent First Micro SaaS

https://mochipdf.com
1•cbolgiano•29m ago•2 comments

Show HN: Live Kaiwa – real-time Japanese conversation support

https://livekaiwa.com/login
1•diasks2•30m ago•0 comments

Pentagon seeks system to ensure AI models work as planned

https://www.militarytimes.com/industry/techwatch/2026/03/12/pentagon-seeks-system-to-ensure-ai-mo...
2•KnuthIsGod•32m ago•0 comments

US Marine Corps pursues thermal cloaks to hide troops from heat sensors

https://www.militarytimes.com/industry/techwatch/2026/03/11/us-marine-corps-pursues-thermal-cloak...
2•KnuthIsGod•33m ago•2 comments

The Handwriting of Simone Weil

https://registerofaliens.substack.com/p/on-the-handwriting-of-simone-weil
1•rmdmphilosopher•33m ago•0 comments

Ask HN: Im looking for indie hackers or small teams to test AI analytics tool

1•m2fauzaan•39m ago•0 comments

Ig Nobel Prize flees US for Switzerland over safety concerns

https://www.theregister.com/2026/03/11/ig_nobel_prize_leaves_us/
4•KnuthIsGod•41m ago•1 comments

Big Data on the Cheapest MacBook

https://duckdb.org/2026/03/11/big-data-on-the-cheapest-macbook
1•nateb2022•42m ago•1 comments

Why corporate lawyers always win

https://www.economist.com/business/2026/03/11/why-corporate-lawyers-always-win
2•petethomas•46m ago•0 comments

New hack model "went scuba"

https://a-z.md/posts/jn7bwaz3b1vpj7t98pw3kmgw4s82r58v
1•andytratt•46m ago•0 comments

Carnian Pluvial Episode

https://en.wikipedia.org/wiki/Carnian_pluvial_episode
1•mooreds•46m ago•0 comments

Age-Verification in Operating Systems and the Internet

https://wiki.alcidesfonseca.com/blog/age-verification-in-operating-systems-and-the-internet/
2•musha68k•47m ago•0 comments

Nvidia Nemotron 3 Super

https://research.nvidia.com/labs/nemotron/Nemotron-3-Super/
2•aheilbut•49m ago•0 comments

Rebuilding the EraMix Financial Union stack for speed

1•EraMixOfficial•51m ago•0 comments

CBS: We visited "ground zero" for hospice fraud: Los Angeles, California

https://www.cbsnews.com/projects/2026/hospice-fraud/
1•donsupreme•56m ago•0 comments

A better agent skills manager

https://github.com/reorx/skm
2•novoreorx•1h ago•1 comments

Device 32620: Stimme Speech/Morse generator

https://www.cryptomuseum.com/spy/owvl/32620/index.htm
1•jacquesm•1h ago•0 comments

Atlassian slashes 10% of workforce to 'self-fund' investments in AI

https://www.cnbc.com/2026/03/11/atlassian-slashes-10percent-of-workforce-to-self-fund-investments...
4•elsewhen•1h ago•1 comments

Prioritizing energy intelligence for sustainable growth

https://www.technologyreview.com/2026/03/10/1133972/prioritizing-energy-intelligence-for-sustaina...
1•Brajeshwar•1h ago•0 comments

Protective Dome for AI Agents – MCP Security Gateway

https://github.com/Orellius/mcpdome
1•Orellius•1h ago•1 comments

Laminae – Multi-Agent Cognitive Pipeline

https://github.com/Orellius/Laminae
2•Orellius•1h 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.