frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

We're 15-year-olds tired of switching study apps, so we built our own

https://reviscio.com
1•Luka_Takki•2m ago•1 comments

If you don't want Apple reject your app, protect yourself

https://www.apprejectkit.com/
1•jonvolio•3m ago•0 comments

The Social Construct of Privacy

https://medium.com/@despina.g127/the-social-construct-of-privacy-f469f1314816
1•vednig•5m ago•0 comments

Radar – Your Messages. Your Bitcoin. Together, at Last

https://radar.chat/
1•Cider9986•5m ago•0 comments

New Free Marketing vs. Advertising Digital Download

https://laptopformulas.com/
1•leosotx247•5m ago•0 comments

Nvidia in Talks with OpenAI to Guarantee $250B Financing for Data Center

https://www.wsj.com/tech/ai/nvidia-in-talks-with-openai-to-guarantee-250-billion-financing-for-da...
1•johnbarron•6m ago•1 comments

Atomic Clocks

https://www.nist.gov/atomic-clocks/how-do-atomic-clocks-work
2•teleforce•7m ago•0 comments

Unearthing my 1996 windowed OS in machine code for Am29000 homebrew computer

https://nanochess.org/the_am29000_computer.html
1•nanochess•8m ago•0 comments

VC-backed startups commit more fraud, and researchers think they know why

https://techcrunch.com/2026/07/31/vc-backed-startups-commit-more-fraud-and-researchers-think-they...
2•rndsignals•8m ago•0 comments

MSI Pro B850-P WiFi Dasharo v0.9.0 Released

https://blog.3mdeb.com/2026/2026-07-30-msi-pro-b850p-v090-release/
1•Jhsto•8m ago•0 comments

Show HN: Resume Tailor – Optimise Resume, Land More Offers

https://tailor.resume.academy
1•vednig•9m ago•0 comments

Did 75,000 Students Cheat on a College-Entrance Exam in Mexico?

https://www.nytimes.com/2026/07/31/world/americas/unam-college-entrance-exam-mexico.html
2•timetraveller26•9m ago•0 comments

Extensive Collection of Prototypes, Publications, Schematics Donated to Archives

https://moogfoundation.org/extraordinary-collection-of-prototypes-publications-schematic-and-more...
1•glitcher•10m ago•0 comments

The Obligatory AI Post

https://lapcatsoftware.com/articles/2026/7/15.html
2•frizlab•11m ago•0 comments

IndieMath – Crowdfunded automated proving for open CS/math problems

https://indiemath.ai/
1•nsomani•12m ago•0 comments

AI in the Classroom, Part 3: Where It Earns Its Place

https://forta.com/blog/ai-in-the-classroom-part-3-where-it-actually-earns-its-place
2•rmason•16m ago•0 comments

Mixxx – Free and open source DJ software

https://mixxx.org/
2•atoav•17m ago•0 comments

Dead Software Walking: The ongoing evolution of relayd(8) and httpd(8)

https://rsadowski.de/posts/2026/dead-software-walking-relayd-and-httpd/
1•snorbleck•17m ago•0 comments

The Nix sandbox is a hidden input

https://fzakaria.com/2026/07/30/the-nix-sandbox-is-a-hidden-input
2•ingve•19m ago•0 comments

Talent Hoarding in Organizations

https://www.aeaweb.org/articles?id=10.1257/aer.20220264
2•baxtr•19m ago•0 comments

Anatomy of a frontier-lab agent intrusion

https://huggingface-anatomy-of-frontier-lab-model-intrusion.static.hf.space/index.html
1•gone35•21m ago•0 comments

The International Lunar Reference System

https://arxiv.org/abs/2607.27762
1•StatsAreFun•22m ago•0 comments

Start at the end: learning full stack development with AI

https://geosona.com/software/2026/07/31/start-at-the-end/
1•gste•22m ago•0 comments

Nontransitive Dice (2020)

https://schlaff.com/wp/nontransitive-dice/
3•gone35•25m ago•0 comments

The Go compiler is now a semantic code reviewer (and it's better than you)

https://blog.devgenius.io/the-go-compiler-just-code-reviewed-me-and-it-was-right-c19d0d183158?sk=...
3•cheikhdev•25m ago•0 comments

Show HN: I worked on a new browser for 2 years, today it passed Acid 3

https://code.intellios.ai/cwbrowser/
2•coolwulf•25m ago•0 comments

Boorch – Beautiful TUI Instruments

https://boorch.itch.io/
1•tomduncalf•26m ago•0 comments

The Unimagined Good

https://michaelnielsenupdates.substack.com/p/the-unimagined-good
1•exolymph•26m ago•0 comments

Tool that help ecommerce stores generate images faster easier

1•Omoll•26m ago•0 comments

Can AMD Break the CUDA Moat? AMD Advancing AI 2026

https://newsletter.semianalysis.com/p/can-amd-break-the-cuda-moat-amd-advancing
2•rbanffy•26m 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.