frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Should we add game as product type for 3DIMLI?

1•arpit077•42s ago•0 comments

Fixing Programmatic Tool Calling with Types

https://blog.coldboot.org/fixing-programmatic-tool-calling-with-types
1•matchcase•2m ago•0 comments

Work just got easier for data analysts

https://analyst-bbqe.onrender.com/
1•Sechele•4m ago•0 comments

Code reviews do find bugs

https://entropicthoughts.com/code-reviews-do-find-bugs
1•todsacerdoti•4m ago•0 comments

Minesweeper but It's the Strait of Hormuz

https://sweepthestrait.com/
1•nextstep•6m ago•0 comments

Gallery of Processor Cache Effects (2019)

https://igoro.com/archive/gallery-of-processor-cache-effects/
1•mattrighetti•6m ago•0 comments

SSH Funky.nondeterministic.computer

https://funky.nondeterministic.computer/
1•thunderbong•6m ago•0 comments

NOIRLab Astro Data Archive

https://astroarchive.noirlab.edu/
1•bryanrasmussen•9m ago•0 comments

Reflections on the Future of Software Engineering Retreat

https://www.thoughtworks.com/insights/articles/reflections-future-software-engineering-retreat
1•r4um•11m ago•0 comments

Zen of AI Coding

https://nonstructured.com/zen-of-ai-coding/
1•r4um•11m ago•0 comments

Unions merged into .NET 11 SDK Preview 3

https://github.com/dotnet/roslyn/pull/82640
1•roflcopter69•12m ago•0 comments

Why does AI tell you to use Terminal so much?

https://eclecticlight.co/2026/03/11/why-does-ai-tell-you-to-use-terminal-so-much/
11•ingve•16m ago•5 comments

Ablation vs Heretic vs Obliteratus: one trick, three layers of tooling

https://morgin.ai/articles/ablation-vs-heretic-vs-obliteratus.html
2•samuelLagent•16m ago•0 comments

NovAI Coder – Free Copilot Alternative Using Chinese AI Models

https://github.com/494900759-star/novai-coder
1•aiapikey•17m ago•0 comments

Show HN: VocalSplit – Browser-based vocal remover running 100% locally

https://vocalsplit.app/
1•jacoka•19m ago•1 comments

WSL2 Kubernetes: Best Setup for Development or Overcomplicating Things?

https://github.com/codeedu/wsl2-kubernetes
1•IzhaqBlues•20m ago•0 comments

A static recompiler for original GameBoy ROMs

https://github.com/arcanite24/gb-recompiled
1•mvdwoord•20m ago•0 comments

ChimeraUtils: Reimplemented Unix Utils – Better Alternative to GNU?

https://github.com/chimera-linux/chimerautils
1•IzhaqBlues•20m ago•0 comments

Linux-TKG: Patched Kernel for Gaming and Performance – What's Your Experience?

https://github.com/Frogging-Family/linux-tkg
2•IzhaqBlues•21m ago•1 comments

US-China Chip Export Controls in 2026: The Rules Changed, and Nobody Won

https://semiconductorsinsight.com/us-china-chip-export-controls-h200-2026/
1•injurego•24m ago•0 comments

Exploring JEPA for real-time speech translation

https://www.startpinch.com/research/en/jepa-encoder-translation/
2•christiansafka•25m ago•0 comments

Engineering Management and Fatherhood – Take #2

https://newsletter.manager.dev/p/engineering-management-and-fatherhood
1•AntonZ234•25m ago•0 comments

UK Invests £180M in National Timing Centre to Back Up GNSS

https://insidegnss.com/uk-invests-180-million-in-national-timing-centre-to-back-up-gnss/
1•monkeydust•28m ago•0 comments

The mechanics of autonomous software translation

https://alperenkeles.com/posts/autonomous-translations/
2•alpaylan•29m ago•0 comments

The $2 per hour worker behind the OnlyFans boom

https://www.bbc.com/news/articles/cq571g9gd4lo
2•1659447091•31m ago•1 comments

Volo Data – Chat with your database using AI

https://github.com/keminze/volo-data
1•kkmz•31m ago•0 comments

Virtualizing an iPhone on Apple Silicon Macs Using Virtualization.framework

https://github.com/Lakr233/vphone-cli
1•71bw•32m ago•0 comments

The Download: AI's role in the Iran war, and an escalating legal fight

https://www.technologyreview.com/2026/03/10/1134077/the-download-ai-iran-war-theater-anthropic-su...
1•joozio•34m ago•0 comments

Hh

1•hehewhy•34m ago•0 comments

Ccraft2 Minecraft Classic server software

https://github.com/dawidg81/mcc
2•dawidg81•35m ago•0 comments
Open in hackernews

Show HN: ToolRegistry – A Python Library for Structured Tool Integration

https://github.com/Oaklight/ToolRegistry
3•Oaklight•10mo ago

Comments

Oaklight•10mo 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•10mo 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•10mo ago
what's GTM?
venk12•10mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.