frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ant teams beat gravity-based puzzle solvers

https://phys.org/news/2026-08-ant-teams-gravity-based-puzzle.html
1•wjSgoWPm5bWAhXB•38s ago•0 comments

The Future Is for Everyone – The Path to a Positive AI Future

https://www.meta.com/thefutureisforeveryone/
1•insumanth•1m ago•0 comments

Navy drone boats 'were sending data to China'

https://www.thetimes.com/uk/defence/article/navy-drone-boats-sending-data-china-k3-rcqd2jcfl
1•josephcsible•5m ago•0 comments

GST Notices: Types, Reasons and Response Guide – SMFG India Credit

https://www.smfgindiacredit.com/knowledge-center/gst-notices.aspx
1•saumyaraut11•5m ago•0 comments

Meta Muse Glimmer – open weights 30B local coding model

https://research.meta.ai/blog/introducing-muse-glimmer-open-agentic-model
2•riordan•7m ago•0 comments

V2X Technology Gets a 5G Cellphone Network Solution

https://spectrum.ieee.org/v2x-technology-5g-open-ran
1•rbanffy•8m ago•0 comments

Getting Off the Modernization Treadmill

https://unplannedobsolescence.com/talks/getting-off-the-modernization-treadmill/
1•ggaughan•10m ago•1 comments

A.I.-Driven Chip Crunch Leads to New Rush of Lobbying in Washington

https://www.nytimes.com/2026/08/10/technology/memory-chip-shortage-ai.html
2•giuliomagnifico•11m ago•0 comments

The dumbest ransomware I've ever seen

https://mrunix.me/posts/ransomware/
1•mrunix•12m ago•0 comments

Show HN: Northstar Browser 1.0.7

3•roschdal•12m ago•0 comments

I built a directory to find every indoor dog park in the US

https://www.indoordogpark.org
1•mabalal•14m ago•0 comments

ETQW: Open-Source Reimplementation of Enemy Territory: Quake Wars

https://github.com/jmarshall23/ETQW
1•klaussilveira•14m ago•0 comments

One Email, Three Identities: SPF, DKIM and DMARC Explained

https://senderledger.com/articles/one-email-three-identities-spf-dkim-dmarc
2•adulion•21m ago•0 comments

Study Finds Short AI Chats Reduced Belief in New Conspiracies

https://aiunderstanding.org/news/ai-chats-emerging-conspiracy-beliefs-study
1•ashurandi•22m ago•0 comments

Tech leaders say AI means less work – staff say they work up to 90 hours a week

https://www.bbc.com/news/articles/cvgx4yd1gl2o
2•dijksterhuis•23m ago•0 comments

Robot Videos: Heavy Lift Cargo Drones, Grippers, More

https://spectrum.ieee.org/video-friday-heavy-lift-drone
1•rbanffy•24m ago•0 comments

Show HN: I procrastinated on a course by building a course tracker.

https://ckourse.com
1•redaantar•27m ago•0 comments

Claude Code, AI Slop, and the Death of the Art?

https://vladthe.dev/blog/claude-code-ai-slop-and-the-death-of-the-art
2•pacMakaveli•27m ago•2 comments

One-command OpenTelemetry setup on Linux hosts

https://opentelemetry.io/blog/2026/packaging-first-repo/
1•svrnm•28m ago•0 comments

Bitcoin Home

https://bitcoinhome.com
2•TURNMY•31m ago•0 comments

The Flatness Era

https://refusethemean.magazine-page.workers.dev/
2•rs9000•34m ago•0 comments

After holding Why.com for 27 years, Rasheed Richmond launches the site

https://www.reddit.com/user/rasheed106/submitted/
1•jawns•34m ago•0 comments

So, I wrote a fiction book. Meet "The Side Project"

https://blog.maartenballiauw.be/posts/2026-07-31-so-i-wrote-a-fiction-book-meet-the-side-project/
1•GordonS•35m ago•0 comments

Digitvest – Buy ready-to-launch SaaS businesses with integrated payments

https://digitvest.com/en
1•digitvest•36m ago•0 comments

The Run Greenville Project

https://news.wandrer.earth/2026/07/22/run-greenville-project.html
1•altilunium•37m ago•0 comments

Did Apple Search engine bot enter the security LLM fuzzing gauntlet

2•duttonw•38m ago•0 comments

Sound Advice from the White Knight

https://systemsapproach.org/2026/05/18/sound-advice-from-the-white-knight/
1•signa11•44m ago•0 comments

Claude Skill Makes Edits Synced to Song Beat

https://github.com/ZiadAbdelkarim/beat-synced-edit
2•iwasastreamer•46m ago•1 comments

Skill Nostalgia

https://aeon.co/essays/the-radical-reasons-why-you-dream-of-making-things-by-hand
2•cesarrg•47m ago•0 comments

Sphere Triangulation to Square

https://lageosis-geometric-v-p427.bolt.host/
1•tvali•48m 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.