frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Sentinel- map any codebase for AI agents in 55s, no cloud, zero deps

https://github.com/Ntooxx/Sentinel
1•Ntox•1m ago•0 comments

What was nice about the UI of Windows 2000

https://movq.de/blog/postings/2026-06-16/0/POSTING-en.html
1•npongratz•1m ago•0 comments

ACLU: Do Automatic License Plate Readers violate privacy under the 4th Amendment

https://www.aclu.org/cases/schmidt-v-norfolk
1•StatsAreFun•2m ago•0 comments

Annotate Git diff with explanation generated by AI for easier reviews

https://github.com/kooskoos20/git-diff-ai-explainer-interactive-filter
1•kooskoos•3m ago•1 comments

Drilling Holes in the Space Station to Fix Leaks in the Space Station [video]

https://www.youtube.com/watch?v=4VpD9KgbId4
1•newer_vienna•3m ago•0 comments

.NET: Introducing the Half type (2020)

https://devblogs.microsoft.com/dotnet/introducing-the-half-type/
1•tosh•4m ago•0 comments

Gregory Williams, Academic with an Uncommon Perspective on Race, Dies at 81

https://www.nytimes.com/2026/06/16/books/gregory-williams-dead.html
1•leephillips•5m ago•0 comments

OpenAI is a non profit after all

https://lemmy.ml/post/48910247
2•trilogic•7m ago•2 comments

Layr – a modular UX and product constraint system for AI-built interfaces

https://github.com/layr-hq/layr
2•layrhq•7m ago•0 comments

Mea Maxima Culpa

https://ozybrennan.substack.com/p/mea-maxima-culpa
1•barry-cotter•9m ago•0 comments

If your Mac blocks a Terminal command paste or script

https://support.apple.com/en-us/127377
1•mritzmann•9m ago•0 comments

Show HN: RottenFiles a lightweight Windows app that auto-deletes files

https://www.producthunt.com/products/rottenfiles
1•Shashvi_l•10m ago•0 comments

More people get their news from social media than anywhere else – globally

https://werd.io/more-people-get-their-news-from-social-media-than-anywhere-else-globally-the-plat...
1•benwerd•10m ago•0 comments

Show HN: An open-source DSL for building FHE apps without a crypto background

https://github.com/NiobiumInc/niobium-client
1•barrus•10m ago•0 comments

India sparred with Telegram days ahead of blocking the app

https://www.reuters.com/business/media-telecom/how-india-sparred-with-telegram-days-ahead-blockin...
1•JumpCrisscross•11m ago•0 comments

GTA VI pre-order

https://www.rockstargames.com/newswire/article/517oa135328155/grand-theft-auto-vi-pre-orders-begi...
3•czeizel•11m ago•0 comments

Ask HN: Do we need GPUs for intelligence, or just for matrix multiplication?

1•svanteru•13m ago•0 comments

Unblocked

https://www.kevinsdias.com/posts/unblocked.html
1•speckx•14m ago•0 comments

Migrate from OpenClaw

https://hermes-agent.nousresearch.com/docs/guides/migrate-from-openclaw
10•JumpCrisscross•15m ago•2 comments

GTA 6 pre-order date and cover art revealed by Rockstar

https://www.bbc.com/news/articles/ce8j1yj64g3o
2•zaat•15m ago•0 comments

TypeScript 7.0 RC

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0-rc/
1•DanRosenwasser•15m ago•0 comments

Put all your skills in one place

https://sleuth-io.github.io/sx/2026/06/17/put-all-your-skills-in-one-place.html
4•MatekCopatek•16m ago•1 comments

Fuel Prices

https://gasprices.aaa.com/
2•bear_with_me•17m ago•0 comments

Lettera: A Refined Markdown Document Editor

https://christiantietze.de/posts/2026/06/lettera-bear-editor-for-any-file/
2•frizlab•18m ago•0 comments

Show HN: TypeMorph – Browser-local JSON schema converter (80 formats, no server)

https://typemorph.dev/
2•jop00004•22m ago•0 comments

Godot 4.7 Release

https://godotengine.org/releases/4.7/
7•freeCandy•22m ago•0 comments

Second carcass-eating fly species cleared by FDA for maggot wound therapy

https://arstechnica.com/health/2026/06/second-carcass-eating-fly-species-cleared-by-fda-for-maggo...
3•Brajeshwar•22m ago•0 comments

U.S. Demands to Access Africans' Data Raise Privacy, Sovereignty Concerns

https://www.propublica.org/article/trump-state-department-africa-uganda-aid-medical-data-privacy
3•Cider9986•22m ago•0 comments

Ubiquiti: Enterprise NAS, Built on ZFS

https://blog.ui.com/article/introducing-enterprise-nas
4•ksec•22m ago•0 comments

Usbliter8 an A12/A13 SecureROM Exploit

https://ps.tc/pages/blog-usbliter8.html
2•givinguflac•23m 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.