frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Amazon will train on Twitch streamers' content by default, unless they opt out

https://techcrunch.com/2026/08/12/amazon-will-train-on-twitch-streamers-content-by-default-unless...
2•ilamont•2m ago•0 comments

Compute Futures

https://www.cmegroup.com/markets/energy/power/compute-futures.html
2•mathgenius•4m ago•0 comments

I want extern "fil-C"

https://domenkozar.com/2026/08/13/i-want-extern-fil-c/
2•domenkozar•5m ago•0 comments

Americans Love the Roar of a V-8 Engine–and They Don't Want to Give It Up

https://www.wsj.com/business/autos/ram-truck-pickup-v-8-f1500-f0f8b234
2•fortran77•5m ago•1 comments

Bounded Asynchrony and Nested Parallelism for Scalable Graph Processing

https://oaktrust.library.tamu.edu/server/api/core/bitstreams/087d4c92-d9cc-4169-b30b-2d3bbdebebf8...
1•andsoitis•5m ago•0 comments

Show HN: Sched – On-call rotations for small teams that don't need PagerDuty

https://getsched.dev/
2•arye_lu•6m ago•0 comments

„If this was real,everyone would have been dead long ago"(German ICE fire drill)

https://www.bild.de/regional/thueringen/waeren-laengst-alle-tot-debakel-bei-ice-tunneluebung-in-t...
2•Markoff•6m ago•2 comments

X open sources its ranking algo, letting users see if they've been shadowbanned

https://techcrunch.com/2026/08/13/x-open-sources-its-ranking-algorithm-letting-users-see-if-theyv...
3•thm•6m ago•0 comments

Siamese Neural Network

https://en.wikipedia.org/wiki/Siamese_neural_network
2•Anon84•7m ago•0 comments

The Review That Praised the Bug: grading three LLM code reviews against the code

https://mrjstickel.com/projects/review-scorecard
2•MrJStickel•7m ago•0 comments

Show HN: Zod schema is a binary codec, no IDL, no codegen

https://github.com/ChiChuRita/shorn
2•chichurita•8m ago•0 comments

Fundable – the AI platform for fund and asset managers

https://fundableai.com/
2•petethomas•8m ago•0 comments

Show HN: A Free Cloud Container

https://usebench.dev/
2•saucepoint•10m ago•0 comments

Hillock – Local neuro-symbolic memory engine running in <1.2GB VRAM

https://github.com/roandejager/Hillock
2•roandejager5•11m ago•0 comments

Show HN: My first app got 97% on MacSources

https://bitvibelabs.com/tickernotch/
2•BitVibeLabs•13m ago•0 comments

Surfil On-device control plane for AI coding agents

https://surfil.com/
3•Samaradam•13m ago•0 comments

Gemini 3.7 Flash

https://ai.google.dev/gemini-api/docs/models/gemini-3.7-flash
57•thisisauserid•14m ago•33 comments

JDK 27 G1/Parallel/Serial GC Changes

https://tschatzl.github.io/2026/08/10/jdk27-g1-serial-parallel-gc-changes.html
2•0x54MUR41•14m ago•0 comments

Why Google killed its best argument for AI

https://www.hardresetmedia.com/p/why-google-killed-its-best-argument
3•pac0•15m ago•0 comments

From slow tests to slow production: Debugging with Stackprof

https://www.aha.io/engineering/articles/debugging-with-stack-prof
5•FigurativeVoid•16m ago•0 comments

Nine PBS sues Iron Mountain over blocked access to archival data

https://current.org/2026/08/nine-pbs-sues-iron-mountain-over-blocked-access-to-archival-data/
3•simonpure•16m ago•0 comments

Why and how to check your SSDs Trim correctly

https://eclecticlight.co/2026/08/13/why-and-how-to-check-your-ssds-trim-correctly/
2•Brajeshwar•17m ago•0 comments

Groupon founder Andrew Mason's farewell letter to employees (2013)

https://www.theguardian.com/technology/blog/2013/mar/01/groupon-andrew-mason-fired-letter
3•bobbiechen•18m ago•0 comments

Chasing an Elusive Rails SSE Bug/Hang

https://www.babylist.com/engineering/blog/rails-sse-hang
1•wpeterson•20m ago•0 comments

SpaceXAI debuts Grok 4.6, overtaking Kimi K3's and matching GPT-5.6 Sol

https://tracking.tldrnewsletter.com/CL0/https:%2F%2Fventurebeat.com%2Ftechnology%2Fspacexai-debut...
4•countbinface•21m ago•0 comments

Tocharian Online

https://lrc.la.utexas.edu/eieol/tokol/0
7•Bluestein•21m ago•0 comments

Runta SSH access for agent runtimes

https://runta.com/blog/ssh-access-for-runta-runtimes/
6•shiqimei•22m ago•0 comments

Anthropic in talks to buy Decart AI for $6B

https://www.reuters.com/technology/anthropic-talks-buy-decart-ai-source-says-2026-08-13/
5•adamhowell•23m ago•0 comments

Natural Language Processing (NLP) Explained – AI and Human Language

https://bytetality.com/reviews/86-natural-language-processing-nlp-explained-ai-human-language
3•lava-doe•25m ago•0 comments

Scientists Taught Living Brain Cells to Play a Game

https://www.rathbiotaclan.com/cultured-neurons-improve-at-simplified-pong-under-closed-loop-feedb...
2•Akasci•25m 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.