frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

NodeLLM: RubyLLM in JavaScript

https://github.com/node-llm/node-llm
1•earcar•53s ago•0 comments

Show HN: My self-custodial trading platform

https://www.aulico.com
1•kiosktryer•3m ago•0 comments

Show HN: GitHub Directory for Public APIs

https://github.com/public-apis/public-apis/blob/master/README.md
1•wasimsk•4m ago•0 comments

Zhenguan Zhengyao

http://www.chinaknowledge.de/Literature/Historiography/zhenguanzhengyao.html
1•teleforce•7m ago•0 comments

Apple to Launch 'MacBook Ultra' with These Six New Features

https://www.macrumors.com/2026/04/24/macbook-ultra-up-to-six-new-features/
1•cjaackie•7m ago•0 comments

Ask HN: What's Your Biggest Fear?

1•wasimsk•12m ago•1 comments

Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)

https://github.com/nex-crm/wuphf
14•najmuzzaman•13m ago•0 comments

Quantization for Neural Networks

https://leimao.github.io/article/Neural-Networks-Quantization/
2•eigenBasis•15m ago•0 comments

My New York Misadventure (1932)

https://winstonchurchill.org/publications/finest-hour/finest-hour-136/my-new-york-misadventure/
1•downbad_•19m ago•1 comments

Aspirin can reduce the risk of cancer – and we're starting to understand why

https://www.bbc.com/future/article/20260420-cancer-how-aspirin-may-be-a-powerful-new-weapon-again...
2•selvan•22m ago•0 comments

Show HN: LLMs consume 5.4x less mobile energy than ad-supported web search

https://dupr.at/thermodynamic-efficiency-inversion
2•duprat•22m ago•0 comments

Soundtrack of the sea: divers use underwater speakers to help dying coral reefs

https://www.theguardian.com/environment/2026/apr/24/coral-reefs-jamaica
1•Almured•25m ago•1 comments

The Word for World: The Maps of Ursula K Le Guin

https://www.aaschool.ac.uk/public/exhibitions/the-word-for-world
1•zeristor•27m ago•1 comments

The QEII garden – built from its own ruins – opens in Regent's Park

https://www.ianvisits.co.uk/articles/a-garden-built-from-its-own-ruins-opens-in-regents-park-89152/
1•zeristor•28m ago•1 comments

Zerodha

1•-R-•29m ago•0 comments

Hii

5•-R-•30m ago•3 comments

Brilliant Maps: Which Countries Censor the Internet the Most?

https://brilliantmaps.com/which-countries-censor-the-internet-the-most/
2•nephihaha•31m ago•1 comments

DoctorSV: El Salvador's health data in Google's hands

https://www.heise.de/en/news/DoctorSV-El-Salvador-s-health-data-in-Google-s-hands-11264996.html
1•catlikesshrimp•33m ago•1 comments

OpenClaw agent identified a market gap, build a validation page in 24 hours

https://www.docketapp.us/
1•isaacNd•33m ago•0 comments

MiniDisc, the Forgotten Format (2012)

https://www.theguardian.com/music/musicblog/2012/sep/24/sony-minidisc-20-years
2•alastairr•39m ago•1 comments

Six Steeds of Zhao Mausoleum

https://en.wikipedia.org/wiki/Six_Steeds_of_Zhao_Mausoleum
1•teleforce•42m ago•0 comments

The Tyranny of Structurelessness (1972)

https://www.jofreeman.com/joreen/tyranny.htm
2•downbad_•44m ago•1 comments

NPM Slop and Wonky Software Supply Chains

https://simonramstedt.com/blog/2026-04-09-npm-slop-and-wonky-software-supply-chains/
2•rmst•47m ago•0 comments

Fixing hallucination in LLM prediction with only one 48gib GPU

https://zenodo.org/records/19703218
1•genji970•47m ago•0 comments

Simulating an unrestricted frame

https://win9-5.com/demo
1•keepamovin•47m ago•0 comments

Ask HN: What's your AI assisted dev setup that actually follows instructions?

1•setnone•49m ago•0 comments

I Tested My VPN on Public WiFi and Discovered It Wasn't Protecting Me

https://medium.com/@examineip/i-tested-my-vpn-on-public-wifi-and-discovered-it-wasnt-actually-pro...
2•examineip•50m ago•2 comments

The rhetoric of war has changed. Not for the better

https://www.economist.com/culture/2026/04/23/the-rhetoric-of-war-has-changed-not-for-the-better
1•Michelangelo11•50m ago•1 comments

Pgrx: Build Postgres Extensions with Rust

https://github.com/pgcentralfoundation/pgrx
1•luu•50m ago•0 comments

Show HN: Yumi - All-in-one workspace OS for thinking, ideating, and daily work

https://askyumi.app
1•yumi-dev•51m ago•1 comments
Open in hackernews

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

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

Comments

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