frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How to Group and Organize Notebooks in NotebookLM (Collections)

https://www.nlmtools.com/blog/notebooklm-collections-guide
1•trungpv1601•1m ago•0 comments

Show HN: Isopolis – isometric pixel map of SF

https://sf.isopolis.city/
2•nuwandavek•6m ago•0 comments

Logic and Ontology

https://plato.stanford.edu/entries/logic-ontology/
1•nill0•9m ago•0 comments

Show HN: Record Your Accomplishments

https://accomplishments.app/
1•samteeeee•15m ago•0 comments

CP/M-386 – CP/M for 386 protected mode, derived from CP/M‑68K

https://github.com/johnsonjh/cpm386
1•TMWNN•15m ago•0 comments

Living Underwater in 2026: DEEP's New Subsea Habitat; Vanguard

https://www.cnet.com/science/living-underwater-in-2026-new-ocean-habitat-just-dropped/
1•Gaishan•15m ago•0 comments

I Built and Battle Tested My OSAI Agent

https://medium.com/@jacobdiamond/how-i-built-and-battle-tested-my-osai-agent-f30e4f0667f1
1•zilbon•17m ago•0 comments

Boardwalk Hotel and Casino (1966–2006) · a Las Vegas Strip Memorial

https://lvboardwalk.com/
1•paulnpace•18m ago•0 comments

5.3 Earthquake in Suez, Egypt

https://earthquake.usgs.gov/earthquakes/eventpage/us6000thpb/executive
2•marc__1•24m ago•0 comments

Hotspots and Nine Slices (what's new in Easel)

https://easel.games/blog/2026-july-update
1•BSTRhino•25m ago•1 comments

The Crisis in Mathematics and the Prospect of AIcademia

https://www.ryansimonelli.com/absolute-irony-blog/the-crisis-in-mathematics-and-the-prospect-of-a...
1•lexandstuff•26m ago•0 comments

Descubrimientos de Graphlab

https://github.com/cripto-bot/graphlab-discoveries
1•jhon987•27m ago•0 comments

Show HN: ssh ssh.place

https://ssh.place
2•jeninh•30m ago•0 comments

Boris Cherny on Trying to Get Claude Code to Rewrite the Claude App

https://daringfireball.net/linked/2026/08/02/cherny-claude-swift
3•robenkleene•30m ago•0 comments

An Integrative Appraisal Model of Epistemic Curiosity

https://pmc.ncbi.nlm.nih.gov/articles/PMC12894534/
1•toomuchtodo•39m ago•0 comments

Pg_savior: A Postgres extension to avoid accidental mistakes

https://github.com/viggy28/pg_savior
1•thunderbong•39m ago•0 comments

I made an interactive map for the Adelaide Rally

https://interactive-adelaide-rally.vercel.app/
2•rakmo•40m ago•0 comments

Why Book Corners won't sync contributions back to OpenStreetMap

https://www.andreagrandi.it/posts/why-book-corners-wont-sync-contributions-back-to-openstreetmap/
6•pizzaiolo•41m ago•2 comments

Accepting a Messy Git History

https://beza1e1.tuxen.de/git_two_users.html
1•birdculture•43m ago•0 comments

Frontis-MA1: Open 35B model toward recursive self-improvement

https://frontisai.github.io/OpenRSI/
1•DSemba•47m ago•0 comments

Show HN: mlxsh A lightweight CLI to serve multiple local LLMs on Apple

https://github.com/ansnadeem/mlxsh
1•ansnadeem•50m ago•0 comments

The Penny Cyclopædia of the Society for the Diffusion of Useful Knowledge (2012)

https://archive.org/details/ThePennyCyclopaediaOfTheSocietyForTheDiffusionOfUsefulKnowledge
1•nativeit•52m ago•0 comments

Connes' Rigidity Theorem: Disproof of Open AI's Counterexample and Proof

https://philarchive.org/rec/NIEWTC
3•gone35•56m ago•0 comments

Show HN: Sixwhyo – A six year old agent reviewing your code

https://6yo.dev/
1•hxii•56m ago•0 comments

NF humanoid disarm protocol: Fire-alarm protocol to stop humanoid robots

https://github.com/humblelistener/NF_HDP
1•humblelistener•56m ago•1 comments

The Toad Medicine Boom Was Built on a Myth

https://www.bloomberg.com/news/articles/2026-07-31/what-is-5-meo-dmt-the-god-molecule-and-the-per...
1•wslh•59m ago•1 comments

Ask HN: What's Next for LLMs?

3•apatheticonion•1h ago•0 comments

What if I can just do it faster than talking to you?

https://sundaylettersfromsam.substack.com/p/what-if-i-can-just-do-it-faster-than
2•thedreammachine•1h ago•1 comments

Show HN: Atomadic- Zero-LLM Sub-200us MCP Action Interlock (Storefront Restored)

https://atomadic.tech/orchard.html
1•Atomadic•1h ago•0 comments

'The language of Pokémon is universal': fans are still catching after 30 years

https://www.theguardian.com/games/2026/aug/02/the-language-of-pokemon-is-universal-why-fans-are-s...
3•tzmlab•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.