frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

My Husband Has No Friends

https://www.thecut.com/article/my-husband-has-no-friends.html
1•nixass•1m ago•1 comments

Canada welcomes EU proposal to become 'associate member'

https://www.bbc.com/news/articles/cwly7vkke4jxo
3•witweb•3m ago•0 comments

What Stripe data shows about fraud at AI startups

https://stripe.com/blog/what-stripe-data-shows-about-fraud-at-ai-startups
2•torutofu•5m ago•0 comments

How some cyclists paradoxically start 'from rest' with a non-zero velocity

https://phys.org/news/2026-09-cyclists-paradoxically-rest-velocity.html
2•pseudolus•5m ago•0 comments

Show HN: Fast and minimal image/video viewer for Linux. Carosello

https://www.youtube.com/watch?v=383WgwVmepI
1•grigio•6m ago•0 comments

It's time for cryptography to get its own abstraction layer

https://research.ibm.com/blog/cryptography-abstraction-layer
2•plopilop•7m ago•0 comments

Show HN: Intent Based Infrastructure on Top of Terraform

https://octo.quadnix.com/
1•rash805115•11m ago•0 comments

New Study: AI Co-Workers Added to Human Meetings Significant Boosts Accuracy

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7468538
1•hogwash•11m ago•0 comments

Taco Bell Programming (2010)

https://widgetsandshit.com/teddziuba/2010/10/taco-bell-programming.html
2•olexsmir•11m ago•0 comments

Show HN: DrillFlow – a diagram editor where every node opens into a sub-diagram

https://drillflow.de/de/
1•capydev42•11m ago•1 comments

Declarative GUI toolkit Slint 1.18 Released

https://slint.dev/blog/slint-1.18-released
2•birdculture•12m ago•0 comments

M8M – See what your AI remembers about you and detect memory poisoning

https://github.com/th0t3p/m8m
1•th0t3p•13m ago•0 comments

Show HN: Databloom – Turn recordings into structured notes and quizzes

https://databloom.app
1•warrowarro•13m ago•0 comments

Ladies of the '80s

https://longreads.com/2026/08/27/80s-ladies-lisa-whittington-hill/
1•mooreds•13m ago•0 comments

Tin: full-text search for Postgres

https://planetscale.com/blog/introducing-tin
1•ibobev•13m ago•1 comments

"From Geometry to Algebra and Back Again: 4000 Years of Papers" by Jack Rusher [video]

https://www.youtube.com/watch?v=1cRFfYQYGxE
1•surprisetalk•14m ago•0 comments

How to safely add paid AI features to a desktop app

https://flaviocopes.com/desktop-ai-costs/
1•ibobev•14m ago•0 comments

The humans are rejecting the machines that were supposed to help them

https://www.cnn.com/2026/09/17/business/technology-retail-food-economy
2•mooreds•14m ago•1 comments

Newfound 'Baby' Planet Smashes Record for Youngest Known World

https://science.nasa.gov/universe/newfound-baby-planet-smashes-record-for-youngest-known-world/
2•nhatcher•15m ago•0 comments

Testing low-end, affordable pens

https://www.sacrideo.us/testing-low-end-affordable-pens/
2•sebg•16m ago•0 comments

Agentic Coding Techniques

https://micahflee.com/agentic-coding-techniques/
1•mooreds•16m ago•0 comments

Observability in Go: What Goes in a Metric, a Log, and a Trace

https://skoredin.pro/blog/golang/observability-go
2•ibobev•16m ago•0 comments

I had Gemini train its own replacement for $9

https://www.petervijeh.com/projects/reddit-ner
2•p-s-v•16m ago•0 comments

Spec-Lock-Diff: a framework for agentic dbt development

https://github.com/miloskimatheus/spec-lock-diff/
1•miloski•17m ago•1 comments

How much does one hour of bots cost on Cloudflare Workers?

https://gfuse.dev/one-hour-of-bots-on-cloudflare-workers
2•Leading-Enginee•17m ago•0 comments

Show HN: A GraphRAG knowledge base of the Commodore 64 for AI coding agents

https://github.com/bdgscotland/c64-kb
1•duncanbowring•18m ago•0 comments

Plan Advice in PostgreSQL 19

https://tapoueh.org/blog/2026/09/plan-advice-in-postgresql-19/
1•plaur782•18m ago•0 comments

High-Throughput OLTP in Three Simple Steps

https://tigerbeetle.com/blog/2026-09-17-performant-use-of-tigerbeetle/
2•maxi-k•19m ago•0 comments

AiPBX – Open-source PBX uniting Asterisk 22 and Port 443 ALPN multiplexing

https://github.com/mahirgul/AiPBX
1•mahirgul•20m ago•0 comments

C++23 Port of Mozilla Readability

https://github.com/L-A-Marchetti/readability-cpp
1•Lucas_Marchetti•21m 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.