frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Are you addicted to your AI chatbot?

https://science.ubc.ca/news/2026-04/are-you-addicted-your-ai-chatbot-it-might-be-design
1•mikelgan•2m ago•1 comments

Designing Data-Intensive Applications: The Cloud and Doing the Right Thing

https://newsletter.pragmaticengineer.com/p/designing-data-intensive-applications-book-excerpt
1•onel•4m ago•0 comments

Setting up a Sun Ray server on OpenIndiana Hipster 2025.10

https://catstret.ch/202605/srss-hipster202510/
1•jandeboevrie•5m ago•0 comments

Composing Claude Code Skills

https://gist.github.com/sriprasanna/ef10fe43ac2de1cd97e638c5c65b430d
1•spk_•9m ago•0 comments

The Android Platform Security Model (2023)

https://arxiv.org/abs/1904.05572
1•surajrmal•10m ago•0 comments

Tmux-HTTP

https://github.com/zarkone/tmux-http
2•tolya_•14m ago•0 comments

YC demo video should be about usecase or product walkthrough?

1•Sharedmemory•17m ago•0 comments

Server Migration Without Extra Disk Space: Streaming Borg Backups with Ffl

https://fastfilelink.com/static/blog/server-migration-without-extra-disk-space-fastfilelink.html
1•bear330•21m ago•0 comments

Programming Is Real Engineering, and AI Proves It

https://jerf.org/iri/post/2026/programming_is_engineering/
1•xngbuilds•23m ago•0 comments

P2P from Scratch – Part 1: The Internet Is Hostile – Pears

https://pears.com/news/p2p-from-scratch-part-1-the-internet-is-hostile/
2•janandonly•23m ago•0 comments

Show HN: Killed by Apple – a graveyard of discontinued Apple products

https://killedbyapple.theden.sh/
1•theden•25m ago•0 comments

Get >> HTTPS://Www.facebook.com/MetaFlowUS/

https://www.facebook.com/MetaFlowUS
1•dannywarney•25m ago•0 comments

IBM Pays $17M Resolve Allegations of Discrimination Through DEI Practices

https://www.justice.gov/opa/pr/ibm-pays-17-million-resolve-allegations-discrimination-through-ill...
2•iamflimflam1•26m ago•0 comments

The "Nuclear Energy Paradox"

https://www.sciencedirect.com/science/article/pii/S2214629626001477
1•o_pax•28m ago•0 comments

EU DMA after-action review didn't go the way that Apple wanted

https://appleinsider.com/articles/26/05/04/eu-dma-after-action-review-didnt-go-the-way-that-apple...
1•pseudalopex•28m ago•0 comments

Hackable PyTorch RL Library with Distributional Algorithms (D4PG, DSAC, DPPO)

https://github.com/e3ntity/e3rl
1•lschneider•28m ago•0 comments

OpenFeature

https://openfeature.dev/
2•wiradikusuma•29m ago•0 comments

Show HN: Red Squares – GitHub outages as contributions

https://red-squares.cian.lol/
9•cianmm•31m ago•1 comments

Automated pipeline that turns a narration recording into a YouTube video

https://github.com/danicuki/creative-act
1•danicuki•31m ago•0 comments

Show HN: Migrate your Evernote archive to Google Drive or local files

https://github.com/meizy/evernote-to-gdrive
1•meizy•35m ago•0 comments

Spike in Codex Downloads

https://www.npmcharts.com/compare/@openai/codex?log=false&interval=30
1•mirzap•36m ago•0 comments

Dyeeeufdieyeeeicdjehj

https://blog.cloudflare.com/post-quantum-warp/
1•shomserali•41m ago•0 comments

SEO: Medium Post Automation Agent

https://simplai.ai/solution/medium-post-automation-agent
1•emilypellegrini•41m ago•0 comments

Claude eagerly offers instructions to make explosives used in terrorist attacks

https://mindgard.ai/blog/claude-offers-up-instructions-to-make-explosives
1•watbe•41m ago•0 comments

US against them as a spectator from the sidelines

https://blog.fortrabbit.com/us-against-them
1•esher•42m ago•0 comments

What Comes After the Slide Deck? From Consulting Slides to Delivery Platforms

https://deepviews.xyz/blog/consulting-ppt-to-platform-en
1•rswcf•42m ago•0 comments

HomeDesignsAI

https://homedesigns.ai/
1•bellamoon544•47m ago•0 comments

AI collaboration as a laser cavity

https://solitonmaths.substack.com/p/the-coherent-cavity
1•tompdavis•49m ago•1 comments

Why the UAE Left OPEC

https://www.ft.com/content/77f79126-bbf5-4343-90ea-c403c04c5640
1•bazzmt•52m ago•1 comments

Free Tournament Bracket Builder

https://tournament-studio.apps.jointjs.com/
1•durman•54m ago•0 comments
Open in hackernews

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

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

Comments

Oaklight•12mo 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•12mo 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.