frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How OpenClaw Is Rebuilding the Claw Machine Industry with Software

https://clawsifyai.com/
1•V_Shukla•1m ago•1 comments

Show HN: Book Collage Creator

https://inktide.app/collage
1•sd9•1m ago•0 comments

How are we preparing for the Long Web?

https://brennan.day/how-are-we-preparing-for-the-long-web/
1•marbartolome•1m ago•0 comments

Oxyde ORM – a type-safe, Pydantic-centric asynchronous ORM with a Rust core

https://github.com/mr-fatalyst/oxyde
1•0x1997•3m ago•0 comments

The Dangerous Illusion of AI Coding? – Jeremy Howard

https://www.youtube.com/watch?v=dHBEQ-Ryo24
1•terrorbilly•10m ago•0 comments

Fooling Go's X.509 Certificate Verification

https://danielmangum.com/posts/fooling-go-x509-certificate-verification/
1•hasheddan•11m ago•0 comments

Show HN: Finance Sentiment CLI – Reddit/X/Polymarket sentiment from the terminal

https://adanos.org/finance-sentiment-cli
1•Adanos•11m ago•0 comments

Nuclear War: An LLM Scenario

https://chrisclapham.com/blog/nuclear-war-an-llm-scenario
1•huey77•15m ago•0 comments

Al Jazeera investigation: Iran girls' school targeting likely 'deliberate'

https://www.aljazeera.com/news/2026/3/3/questions-over-minab-girls-school-strike-as-israel-us-den...
1•zahirbmirza•18m ago•1 comments

AI Coding Startup Cursor Hits $2B Annual Sales Rate

https://www.bloomberg.com/news/articles/2026-03-02/cursor-recurring-revenue-doubles-in-three-mont...
1•arberavdullahu•19m ago•0 comments

Show HN: Reeyee.ai – AI image style transformer

https://reeyee.ai/
1•jokera•19m ago•0 comments

Setback for the Commission: EU MEPs let Chat Control fail

https://www.heise.de/en/news/Setback-for-the-Commission-EU-MEPs-let-chat-control-fail-11197237.html
4•vrganj•24m ago•0 comments

I Left

https://admin.obsidian-neural.com/
1•innermost47•27m ago•1 comments

Algorithmica – an open-access web book on CS

https://en.algorithmica.org/
1•infelixPuer•32m ago•0 comments

GoForGo Updates – Rustlings Style TUI to Learn Go

https://tech.stonecharioteer.com/posts/2026/goforgo-updates/
2•stonecharioteer•32m ago•1 comments

Show HN: Snowbin – A Mindmap-Based Social Platform Built with Lisp

https://www.snowbin.net/
1•rrepo•32m ago•5 comments

Show HN: PowerVerb – rewrite weak resume bullets with stronger action verbs

https://www.resumeactionverbs.com
1•visiohex•34m ago•0 comments

Show HN: First API for orbital compute scheduling with real physics

https://rotastellar.com/blog/shipping-first-orbital-compute-scheduler/
1•subhadipmitra•35m ago•1 comments

Show HN: Nova – AI terminal that writes, fixes, and ships your code

2•Bridgeye•36m ago•4 comments

Show HN: TerraViz – Real-time flights, earthquakes, ISS on one map

https://www.terraviz.live/
1•cvaambikapur•37m ago•0 comments

Show HN: I no longer monitor my coding agents, my desktop pet does

https://github.com/SwarmPack/SwarmWatch
1•prastik•39m ago•1 comments

DIY YouTuber powers an EV using 500 disposable vapes

https://www.notebookcheck.net/DIY-YouTuber-powers-an-EV-using-500-disposable-vapes.1239016.0.html
2•WM6v•49m ago•0 comments

Show HN: LEAX – CLI tool for deterministic C leak analysis and fix suggestions

https://github.com/hooop/leax
1•emmmarti•49m ago•0 comments

Chimpanzees Are into Crystals

https://www.nytimes.com/2026/03/04/science/chimpanzees-crystals.html
2•jimnotgym•51m ago•0 comments

Max Sxhwarzer: I've decided to leave OpenAI

https://xcancel.com/max_a_schwarzer/status/2028939154944585989
2•doener•54m ago•0 comments

Can you defend your AI decisions?

https://codingsoul.org/2026/03/02/can-you-defend-your-ais-decisions/
1•hleichsenring•57m ago•1 comments

All top AI models in one place – GPT, Claude, Gemini, Grok

https://www.chatgoat.ai/en
1•HollisQi•1h ago•0 comments

Welcome to the Wasteland: A Thousand Gas Towns

https://steve-yegge.medium.com/welcome-to-the-wasteland-a-thousand-gas-towns-a5eb9bc8dc1f
5•weltview•1h ago•0 comments

Apple Studio Display XDR Supports Dicom Medical Imaging for Diagnostic Radiology

https://www.macrumors.com/2026/03/03/studio-display-xdr-dicom-medical-imaging/
1•tosh•1h ago•0 comments

When Reasoning Becomes a Trap: Gemini 3 Flash in FoodTruck Bench

https://foodtruckbench.com/blog/gemini-flash
2•Munksgaard•1h 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.