frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Who are the Volcano Group, mystery saboteurs behind a five-day Berlin blackout?

https://www.theguardian.com/environment/2026/may/23/volcano-group-berlin-blackout-mystery-saboteurs
1•monkey_monkey•2m ago•0 comments

The Art of Money Getting

https://kk.org/cooltools/book-freak-210-the-art-of-money-getting/
1•dxs•5m ago•0 comments

ZA/UM (Disco Elysium's studio) releases new computer game 'Zero Parades'

https://news.err.ee/1610032093/estonian-game-studio-za-um-releases-new-computer-game-zero-parades
1•vintagedave•6m ago•0 comments

Quantum 'Jamming' Could Help Unlock the Mysteries of Causality

https://www.wired.com/story/quantum-jamming-could-help-unlock-the-mysteries-of-causality/
1•Brajeshwar•7m ago•0 comments

Export Mac (OLM) to Outlook for Windows (PST)

https://apps.microsoft.com/detail/9n7jk7z3546j?hl=en-US&gl=US
1•tieanderson•9m ago•0 comments

Optimal summit window for Matterhorn from 50 years of historical data and pandas

https://mz.prose.sh/matterhorn-pandas
1•manuelz•10m ago•0 comments

Awesome Neuroscience

https://github.com/analyticalmonk/awesome-neuroscience
2•akashtndn•11m ago•0 comments

Multimodal adaptive optical microscope: in vivo imaging, molecules to organisms

https://www.nature.com/articles/s41592-026-03066-1
1•bookofjoe•15m ago•0 comments

Programming Language Pilang

https://github.com/rolandbrake/pilang
2•rolandbrake•16m ago•0 comments

Python Articles

https://www.pythonmorsels.com/articles/
1•slow_typist•17m ago•0 comments

MediaUse Makes FIFA 2026 Programmable for AI Agents (No Vision)

https://mediause.dev/skills/fifa2026
1•yooibox•17m ago•0 comments

I Miss Terry Pratchett

https://www.mahl.me/blog/the-spell-that-wouldnt-leave/
17•gorgmah•17m ago•2 comments

OpenClaw: Own Personal AI Assistant. Any OS. Any Platform

https://github.com/openclaw/openclaw
1•danborn26•21m ago•0 comments

Inequality and Risk

https://paulgraham.com/inequality.html
2•Anon84•21m ago•1 comments

The $58,000 TV bill: When DirecTV sued O.J. Simpson for piracy

https://arstechnica.com/tech-policy/2026/05/the-58000-tv-bill-when-directv-sued-o-j-simpson-for-p...
2•LorenDB•21m ago•0 comments

UK targets hostile and heinous Russian activity with latest sanctions

https://www.gov.uk/government/news/uk-targets-hostile-and-heinous-russian-activity-with-latest-sa...
1•doener•23m ago•1 comments

Writing VBA modules inside Excel files is much stranger than I expected

https://github.com/WilliamSmithEdward/pyOpenVBA/blob/main/docs/ms-ovba-implementation-guide_v2.md
1•birdculture•25m ago•1 comments

How ancient builders made the Great Pyramid of Giza nearly earthquake-proof

https://www.nationalgeographic.com/history/article/giza-pyramid-earthquake
1•bookofjoe•27m ago•1 comments

US Government releases UFO sighting reports – 'Orbs swarming in all directions'

https://www.bbc.com/news/articles/cn8pzzlyy66o
1•nsoonhui•29m ago•0 comments

There's Never Been a Better Time to Study Computer Science

https://www.theatlantic.com/technology/2026/05/computer-science-major-coding-ai/687279/
2•chrisaycock•31m ago•0 comments

Building a claw-like agent to run in the browser

https://aifoc.us/building-a-claw-in-the-browser/
1•kinlan•32m ago•0 comments

China: Mine death toll rises to 90 after gas blast

https://www.theguardian.com/world/2026/may/23/china-mine-explosion-shanxi-deaths-xi-jinping
2•tosh•39m ago•0 comments

Trump admin to force foreigners in the U.S. to apply for a green card abroad

https://www.npr.org/2026/05/23/nx-s1-5832399/trump-administration-green-card-abroad
1•thinkcontext•41m ago•4 comments

Matrix Multiplications on GPUs Run Faster When Given "Predictable" Data

https://www.thonking.ai/p/strangely-matrix-multiplications
1•tosh•41m ago•0 comments

80386 Microcode Disassembled

https://www.reenigne.org/blog/80386-microcode-disassembled/
33•nand2mario•41m ago•3 comments

macOS-MCP

https://github.com/CursorTouch/MacOS-MCP
2•jeomon•42m ago•1 comments

Judson's Last Ride

https://www.realclearpolitics.com/articles/2026/05/22/judsons_last_ride_154150.html
1•NaOH•44m ago•0 comments

Building Self-Extending CLI Tools with Strands Agent

https://aws.amazon.com/blogs/devops/building-self-extending-cli-tools-with-aws-strands/
1•kiyanwang•49m ago•0 comments

Europe physicists plan to build 91-kilometer particle collider

https://www.science.org/content/article/it-s-official-europe-physicists-plan-build-91-kilometer-p...
2•layer8•50m ago•0 comments

Sundar Pichai Understands Why People Are Anxious About A.I

https://www.nytimes.com/2026/05/22/podcasts/sundar-pichai-understands-why-people-are-anxious-abou...
1•thm•51m 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.