frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Ghoten – OpenTofu fork with ORAS back end for state in OCI registries

https://github.com/vmvarela/ghoten
1•vmvarela•2m ago•1 comments

Obfuscated C – Wordle hard mode solver

https://www.ioccc.org/2024/burton/index.html
1•coldsunrays•3m ago•0 comments

Remembering Mayhem

https://blog.metabrainz.org/2026/03/05/remembering-mayhem/
1•brw•4m ago•0 comments

Au Revoir, Eleventy

https://hamatti.org/posts/au-revoir-eleventy/
1•birdculture•5m ago•0 comments

Show HN: Claw Messenger, Text OpenClaw over iMessage Without a Mac Mini

https://www.clawmessenger.com/
2•demegire•6m ago•0 comments

Stackoverflow (Beta)

https://beta.stackoverflow.com/
1•AznHisoka•8m ago•0 comments

Investor Sam Lessin likens Iran war to Purim, the murder of 75,000 Persians

https://twitter.com/lessin/status/2029663841181979097
2•gravisultra•11m ago•0 comments

Gog – Google in Your Terminal

https://gogcli.sh/
1•atkrad•11m ago•0 comments

The nightmare war scenario is becoming reality in energy markets

https://www.economist.com/finance-and-economics/2026/03/03/the-nightmare-war-scenario-is-becoming...
3•petethomas•12m ago•0 comments

Context Engineering

https://github.com/m727ichael/context-engineering
1•m727ichael•13m ago•0 comments

Tracking Apple's Environmental Claims Across Product Generations

https://tostracker.app/entity/apple-inc/environment
1•tldrthelaw•14m ago•0 comments

GZOO Cortex – local-first knowledge graph that watches your project files

https://github.com/gzoonet/cortex
1•gzoo•15m ago•1 comments

LinguaKin is an offline-first, non-addictive language encyclopedia for polyglots

https://play.google.com/store/apps/details?id=com.linguakin.app&hl=en_US
1•mwveliz•16m ago•1 comments

FARS: Automated Research System

https://analemma.ai/fars
1•xiaoyu2006•17m ago•0 comments

Xiaomi Vision Gran Turismo Makes Global Debut at MWC Barcelona 2026

https://www.mi.com/global/discover/article/
1•gnabgib•18m ago•0 comments

The Editor Who Helped Build a Golden Age of American Letters

https://newrepublic.com/article/205583/editor-helped-build-golden-age-american-letters
1•samclemens•18m ago•0 comments

Can the Most Abstract Math Make the World a Better Place?

https://www.quantamagazine.org/can-the-most-abstract-math-make-the-world-a-better-place-20260304/
1•pseudolus•21m ago•0 comments

Minivum (mini-Vim)

https://ojhaugen15.github.io/minivum/
1•programmexxx•22m ago•0 comments

Temporal drives demand for Durable Execution – Temporal

https://temporal.io/blog/temporal-raises-usd300m-series-d-at-a-usd5b-valuation
1•atkrad•24m ago•0 comments

Show HN: Sick Clock" by Obeo – Predict your next sick day

https://apps.apple.com/us/app/obeo-forecast-your-health/id6754228624
2•jasnoor111•25m ago•2 comments

World Monitor – Real-Time Global Intelligence Dashboard

https://www.worldmonitor.app/
1•colinprince•25m ago•0 comments

Oracle plans job cuts as data center costs rise, Bloomberg News reports

https://www.reuters.com/business/oracle-plans-thousands-job-cuts-data-center-costs-rise-bloomberg...
5•nis0s•26m ago•1 comments

The growth of command line options, 1979-Present

https://danluu.com/cli-complexity/
1•teddyh•27m ago•0 comments

Show HN: Shutdown.live – a live US Government shutdown counter

https://shutdown.live
1•macjo•29m ago•0 comments

The Optimist's AI Manifesto

https://karthikeshwar1.github.io/blog/2026/ai-manifesto.html
1•rcrKnight•30m ago•1 comments

Morgan Stanley Cuts Jobs Across All of Its Business Lines

https://www.bloomberg.com/news/articles/2026-03-04/morgan-stanley-to-cut-3-of-workforce-across-al...
1•mgh2•30m ago•0 comments

Netflix Increases Developer Productivity – Temporal

https://temporal.io/resources/case-studies/netflix-increases-developer-productivity
2•atkrad•30m ago•0 comments

Show HN: AthenaFlow – it browses your app, then writes Playwright tests

1•nadeem1•33m ago•0 comments

Peer Review at Scale: What Happened: We Scored Gemini and Gemini Scored Us Back

https://blog.unratified.org/2026-03-05-peer-review-gemini/
1•9wzYQbTYsAIc•35m ago•1 comments

Why incremental aggregates are difficult

https://www.feldera.com/blog/why-incremental-aggregates-are-difficult---part-1
3•gz09•38m 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.