frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A validation-gated execution system (VYRDON)

https://github.com/teee79A/vyrdon
1•vyrdon•23s ago•0 comments

Your Job Isn't Programming

https://codeandcake.dev/posts/2025-12-12-your-job-isnt-programming
1•dgroshev•2m ago•0 comments

Trump alum helps Israel mount AI influence campaign

https://www.axios.com/2026/04/25/israel-ai-influence-parscale
1•sosomoxie•3m ago•0 comments

Mo RAM, Mo Problems

https://fabiensanglard.net/curse/
1•blfr•4m ago•0 comments

From Gaza With Love (1h49 documentary)

https://www.youtube.com/watch?v=xYj-XMIjHGo
1•bigbugbag•5m ago•0 comments

Fast Attention for Short Sequences

https://blog.qwertyforce.dev/posts/fast_attention_for_short_sequences
1•qwertyforce•9m ago•0 comments

The Glass_V1 standard for new computational storage

https://github.com/argoscollective/Glass-V1-Standard
1•Argoscollective•10m ago•0 comments

Over the Past Decade, Congestive Heart Failure Increased by over 10%

https://www.scai.org/media-center/news-and-articles/over-past-decade-congestive-heart-failure-and...
1•geox•10m ago•0 comments

Vibe Designing

https://jonathannen.com/vibe-designing/
1•speckx•12m ago•0 comments

Some data on the shape of the forgetting curve

https://www.natemeyvis.com/some-data-on-the-shape-of-the-forgetting-curve/
1•ingve•13m ago•0 comments

Show HN: Outworx Docs – Hosted API docs with an MCP server per project

https://docs.outworx.io
1•aemadeldin•15m ago•0 comments

Software Piracy Statistics – 2026 Outlook

https://www.revenera.com/blog/software-monetization/software-piracy-stat-watch/
1•keepamovin•16m ago•0 comments

From car and phone to tractors, populist wave to end 'captive' repair economy

https://www.cnbc.com/2026/04/25/right-to-repair-consumer-prices-affordability-economy-elections.html
2•1vuio0pswjnm7•16m ago•0 comments

The Fermi Paradox Is Nerdslop

https://monismos.substack.com/p/the-fermi-paradox-is-nerdslop
1•eatitraw•21m ago•0 comments

New study bridges the worlds of classical and quantum physics

https://news.mit.edu/2026/new-study-bridges-classical-and-quantum-physics-0421
1•leephillips•22m ago•0 comments

21-year-old Polish Woman Fixed a 20-year-old Linux Bug

https://itsfoss.com/news/kamila-enlightenment-e16-bug/
1•tempodox•23m ago•1 comments

Tuta: FOSS email service with privacy, encrypt emails, contacts and calendar

https://github.com/tutao/tutanota
1•maxloh•23m ago•0 comments

Command Line Argument Parser with C++26 reflection

https://github.com/nathan-baggs/clap
2•dalvrosa•24m ago•0 comments

The Fermi Paradox (2014)

https://waitbutwhy.com/2014/05/fermi-paradox.html
1•simonebrunozzi•24m ago•0 comments

AI Adoption in the United States and Its (Tiny) Labor Market Impact

https://macromostly.substack.com/p/an-update-on-ai-adoption-in-the-united
1•m-hodges•24m ago•1 comments

History and Los Alamos (2003)

https://sgp.fas.org/eprint/meade.html
1•simonebrunozzi•27m ago•0 comments

Someone recreated StumbleUpon but for Startup landing pages

https://buildhop.io
1•jacobcounsell•29m ago•0 comments

AI News Aggregator – The Wire

https://www.thewire.ink/
1•nmilodev•32m ago•1 comments

GloVe Galaxy Explorer

https://glove.theory-a.com
2•notShabu•35m ago•0 comments

Local-Run Graph-Based Scalable AGI

https://boggersthefish.com/
1•explaingarlic•37m ago•1 comments

Survival Is the Only Success

https://ofdollarsanddata.com/survival-is-the-only-success/
1•speckx•41m ago•0 comments

Is "Outsourcing Our Thinking to AI" a Bug or a Feature?

https://slashdot.org/submission/17346722/is-outsourcing-our-thinking-to-ai-a-bug-or-a-feature
1•theodpHN•42m ago•0 comments

DeepSeek V4 in vLLM: Efficient Long-Context Attention

https://vllm-website-pdzeaspbm-inferact-inc.vercel.app/blog/deepseek-v4
1•Palmik•43m ago•0 comments

Show HN: I got tired of boring SQL tutorials, so I built a game

https://sqlprotocol.com
1•ItaiZeilig•44m ago•2 comments

Multi-player agents don't fit in the sandbox

https://www.mendral.com/blog/multi-player-agents-sandbox
1•shad42•44m 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.