frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Metastability in Recovery: Cascading Recovery with a Loop

https://charap.co/metastability-in-recovery-cascading-recovery-with-a-loop/
1•matt_d•5m ago•0 comments

Show HN: Tidal town – HTML5 game where you protect your town from tides

https://threej.in/games/tidal-town/index.html
2•threejin•14m ago•0 comments

Suno has acquired Songkick (YC 2007)

https://www.hypebot.com/suno-has-asquired-songkick-what-it-means-for-artists/
1•ellrob88•23m ago•1 comments

The 2-Hour Marathon Barrier Gets Smashed. Is It the Shoes–Or the Sugar?

https://www.wsj.com/sports/the-2-hour-marathon-barrier-gets-smashed-sabastian-sawe-c289c9f5
1•canucker2016•23m ago•1 comments

Show HN: I'm running parallel Pi agents on a local sandbox

https://github.com/CelestoAI/SmolVM/
2•theaniketmaurya•25m ago•0 comments

Australian medical first saved US Marine's life after military aircraft crash

https://www.abc.net.au/news/2026-05-03/australian-medical-first-us-marine-life-saved-beat-odds/10...
1•defrost•28m ago•0 comments

High-tech Chinese cars pop up in California thanks to legal loophole

https://nypost.com/2026/04/29/us-news/high-tech-chinese-cars-pop-up-in-california/
3•harambae•31m ago•0 comments

CS 153: Frontier Systems – Stanford University

https://cs153.stanford.edu
2•vismit2000•35m ago•0 comments

The Irreducible Skill

https://www.vinniefalco.com/p/the-irreducible-skill
1•ibobev•36m ago•0 comments

Windows API Is Successful Cross-Platform API

https://retrocoding.net/windows-api-is-successful-cross-platform-api
3•phendrenad2•39m ago•0 comments

After Mythos, Nobody Is Safe from Cybersecurity Threats

https://www.nytimes.com/2026/04/28/opinion/cybersecurity-mythos.html
1•furcyd•41m ago•0 comments

Postfix 1998, Dovecot 2002, Roundcube 2008: Why Email Stack Frozen 25 Years?

1•panelica•43m ago•0 comments

Fun, open-source AI transparency project

https://github.com/realalonw/agent-receipts
1•walon•48m ago•1 comments

AI, Intimacy, and the Data You Never Meant to Share

https://fshot.org/techzone/the-algorithm-knows.php
1•victorkulla•50m ago•0 comments

What the Benchmark Cannot See

https://exoskeleton.ghost.io/what-the-benchmark-cannot-see/
1•pdoomzero•50m ago•0 comments

Open Source Does Not Imply Open Community

https://blog.feld.me/posts/2026/04/open-source-does-not-imply-open-community/
11•RohanAdwankar•56m ago•1 comments

Elon Musk gets an apology from California regulators as a SpaceX lawsuit settled

https://apnews.com/article/california-coastal-commission-spacex-elon-musk-33065c34cc0555faa91ca25...
8•db48x•1h ago•4 comments

Prompt Engineering Is Permanent

https://yiblet.com/posts/prompt-engineering-is-permanent/
2•syiblet•1h ago•0 comments

Year of the Linux Laptop: Omarchy on XPS

https://www.dell.com/en-us/blog/year-of-the-linux-laptop-omarchy-on-xps/
4•evanjrowley•1h ago•0 comments

A PQC Almanac (2025) [pdf]

https://downloads.bouncycastle.org/java/docs/PQC-Almanac.pdf
1•mooreds•1h ago•0 comments

Dr. Jordan B. Peterson's 10 Step Guide to Clearer Thinking Through Essay Writing

https://medium.com/practicecomesfirst/dr-jordan-b-petersons-10-step-guide-to-clearer-thinking-thr...
1•eigenBasis•1h ago•1 comments

Comparing the best open source TranslateGemma projects

https://metalglot.com/blog/open-source-translategemma-comparison/
1•metalglot•1h ago•0 comments

The AI workflow I use to build apps

https://juanmanuelalloron.com/post/my-current-ai-workflow-for-building-apps/
1•juan_allo•1h ago•0 comments

Show HN: Pantheon – A Path 1 PlayStation 2 game engine (VU1 / EE / DMA)

https://github.com/94BILLY/PANTHEON
1•94BILLY•1h ago•0 comments

Can a Hand‑Built EV Change Mobility in East Africa? [video]

https://www.youtube.com/watch?v=gh4N_UNyKgk
1•thelastgallon•1h ago•0 comments

Farewell, Jeeves: Ask.com shuts down

https://techcrunch.com/2026/05/02/farewell-jeeves-ask-com-shuts-down/
2•mikece•1h ago•0 comments

Original Apollo 11 code open-sourced by NASA

https://www.tomshardware.com/software/original-apollo-11-code-open-sourced-by-nasa-original-comma...
2•ohjeez•1h ago•0 comments

Too Dark? Too Bright? Scientists Need Your Help to Make Reading Easier

https://news.ncsu.edu/2026/04/citizen-science-reading-project/
1•ohjeez•1h ago•0 comments

Intelligence Buying Intelligence

https://stevekrouse.com/intelligence
1•azhenley•1h ago•1 comments

Running Shoes Have Evolved – From Ancient Greece to Record-Breaking Marathons

https://www.nytimes.com/2026/05/01/sports/running-shoe-history-adidas-sneakers-london-marathon.html
1•y1n0•1h ago•0 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.