frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

your competitor is 10x better than you

https://www.mentionedby.world/
1•aykhanstoic•1m ago•0 comments

What else happened in 1776 [video]

https://www.youtube.com/watch?v=nGMCowI4exk
1•iansteyn•2m ago•0 comments

Venice AI becomes a unicorn with its privacy-first AI platform takes off

https://techcrunch.com/2026/07/01/venice-ai-becomes-a-unicorn-with-65m-series-a-as-its-privacy-fi...
1•felixdoerp•4m ago•0 comments

China fires ballistic missile into Pacific nuclear-free zone

https://www.ft.com/content/c52f0a98-2e6a-4acc-a668-d4ce442c4aba
1•cwwc•6m ago•0 comments

Roll your own file-based router in under 50 lines of code

https://wasp.sh/blog/2026/07/01/roll-your-own-file-based-router
1•cprecioso•7m ago•0 comments

Who Survives Europe's Energy Crisis?

https://themerchantsnews.substack.com/p/who-survives-europes-energy-crisis
2•felixdoerp•8m ago•0 comments

On Writing (Code)

https://unpredictabletokens.substack.com/p/on-writing-code
2•jac08h•12m ago•1 comments

Edit Markdown like editing a Word document

https://phcode.io/markdown-editor.html
1•charlypa•12m ago•0 comments

Inertial Navigation System

https://en.wikipedia.org/wiki/Inertial_navigation_system
1•thunderbong•12m ago•0 comments

Show HN: I built an AI that knows my net worth: 3 countries, 6 currencies

https://demo.joinbrisa.com
2•kareemarab•17m ago•0 comments

Pyramids – GIS Utility Package

https://github.com/serapeum-org/pyramids
2•marklit•18m ago•0 comments

Sentiment analysis of Reddit threads using BERT models

https://threadmood.sibencedigital.com/app?url=https%3A%2F%2Fwww.reddit.com%2Fr%2Fprogramming%2Fco...
2•jbarti•19m ago•1 comments

Quitting a Forever Game

https://ravi64.com/quitting-pokemon-go-forever-game/
2•outrunner•23m ago•0 comments

Compressor V2: three compression layers for a 50% LLM agent cost cut

https://www.edgee.ai/blog/posts/introducing-compressor-v2-three-compression-layers-measured-end-t...
5•kokakiwi•24m ago•0 comments

Pokémon Go '10th Anniversary Party' event guide

https://www.polygon.com/pokemon-go-10th-anniversary-party-event-timed-research-costumes-gimmighoul/
3•rldjbpin•25m ago•0 comments

Show HN: RNet, an AI credit wallet for everyday users

https://www.rnetai.org/
3•nextma•26m ago•2 comments

The evidence against "ultra-processed" foods is weaker than you think

https://www.vox.com/future-perfect/494045/ultra-processed-foods-science-rcts
2•theanonymousone•27m ago•1 comments

Jetterix Pressure Nozzle ReviEwS (2026) We Tried It My Honest Review

https://finance.yahoo.com/sectors/technology/articles/jetterix-pressure-nozzle-urgent-report-1739...
2•raysdaro•32m ago•0 comments

Why did the jump from Intel MacBooks to Apple Silicon feel that huge?

https://freipaul.com/posts/why-did-apple-silicon-feel-so-huge
2•PHr15•33m ago•0 comments

How to Download Canvas and Panopto Lecture Videos

https://www.scholarshipsads.com/blog/how-to-download-canvas-and-panopto-lecture-videos
2•behindai•43m ago•0 comments

Trump's 'narco‑terrorism' war in Latin America evokes Reagan

https://theconversation.com/trumps-narco-terrorism-war-in-latin-america-evokes-reagan-then-as-now...
2•robtherobber•45m ago•0 comments

Pioneer of 'extreme male brain' theory of autism now says phrase unhelpful

https://www.theguardian.com/society/2026/jul/05/autism-extreme-male-brain-simon-baron-cohen
2•Michelangelo11•45m ago•0 comments

India's IT industry is shrinking general hiring while AI roles rose 16%

https://twitter.com/rohanpaul_ai/status/2073314619423174678
1•rustoo•45m ago•0 comments

Veteran Coder, Modern Delivery: The Hunt for the Perfect Technical TPM Role

https://www.mariusb.net/blog/2026/07/veteran-coder-modern-delivery-the-hunt-for-the-perfect-techn...
1•mariusb16•46m ago•0 comments

Google disrupts NetNut proxy network used in malware operations

https://www.reuters.com/business/media-telecom/google-disrupts-netnut-proxy-network-used-malware-...
1•angst•47m ago•0 comments

Mercury – Hermes HF Modem

https://github.com/Rhizomatica/mercury
1•noyesno•54m ago•0 comments

UN chief warns AI is developing faster than rules can keep up

https://www.reuters.com/technology/un-chief-warns-ai-is-developing-faster-than-rules-can-keep-up-...
2•adithyaharish•1h ago•0 comments

A Skiing Accident Put Our Development Practices to the Test

https://blog.enioka.com/2026/07/03/how-a-skiing-accident-put-our-development-practices-to-the-test/
5•hebus•1h ago•0 comments

14× faster embeddings: how we rebuilt the ONNX path in Manticore

https://medium.com/@s_nikolaev/14-faster-embeddings-how-we-rebuilt-the-onnx-path-in-manticore-fab...
2•snikolaev•1h ago•0 comments

Looking Forward to Postgres 19: Split Personality

https://www.pgedge.com/blog/looking-forward-to-postgres-19-split-personality
2•rellem•1h 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.