frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Mr. Putin, where is the gas?

https://kyivindependent.com/mr-putin-where-is-the-gas/
1•dotcoma•2m ago•0 comments

Cell Just Changed Biology

https://www.youtube.com/watch?v=g9B3gBhcwqM
1•soupspaces•3m ago•0 comments

Data Showing Palantir's Positive Impact on NHS Riddled with Errors

https://novaramedia.com/2026/07/13/data-showing-palantirs-positive-impact-on-nhs-riddled-with-err...
1•notRobot•3m ago•0 comments

Mako: A Self-Evolving Agentic Operating System for Autonomous Web Exploitation

https://arxiv.org/abs/2607.11288
1•praneethn•4m ago•0 comments

Google Images is getting a visual refresh as it turns 25

https://www.neowin.net/news/google-images-is-getting-a-visual-refresh-as-it-turns-25/
1•bundie•7m ago•0 comments

CoreWeave considers derivatives to hedge against falling memory prices

https://finance.yahoo.com/markets/options/articles/exclusive-ai-cloud-company-coreweave-235016062...
1•mapping365•8m ago•0 comments

Flap Display//SF Ferries

https://www.chloeyan.me/ferry
1•audreyfei•14m ago•0 comments

I thought I had a good homelab

https://humanparadox.org/i-thought-i-had-a-good-homelab/
1•colingauvin•14m ago•0 comments

Can't English be considered an indigenous Indian language, asks Supreme Court

https://www.thehindu.com/news/national/cant-english-be-considered-an-indigenous-indian-language-a...
2•thisislife2•14m ago•0 comments

Show HN: Timeline Studio – Open-source AI video editing

https://video-editor.ai-creator.top/
1•martindelophy•15m ago•0 comments

New $500M Artillery Shell Plant Failed to Produce Any 155mm Parts

https://www.twz.com/land/new-500m-artillery-shell-plant-failed-to-produce-any-155mm-parts
2•makerdiety•15m ago•0 comments

Show HN: PasteSheet – Turn a Google Sheet into a REST API and MCP Server

https://pastesheet.com
1•jaocero•18m ago•0 comments

FIFA World Cup 2026 · Data Portraits

https://wc26.bogachev.fr/
1•duck•21m ago•0 comments

The cost of AI-assisted development: cognitive fatigue

https://warpedvisions.org/blog/2025/hitting-the-wall-at-ai-speed/
1•o4c•24m ago•0 comments

6× faster binary search: from compiled code to mechanical sympathy

https://pythonspeed.com/articles/branchless-binary-search/
1•vinhnx•24m ago•0 comments

Jurassic Park computers in excruciating detail

https://fabiensanglard.net/jurrasic_park_computers/index.html
2•vinhnx•24m ago•0 comments

Australia creates world-first Office of AI

https://www.minister.industry.gov.au/t-ayres/media/ai-australias-interests
1•mrTeale•25m ago•0 comments

AI Agents: Hype vs. Reality (2024)

https://www.kadoa.com/blog/ai-agents-hype-vs-reality
1•vinhnx•26m ago•0 comments

GPT-5.6 Sol, Terra, Luna compare on intelligence vs. cost

https://artificialanalysis.ai/articles/gpt-5-6-intelligence-vs-cost-across-sol-terra-luna
3•theanonymousone•28m ago•0 comments

Weird password rules for website to register

1•guptadeepak•34m ago•1 comments

Code for the people: The human story of the open web

https://codeforthepeople.com/
1•wallflower•38m ago•0 comments

The math behind PrismML's 27B-parameter model in 4GB of RAM

https://thebluenarwhal.com/27-billion-parameters-on-an-iphone-why-on-device-ai-may-be-apples-next...
1•newyearsnight•38m ago•0 comments

Starlink V5

https://starlink.com/specifications/10
2•jtraglia•38m ago•0 comments

Show HN: Samosa Chat - Run Qwen3.6-35B-A3B Locally on a 16 GB Mac

https://github.com/deepanwadhwa/samosa-chat
5•dwa3592•50m ago•3 comments

Ptolemaic and LLM Architecture Compared (In 3D)

https://celestial-llm-mirror.vercel.app/
1•mikemangialardi•52m ago•0 comments

Dell Is on a Roll with the XPS

https://world.hey.com/dhh/dell-is-on-a-roll-with-the-xps-5a09a84e
2•dotcoma•53m ago•0 comments

GPT 5.6 Sol Pro disproves long-standing hypothesis in statistics

https://twitter.com/i/status/2077082912021786660
1•qsi•53m ago•1 comments

John Archibald Wheeler: It from Bit

https://en.wikipedia.org/wiki/John_Archibald_Wheeler
1•lioeters•59m ago•1 comments

Fix CSS Problems

https://www.fix-css.com/
1•ilreb•1h ago•0 comments

vLLM prefill paired with TileRT decode

https://vllm.ai/blog/2026-07-14-vllm-tilert-pd
2•ilreb•1h 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.