frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Banray.eu: Raising awareness of the terrible idea that is always-on AI glasses

https://banray.eu/en/index.html
1•ChrisArchitect•16s ago•1 comments

Ask HN: Is it time to stop putting the version in package.json?

1•xDmytri•27s ago•0 comments

I learned to solve a Rubik's Cube and it was incredibly disappointing

https://www.atomic14.com/2026/04/05/rubiks-cube
1•iamflimflam1•1m ago•0 comments

Claude Code builds a system prompt

https://www.dbreunig.com/2026/04/04/how-claude-code-builds-a-system-prompt.html
1•dbreunig•2m ago•0 comments

AI on Canvas

https://www.trydraft.app/
1•0xNishchit•7m ago•0 comments

Roogle: a Rust API search engine

https://github.com/roogle-rs/roogle
1•fanf2•7m ago•0 comments

2001: A Space Odyssey originally had a 20-foot-tall green alien, a 'crap' script

https://www.polygon.com/2001-space-odyssey-first-draft-alien-leopard-zebra-story/
1•thunderbong•10m ago•0 comments

Trump uses expletive-ridden social media post to threaten Iran's infrastructure

https://www.theguardian.com/world/live/2026/apr/05/middle-east-crisis-live-iran-israel-us-war-tru...
7•SanjayMehta•12m ago•0 comments

SPF/PC v4 for MS-DOS, FreeDOS, x86

https://github.com/moshix/SPFPC
3•hggh•12m ago•0 comments

Trinity-Large-Thinking: Scaling an Open Source Frontier Agent

https://www.arcee.ai/blog/trinity-large-thinking
1•gmays•13m ago•0 comments

Will there still be professional software developers?

https://grady.io/will-there-still-be-pro-devs/
1•gradys•13m ago•0 comments

Google Speaks on Quantum Hackers and the Threat to Crypto [video]

https://www.youtube.com/watch?v=mrLVk7RW5mA
1•mgh2•14m ago•0 comments

The generation vs. verification delta explains why LLM's are useful

https://simianwords.bearblog.dev/the-generation-vs-verification-delta-explains-why-llms-are-useful/
1•simianwords•16m ago•0 comments

California could have a republican governor

https://www.cnn.com/2026/04/05/politics/california-governor-election-democrats-analysis
1•Cider9986•20m ago•3 comments

Japanese, French and Omani Vessels Cross Strait of Hormuz

https://japantoday.com/category/politics/japanese-french-and-omani-vessels-cross-the-strait-of-ho...
11•vrganj•22m ago•1 comments

Nanocode: The best Claude Code that $200 can buy

https://github.com/salmanmohammadi/nanocode/discussions/1
2•desideratum•28m ago•0 comments

AriaLabs -Private Intel Terminal- LiveGlobalFeeds,30 Osint Tools,LocalAI,NoCloud

https://github.com/Bardockthegreat/AriaLabs
1•Bardockthegreat•30m ago•0 comments

Raise and Release (2025)

https://jensrantil.github.io/posts/raise-and-release/
1•mooreds•31m ago•0 comments

Artemis II crew see first glimpse of far side of Moon

https://www.bbc.com/news/videos/ce3d5gkd2geo
3•mooreds•31m ago•0 comments

Where does my main battery go?

https://acoup.blog/2019/11/29/collections-where-does-my-main-battery-go/
1•airhangerf15•31m ago•0 comments

The downsides of batch APIs (2023)

https://jensrantil.github.io/posts/downsides-of-batch-apis/
1•mooreds•32m ago•0 comments

Perfmon – Consolidate your favorite CLI monitoring tools into a single TUI

https://github.com/sumant1122/Perfmon
2•paperplaneflyr•33m ago•0 comments

Hackers breached the EC by poisoning the security tool it used to protect itself

1•t-3•34m ago•0 comments

Addiction by Design

https://mu.xyz/blog/post?id=1775398373075640240
1•asim•34m ago•0 comments

Hallucinated citations are polluting the scientific literature

https://www.nature.com/articles/d41586-026-00969-z
4•Growtika•35m ago•1 comments

We optimized Dash's relevance judge with DSPy

https://dropbox.tech/machine-learning/optimizing-dropbox-dash-relevance-judge-with-dspy
1•gmays•36m ago•0 comments

AI agents promise to 'run the business,' but who is liable if things go wrong?

https://www.theregister.com/2026/04/05/ai_agents_liability/
2•Brajeshwar•36m ago•0 comments

10 years later, no phone has replaced what Google promised

https://www.androidauthority.com/project-ara-10-years-later-modular-phone-dream-3654091/
2•Brajeshwar•37m ago•2 comments

You Weren't Meant for the Factory

https://twitter.com/julianweisser/status/2040110380928868513
1•Brajeshwar•37m ago•0 comments

Comfort Zone

https://bitsplitting.org/2026/02/11/comfort-zone/
1•wallflower•41m 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•10mo 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•10mo ago
what's GTM?
venk12•10mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.