frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: ZeroFS – A log-structured filesystem for S3

https://www.zerofs.net/
1•Eikon•1m ago•0 comments

US job growth misses expectations in June; unemployment rate falls to 4.2%

https://www.reuters.com/world/us/us-job-growth-misses-expectations-june-unemployment-rate-falls-4...
1•onemoresoop•1m ago•0 comments

Sergey Brin joins protest against immigration order at SFO airport (2017)

https://www.theverge.com/2017/1/28/14428262/google-sergey-brin
1•sillyfluke•1m ago•0 comments

All Package Management Functionality Moved from Compiler to Build System

https://ziglang.org/devlog/2026/?2026-06-30#2026-06-30
1•olzhasar•1m ago•0 comments

The English Language Has a Smelly Problem [video]

https://www.youtube.com/watch?v=w3KswMaEBiI
1•gmays•2m ago•0 comments

Reverse-Z is the Perfect Hack

https://www.shlom.dev/articles/reverse-z-perfect-hack/
1•1bytebeta•2m ago•0 comments

Show HN: Image steganography tool – Hide any file inside a PNG image

https://stegoimage.pages.dev/
1•coder_xyz•3m ago•0 comments

Show HN: Matrix, an open-source cloud computer for coding agents

https://matrix-os.com
1•hamedmp•3m ago•0 comments

Validate your startup idea in 14 days

https://validly-rho.vercel.app/
1•Harro123•3m ago•1 comments

How can engineering leaders avoid becoming Bond villains?

https://stackoverflow.blog/2026/06/26/paging-charity-how-can-engineering-leaders-avoid-becoming-b...
1•throwaway2037•4m ago•0 comments

What to know about Trump's financial disclosure

https://thehill.com/homenews/administration/5949500-trump-financial-disclosure-crypto/
1•jordie2shoes•5m ago•0 comments

Zoom to Acquire CommonRoom

https://www.zoom.com/en/blog/zoom-to-acquire-common-room/?cms_guid=false
1•datadrivenangel•6m ago•0 comments

A new, inexpensive Chinese AI model is catching up with Anthropic, OpenAI

https://www.reuters.com/world/china/a-new-inexpensive-chinese-ai-model-is-catching-up-with-anthro...
2•tartoran•6m ago•0 comments

Top EU court upholds Google Android fine in landmark antitrust case

https://www.politico.eu/article/top-eu-court-upholds-google-android-fine-in-landmark-antitrust-case/
4•jruohonen•6m ago•0 comments

Autonomous AI Software Development: Good Idea, or Bad Idea?

https://adrianavillela.com/post/the-great-autonomous-ai-experiment/
1•mooreds•7m ago•0 comments

OpenAI wants to give us 5% of its success. It's a bad bargain

https://werd.io/openai-wants-to-give-us-5-of-its-success-its-a-bad-bargain/
1•benwerd•7m ago•0 comments

I didn't build a Full Body Ultrasound but I know the people that did

https://www.youtube.com/watch?v=4nzzpUKhj1M
1•fjalarhl•8m ago•0 comments

Microsoft Frontier Company

https://www.microsoft.com/en-us/frontier-company
1•ilreb•8m ago•0 comments

Show HN: Send and receive custom-domain email from your existing Gmail

https://sendmailas.com
1•mohitgaddam•9m ago•0 comments

Tiny-C Reference Manual Excerpt

https://permacomputer.solarpunk.au/?p=204
1•surprisetalk•11m ago•0 comments

Rust sort_unstable_by with more complex closure unexpectedly shrunk binary

3•tracyspacy•12m ago•0 comments

An AI board that pre-registers its bets – bet #1 just graded wrong

https://github.com/danilushin/asktheboard
5•dilushin•12m ago•0 comments

Show HN: A graph paper generator that renders vector PDFs in the browser

https://freegraphpaper.net/
2•lam_hg94•13m ago•0 comments

FeatLens – One API to visualize features from any vision backbone

https://github.com/turhancan97/FeatLens
2•tkargin•14m ago•1 comments

The AI-powered World Cup runs on thousands of data workers

https://restofworld.org/2026/fifa-world-cup-ai-data-workers/
2•thm•14m ago•0 comments

World Cup dreams shattered as StubHub tickets cancelled at last minute

https://www.bbc.com/news/articles/crkvlekgy07o
3•tartoran•15m ago•0 comments

The Egg Bandits Made a Thousand Times the Fine They Just Paid for Price Fixing

https://www.thebignewsletter.com/p/crime-pays-the-egg-bandits-made-a
4•toomuchtodo•17m ago•1 comments

Everything is in order

https://benwhite.com.au/snippets/everything-is-in-order/
2•d3v1an7•17m ago•0 comments

Glaze, a new tool for creating custom desktop apps

https://www.glaze.app
3•horsti•17m ago•1 comments

Show HN: MemSignal - an experimental memory-pressure indicator for Windows

https://github.com/riccardoruspoli/MemSignal
2•riccardoruspoli•18m 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.