frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Putting Money in Consumer Hands Ends Chronic Disease Faster Than Any Bureaucracy

https://foodishealth.substack.com/p/healthcares-price-signal-problem
1•jcarterwil•2m ago•1 comments

Telecom-wavelength quantum teleportation using photons from remote quantum dots

https://www.nature.com/articles/s41467-025-65912-8
1•westurner•3m ago•1 comments

Exploring the Local Positivity Bias in Crime Perceptions

https://news.gallup.com/opinion/polling-matters/698624/exploring-local-positivity-bias-crime-perc...
1•hn_acker•6m ago•0 comments

Victory Court Ends Dragnet Electricity Surveillance Program in Sacramento

https://www.eff.org/deeplinks/2025/11/victory-court-end-dragnet-electricity-surveillance-program-...
2•hn_acker•11m ago•0 comments

'Kant' review: A purer understanding

https://www.wsj.com/arts-culture/books/kant-review-a-pure-understanding-a477a035
1•hhs•12m ago•1 comments

If We Tax Rich People They Will Just Leave [video]

https://www.youtube.com/watch?v=6DXZMXZCY0I
1•hn_acker•12m ago•1 comments

Show HN: A minimalist maze exploration game with level editor

https://github.com/skorotkiewicz/maze
1•modinfo•13m ago•0 comments

Cloudflare outage showing double standard of Rust community [video]

https://www.youtube.com/watch?v=hkNLVQHZHk8
2•up2isomorphism•14m ago•0 comments

AI Agent Security: Why Reliability Is the Missing Defense Against Data

https://composio.dev/blog/ai-agent-security-reliability-data-integrity
1•manveerc•14m ago•0 comments

Explaining, at some length, Techmeme's 20 years of consistency

https://news.techmeme.com/250912/20-years
5•nhf•21m ago•0 comments

Using Antigravity for Statistical Physics in JavaScript

https://christopherkrapu.com/blog/2025/antigravity-stat-mech/
1•ckrapu•22m ago•0 comments

Renewed push to preempt US state AI laws gains steam

https://iapp.org/news/a/renewed-push-to-preempt-us-state-ai-laws-gains-steam
2•walterbell•22m ago•0 comments

The Case of the Misread Historian: Thucydides and the Millennia of Mistake

https://medium.com/@gp2030/the-case-of-the-misread-historian-thucydides-and-the-millennia-of-mist...
1•light_triad•23m ago•0 comments

Amazon's Layoffs Are Business as Usual, Not Omens of AI Doom

https://jacobin.com/2025/11/amazon-layoffs-artificial-intelligence-h-1b-visa
1•wahnfrieden•26m ago•1 comments

Show HN: I made a Terminal UI for OpenSnitch, a Linux application firewall

https://github.com/amalbansode/opensnitch-tui
1•quadrophenia•28m ago•0 comments

The Zero-Bullshit Protocol – Hallucination-Proof AI Engineering System

https://gracefultc.gumroad.com/l/ctgyvz
1•Thugonerd•28m ago•0 comments

Show HN: I Built an Interactive Map to Compare Cost of Living by US County

https://watchpennies.com
1•lunava•30m ago•0 comments

How sea turtles learn locations using Earth’s magnetic field: research

https://uncnews.unc.edu/2025/02/13/sea-turtles-secret-gps-researchers-uncover-how-sea-turtles-lea...
1•hhs•32m ago•0 comments

Ruby 3.4.7 Port to Cosmopolitan Libc – Portable Ruby

https://github.com/igravious/cosmoruby/blob/feature/ruby-3.4.7-port/third_party/ruby-wip-3.4.7/RE...
1•Kerrick•35m ago•0 comments

What Is Alternative Upstract.com

https://allheadline.com/
1•fatbrother•36m ago•1 comments

Building an AI-native engineering team [pdf]

https://cdn.openai.com/business-guides-and-resources/building-an-ai-native-engineering-team.pdf
2•gmays•38m ago•0 comments

The Batman effect: The mere sight of the 'superhero' can make us more altruistic

https://phys.org/news/2025-11-batman-effect-mere-sight-superhero.html
1•brycehalley•40m ago•0 comments

This is a solar-powered website, which means it sometimes goes offline

https://solar.lowtechmagazine.com/power/
1•mikenew•41m ago•0 comments

Dell Ryzen 7 Laptop Bundle (32GB RAM, 1TB SSD) Is Almost 70% Off

https://kotaku.com/dell-ryzen-7-laptop-bundle-32gb-ram-1tb-ssd-is-almost-70-off-savings-youll-nev...
1•PaulHoule•43m ago•0 comments

Cloudfare: The Rust Community Knew This Was Coming

https://lucisqr.substack.com/p/the-rust-community-knew-this-was
2•NotThe1Pct•45m ago•0 comments

VideoCore IV 3D Architecture Reference Guide

https://docs.broadcom.com/doc/12358545
3•doener•45m ago•0 comments

Intro to Apache DataFusion [video]

https://www.youtube.com/watch?v=3perqExFIRQ
2•teleforce•45m ago•0 comments

Mesa's V3D graphics driver stack

https://docs.mesa3d.org/drivers/v3d.html
1•doener•47m ago•0 comments

I learned Vulkan and wrote a small game engine with it

https://edw.is/learning-vulkan/
4•jakogut•47m ago•2 comments

Skyline, Strato, Vita3K and Yuzu Android Compatible Adreno Drivers

https://github.com/K11MCH1/AdrenoToolsDrivers
2•doener•49m ago•0 comments
Open in hackernews

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

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

Comments

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