frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bible RAG

https://benkaiser.github.io/bible-rag/
1•benkaiser•55s ago•0 comments

The Iran war may be about to escalate

https://www.economist.com/middle-east-and-africa/2026/03/15/the-iran-war-may-be-about-to-escalate
1•mikhael•1m ago•0 comments

Attention Residuals: Rethinking depth-wise aggregation [pdf]

https://github.com/MoonshotAI/Attention-Residuals/blob/master/Attention_Residuals.pdf
1•salkahfi•3m ago•0 comments

My PhD Cost Me $1.17M (But I'd Do It Again)

https://www.georgeyw.com/my-phd-costed-me-1-17m-so-far-but-id-do-it-again/
1•karakoram•4m ago•0 comments

PyRatatui – Python bindings for the Ratatui terminal UI library

1•programmersd•4m ago•1 comments

Rust Project Perspectives on AI

https://nikomatsakis.github.io/rust-project-perspectives-on-ai/
1•p4ul•5m ago•0 comments

The AI Journey for Developers – explaining AI systems simply

https://www.amazon.com/dp/B0GSMTVWW5
1•amarvora•5m ago•1 comments

Iran war shows up folly of slow energy transition

https://www.reuters.com/commentary/breakingviews/iran-war-shows-up-folly-slow-energy-transition-2...
1•JumpCrisscross•10m ago•0 comments

United States vs. $124,700 in U.S. Currency

https://en.wikipedia.org/wiki/United_States_v._$124,700_in_U.S._Currency
2•razighter777•21m ago•0 comments

Ask HN: If AI makes your devs super productive, why layoff?

5•parpfish•21m ago•1 comments

Show HN: CastLoom Pro – Turn podcasts into a personal knowledge base

https://castloompro.toolooz.com/?lang=en
1•MikeLuLu•27m ago•0 comments

iOS 27 Will Reportedly Be Like Mac OS X Snow Leopard

https://www.macrumors.com/2026/03/15/ios-27-will-reportedly-be-like-mac-os-x-snow-leopard/
2•mefengl•28m ago•0 comments

Why I'm Suing Grammarly

https://www.nytimes.com/2026/03/13/opinion/ai-doppelganger-deepfake-grammarly.html
3•lxm•29m ago•0 comments

Training-Free Infinite Video Generation via Evolving Memory Tokens

https://memrope.github.io/
1•E-Reverance•29m ago•0 comments

The Answer Is Right in Front of You

https://substack.com/@lagz/note/p-191082824
1•lagz•40m ago•0 comments

SiO2 spheres for enhancing the fire safety and radiative cooling performance

https://www.sciencedirect.com/science/article/pii/S2589965125001679
1•PaulHoule•41m ago•0 comments

Clock-accurate FPGA replacement for NES PPU

https://github.com/andkorzh/PPU-LITE
2•zdw•42m ago•0 comments

Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo

https://en.wikipedia.org/wiki/Buffalo_buffalo_Buffalo_buffalo_buffalo_buffalo_Buffalo_buffalo
4•JumpCrisscross•44m ago•0 comments

Getting the most out of Claude agent teams

https://dheer.co/claude-agent-teams/
1•bushido•47m ago•1 comments

Claude says no (GitHub gist)

https://gist.github.com/robertkarl/d57c05bda405fda810386611903a45f7
2•robertkarljr•47m ago•2 comments

Let AI control the browser securely

https://relay.proxybase.xyz
1•m00dy•49m ago•0 comments

One Battle After Another Review

https://www.tanishsmoviereviews.com/reviews/one_battle_after_another_2025.html
2•moviet•59m ago•2 comments

Remember Clippy

https://rememberclippy.com/
2•kierangill•1h ago•0 comments

Show HN: Synthea Fhir Data in BigQuery

1•brady_bastian•1h ago•0 comments

Nginx as an API gateway in 2026 – complete guide with real configs

https://www.grizzlypeaksoftware.com/articles/p/nginx-as-an-api-gateway-in-2026-the-complete-guide...
1•comgen42•1h ago•1 comments

Show HN: IdeaCred – automated scoring for GitHub repos

1•spranab•1h ago•0 comments

Death of 'He Is a Coding Machine'

https://medium.com/@ggonweb/death-of-he-is-a-coding-machine-f2f7c0818f8e
3•ggonweb•1h ago•0 comments

Warp-types: GPU shuffle UB becomes a compile error (Rust, Lean proof, zero cost)

https://github.com/modelmiser/warp-types
1•modelmiser•1h ago•1 comments

Swapped our heavy async pipeline for LEXINOVA

1•LEXINOVAFaqs•1h ago•0 comments

Show HN: Search for Apple Messages

https://github.com/dmd/imessage-search
2•dmd•1h ago•0 comments
Open in hackernews

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

https://github.com/Oaklight/ToolRegistry
3•Oaklight•10mo ago

Comments

Oaklight•10mo 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.