frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: CLI and MCP for Suunto smartwatches data

https://github.com/tajchert/suuntool
1•tajchert•1m ago•0 comments

xAI Adds 19 New Gas Turbines Despite Ongoing Lawsuit

https://www.wired.com/story/xai-adds-19-new-gas-turbines-despite-ongoing-lawsuit/
3•srameshc•4m ago•0 comments

Bellwether's Hurricane Prediction and Response Tools

https://x.company/blog/posts/bellwetherhurricanetools/
1•michaefe•5m ago•0 comments

Nvidia Is Buying the Chip Supply Chain

https://www.wsj.com/tech/nvidia-is-buying-the-chip-supply-chain-871db5e3
2•fortran77•6m ago•1 comments

Data needed for FOSS gesture typing library

https://github.com/HeliBorg/HeliBoard/wiki/Tutorial:-How-to-Contribute-Gesture-Data
1•thenub•6m ago•0 comments

The Post-Mortem Problem

https://incident.io/blog/the-post-mortem-problem
1•smurda•6m ago•0 comments

Pyrefly 1.0

https://github.com/facebook/pyrefly/releases/tag/1.0.0
2•0x1997•8m ago•0 comments

Hi-Vis: one-shot jailbreak disguised as LLM "software patch" reaching 100% ASR

https://medium.com/@emma-k/a-new-jailbreak-the-hi-vis-attack-26c2f7ec6da6
2•emmakrentz•9m ago•0 comments

OpenAI Supply Co

https://supplyco.openai.com/
1•ajuhasz•11m ago•0 comments

Quack and VGI: Two Approaches to Bringing RPC to DuckDB

https://rusty.today/blog/quack-vgi-two-approaches-rpc-duckdb/
1•rustyconover•16m ago•0 comments

Deadnet Internet Services

http://deadnet.se/
1•marvinborner•18m ago•0 comments

My graduation cap runs Rust

https://ericswpark.com/blog/2026/2026-05-12-my-graduation-cap-runs-rust/
8•ericswpark•22m ago•1 comments

Show HN: Tmux-palette – Raycast-style command palette for tmux

https://www.eduwass.com/blog/tmux-palette/
1•eduwass•23m ago•3 comments

On the Probable Irreversibility of the Kurzweilian Singularity

https://medium.com/@adlumal/on-the-probable-irreversibility-of-the-kurzweilian-singularity-e8d10f...
1•adlumal•26m ago•0 comments

RFC 9959: Careful Resume: Convergence of Congestion Control from Retained State

https://www.rfc-editor.org/rfc/rfc9959.html
2•luu•28m ago•0 comments

You Don't Look Like a Gamer: On Toxicity, Gatekeeping, & Women Who Share Gaming

https://gardinerbryant.com/you-dont-look-like-a-gamer/
2•Kate0CoolLibby•30m ago•0 comments

Net May 19 Starship • Flight 12

https://spaceflightnow.com/launch-schedule/
1•bookmtn•30m ago•1 comments

Influential study touting ChatGPT in education retracted over red flags

https://arstechnica.com/ai/2026/05/influential-study-touting-chatgpt-in-education-retracted-over-...
1•andrei_says_•31m ago•0 comments

Show HN: Outpainting Avatar: The Last Airbender from 4:3 to 16:9

https://bsky.app/profile/markjgx.bsky.social/post/3mlotqveddc2i
1•markjgx•31m ago•0 comments

Canvas hack: Company pays criminals to delete students' stolen data

https://www.bbc.com/news/articles/cdepzg83x87o
1•smurda•32m ago•0 comments

Compressing Scrabble Dictionaries (2014)

https://williame.github.io/post/87682811573.html
1•kristianp•33m ago•0 comments

Compared to What? Baselines and Metrics for Counterfactual Prompting

https://arxiv.org/abs/2605.01048
1•Anon84•34m ago•0 comments

Zoom info charges 15k a year for business leads. I built an alternative using AI

https://dayonelead.com
2•monkeeguy•34m ago•0 comments

Foxconn confirms cyberattack after Nitrogen claims Apple, Nvidia data theft

https://www.theregister.com/cyber-crime/2026/05/12/foxconn-confirms-cyberattack-after-nitrogen-cl...
3•y1n0•38m ago•0 comments

When "idle" isn't idle: how a Linux kernel optimization became a QUIC bug

https://blog.cloudflare.com/quic-death-spiral-fix/
3•sbulaev•40m ago•0 comments

Scaling MCP adoption: Our ref architecture – simpler,safer&cheaper deployments

https://blog.cloudflare.com/enterprise-mcp/
1•Daviey•40m ago•0 comments

What the Heck Is Reflection?

https://www.murathepeyiler.com/what-the-heck-is-reflection/
2•HeliumHydride•40m ago•0 comments

Tesla moves Basic Autopilot features to paid FSD where available

https://electrek.co/2026/05/12/tesla-removes-basic-autopilot-netherlands-fsd-only/
2•y1n0•42m ago•0 comments

Mini Shai-Hulud Is Back: NPM Worm Hits over 160 Packages, Including Mistral

https://www.aikido.dev/blog/mini-shai-hulud-is-back-tanstack-compromised
2•cebert•42m ago•1 comments

The Silence That Meets the Rape of Palestinians

https://www.nytimes.com/2026/05/11/opinion/israel-palestinians-sexual-violence.html
5•Zaheer•43m ago•1 comments
Open in hackernews

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

https://github.com/Oaklight/ToolRegistry
3•Oaklight•1y ago

Comments

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