frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

You Don't Need a Blowtorch to Light a Birthday Candle

https://twitter.com/BritneyMuller/status/2084636285847711792
1•mulle188•15s ago•0 comments

FediAdhan: The Islamic Call to Prayer, in Your Fediverse Timeline

https://fediadhan.org/
1•sohkamyung•54s ago•0 comments

I measured defect rates across 2,307 AI-generated 3D models

https://github.com/alza123123/3dqa-benchmark
1•soalza116•1m ago•0 comments

A computer can never be held accountable

https://jola.dev/posts/a-computer-can-never-be-held-accountable
1•shintoist•1m ago•0 comments

I Phish My AI Agent, and You Should Too

https://sveder.com/blog/i-phish-my-ai-agent-and-you-should-too/
1•mikle•2m ago•0 comments

AI slop pollutes the CVE pipeline with fake vulns

https://www.theregister.com/security/2026/08/03/ai-slop-pollutes-the-cve-pipeline-with-fake-vulns...
1•Bender•2m ago•0 comments

Ask HN: Why do so many YCs shutdown and return partial?

1•bix6•2m ago•0 comments

Police National Legal Database confirms data theft after dark web leak

https://www.theregister.com/cyber-crime/2026/08/03/police-national-legal-database-confirms-data-t...
1•Bender•3m ago•0 comments

Germany Records Historic 12B KWh Solar Feed-In in July 2026

https://solarquarter.com/2026/08/03/germany-records-historic-12-billion-kwh-solar-feed-in-in-july...
1•johnbarron•3m ago•0 comments

UK mulls making employers ask before installing bossware

https://www.theregister.com/software/2026/08/04/uk-mulls-making-employers-ask-before-installing-b...
1•Bender•3m ago•0 comments

Warfighting Ability

https://scottlocklin.wordpress.com/2026/07/27/warfighting-ability/
1•surprisetalk•3m ago•0 comments

Back on GrapheneOS in 2026

https://www.davd.io/posts/2026-03-21-back-on-grapheneos-in-2026/
1•speckx•4m ago•0 comments

Smith Chart

https://en.wikipedia.org/wiki/Smith_chart
1•binyu•4m ago•0 comments

Fructose and glucose trigger different brain responses

https://www.nih.gov/news-events/nih-research-matters/fructose-glucose-trigger-different-brain-res...
2•brandonb•6m ago•1 comments

Bending Spoons buying Airtable for $2.2B

https://techcrunch.com/2026/08/04/bending-spoons-to-buy-airtable-for-1-28b/
1•tonylucas•7m ago•1 comments

Which Screen Is the 'Good Screen' Now?

https://www.theatlantic.com/technology/2026/08/instagram-tv-app/688134/
1•voxleone•8m ago•0 comments

The Encyclopedia of Database Systems

https://dbdb.io/
1•subset•9m ago•0 comments

Deadmono – detect dead code in Go monorepo

https://github.com/arxeiss/deadmono
1•arxeiss•10m ago•0 comments

Show HN: Ratelog, Self-hosted movie/TV rater with TMDB integration

https://github.com/golmenero/ratelog
1•golmenero•11m ago•0 comments

EWW, the Emacs browser you underestimate

https://en.andros.dev/blog/e0e00b4b/eww-the-emacs-browser-you-underestimate/
2•andros•11m ago•0 comments

Adding Go's Defer to the TypeScript Compiler

https://healeycodes.com/adding-defer-to-the-typescript-compiler
1•ibobev•12m ago•0 comments

Write in Markdown, serve it dynamic

https://en.andros.dev/blog/3f1244d2/write-in-markdown-serve-it-dynamic/
1•ibobev•13m ago•0 comments

The Dark Side of Static Sites

https://en.andros.dev/blog/1e4b4287/the-dark-side-of-static-sites/
1•ibobev•13m ago•0 comments

The restaurant business is changing beyond recognition

https://www.economist.com/international/2026/07/30/the-restaurant-business-is-changing-beyond-rec...
1•r2sk5t•14m ago•1 comments

Keyv and Cacheable NPM Package Hijacked in Supply Chain Attack

https://www.wiz.io/blog/keyv-and-cacheable-npm-supply-chain-attack
1•datakan•15m ago•0 comments

Show HN: GeoAI Skills – agent skills that refuse invalid geospatial analysis

https://github.com/muend/geoai-skills
2•muend•16m ago•0 comments

Oauth2-proxy – proxy with authentication with Google, Azure, OpenID Connect

https://github.com/oauth2-proxy/oauth2-proxy
1•gregsadetsky•18m ago•0 comments

I built an LLM debugger for fine-tuning failures

https://github.com/gradian-ai/gradian
2•abdullah-xyz•18m ago•1 comments

Pdf-inspector: The rust-powered open-source PDF parser for AI

https://firecrawl.github.io/pdf-inspector/
1•richbray•19m ago•0 comments

Show HN: Implement-spec – a harness-agnostic spec-to-verified-PR agent skill

https://github.com/SteveVitali/agent-skills
6•SteveVitali•19m 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.