frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Getopt() but Friendlier

https://www.unix.dog/~yosh/blog/getopt-but-friendlier.html
1•fanf2•2m ago•0 comments

Meshdiff – visually compare two STL versions in the browser, client-side

https://meshdiff.com/
1•projscope•9m ago•0 comments

Size of Xbox price increase in Europe shocks

https://www.notebookcheck.net/Size-of-Xbox-price-increase-in-Europe-shocks-giving-Sony-s-PS5-cons...
1•HelloUsername•11m ago•1 comments

Pdf-inspector: Rust lib for PDF inspection, classification, and text extraction

https://github.com/firecrawl/pdf-inspector
1•7777777phil•11m ago•1 comments

Stripe for Wearable Data

https://stridee.fit/developer
1•alvaromolina0•12m ago•1 comments

Ask HN: What's Your BHAG?

1•sudo_cowsay•13m ago•0 comments

NIST Develops New Standards to Safeguard Computers Against Quantum Threats

https://www.nist.gov/blogs/taking-measure/quantum-computers-may-put-internet-traffic-risk-nist-sa...
1•birdculture•17m ago•0 comments

Wikimedia Foundation refuses union recognition, hires union-busting law firm

https://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2026-08-02/News_and_notes
3•akolbe•20m ago•0 comments

Show HN: Fuse – statically typed functional programming language

https://fuselang.org
1•the_unproven•20m ago•0 comments

The Patch Paradox

https://whiletruelearn.dev/essays/patch-paradox/
1•krishnasangeeth•27m ago•0 comments

Bash Aliases

https://github.com/ctrlaltvikas/Awesome-Bash-Aliases
1•vikaskyadav•27m ago•0 comments

Twenty-Four Years of Wiki Engines

https://taoofmac.com/space/blog/2026/08/02/1130
1•rcarmo•28m ago•0 comments

Everything about my smart home and homelab setup

https://swiftrocks.com/everything-about-my-smart-home-and-homelab-setup
1•rockbruno•28m ago•0 comments

The Invariant Is Hiding

https://yusufaytas.com/the-invariant-is-hiding
7•yusufaytas•29m ago•0 comments

Auto Publishing with Lerobit: A Comprehensive Guide for Small Businesses

https://www.lerobit.com/blog/unlock-auto-publishing-lerobit-guide
1•akliluart•32m ago•0 comments

Impro is a handbook for running a cult

https://www.seangoedecke.com/impro/
1•swah•33m ago•0 comments

LLMs Discover P=NP (Comic)

https://chatgpt.com/s/m_6a6f252612a08191b4081f60a92bceba
2•stagas•35m ago•0 comments

Clipping vs. Substepping in Physics Engines

https://easel.games/blog/2026-clipping-vs-substepping
2•BSTRhino•36m ago•1 comments

Returning to The Sims: 128 errors in a fresh lot

https://blog.backslasher.net/tsaas-saves.html
2•Backslasher•36m ago•0 comments

I made a Promise-aware debounce and throttle library for TypeScript

https://github.com/nyvexis1/temporize
2•slimy74•36m ago•0 comments

Generative AI floods and dilutes the market for books

https://arxiv.org/abs/2607.20349
8•theanonymousone•38m ago•0 comments

Europeans Are About to Find Out How Entrenched AI Is in Their Daily Lives

https://www.wired.com/story/europeans-are-about-to-find-out-how-entrenched-ai-is-in-their-daily-l...
2•joozio•42m ago•0 comments

For sale: early access to Trump's Truth Social posts

https://www.npr.org/2026/08/01/nx-s1-5912219/trump-truth-social-access-insider-trading
4•thm•45m ago•0 comments

What is the downside of coaching that I may not be seeing yet?

2•ikut3hva•46m ago•0 comments

LLM Counter-Defaults

https://counterdefaults.aixdesign.co/
2•bookofjoe•55m ago•0 comments

Damned if you do and damned if you don't: Can NOT using AI amount to negligence?

https://www.judiciary.uk/speech-by-the-master-of-the-rolls-to-the-professional-negligence-bar-ass...
2•MasterScrat•55m ago•1 comments

The Holy Grail of Engine Tech: Aerospike Engines Explained (Martian Chronicles) [video]

https://www.youtube.com/watch?v=C0DDxNcI2BA
2•zeristor•58m ago•0 comments

US Treasury undertakes historic intervention in yen market

https://www.ft.com/content/0f9b2fe7-bde4-4f5f-b49e-93ccb5da9ea8
12•23pointsNorth•58m ago•4 comments

Show HN: Katharos Functional programming and CSP-style concurrency for Python

https://github.com/kamalfarahani/katharos
2•kamalf•59m ago•1 comments

Show HN: CaLLMar – play a text-based adventure game in an LLM chat

https://github.com/lascauje/callmar
2•lascauje•59m 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.