frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

El Niño May Push Global Warming to 2C or Higher in the Short Term

https://www.bloomberg.com/news/articles/2026-07-27/global-warming-may-briefly-reach-2c-as-el-nino...
2•littlexsparkee•1m ago•1 comments

Linux on ESP32

https://github.com/GrieferPig/esp32-s31-linux
1•boveyking•1m ago•1 comments

Double your business with companies you like

https://daverupert.com/2026/07/number-chart-go-up/
1•tobr•2m ago•0 comments

Show HN: Pokémon Go-style AR in the browser, without WebXR

https://play.somodus.com/g/c2fa01f29e3cf18814dcef9fe851ecf0
1•eric2025•4m ago•0 comments

Cursor Start

https://cursor.com/blog/cursor-start-india
1•ms7892•5m ago•0 comments

The LLM browser that allows you explore current and other universes

https://github.com/nettsundere/llmouser
1•nettsundere•5m ago•0 comments

Federal Judges Chastise Justice Department for 'Unlawful' Conduct

https://www.propublica.org/article/justice-department-presumption-of-regularity
3•Jimmc414•5m ago•0 comments

Databases in Depth – SQLite · DuckDB · PostgreSQL · MariaDB · ClickHouse · Mongo

https://gist.github.com/corporatepiyush/b12d6facac54e5eb045f12f008dacd93
1•truth_seeker•6m ago•0 comments

OpenAI, Anthropic Staff Share Letter Asking US to Help Pace AI Progress

https://www.bloomberg.com/news/articles/2026-07-28/openai-anthropic-staff-share-letter-asking-us-...
2•fidotron•6m ago•0 comments

Re: Working Group Last Call: Incremental HTTP Messages

https://lists.w3.org/Archives/Public/ietf-http-wg/2025OctDec/0062.html
1•Jakob•6m ago•1 comments

The SpiNNaker2 chip: a many-core platform for brain-inspired computing

https://arxiv.org/abs/2607.24396
1•Jimmc414•6m ago•0 comments

Counterexample to the Lean Conjecture (Soundness Bug)

https://leanprover.zulipchat.com/#narrow/channel/270676-lean4/topic/Counterexample.20to.20the.20L...
1•ahlCVA•6m ago•0 comments

My ultimate setup: a £40 box that codes while I poop

https://byk.im/posts/ultimate-setup-labs/
1•speckx•7m ago•0 comments

Bare server: a minimal static file in memory web server in Rust

https://crates.io/crates/bare-server
1•nikita-ruby•7m ago•0 comments

Alternate Explanation for the Dark Forest

https://markatwood.substack.com/p/incentive-gradients-that-arent-psychology
1•skmurphy•7m ago•0 comments

Anybody.dev – The Open Source AI App Builder

https://anybody.dev
1•intergalactia•9m ago•1 comments

Gilbreath's Conjecture

https://en.wikipedia.org/wiki/Gilbreath%27s_conjecture
1•jhncls•12m ago•0 comments

A Russian phone number, WhatsApp, and 140 outbound SSH alerts

https://nox.sh/posts/whatsapp-tunnel-out/
2•mtty•13m ago•1 comments

Gabor Fields: Orientation-Selective Level-of-Detail for Volume Rendering

https://arcanous98.github.io/projectPages/gaborVolumes.html
1•ibobev•13m ago•0 comments

With Texas' Data Center Boom, Uncertainty Is the Business Plan

https://www.texasobserver.org/ai-data-center-boom-uncertainty-is-the-model/
3•cdrnsf•13m ago•2 comments

Claire Blackshaw: Shipping Godot VR and Porting to PSVR2: A Partial Post Mortem

https://claire-blackshaw.com/blog/2026/07/shipping-godot-vr-and-porting-to-psvr2-a-partial-post-m...
1•ibobev•13m ago•0 comments

Advanced Vulkan Compute: The Power of Parallelism

https://docs.vulkan.org/tutorial/latest/Advanced_Vulkan_Compute/introduction.html
1•ibobev•14m ago•0 comments

iPhone Upgrade Program

https://www.apple.com/shop/iphone/iphone-upgrade-program
3•lkurtz•16m ago•0 comments

Distilling proprietary model reasoning into open-source search agents

https://arxiv.org/abs/2607.24280
1•cpard•16m ago•0 comments

The Entropy of a Markov Chain

https://chillphysicsenjoyer.substack.com/p/the-entropy-of-a-markov-chain
1•crescit_eundo•16m ago•0 comments

Tighter on-device Cleanup with Epilude Model 4.1

https://www.epilude.com/news/introducing-model-4-1
1•brmkr•17m ago•0 comments

I Don't Know What I'm Doing Here

https://shitmypants.bearblog.dev/i-dont-know-what-im-doing-here/
2•speckx•17m ago•1 comments

Sun goes to 'sleep' could reveal space weather when it wakes

https://ras.ac.uk/news-and-press/research-highlights/nam-2026-how-sun-goes-sleep-could-reveal-spa...
1•gmays•17m ago•0 comments

Myanmar Passes Law Allowing the Death Penalty for Scam Operators

https://www.bloomberg.com/news/articles/2026-07-28/myanmar-passes-law-allowing-the-death-penalty-...
4•Teever•19m ago•0 comments

When the Future Doesn't Need Us

https://borretti.me/article/when-the-future-doesnt-need-us
2•Tomte•20m 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.