frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Computable Secrets: computer science from first principles

https://computablesecrets.com
1•JuniperMesos•2m ago•0 comments

I made Obsidian into a personal command center, and now I barely open other apps

https://www.xda-developers.com/turned-obsidian-into-personal-command-center-barely-open-separate-...
1•mmarian•2m ago•0 comments

SK Chair Says Anthropic Asked for Supplies to Make Its Own Chips

https://www.bloomberg.com/news/articles/2026-07-25/sk-chair-says-anthropic-asked-for-supplies-to-...
1•sbulaev•8m ago•0 comments

Microwave counter-drone system neutralizes +50 enemy drones in one flight

https://news.lockheedmartin.com/2026-07-20-Lockheed-Martin-Unveils-MORFIUS-TM-X-Rotor-The-New-Dro...
1•giuliomagnifico•8m ago•0 comments

Why Software Factories Fail

https://twitter.com/dexhorthy/status/2080697380379427275
2•tosh•10m ago•0 comments

Omphalis help understanding form, deepen, and return

https://omphalis.ai/
1•voxiven•15m ago•0 comments

The Iran War threatened a food crisis with soaring fertilizer costs

https://www.reuters.com/graphics/IRAN-WAR/FERTILIZER/zjvqgwgakvx/
1•tosh•17m ago•0 comments

ChatGPT Is Down Worldwide

https://www.bleepingcomputer.com/news/artificial-intelligence/openai-confirms-chatgpt-is-down-wor...
3•guptalog•19m ago•1 comments

Tell HN: It's a Lot

2•mettamage•19m ago•0 comments

Why brilliant mathematicians choose coding over research

https://zenodo.org/records/21539087
1•epyre•25m ago•0 comments

OpenAI Is Down Again

https://status.openai.com/incidents/01KYC921K145JTR1JK7DYKGWH1
4•bakigul•27m ago•0 comments

ECB launches survey on the new euro banknotes

https://surveys.ecb.europa.eu/10b/neweuro
3•mnewme•33m ago•1 comments

Elder-plinius – The Fable 5 Showcase

https://github.com/elder-plinius/FABLE-SHOWCASE
1•davedx•33m ago•0 comments

The Rise of the Deserving Rich

https://www.economist.com/finance-and-economics/2026/07/23/the-rise-of-the-deserving-rich
1•NewCzech•33m ago•1 comments

Augmental: MouthPad goes public, and we introduce VOX

https://www.augmental.tech/news/mouthpad-and-vox-launch
2•leoc•36m ago•1 comments

Turning the database inside-out with Apache Samza (2015)

https://martin.kleppmann.com/2015/03/04/turning-the-database-inside-out.html
1•subset•37m ago•0 comments

India's 'Cockroach' Gen Z has had enough

https://www.ft.com/content/ac19e4f4-cf7b-4a75-b591-0ca79ef62d37
1•mraniki•39m ago•0 comments

Why did I buy this domain?

https://poop.bike/
1•edent•41m ago•2 comments

The uops.info Code Analyzer

https://uica.uops.info/
1•csmantle•41m ago•0 comments

ChatGPT Is Down

7•anujbans•43m ago•4 comments

Show HN: AgentState – Open-source resilience and caching proxy for AI agents

https://github.com/aleenz1102/AgentState
1•aijazahm19•45m ago•0 comments

Invaders is back: rescued from a forgotten Bitbucket account

https://www.atomic14.com/2026/07/24/invaders-is-back
1•iamflimflam1•46m ago•0 comments

Codex Is Down

10•freakynit•49m ago•4 comments

Wisprkey – 100% free and local voice typing for Mac

https://www.wisprkey.com
1•RoniHenareh•50m ago•1 comments

FastHTML

https://fastht.ml/
1•tosh•51m ago•1 comments

Show HN: AI codebase analyser and auto-fixer

https://www.getdebug.dev/blog/python-ai-app-prefilters
1•nutifafa•52m ago•0 comments

Supergun affair

https://en.wikipedia.org/wiki/Supergun_affair
1•networked•53m ago•0 comments

Data-Parallel Thinking (2024) [pdf]

https://gfxcourses.stanford.edu/cs149/fall24content/media/dataparallel/08_dataparallel_uvO76Qr.pdf
1•tosh•54m ago•0 comments

Ask HN: Is neuromorphic computing going to replace traditional AI?

3•lennart-rth•55m ago•0 comments

EU grants US request to restrict satellite images of Iran War region

https://arstechnica.com/space/2026/07/european-union-grants-us-request-to-restrict-satellite-imag...
3•mdp2021•58m 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.