frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

We Have Learned Nothing

https://colossus.com/article/we-have-learned-nothing-startup-pundits/
1•lukestevens•4m ago•0 comments

The SDLC Is Dead

https://boristane.com/blog/the-software-development-lifecycle-is-dead/
1•appwiz•7m ago•1 comments

Confer is bringing foundational AI privacy to Meta

https://confer.to/blog/2026/03/encrypted-meta/
1•justcommenting•8m ago•1 comments

Billy.sh – a local AI coding assistant for the terminal

https://github.com/jd4rider/billy-app
1•jd4rider•8m ago•0 comments

Upgrading to Kubernetes 1.35?

https://randomwrites.com/foundations/02-Cgroups-Deep-Dive
1•mutahirs•13m ago•0 comments

US Postal Service expects to run out of cash in a year

https://abc7.com/post/us-postal-service-expects-run-cash-year-help-congress-postmaster-says/18730...
2•lxm•17m ago•1 comments

Why Tech Giants Are Ditching the Power Grid

https://www.nytimes.com/interactive/2026/03/18/business/energy-environment/data-center-energy-gas...
1•mmooss•18m ago•0 comments

I Choose Ruby on Rails in the AI Coding Era

https://jessewaites.com/blog/post/why-i-choose-ruby-on-rails-in-the-ai-coding-era/
1•cylo•20m ago•0 comments

The Robotic Tortoise and the Robotic Hare

https://tomtunguz.com/local-vs-cloud-speed/
1•dataminer•21m ago•0 comments

One Hundred Years in the U.S. Stock Markets

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6438198
1•salkahfi•24m ago•0 comments

US national debt surges past $39T just weeks into war in Iran

https://apnews.com/article/us-national-deficit-hits-39-million-6ff73495bae701b5c009d3da5515ca3a
4•SilverElfin•24m ago•3 comments

I built a memory AI that talks and learns

https://play.google.com/store/apps/details?id=com.n3xg3n.chatbot&hl=en_US
1•bennyv1211•26m ago•0 comments

Show HN: We built an AI judge for a live hackathon, then red-teamed it

https://basicscandal.github.io/arbiter/
1•theoradical•26m ago•0 comments

Next-Generation Water Satellite Maps Seafloor from Space

https://www.jpl.nasa.gov/news/next-generation-water-satellite-maps-seafloor-from-space/
1•thunderbong•32m ago•0 comments

A sufficiently detailed spec is code

https://haskellforall.com/2026/03/a-sufficiently-detailed-spec-is-code
2•signa11•34m ago•0 comments

Cook: A simple CLI for orchestrating Claude Code

https://rjcorwin.github.io/cook/
9•staticvar•37m ago•0 comments

Forest loss can make watersheds 'leakier,' global study suggests

https://phys.org/news/2026-02-forest-loss-watersheds-leakier-global.html
2•PaulHoule•41m ago•0 comments

Afroman prevails in defamation trial over songs about police raid on his home

https://www.washingtonpost.com/national-security/2026/03/18/afroman-lawsuit-deputies-raid-ohio/
3•busymom0•43m ago•1 comments

Ghost Leg Lottery

https://en.wikipedia.org/wiki/Ghost_leg
1•tdeck•44m ago•0 comments

Strategic Leadership Is Lacking, Not Trust

https://garrickvanburen.com/strategic-leadership-is-lacking-not-trust/
1•garrickvanburen•44m ago•0 comments

China's aluminium smelters embark on green long march

https://www.ft.com/content/1e6e531f-b383-4404-9acf-79db8d9c6c00
1•toomuchtodo•54m ago•1 comments

Show HN: Fitness MCP

https://getfast.ai/claude-connector
5•tmulc18•56m ago•0 comments

Genome modelling and design across all domains of life with Evo 2

https://www.nature.com/articles/s41586-026-10176-5
1•salutis•1h ago•0 comments

SumatraPDF 3.6 Released

https://www.sumatrapdfreader.org/docs/Version-history#3-6-2026-03-17
2•clavis•1h ago•0 comments

Rede (small networks of LLM bots)

https://github.com/maxmetcalfe/rede
1•mmetcalfe•1h ago•0 comments

The Era of Compounding Language

https://benoitessiambre.com/compound.html
1•BenoitEssiambre•1h ago•0 comments

There Will Be Bundling (2025)

https://healthapiguy.substack.com/p/there-will-be-bundling
2•toomuchtodo•1h ago•0 comments

Traffic safety improvements frequently die by popular vote

https://www.fastcompany.com/91505393/traffic-safety-improvements-frequently-die-popular-vote-time...
3•oftenwrong•1h ago•0 comments

Qatabase – Learn SQL and Python with visual execution tools

https://qatabase.com
3•praveenpolu•1h ago•0 comments

AI Recruiters Read This First

https://indexme.dev
1•codyyyyliu•1h ago•0 comments
Open in hackernews

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

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

Comments

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