frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

YouTube Recommendation Algo

1•solarized•3m ago•0 comments

A new Little Prince museum has opened its doors in Switzerland

https://www.lepetitprince.com/en/events-around-the-world/a-new-little-prince-museum-has-opened-it...
2•gnabgib•9m ago•0 comments

Software Is Not the Service

https://green.spacedino.net/software-is-not-the-service/
1•surprisetalk•13m ago•0 comments

What's the Deal with Euler's Identity?

https://lcamtuf.substack.com/p/whats-the-deal-with-eulers-identity
1•surprisetalk•13m ago•0 comments

ASML Got EUV Lithography

https://www.factorysettings.org/p/how-asml-got-euv-lithography
1•surprisetalk•13m ago•0 comments

Sega Master System: Fancier Tile Graphics

https://bumbershootsoft.wordpress.com/2025/11/29/sega-master-system-fancier-tile-graphics/
1•ibobev•14m ago•0 comments

A Circle in the Hyperbolic Plane

https://www.johndcook.com/blog/2025/11/28/hyperbolic-circle/
1•ibobev•15m ago•0 comments

Monero Subaddresses

https://www.johndcook.com/blog/2025/11/28/monero-subaddresses/
1•ibobev•15m ago•0 comments

Inflation-hit Americans receive free $12,000 in crypto

https://www.thestreet.com/crypto/markets/inflation-hit-americans-receive-free-12000-in-crypto
1•harambae•17m ago•0 comments

A Bus Ride and the (At Least) 3x UX FAILs

https://bsdly.blogspot.com/2025/11/a-bus-ride-and-at-least-3x-ux-fails.html
2•zdw•24m ago•0 comments

Is memory-safe Linux within reach?

https://agarriga.substack.com/p/is-memory-safe-linux-within-reach
2•rhaps0dy•26m ago•1 comments

Think twice before translating all C to Rust

https://agarriga.substack.com/p/think-twice-before-translating-all
2•rhaps0dy•27m ago•0 comments

Gaza death toll surpasses 70k, says health ministry

https://www.theguardian.com/world/2025/nov/29/gaza-death-toll-rises-says-health-ministry
3•NomDePlum•30m ago•1 comments

PgFirstAid-The PostgreSQL Health Check Blog Post

https://randoneering.tech/blog/pgfirstaid/pgfirstaid/
1•todsacerdoti•31m ago•0 comments

Why Now? Why Me?: On Stumbling into a Solution That Shouldn't Have Been Mine

https://twitter.com/aialchemistart/status/1994925263822754147
1•LooseThreadsInt•31m ago•0 comments

Show HN: DotVeil – open-source, zero-knowledge .env sync for developers

https://github.com/klayserDev/dotveil
1•klayser•31m ago•1 comments

Simpler Java Build Tools with Object Oriented Programming [video]

https://www.youtube.com/watch?v=S47RpH_4Zn4
1•lihaoyi•34m ago•0 comments

Google Antigravity just deleted the contents of my whole drive

https://old.reddit.com/r/google_antigravity/comments/1p82or6/google_antigravity_just_deleted_the_...
3•iLoveOncall•35m ago•0 comments

ReScript 12

https://rescript-lang.org/blog/release-12-0-0/
2•sprkv5•37m ago•1 comments

The axis: the left-right spectrum has a non-ideology problem

https://www.gelliottmorris.com/p/not-just-left-vs-right-most-voters
1•aworks•39m ago•1 comments

Happiness Isn't Exponential

https://timemgmt.substack.com/p/happiness-isnt-exponential-22-08-23
2•tylerdane•42m ago•0 comments

Bazaar: New App Store for Gnome

https://github.com/kolunmi/bazaar
1•doener•45m ago•0 comments

Show HN: I Built an Unofficial Haskell Todoist REST API

https://github.com/samahri/TodoistSDK
1•samahri_hn•45m ago•0 comments

The Battle over Africa's Great Untapped Resource: IP Addresses

https://www.msn.com/en-us/money/general/the-battle-over-africa-s-great-untapped-resource-ip-addre...
1•pseudolus•47m ago•0 comments

The engineer–manager pendulum is breaking

https://www.modernleader.is/p/pendulum-revisited
3•mooreds•49m ago•0 comments

Walmart exec: 'I've never believed in the term work-life balance'

https://www.cnbc.com/2025/08/28/walmart-exec-never-believed-in-work-life-balancethe-mantra-she-us...
4•mooreds•49m ago•0 comments

'Ludwig Wittgenstein' review: An attack on the abstract

https://www.wsj.com/arts-culture/books/ludwig-wittgenstein-review-an-attack-on-the-abstract-8640e564
1•hhs•49m ago•0 comments

The hottest new AI company is Google?

https://www.cnn.com/2025/11/29/tech/ai-chips-google-gemini-3-tpu-nvidia
1•mooreds•50m ago•0 comments

Hong Kong high-rise fire shows how difficult it is to evacuate in an emergency

https://theconversation.com/the-hong-kong-high-rise-fire-shows-how-difficult-it-is-to-evacuate-in...
3•pseudolus•50m ago•0 comments

CSS now has an if() conditional function

https://caniuse.com/?search=if
2•aanthonymax•52m 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.