frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

We don't talk enough about the best part of AI agents

https://michalkotowski.pl/writings/we-dont-talk-enough-about-the-best-part-of-ai-agents
1•kocie•3m ago•0 comments

Why is cognitive effort experienced as costly?

https://www.cell.com/trends/cognitive-sciences/abstract/S1364-6613(25)00287-6
1•thinkingemote•4m ago•0 comments

Values Aren't Subjective

https://aliveness.kunnas.com/articles/values-arent-subjective
1•ekns•8m ago•0 comments

WWII Enigma machine sells for over half a million dollars at auction

https://www.tomshardware.com/tech-industry/wwii-enigma-machine-sells-for-over-half-a-million-doll...
1•giuliomagnifico•9m ago•0 comments

Rereading Norbert Wiener's the Human Use of Human Beings at 75

https://spectrum.ieee.org/on-rereading-norbert-wieners-the-human-use-of-human-beings-at-75
1•quapster•11m ago•0 comments

FFmpeg-Rs Fundraising Initiative

https://typememetics.institute/fundraiser/ffmpeg-rs
3•thehappyfellow•11m ago•0 comments

Bagaimana Cara Berbicara Dengan AirAsia

1•sebrauf•14m ago•0 comments

Hardware and Firmware of an Embedded Wearable for Real-Time ECG and Respiration

https://www.mdpi.com/2079-9292/14/21/4276
1•PaulHoule•14m ago•0 comments

ACM Gordon Bell Prize Awarded for Tsunami Prediction Simulation

https://www.acm.org/media-center/2025/november/gordon-bell-prize-2025
1•pseudolus•16m ago•0 comments

Ask HN: Codex vs. Antigravity?

1•digitcatphd•17m ago•0 comments

Misusing Macros for fn and Profit [video]

https://www.youtube.com/watch?v=9-CIInQhBUs
1•icar•18m ago•0 comments

How to Fix a Typewriter and Your Life

https://www.nytimes.com/interactive/2025/11/20/us/typewriter-repair-seattle-bremerton.html
2•pseudolus•21m ago•1 comments

Show HN: Agent Network Protocol (ANP),Similar to an A2A

https://github.com/agent-network-protocol/AgentNetworkProtocol
1•snasan•21m ago•0 comments

Show HN: NB2 Hub – Free Nano Banana Pro AI Image Generator

https://nano-banana2.app
2•zane0924•25m ago•0 comments

Show HN: Vibe coded an AI chat app with features I wanted, Poe

https://github.com/SamInTheShell/poe
1•SamInTheShell•26m ago•0 comments

Think you can't interpose static binaries with LD_PRELOAD? What about QEMU?

https://balintreczey.hu/blog/think-you-cant-interpose-static-binaries-with-ld_preload-think-again/
1•fanf2•29m ago•0 comments

Nanophobia: The Rising Fear of Invisible Technology

https://dailyneuron.com/nanophobia-rising-fear-invisible-technology/
1•giuliomagnifico•32m ago•0 comments

Tibetan Declaration of Independence

https://thus.org/tibetan-declaration-of-independence/
3•thunderbong•37m ago•0 comments

Elon Musk says that in 10 to 20 years, work will be optional

https://finance.yahoo.com/news/elon-musk-says-10-20-183701720.html
6•methuselah_in•42m ago•8 comments

Who's funding Silicon Valley's data-centre dream? It might be you

https://www.ft.com/content/30162671-4366-40af-9519-1a02c3f1e1f5
1•1vuio0pswjnm7•42m ago•0 comments

PyPitfall: Dependency Chaos and Software Supply Chain Vulnerabilities in Python

https://nocomplexity.substack.com/p/pypitfall-dependency-chaos-and-software
1•runningmike•45m ago•0 comments

US tech stocks slide as jolt of volatility hits Wall Street

https://www.ft.com/content/2c0bb19c-7c64-453f-95ab-c0f54a184089
2•1vuio0pswjnm7•45m ago•0 comments

Gemini 3 Pro solves IMO 2025 P6 with some prompting (no hints or tools involved)

https://old.reddit.com/r/singularity/comments/1p3qie4/gemini_3_pro_solves_imo_2025_p6_with_some/
1•amichail•46m ago•0 comments

Lumina – A Logical Language for an Illogical World

https://www.youtube.com/watch?v=4u5htNujl_0
1•intellectronica•48m ago•0 comments

Washington State resident dies from complications of avian influenza

https://doh.wa.gov/newsroom/grays-harbor-county-resident-dies-complications-avian-influenza
2•bahmboo•48m ago•1 comments

Electricity is about to become the new base currency

https://electrek.co/2025/11/21/electricity-is-about-to-become-the-new-base-currency-and-china-fig...
2•z2•54m ago•2 comments

A Real-World Example of a Non-Converging Routing Algorithm

https://tools.usps.com/go/TrackConfirmAction?qtc_tLabels1=9589071052702707009666
2•slrainka•59m ago•0 comments

Visualizing the Impossibility of Collatz Cycles: An Empirical Analysis

https://github.com/cylophis/collatz-adelic-stress
2•cylophis•1h ago•1 comments

SpaceX's first 'Version 3' Super Heavy Starship booster buckles under pressure

https://www.space.com/space-exploration/launches-spacecraft/spacexs-1st-version-3-super-heavy-sta...
2•iamtech•1h ago•0 comments

Warp Terminal Doing a Pricing Shock for Canadian Users – 10× Increase on Credits

2•osmosismartini•1h ago•1 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.