frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Darnlink – self-healing Markdown links that survive refactors (by UUID)

https://github.com/txemi/darnlink
1•txemi•1m ago•0 comments

Capability might be proportional to complexity in AI

https://pastebin.com/cA10RH73
1•ffwd•2m ago•0 comments

Female US rower completes historic solo journey from California to Hawaii

https://www.theguardian.com/us-news/2026/jul/04/california-hawaii-rowing-solo-journey
3•speckx•4m ago•0 comments

Odyssey: Scalable PostgreSQL Connection Pooler

https://github.com/yandex/odyssey
1•tosh•4m ago•0 comments

AI Found a Root Bug in Linux That Everyone Missed for 15 Years

https://www.wired.com/story/security-news-this-week-ai-found-a-root-bug-in-linux-that-everyone-mi...
1•joozio•6m ago•0 comments

Argument Collapse: LLMs Flatten Long-Form Public Debate

https://arxiv.org/abs/2606.01736
2•mitchbob•7m ago•1 comments

A Jupiter-size planet that escaped its star's death

https://arstechnica.com/science/2026/07/a-jupiter-size-planet-that-escaped-its-stars-death/
1•Brajeshwar•11m ago•0 comments

Terrorist Groups Are Using A.I. To Gain an Edge in Battle

https://www.nytimes.com/2026/07/10/us/politics/ai-terrorism-boko-haram-nigeria.html
1•Anon84•12m ago•0 comments

HackerRank's LLM-Based Hiring Agent

https://blog.grandimam.com/posts/how-hacker-rank-scores-engineers/
1•grandimam•12m ago•0 comments

Open-source, self-hosted SEO dashboard that runs on –$4/mo of API credits

https://github.com/testedmedia/seo-command-center
2•victorsmush•17m ago•0 comments

Show HN: Standalone SearXNG CLI+MCP (no server needed)

https://github.com/nikvdp/searxng-ai-kit
1•nikvdp•17m ago•0 comments

My Experience with Evil Martians

https://old.reddit.com/r/recruitinghell/comments/1utouue/my_experience_with_evil_martians/
1•guseyn•20m ago•0 comments

LisaFPGA: The Apple Lisa computer implemented inside an FPGA

https://github.com/alexthecat123/LisaFPGA
1•birdculture•21m ago•0 comments

Meta's Muse Spark 1.1 Scores 51 on the Artificial Analysis Intelligence Index

https://twitter.com/ArtificialAnlys/status/2075677416295739660
1•bobrenjc93•27m ago•0 comments

Show HN: Orbit – AR satellite tracker, watch 15k+ objects

https://nagylukas.github.io/orbit.html
3•lukas9•28m ago•0 comments

My Hermes Setup and Usecases

https://metedata.substack.com/p/013-my-hermes-and-obsidian-set-up
3•young_mete•28m ago•0 comments

Try Even a Little at Conferences

https://maxwellforbes.com/posts/try-even-a-little-at-conferences/
2•FinnKuhn•29m ago•0 comments

Show HN: Earth Game – An offline CLI for turning life goals into quests

https://github.com/skorotkiewicz/earth-game
2•modinfo•30m ago•0 comments

A narrative account of the development of SNOBOL

https://mads.si.edu/mads/id/NMAH-AC0196_gris720521
1•cwbuilds•31m ago•0 comments

UPI: Anatomy of a Transaction

https://timeseriesofindia.com/economy/reads/upi-architecture/
2•prtk25•33m ago•0 comments

Trump administration rescinds key rule protecting endangered wildlife

https://www.upi.com/Top_News/US/2026/07/10/endangered-wildlife/5421783724407/
5•Bondi_Blue•35m ago•0 comments

Modern Decor May Be Straining People's Brains

https://studyfinds.com/modern-decor-may-be-straining-peoples-brains/
19•downwithdisease•38m ago•3 comments

Chinese courts allow heirs to inherit accounts of deceased gamers

https://www.tomshardware.com/tech-industry/big-tech/chinese-courts-allow-heirs-to-inherent-accoun...
3•thisislife2•39m ago•0 comments

Show HN: Reame – a CPU inference server that gets faster as it runs

https://github.com/swellweb/reame
2•targetbridge•39m ago•0 comments

Store Arbitrary Data on Anything

https://fliptable.nyc
1•spaghetti-code•40m ago•0 comments

Local-first agent governance: keeping an AI agent contained

https://vektorgeist.com/blog
2•VektorGeist•40m ago•0 comments

Dynamic Dispatch

https://intertwingly.net/blog/2026/07/11/Dynamic-Dispatch.html
2•ingve•44m ago•0 comments

Monist, a WebGPU compiler for non-well-founded set theory

https://firstsynth.dev/monist
1•thingltd•48m ago•0 comments

Agentation – Visual UI Annotation for AI Coding Agents

https://www.agentation.com/
2•rekl•50m ago•0 comments

More Americans are aging alone. One woman told us what it's like

https://www.msn.com/en-us/news/crime/more-americans-are-aging-alone-one-woman-told-us-what-it-s-l...
1•like_any_other•50m 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.