frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Transaction-Oriented Programming

https://btmc.substack.com/p/transaction-oriented-programming
1•gsky•1m ago•0 comments

Ask HN: Why so many sites block traffic from Russia?

2•ruslankh•5m ago•2 comments

Neonicotinoid pesticide ban: France's birds make a tentative recovery

https://www.theguardian.com/environment/2025/nov/17/france-wildlife-insect-bird-numbers-rise-neon...
1•phony-account•9m ago•0 comments

Ask HN: Does Build in Public Helps?

1•ms7892•10m ago•0 comments

Can Trump (or anyone) stop the momentum of the EV revolution?

https://www.anthropocenemagazine.org/2025/11/can-trump-or-anyone-stop-the-momentum-of-the-ev-revo...
4•billybuckwheat•18m ago•0 comments

Despite $80B commitment to AI, nuclear plants face decadelong timeline

https://www.latimes.com/business/story/2025-11-13/despite-80-billion-commitment-nuclear-plants-fa...
4•1vuio0pswjnm7•18m ago•0 comments

Review of Carbon materials for next generation supercapacitor applications

https://www.sciencedirect.com/science/article/abs/pii/S0079642525000714
1•westurner•29m ago•3 comments

"None of it is important or all of it is" – Steinbeck on teleology

https://aethermug.com/posts/steinbeck-on-teleology
3•okfine•35m ago•0 comments

The New York Times: that Sunday edition was a fat baby (2015)

https://garciamedia.com/blog/the_new_york_times_that_sunday_edition_was_a_fat_baby/
1•thunderbong•36m ago•0 comments

A man who held his breath for 24 minutes

https://www.outsideonline.com/outdoor-adventure/water-activities/budimir-sobat-breath-hold/
2•proposal•37m ago•0 comments

Korean retail investors are Nvidia CEOs exit liquidity

1•zerosizedweasle•42m ago•0 comments

AWS Lambda adds support for Rust

https://aws.amazon.com/about-aws/whats-new/2025/11/aws-lambda-rust/
3•Terretta•49m ago•0 comments

Startup CTO insisting on only vibe coding – What to do?

2•spk265•51m ago•0 comments

AI Writes the Code. You Better Know If It's Wrong

https://davidadamojr.com/ai-writes-the-code-you-better-know-if-its-wrong/
1•dtgeadamo•55m ago•0 comments

MLX-Powered Voice to Text on Mac

https://twitter.com/OrganicGPT/status/1990288561590198675
2•behnamoh•1h ago•0 comments

Detection as Code

https://mostafa.dev/detection-as-code-f96ecdf581cf
1•pykello•1h ago•0 comments

Cypherpunks Hall of Fame

https://cypherpunkshall.github.io
4•kiray•1h ago•2 comments

We Are Live on Peerlist for the Launch of Gift List Planner and Tracker

https://peerlist.io/jedipixels/project/gift-list-planner--tracker
1•MarcoAtPixolini•1h ago•0 comments

Kleene Algebra

https://arxiv.org/abs/2511.11264
1•ahsillyme•1h ago•0 comments

AI Scientist Finder

https://www.scientistfinder.ai/
1•Tardigrade10•1h ago•1 comments

We Removed Redis

https://goauthentik.io/blog/2025-11-13-we-removed-redis/
2•gpi•1h ago•0 comments

Igniting the Developer Community: How One Project Earned 1.4k+ Stars in Months

https://github.com/justlovemaki/AIClient-2-API
1•justlikemaki•1h ago•1 comments

Fraudsters Use Cryptocurrency A.T.M.s to Target Victims

https://www.nytimes.com/2025/11/17/technology/fraudsters-cryptocurrency-atms.html
2•fleahunter•1h ago•1 comments

Current AIs struggle to create a whole that exceeds the sum of its parts

https://secondthoughts.ai/p/a-project-is-not-a-bundle-of-tasks
1•nowflux•1h ago•0 comments

Create a Google Account with Your Own Email and Logo

https://maillayer.com/blog/create-google-account-without-gmail
1•mddanishyusuf•1h ago•0 comments

Ask HN: Engineers working AI tools. Are you working more or less?

3•taariqlewis•1h ago•1 comments

NFL Playoff Simulator

https://www.nflplayoffpath.com/
2•merlin32•1h ago•0 comments

In Pursuit of Democracy

https://pudding.cool/2025/11/democracy/
3•gmays•1h ago•0 comments

Improving front end design through Skills

https://www.claude.com/blog/improving-frontend-design-through-skills
1•cebert•1h ago•0 comments

Solar and wind are covering all new power demand in 2025

https://electrek.co/2025/11/13/solar-and-wind-are-covering-all-new-power-demand-in-2025/
8•pseudolus•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.