frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Nothing prepares you for the death of a pet

https://spectator.com/article/nothing-prepares-you-for-the-death-of-a-pet/
1•mellosouls•56s ago•0 comments

Opus 4.7 to 4.6 Inflation is ~45%

https://tokens.billchambers.me/leaderboard
1•anabranch•1m ago•1 comments

The Great Pyramid of Giza and the Speed of Light

https://www.johndcook.com/blog/2026/04/09/pyramid-speed-of-light/
1•rolph•2m ago•0 comments

Amazon won't release Fire Sticks that support sideloading anymore

https://arstechnica.com/gadgets/2026/04/amazon-wont-release-fire-sticks-that-support-sideloading-...
1•pjmlp•2m ago•0 comments

How the word "MODEL" changes meaning across 3D Graphics, Software and AI

https://www.youtube.com/watch?v=S7NVbkVXtzo
1•0bytematt•8m ago•0 comments

Trump announces reforms to accelerate access to psychedelic drug treatments

https://www.theguardian.com/us-news/2026/apr/18/trump-psychedelic-drugs-executive-order
1•andsoitis•10m ago•0 comments

Amazon is discontinuing Kindle for PC on June 30th

https://goodereader.com/blog/kindle/amazon-is-discontinuing-kindle-for-pc-on-june-30th
3•tech234a•12m ago•0 comments

See what model is better at design

https://pixel-match.bsct.so/
1•amin_biscuit•14m ago•1 comments

Ask HN: ChatAi web-based session notation?

1•xtiansimon•17m ago•0 comments

Warren Parad on Software Engineering for High Availability [audio]

https://overcommitted.dev/building-bulletproof-systems-warren-parad-on-software-engineering-for-h...
1•mooreds•21m ago•0 comments

Ask HN: What ways will AI advance technically in the next ten years?

1•orenlindsey•22m ago•0 comments

What my journal doesn't say about my life

https://www.tsoon.com/posts/blank-quarters/
1•mooreds•22m ago•0 comments

Why scientists are nervous about fungi

https://text.npr.org/g-s1-117632
1•mooreds•23m ago•0 comments

Trump announces reforms to psychedelic drugs [video]

https://www.youtube.com/watch?v=4pr1d5tRLWc
1•keepamovin•23m ago•0 comments

Anthropic's Claude Mythos Launch Is Built on Misinformation

https://www.artificialintelligencemadesimple.com/p/anthropics-claude-mythos-launch-is
2•Toluhis•23m ago•0 comments

The curse of the gifted programmer (2000)

https://lwn.net/2000/0824/a/esr-sharing.php3
3•downbad_•25m ago•1 comments

Built an prep tool after getting rejected many times with nofeedback

https://portlumeai.com
1•portlumeai•25m ago•0 comments

Anna's Archive to pay $322M after losing court case for scraping from Spotify

https://www.nme.com/news/music/annas-archive-to-pay-322million-after-losing-court-case-for-scrapi...
1•thunderbong•27m ago•0 comments

SaaS apps are becoming coworkers, not toolboxes: JTBD shift behind SaaS design

https://metedata.substack.com/p/006-the-chat-bar-isnt-lazy-design
1•young_mete•32m ago•0 comments

Ask HN: Is it worth taking a year off?

1•thepaulthomson•33m ago•6 comments

Heavy Weather Hits Gotham City: Batman and Robin (1997)

https://theasc.com/magazine/july97/batman/main.htm
1•exvi•36m ago•0 comments

Voice actors fight to save their livelihoods from Hollywood's AI push

https://restofworld.org/2026/ai-voice-actors-hollywood-dubbing/
5•i7l•37m ago•0 comments

Extraterrestrial Escapades: Men in Black (1997)

https://theasc.com/magazine/june97/mib/main.htm
1•exvi•37m ago•0 comments

Chase, Crush and Devour: The Lost World: Jurassic Park (1997)

https://theasc.com/magazine/june97/lstwrld/main.htm
1•exvi•38m ago•0 comments

Spotify Silently Updates Itself (and How to Stop It)

https://duckass.bearblog.dev/how-spotify-silently-updates-itself-and-how-to-stop-it/
1•lschueller•39m ago•1 comments

The Mythos Threshold

https://joereis.substack.com/p/the-mythos-threshold
2•hodgesrm•39m ago•0 comments

Ask HN: Interesting Calculators?

1•wvlia5•40m ago•1 comments

Hackers are abusing unpatched Windows security flaws to hack into organizations

https://techcrunch.com/2026/04/17/hackers-are-abusing-unpatched-windows-security-flaws-to-hack-in...
1•Brajeshwar•41m ago•0 comments

Show HN: MDV – a Markdown superset for docs, dashboards, and slides with data

https://github.com/drasimwagan/mdv
2•drasim•42m ago•0 comments

Fuzix OS

https://www.fuzix.org/
4•DeathArrow•42m ago•0 comments
Open in hackernews

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

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

Comments

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