frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Fireside Chat with Bjarne Stroustrup at CTO Summit 2025 Hamburg [video]

https://www.youtube.com/watch?v=hqUItF7m3tk
1•pjmlp•41s ago•0 comments

Review: 50 Years of Text Games, by Aaron Reed

https://www.thepsmiths.com/p/review-50-years-of-text-games-by
1•NewCzech•4m ago•0 comments

Multiple commencement speakers booed for AI comments during graduation speeches

https://www.nbcnews.com/video/multiple-commencement-speakers-booed-for-ai-comments-during-graduat...
1•wrxd•4m ago•0 comments

Harmony Infra Ventures Reflects the Leadership of Harmandeep Singh Kandhari

https://sites.google.com/view/harmandeep-singh-kandhari
1•KirtiKKapoor•6m ago•1 comments

Screen record more – Applied Cartography

https://www.jmduke.com/posts/screen-record-more.html
1•rhazn•8m ago•0 comments

The just-say-no engineer was a ZIRP phenomenon

https://www.seangoedecke.com/the-just-say-no-engineer-was-a-zirp-phenomenon/
1•rhazn•8m ago•0 comments

Germany goes from labour shortages to hiring freezes

https://www.ft.com/content/2a6c1cb9-6c11-41c8-a8ea-a367b8799126
2•doener•8m ago•0 comments

From Kubernetes Dev Setup to Production: What Changes

https://georg-schwarz.com/blog/from-kubernetes-demo-to-production-platform/
1•rhazn•8m ago•0 comments

LKML: Linus Torvalds: Linux 7.1-rc4

https://lkml.org/lkml/2026/5/17/896
2•Tomte•12m ago•1 comments

Colombian singer Shakira acquitted of tax fraud in Spain

https://www.reuters.com/world/americas/colombian-singer-shakira-acquitted-tax-fraud-spain-2026-05...
1•fodmap•15m ago•1 comments

Humans are better at coding than AI

https://github.com/Mattbusel/pre_execution_validator
1•Shmungus•17m ago•1 comments

What Is a Risk in Compliance?

https://www.probo.com/blog/2026-05-13-what-is-a-risk-in-compliance
1•gearnode•19m ago•0 comments

I've been shipping 'multi-tenant' wrong for a decade

https://adriacidre.com/blog/multi-tenant-isolation-vs-awareness/
1•kumulo•19m ago•0 comments

Stripe seems friendly to "friendly fraud"

https://www.gingerlime.com/2026/stripe-seem-friendly-to-friendly-fraud/
1•gingerlime•19m ago•0 comments

Instant AI answers can trivialise human intelligence, warns Royal Observatory

https://www.bbc.com/news/articles/c2023l60370o
1•01-_-•22m ago•1 comments

Microsoft admits Windows 11's dedicated Copilot key breaks certain workflows

https://www.windowscentral.com/microsoft/windows-11/microsoft-admits-windows-11s-dedicated-copilo...
3•01-_-•23m ago•0 comments

Visualizing FX Options: From Yield Curves to 3D Volatility Surfaces

https://medium.com/@DolphinDB_Inc/from-yield-curves-to-3d-vol-surfaces-a-practical-guide-to-fx-op...
1•CrazyTomato•23m ago•0 comments

How TCP Works – Handshake, Sequence Numbers, Congestion Control

https://toolkit.whysonil.dev/how-it-works/tcp/
4•otterwilde2•23m ago•0 comments

A Python lattice simulation showing emergent topological solitons

https://zenodo.org/records/20262720
1•kisnorbert•27m ago•0 comments

The jobs apocalypse: a (very) short history

https://www.economist.com/finance-and-economics/2026/05/14/the-jobs-apocalypse-a-very-short-history
1•svara•29m ago•0 comments

Guide to POSETTE: An Event for Postgres 2026, free and virtual

https://techcommunity.microsoft.com/category/azuredatabases/blog/adforpostgresql
1•clairegiordano•30m ago•0 comments

50 Years of BART – Beginning with BART [video]

https://www.youtube.com/watch?v=9BGuEpNBGxI
1•Austin_Conlon•30m ago•0 comments

Ansede-static: offline SAST, 98.8% CVE recall, catches IDOR and auth bypass

https://github.com/mattybellx/Ansede
1•mattybellx•32m ago•0 comments

ISS – Geolocating Astronaut Photography (2024)

https://web.archive.org/web/20260406181144/https://eol.jsc.nasa.gov/BeyondThePhotography/Automate...
2•jcattle•33m ago•1 comments

SiliconBox Monitor

https://github.com/maecer/silimon
1•montaggolan•35m ago•1 comments

Nobody Pushed Back: Why Engineers Stay Silent Until It's Too Late

https://howtocenterdiv.com/beyond-the-div/nobody-pushed-back
3•imkyssa•35m ago•1 comments

Tinysub: Simple web player for subsonic compatible music servers

https://tangled.org/devins.page/tinysub
1•nerdypepper•35m ago•0 comments

Biff 2.0 Sneak Peak

https://biffweb.com/p/biff2/
1•TheWiggles•37m ago•0 comments

The 96% that doesn't depend on you: why GEO is fundamentally off-page

https://blog.estevecastells.com/ai/geo-96-percent-off-page/
2•thesyray•37m ago•0 comments

Earth's Radio Bubble: Every Signal We've Ever Sent into Space

https://www.thescientificdrop.com/2026/05/earths-radio-bubble-every-signal-weve.html
1•jonbaer•39m 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.