frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

California Police Can Start Ticketing Driverless Cars

https://www.nytimes.com/2026/04/30/us/california-ticket-driverless-car-violations.html
1•reaperducer•22s ago•0 comments

Show HN: Listen to Hacker News on the Go

https://hncast.com
1•ynarwal__•2m ago•0 comments

Show HN: BetterClaw – Compile a paragraph into a workflow that gates agent tools

1•infamous-oven•3m ago•0 comments

Supply Chain Security – Part 1

https://tinfoil.sh/blog/2026-05-01-supply-chain-client
1•3s•3m ago•0 comments

Warning over threat to birds after rat seen on Mousa

https://www.shetnews.co.uk/2026/04/30/warning-threat-birds-rat-seen/
1•latexr•5m ago•0 comments

A Deep Dive into Email Addresses

https://lasans.blog/articles/misc/email-addresses-deep-dive/
1•begoon•11m ago•0 comments

Fruit flies unexpectedly survived hypergravity and even reproduced

https://news.ucr.edu/articles/2026/04/30/under-crushing-hypergravity-flies-adapt-and-recover
1•giuliomagnifico•11m ago•0 comments

Show HN: "Woo", a multi-user world for agents

https://woo.hughpyle.workers.dev/
1•inguz•12m ago•0 comments

A new US phone network for Christians aims to block porn and gender-related con

https://www.technologyreview.com/2026/05/01/1136739/a-new-t-mobile-network-for-christians-aims-to...
1•joozio•18m ago•0 comments

Touch Typing Number Keys

https://susam.net/touch-typing-number-keys.html
1•susam•20m ago•0 comments

Apple accidentally left Claude.md files Apple Support app

https://xcancel.com/aaronp613/status/2049986504617820551
5•andruby•21m ago•0 comments

Your Website Is Not for You

https://websmith.studio/blog/your-website-is-not-for-you/
2•pumbaa•21m ago•0 comments

Show HN: Porting partially deobfuscated Old School Runescape to use LWJGL 3

https://github.com/stevefan1999-personal/void-client/tree/feat/native-to-java-port
1•stevefan1999•22m ago•0 comments

Turn Git commits and PRs into automated team updates (Slack/email)

https://gitmore.io
2•dmsozpepnc•22m ago•0 comments

The Network

https://www.citadel21.com/the-network
1•olalonde•23m ago•0 comments

New computer chip material inspired by the human brain could slash AI energy use

https://www.cam.ac.uk/research/news/new-computer-chip-material-inspired-by-the-human-brain-could-...
1•breve•24m ago•0 comments

Aaron Hsu: My favorite verbose programming technique [video]

https://www.youtube.com/watch?v=hkNwku81ehw
1•tosh•24m ago•0 comments

The Most Privacy-Respecting Search Engine

https://hister.org/posts/hister-the-most-privacy-respecting-search-engine
6•mstef•26m ago•0 comments

Company says nuclear fusion could power the grid – and soon

https://www.cnn.com/2026/04/30/climate/nuclear-fusion-real-world-electricity-grid
2•robtherobber•28m ago•0 comments

Parallel Pi coding agents in a sandbox

https://github.com/CelestoAI/SmolVM
2•theaniketmaurya•28m ago•3 comments

Show HN: Revdoku – visual document review with AI (open-source)

https://github.com/revdoku/revdoku
1•eummm•28m ago•0 comments

Notes on a non-profit indicted for bank fraud

https://www.bitsaboutmoney.com/archive/nonprofit-indicted-bank-fraud/
2•greyface-•29m ago•0 comments

Is this roadmap for back end realistic?

1•helloeveryone•29m ago•0 comments

Liar's Valuation

https://writing.nikunjk.com/p/liars-valuation
2•maxua•30m ago•0 comments

Show HN: Bitcoin Monitor Widget

https://btcwid.com
1•hda_ycombinator•37m ago•0 comments

TV Pickup

https://en.wikipedia.org/wiki/TV_pickup
3•piker•40m ago•0 comments

AI Mock Interviewer That Challenges You – LoopPass [video]

https://www.youtube.com/watch?v=a4oMH7spG8c
1•tomerbd•41m ago•0 comments

The AI Jailbreakers

https://www.theguardian.com/technology/2026/apr/29/meet-the-ai-jailbreakers-i-see-the-worst-thing...
1•saikatsg•46m ago•0 comments

Show HN: We Rebuilt AppAnne and Created Appkittie

https://www.appkittie.com
48•tadasg•48m ago•0 comments

Children Went from Worthless to Priceless (2013)

https://priceonomics.com/the-price-of-a-child/
1•downbad_•53m ago•1 comments
Open in hackernews

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

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

Comments

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