frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

India's solar push idles factories unable to shake reliance on China

https://www.reuters.com/business/energy/indias-solar-push-idles-factories-unable-shake-reliance-c...
1•JumpCrisscross•56s ago•0 comments

Was the Hannibal Directive activated on October 7, 2023?

https://medium.com/freedomofthought/was-the-hannibal-directive-activated-on-october-7-2023-52b42f...
1•raynchad•1m ago•0 comments

Stop pretending billionaires built the future

https://www.elysian.press/p/billionaires-didnt-create-innovation
1•aard•1m ago•0 comments

Warsh Confuses Traders, Makes Them Guess Next Week's Rate Move

https://www.bloomberg.com/news/articles/2026-07-22/warsh-leaves-bond-traders-in-the-dark-on-next-...
1•petethomas•2m ago•0 comments

Show HN: I build my wife an ad-free news brief that fact-checks and flags bias

https://beamwire.ai/
1•malammar•5m ago•1 comments

ProkitQ – Free tools for entrepreneurs with no signup required

https://prokitq.com/tools
1•isurumahesh•8m ago•1 comments

A searchable index of nonfiction book prizes

https://book-prize-index.vercel.app
1•saikatsg•9m ago•0 comments

How to Write a Quine

https://czterycztery.pl/slowo/quine-EN.html
1•mci•11m ago•0 comments

Startup founders urge Trump not to shut off Chinese open weight AI

https://www.politico.com/news/2026/07/22/startup-founders-urge-trump-not-to-shut-off-chinese-open...
3•tosh•16m ago•0 comments

Show HN: Trangram – a free browser-based vector editor (illustrator + timeline)

https://www.trangram.com
1•trangram•18m ago•0 comments

AI, hackers, and prediction markets threaten the indie web

https://stephenfollows.com/p/what-just-happened-to-thenumberscom-should-worry-us-all
1•alexnew•18m ago•0 comments

Fractal by Plasma AI

https://www.plasma.ai/research/fractal
1•handfuloflight•18m ago•0 comments

Hiring Senior Front End Developer

1•birthdayn•19m ago•1 comments

Pip 26.2: –only-deps solves 16 years of app deployment hacks

https://jamesoclaire.com/2026/07/23/pip-26-2-only-deps-solves-16-years-of-app-deployment-hacks/
1•ddxv•20m ago•0 comments

A gas-rich outback station could host a $28B off-grid AI data centre

https://thenextweb.com/news/australia-28bn-data-centre-project
1•langfo•21m ago•0 comments

How Agile Are You Really?

https://rethinkingsoftware.substack.com/p/how-agile-are-you-really
1•aard•23m ago•0 comments

Show HN: KalmDown – a phone lock with a passcode even you don't know

https://www.kalmdown.app/
1•dmsehuang•23m ago•0 comments

Travis Kalanick's Atoms raises $1.7B

https://atoms.co/unfinished-business
2•buildingrobots•29m ago•1 comments

Show HN: Free tool that reads a recruiter email and writes your reply

https://www.offerflowai.com/tools/recruiter-reply
1•csongorczezar•33m ago•0 comments

Using sed to make indexes for books (long)

https://www.pement.org/sed/make_indexes.txt
1•TMWNN•34m ago•0 comments

Show HN: RSVP Reader specially for PDF books

https://catb1t.github.io/seshat/
1•cab1t•38m ago•0 comments

What we know about the typical Polymarket user

https://www.pewresearch.org/short-reads/2026/07/22/what-we-know-about-the-typical-polymarket-user/
3•thm•41m ago•0 comments

Buyout groups hunt for software bargains after 'SaaS-pocalypse'

https://www.ft.com/content/d331c1f5-27c0-4d5a-a4ab-7a52e1119cc5
1•thm•41m ago•0 comments

Gen Z-Ers Are Ditching Sex. They Might Be onto Something

https://www.nytimes.com/2026/07/22/opinion/gen-z-sex-celibacy-relationships.html
2•whyage•42m ago•0 comments

Testty: E2E Testing for TUI Apps

https://github.com/agentty-xyz/agentty/tree/main/crates/testty
5•minev-dev•42m ago•0 comments

Dinitz-Garg-Goemans conjecture proven false by GPT 5.6

https://twitter.com/DmitryRybin1/status/2079904005652893709
2•virgildotcodes•44m ago•0 comments

I bought my first BTC back in 2018, and still worried about losing it until now

1•blackbeam•46m ago•0 comments

Publicly verifiable receipts for AI agent actions, anchored to Bitcoin

https://orphograph.com/lp/agent-receipts
2•Oliver-Pitirre•49m ago•0 comments

Show HN: Searchdesk, AI powered job search that tailors resume and cover letter

https://searchdesk.app
1•smltr•52m ago•0 comments

Amazon cuts jobs in its AI unit

https://www.cnbc.com/2026/07/22/amazon-lays-off-some-employees-in-its-agi-unit.html
3•kadhirvelm•55m ago•0 comments
Open in hackernews

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

https://github.com/Oaklight/ToolRegistry
3•Oaklight•1y ago

Comments

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