frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

P5.lcd

https://p5.lcd.tulv.in/
1•atulvi•1m ago•0 comments

US and Israel carrying out strikes against Iran

https://www.cnn.com/world/live-news/israel-iran-attack-02-28-26-hnk-intl
3•simonebrunozzi•4m ago•1 comments

The March of Nines

https://kk.org/thetechnium/the-march-of-nines/
1•ahmaman•5m ago•0 comments

Song about afterlife from AI perspective [video]

https://www.youtube.com/shorts/DZGvrqNP7lg
1•modinfo•5m ago•0 comments

Show HN: TapPause – A dead-simple timer for intentional breaks

https://apps.apple.com/hk/app/tappause-pause-timer/id6758304453
1•louischen•6m ago•1 comments

I built a startup game because I wanted one to play

https://capturn.io
3•disobae•6m ago•1 comments

U.S. and Israel Conduct Strikes on Iran

https://www.nytimes.com/live/2026/02/28/world/iran-strikes-trump
6•gammarator•6m ago•0 comments

Japan aims for world first in space-based solar power

https://www.asahi.com/ajw/articles/16293144
1•helsinkiandrew•8m ago•0 comments

Simulation for Agentic Evaluation

https://yortuc.com/posts/simulation-for-agentic-evaluation/
2•xyortuc•9m ago•0 comments

Israel says it has attacked Iran, declares state of emergency

https://www.cnbc.com/2026/02/28/trump-us-military-iran-strikes-middle-east-oil.html
6•LordAtlas•12m ago•0 comments

Show HN: PicShift – Convert images in the browser using WebAssembly

https://picshift.app/
1•pod4g•13m ago•1 comments

I Just Cancelled My ChatGPT Pro Plan

https://aifordevelopers.substack.com/p/i-just-cancelled-my-chatgpt-pro-plan
2•dariubs•17m ago•0 comments

Trump directs US agencies to toss Anthropic's AI

https://www.reuters.com/world/us/trump-says-he-is-directing-federal-agencies-cease-use-anthropic-...
1•frb•23m ago•0 comments

Huk vs. Naniwa Starcraft [video]

https://www.youtube.com/watch?v=rFllSVjK5hY
1•marysminefnuf•25m ago•0 comments

Show HN: I built GeoQuests where people can request photos of a place

https://geoquests.io
2•Swain123•27m ago•0 comments

Israel launches attack on Iran, defence minister says

https://www.bbc.com/news/live/cn5ge95q6y7t
6•Philpax•30m ago•3 comments

Israel launches strike against Iran, declares state of emergency across country

https://www.cnn.com/2026/02/28/middleeast/israel-attack-iran-intl-hnk
14•lavp•30m ago•6 comments

Ask HN: AI driven "legacy" Debug and Monitoring Tools

1•chris_money202•33m ago•0 comments

AI Mistakes Are Infuriating Gamers as Developers Seek Savings

https://www.bloomberg.com/news/articles/2026-02-25/ai-mistakes-are-infuriating-gamers-as-develope...
4•breve•33m ago•0 comments

AI Doomer Doublethink: The Orwellian Worldviews in the AGI Discourse

https://internetofbugs.substack.com/p/ai-doomer-doublethink-the-orwellian
2•edward28•34m ago•0 comments

EUrouter – Integrate the latest AI models, without sending data outside the EU

https://www.eurouter.ai
4•fahrradflucht•36m ago•0 comments

What's cooking in git.git (Feb 2026, #11)

https://lore.kernel.org/git/xmqq8qcdof3f.fsf@gitster.g/
3•todsacerdoti•40m ago•0 comments

Poker4U – Educational game theory and better life decisions

https://github.com/Lameda12/poker4u
4•Alamedin_ishere•42m ago•1 comments

Varlock: .env Files Built for Sharing

https://github.com/dmno-dev/varlock
2•appwiz•43m ago•0 comments

Saving No One

https://netwars.pelicancrossing.net/2026/02/27/saving-no-one/
2•ColinWright•46m ago•0 comments

OpenAI Reaches A.I. Agreement with Defense Dept. After Anthropic Clash

https://www.nytimes.com/2026/02/27/technology/openai-agreement-pentagon-ai.html
5•DiscourseFan•48m ago•3 comments

What do you use OpenClaw for?

3•ausbah•49m ago•0 comments

Time, Space, and Life as We Know It (2017)

https://raganwald.com/2017/01/12/time-space-life-as-we-know-it.html
2•vismit2000•52m ago•0 comments

Gitzy is now on TestFlight A modern, native iOS Git client

https://testflight.apple.com/join/SB16NCfr
1•marc0janssen•54m ago•1 comments

Mountain photographer stumbles on large collection of Triassic dinosaur prints

https://www.scientificamerican.com/article/photographer-finds-thousands-of-triassic-dinosaur-prin...
3•divbzero•55m ago•0 comments
Open in hackernews

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

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

Comments

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