frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why QVC's Operational Excellence Became Its Undoing

https://gadallon.substack.com/p/the-inflexible-stack-why-qvcs-operational
1•JumpCrisscross•1m ago•0 comments

The Iran war is hitting the AI supply chain where it hurts

https://thenextweb.com/news/iran-war-pcb-supply-chain-sabic
1•skeledrew•2m ago•0 comments

Securing AI Agents and MCP interactions at the network layer with Tailscale

https://www.businesswire.com/news/home/20260403439638/en/Highflame-and-Tailscale-Partner-to-Secur...
2•grumblemumble•4m ago•1 comments

LogMeIn – Instant Login Links, No Password Sharing

https://logmein.today
2•imkost•6m ago•0 comments

Corporate America Is Minting Money–and Not Just in Tech and Finance

https://www.wsj.com/business/earnings/corporate-america-is-minting-moneyand-not-just-in-tech-and-...
2•JumpCrisscross•9m ago•0 comments

Ketamine, psychedelics, GHB: is the US falling out of love with cocaine?

https://www.theguardian.com/us-news/2026/apr/21/cocaine-ketamine-psychedelics-ghb
2•JumpCrisscross•10m ago•0 comments

Chatting with myself about AI

https://2earth.github.io/website/20260426.html
2•2earth•11m ago•1 comments

Ask HN: Is anyone building/selling VT220-type terminals?

2•vrypan•12m ago•1 comments

Taiwan's stock market surpasses the UK's, thanks to AI

https://www.tomshardware.com/tech-industry/taiwan-stock-market-overtakes-the-uk
2•giuliomagnifico•12m ago•0 comments

TopCarPlay Wireless CarPlay

https://www.facebook.com/TopCarPlayWirelessCarPlay.Get
2•jerrycazer•12m ago•0 comments

China blocks Meta's acquisition of AI startup Manus

https://www.cnbc.com/2026/04/27/meta-manus-china-blocks-acquisition-ai-startup.html
2•yakkomajuri•12m ago•0 comments

LFM2.5-VL-450M: Structured Visual Intelligence, Edge to Cloud

https://www.liquid.ai/blog/lfm2-5-vl-450m
2•exploraz•14m ago•0 comments

Choo Choo Words: Spell words to make train tracks, stop the train from crashing

https://choochoowords.chyuang.com/
2•yongyongyong•15m ago•0 comments

Show HN: Webhook API – inbound email –> webhook

https://www.echovalue.dev/webhook-api/
3•emiliano•16m ago•0 comments

Show HN: A terminal spreadsheet editor with Vim keybindings

https://github.com/garritfra/cell
5•garritfra•16m ago•0 comments

Carbon nanotube wiring gets closer to competing with copper

https://arstechnica.com/science/2026/04/researchers-get-carbon-nanotube-wiring-to-conduct-more-li...
3•rbanffy•17m ago•0 comments

Gatekeeping: A Partial History of Cold Fusion

https://arxiv.org/abs/2601.09996
2•derrida•18m ago•0 comments

Show HN: I built a reference site for the recurring hard problems in software

https://thehardparts.dev/
3•ludovicianul•20m ago•0 comments

Show HN: Slerp.audio – VDJ with WebGL2 and real-time DSP

https://slerp.audio/
2•poshmosh•22m ago•0 comments

Show HN: TermToMD past in choppy terminal output get clean Markdown

https://termtomd.com/
2•dbuckman•24m ago•0 comments

Gallium oxide electronics withstand extreme cold

https://discovery.kaust.edu.sa/en/article/26858/gallium-oxide-electronics-withstand-extreme-cold/
2•giuliomagnifico•25m ago•0 comments

In which Lisp generates music

https://abhirag.com/fennel-pattrns-renoise
3•abhirag•25m ago•1 comments

Entire NSF science advisory board fired by Trump administration

https://www.nature.com/articles/d41586-026-01361-7
3•beardyw•27m ago•0 comments

Isaac-Flath/Agentkb

https://github.com/isaac-flath/agentkb
2•ankitg12•27m ago•0 comments

Kinetic Displays

https://theartistbreakfast.com/
2•dsalzman•28m ago•0 comments

OpenVPN 2.7 security audit: 18 findings, one critical bug

https://srlabs.de/blog/openvpn-audit
2•MaKey•30m ago•0 comments

"48 agents thinking in one window"

https://www.threads.com/@zane___chen/post/DXndj0NAWgC
2•zane__chen•31m ago•0 comments

Carl Sagan on Military Spending and Climate Change [video]

https://www.youtube.com/watch?v=4C6co5qXEE4
2•thelastgallon•32m ago•0 comments

Electricity Provider Comparison Tool

https://elemetric.comtom.engineering/
2•comtom•34m ago•0 comments

PAuth – Precise Task-Scoped Authorization for Agents

https://arxiv.org/abs/2603.17170
2•reshabh•35m 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.