frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Not just for rich people: the progressive case for air conditioning

https://www.theguardian.com/commentisfree/2026/jun/29/progressive-case-for-air-conditioning-clima...
2•rustoo•3m ago•0 comments

DeepSeek Releasing Mid July

https://files.catbox.moe/0j57v9.png
1•RIshabh235•5m ago•1 comments

Compile differentiable audio models to real-time DSP

https://github.com/cucuwritescode/adac
1•cucuwritescode•6m ago•1 comments

Yeasound RIC800 Hearing Aids Review: Good Audio, Glitchy App

https://www.wired.com/review/yeasound-ric800-hearing-aids/
1•joozio•9m ago•0 comments

My Mac timeline app got MCP. Cron to vector DB was the real use

https://sidefyapp.com/blog/mcp-automation-beyond-chat-2026-06-27/
1•sha2kyou•9m ago•0 comments

NASA's X-59 "frankenjet" tests supersonic flight without the sonic boom

https://arstechnica.com/gadgets/2026/06/nasas-x-59-frankenjet-tests-supersonic-flight-without-the...
1•LorenDB•10m ago•0 comments

Children in West Bank are being killed by Israel without accountability

https://www.theguardian.com/world/2026/jun/29/is-it-israels-aim-to-kill-our-children-west-bank-pa...
5•abdusco•12m ago•0 comments

The Next Chapter of PrimeTek

https://primeui.dev/nextchapter
1•schneefux•14m ago•0 comments

GitHub Copilot – 5 years ago today (2021)

https://github.blog/news-insights/product-news/introducing-github-copilot-ai-pair-programmer/
1•petercooper•15m ago•0 comments

Gatekeeping the Frontier: When AI Access Becomes a National Security Concern

https://www.rusi.org/explore-our-research/publications/commentary/gatekeeping-frontier-when-ai-ac...
1•ironyman•18m ago•0 comments

Tell HN: Delete Google

3•sourcecodeplz•18m ago•1 comments

Expo adds AgeRange module wrapping Apple and Google age-verification APIs

https://docs.expo.dev/versions/latest/sdk/age-range/
1•c99e•19m ago•1 comments

Radiology's Last Exam (RadLE)

https://arxiv.org/abs/2509.25559
1•AFF87•24m ago•0 comments

The CEO of Mullvad is the main financer of the far-right Swedish Örebro party

https://det.social/@lostgen/116820546568940358
3•Risse•25m ago•2 comments

Show HN: Re:Zero – Start building from zero

https://www.rezero.md/en/library
1•haebom•25m ago•0 comments

Ask HN: GLM-5.2 FP8 vs. BF16

1•JoelJacobson•26m ago•0 comments

Miyake Event

https://en.wikipedia.org/wiki/Miyake_event
1•simonebrunozzi•32m ago•0 comments

Dame Penelope Keith, star of The Good Life, dies aged 86

https://news.sky.com/story/dame-penelope-keith-star-of-the-good-life-dies-aged-86-13558844
1•austinallegro•33m ago•0 comments

The true cost of software development, updated for the world of AI

https://daniel-payne-keldan-systems.medium.com/how-much-800def6bb346
1•daniel-payne•33m ago•0 comments

Ask HN: What is happening with the current AI startup ecosystem?

2•kefal•35m ago•0 comments

The Peak and Collapse of Digital Research

https://nemanjatrifunovic.substack.com/p/the-peak-and-collapse-of-digital
3•rbanffy•35m ago•0 comments

Show HN: Shacam for macOS – Screen sharing you can touch

https://shacam.com
1•renatoworks•36m ago•0 comments

Trump may be mystery patient in case of 79yo getting experimental obesity drug

https://arstechnica.com/health/2026/06/trump-may-be-mystery-patient-in-odd-case-of-79yo-getting-e...
1•rbanffy•36m ago•0 comments

"Perfumed Palaces: backrooms roguelike vibe-coded in <30 days"

1•MUTHRI•37m ago•1 comments

I have an operating system kernel that I wrote myself; it's called ValiantCore

1•finndev•42m ago•0 comments

The Friction Collapse

https://deimos28.substack.com/p/the-friction-collapse
1•deimos_28•44m ago•0 comments

NASA tests AI medic for astronauts too far from Earth to call a doctor

https://www.theregister.com/ai-and-ml/2026/06/27/nasa-tests-ai-medic-for-astronauts-too-far-from-...
1•pseudolus•45m ago•0 comments

Apple accuses India of 'copy-pasting' rivals' claims in antitrust investigation

https://www.reuters.com/business/media-telecom/apple-accuses-india-copy-pasting-rivals-claims-ant...
1•jmsflknr•46m ago•0 comments

I have an operating system kernel that I wrote myself; it's called ValiantCore

1•finndev•46m ago•0 comments

Show HN: The open-source alternative to Claude Tag

https://www.agent-swarm.dev
2•tarasyarema•47m 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.