frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

We've got two good theories on sleek. Hope helps you

1•silisleek•1m ago•0 comments

The Grammar of Graphics

https://link.springer.com/book/10.1007/0-387-28695-0
1•Alien1Being•2m ago•0 comments

200 Milliseconds

https://200ms.thenodebook.com
1•dimitarpanov•2m ago•0 comments

How OpenAI Lost Its AI Crown–and the Fight to Win It Back

https://www.wsj.com/tech/ai/how-openai-lost-its-ai-crownand-the-fight-to-win-it-back-7d069695
1•JumpCrisscross•4m ago•0 comments

FTN Clearing Houz

https://clrghouz.bbs.dege.au/about
1•bilegeek•5m ago•0 comments

Migrating Raku DBIish gh actions pipeline to DSCI

https://gemini.google.com/share/1e778423958a
1•melezhik•6m ago•0 comments

The Simple Elegance of the Integrated Timing Belt Loopback Fastener

https://danielmangum.com/posts/integrated-timing-belt-loopback-fastener/
1•hasheddan•6m ago•0 comments

Google search filter by date seems broken

1•camel-cdr•7m ago•0 comments

A Yale AI-cheating dispute became a 13-count federal lawsuit

https://arstechnica.com/tech-policy/2026/07/how-a-yale-ai-cheating-dispute-became-a-13-count-fede...
1•pseudolus•8m ago•0 comments

Anthropic says its AI models also hacked three organizations on their own

https://www.engadget.com/2227630/anthropic-ai-models-hacked-three-organizations-on-their-own/
1•madradavid•9m ago•0 comments

Debian CVE Fixes over Time

https://sigwait.org/~alex/blog/2026/07/30/h1rmR5.html
1•henry_flower•10m ago•0 comments

Gluten Explained: Who Needs a Gluten-Free Diet?

https://ethansmith140833.substack.com/p/gluten-explained-who-really-needs
1•trimoxer•13m ago•0 comments

PTA Science Platform – open-source pulsar timing array analysis pipeline

https://github.com/lijujames311/pta-science-platform
1•Liju311•14m ago•0 comments

Robust-Jobserver Spec

https://codeberg.org/mlugg/robust-jobserver/src/branch/main/spec.md
1•reiniermaas•16m ago•0 comments

Show HN: MCP inspection for live Avalonia, WPF, WinUI and MAUI apps

https://github.com/trrahul/XamlMcp
2•trrahul•17m ago•0 comments

GitHub shadowbanned an NPM package with 37M+ weekly downloads

3•mattlue•18m ago•0 comments

An OpenAI model proves that non-sofic groups exist

https://twitter.com/SebastienBubeck/status/2083456300692979886
1•linzhangrun•20m ago•0 comments

Show HN: Weightlift – the missing package manager for downloading model weights

https://weightlift.dev/
1•wassimgr•24m ago•0 comments

AI coding agents should optimize for less owned code

https://www.openenergytransition.org/posts/ai-coding-agents-should-optimize-for-less-owned-code
1•lyoncy•25m ago•0 comments

Graphics Programming Weekly 448

https://www.jendrikillner.com/post/graphics-programming-weekly-issue-448/
1•wertyk•29m ago•0 comments

AI labels to be compulsory on authentic-looking content under EU rules

https://www.theguardian.com/technology/2026/jul/31/ai-labels-to-be-compulsory-on-authentic-lookin...
1•pseudolus•30m ago•0 comments

Norway became a global salmon behemoth. Now it's facing the consequences

https://www.abc.net.au/news/2026-07-28/how-norway-s-salmon-industry-became-a-global-behemoth/1069...
1•theanonymousone•32m ago•0 comments

Marketing post 1 for beadedcloud environmental intelligence

https://www.beaded.cloud/
1•erik_from_alask•35m ago•1 comments

Kill Chain: How AI Is Transforming Modern Warfare [video]

https://www.youtube.com/watch?v=xjhywQlzJYo
1•mgh2•36m ago•1 comments

SBCL – Assignment convert all the things

https://github.com/sbcl/sbcl/commit/f45092cdcd34fff9f6fdaa20df972328cee354d0
1•BoingBoomTschak•38m ago•0 comments

Chiavari News – le notizie di oggi dal Tigullio

https://chiavarinews.com/
1•xmorse•40m ago•0 comments

How to speed up the Rust compiler in July 2026

https://nnethercote.github.io/2026/07/31/how-to-speed-up-the-rust-compiler-in-july-2026.html
1•birdculture•44m ago•0 comments

Show HN: I rewrote my ML web apps to run in-browser and deleted the server

https://aegishumanai.com/
1•kmloh•46m ago•0 comments

We're 15-year-olds tired of switching study apps, so we built our own

https://reviscio.com
2•benoqjdi•46m ago•0 comments

Watched movie organiser for Windows CE 2.0 and Windows 98

https://github.com/PeCeTfull/PocketablePopcorn.NET
1•sanqui•48m 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.