frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Kernal Fit – how I lost weight working IT without a gym

https://apps.adrenaline.design/kernalfit/
1•dkoepke65•1m ago•0 comments

Show HN: Cartopolis, interactive globe-sized 3D world

https://code.garage44.eu/jeroen/cartopolis
1•jvanveen•2m ago•0 comments

Luarocks.org remote code execution exploit

https://vhyrro.neorg.org/posts/critical-luarocks-exploit-cve/
2•cupcakerob•3m ago•0 comments

Booted up in 1993, this server still runs – but not for much longer (2017)

https://www.computerworld.com/article/1673071/booted-up-in-1993-this-server-still-runs-but-not-fo...
2•doener•3m ago•0 comments

Walmart says it's not using personal information to set prices

https://apnews.com/article/walmart-pricing-dynamic-pricing-1488b3614058c9452426c0e2e656f653
2•bradleyankrom•3m ago•0 comments

When did Google get so f-ing weird?

https://sancho.bearblog.dev/google-weird/
1•sancho-panza•4m ago•0 comments

The largest privately owned laser just turned on

https://techcrunch.com/2026/06/03/the-worlds-largest-privately-owned-laser-just-turned-on/
2•ianrahman•4m ago•0 comments

A year of hourly weather drawn as the iris of an eye

https://iris.experiai.com/
1•diegotogni•9m ago•0 comments

Montessori Education

https://en.wikipedia.org/wiki/Montessori_education
1•simonebrunozzi•10m ago•0 comments

Stake data breach exposes customer details after hack at partner DriveWealth

https://www.news.com.au/technology/online/hacking/stake-data-breach-exposes-customer-details-afte...
1•mooreds•11m ago•0 comments

Have an LLC

https://zachholman.com/posts/you-should-have-an-llc
1•mlex•12m ago•0 comments

A crypto sentiment API that AI agents pay for autonomously (x402 protocol)

https://crypto-sentiment-x402.onrender.com/sentiment/BTC
2•Chekka•13m ago•0 comments

Self-Hosting on the Dark Web

https://david.alvarezrosa.com/posts/self-hosting-on-the-dark-web/
1•mooreds•13m ago•0 comments

Why Copy and Paste Still Feels Wrong on a Phone

https://medium.com/ai-widgets/why-copy-and-paste-still-feels-wrong-on-a-phone-cef6e2d4efd4
1•azhenley•14m ago•0 comments

Design Decision: Technical Debt in BillaBear

https://iain.rocks/blog/technical-debt-in-billabear
1•mooreds•14m ago•0 comments

My first time in Stockholm (thanks, YC)

https://domelian.substack.com/p/my-first-time-in-stockholm-thanks
1•dichik•17m ago•1 comments

Oil Slips as Iran Diplomacy Sparks Fresh Hopes for a Market Reset

https://medium.com/@d02514047/oil-slips-as-iran-diplomacy-sparks-fresh-hopes-for-a-market-reset-4...
1•joeymabia1•21m ago•2 comments

Preface – Home Manager Manual

https://nix-community.github.io/home-manager/
1•abdelhousni•21m ago•0 comments

Introduction – Act – User Guide – Manual – Docs – Documentation

https://nektosact.com/introduction.html
1•abdelhousni•23m ago•0 comments

Show HN: An AI wedding concierge I built and ran at my own 300-person wedding

https://ai-do.io/demo
1•aido_wedding•26m ago•0 comments

US push to flood Balkans with American gas sparks concerns in Brussels

https://www.politico.eu/article/us-push-to-flood-balkans-with-american-gas-sparks-concerns-in-bru...
2•leonidasrup•28m ago•0 comments

An OpenAl Engineer and His Friends Debate the Future [video]

https://www.youtube.com/watch?v=UZ2duRYykkk
1•alexcos•28m ago•0 comments

Corporate America embraces cheaper 'open' AI models

https://www.ft.com/content/d9de4776-1fc9-4f2b-aaaf-9961c35d8acd
3•macleginn•32m ago•0 comments

TuxBot: Semantic-Aware Online OS Tuning with Large Language Models

https://arxiv.org/abs/2605.15026
1•matt_d•37m ago•0 comments

DSPy – Program, don't prompt, your LLMs

https://dspy.ai/current/
4•mpweiher•38m ago•1 comments

Why YC Companies Win

https://khaliqgant.com/blog/why-yc-companies-win/
4•khaliqgant•39m ago•0 comments

Alan Kay's answer to "Did the ENIAC have a BIOS"?

https://www.quora.com/Did-the-ENIAC-have-a-BIOS/answer/Alan-Kay-11
7•midnightfish•39m ago•5 comments

1.3M free proxies → only the ones that work open source

https://github.com/maximilianfeix/proxy-scraper
1•taventix•42m ago•1 comments

'Pink Slime' Is Infecting AI Chatbots Ahead of the Midterms

https://www.politico.com/news/magazine/2026/09/25/midterms-partisan-ai-chatbots-01092138
3•JumpCrisscross•43m ago•0 comments

Death Rates for Young American Adults Jumped 71% in Just over a Decade

https://studyfinds.com/death-rates-for-americans-ages-25-44-jumped-71-in-just-over-a-decade/
4•pseudolus•45m ago•2 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.