frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

1•vvomero•1m ago

Show HN: Mail client optimized for self-hosted email across multiple domains

https://mainly.crnst8.com/
1•flowerpil•3m ago•0 comments

Claude Code adds new "concise" output style setting

https://twitter.com/ClaudeDevs/status/2090245922685063634
2•enraged_camel•9m ago•0 comments

Misconfigured Admin System Prompts Can Invert an LLM's Safety Layer

https://medium.com/@aadvait.cr/how-misconfigured-admin-system-prompts-can-invert-every-single-llm...
1•Aadvait•10m ago•0 comments

Did someone wearing Meta Glasses film you today? Are you sure?

https://www.theguardian.com/technology/ng-interactive/2026/aug/19/meta-glasses-privacy-surveillance
1•cdrnsf•13m ago•1 comments

What Is Reasoning

https://lucumr.pocoo.org/2026/8/19/what-is-reasoning/
1•doppp•16m ago•0 comments

Index your images and videos locally

https://github.com/ikouchiha47/cinestar
1•argentum47•17m ago•0 comments

Building Without Predicting

https://sive.rs/fit
1•thm•21m ago•0 comments

Show HN: Lutefish Stream (Play Music over Internet)

https://lutefish.com/
2•mfarstad•23m ago•0 comments

Chinese firms are wrapping their supply chains around the globe

https://www.economist.com/interactive/business/2026/08/19/chinese-firms-are-wrapping-their-supply...
2•petethomas•23m ago•0 comments

Stripe says "the singularity" has begun

https://www.axios.com/2026/08/19/stripe-payments-openrouter-singularity
2•psychanarch•23m ago•1 comments

Why the richest country can't defend vital infrastructure

https://www.economist.com/united-states/2026/08/19/why-the-worlds-richest-country-cant-defend-vit...
1•petethomas•25m ago•1 comments

Show HN: I made a way for event guests to share photos without installing an app

https://lensoraevents.com/
1•aningemma1•25m ago•0 comments

A $21B 'Kids in Chips' Startup Is Scooping Up Nvidia Talent

https://www.wsj.com/tech/ai/a-21-billion-kids-in-chips-startup-is-scooping-up-nvidia-talent-4d099f12
2•gmays•28m ago•0 comments

Turns are Better than Radians

https://www.computerenhance.com/p/turns-are-better-than-radians
2•mayoff•30m ago•1 comments

Credentialism is coming for AI agents

https://betocmn.com/blog/credentialism-is-coming-for-ai-agents/
1•thedreammachine•31m ago•0 comments

Lutefish Stream

https://lutefish.com/pages/our-story
1•mfarstad•32m ago•1 comments

Anti-Flock signs removed as Rolling Meadows, Il debates license plate cameras

https://www.dailyherald.com/20260819/news/anti-flock-signs-removed-as-rolling-meadows-debates-lic...
2•rmnoflock•33m ago•0 comments

Show HN: Mirotalk WebRTC Story

https://docs.mirotalk.com/story/
2•ngup•35m ago•1 comments

The war on data centres is a bit fake

https://www.economist.com/business/2026/08/19/the-war-on-data-centres-is-a-bit-fake
2•andsoitis•35m ago•0 comments

Misse Peace Polymers Atomic Oxygen Erosion Results [pdf]

https://ntrs.nasa.gov/api/citations/20070002707/downloads/20070002707.pdf
1•thunderbong•38m ago•0 comments

Parsing IP addresses in C# at crazy speeds

https://lemire.me/blog/2026/08/19/parsing-ip-addresses-in-c-at-crazy-speeds/
1•mfiguiere•38m ago•0 comments

Blastproof – E2E tests in plain English, no CSS selectors anywhere

https://github.com/hamc/blastproof
1•h_amc•39m ago•1 comments

Death Stalks the Irish Pub

https://www.ft.com/content/0ff3c190-725a-47a5-afcc-e369135c0a60
1•petethomas•39m ago•1 comments

WordPress 7.1

https://wordpress.org/news/2026/08/mary-lou/
1•pentagrama•39m ago•0 comments

How to use AI for your next job interview

https://www.lennysnewsletter.com/p/how-to-use-ai-in-your-next-job-interview
1•luispa•41m ago•0 comments

Neo: A novel-writing tool created by a novelist (Silo's author)

https://github.com/hughhowey/neo
1•soheilpro•42m ago•0 comments

Agentic AI has made CPUs the new performance bottleneck

https://spectrum.ieee.org/ai-cpu-comeback
1•pseudolus•45m ago•0 comments

Taxpayers to fund clear-up of illegal dumps in West Yorkshire, Surrey and Kent

https://www.theguardian.com/environment/2026/aug/19/taxpayers-to-fund-clear-up-of-dumps-in-west-y...
1•stuaxo•46m ago•1 comments

Manticore Search 28.6.6: UUID document IDs, ordered GROUP_CONCAT(), and 16 fixes

https://medium.com/@s_nikolaev/manticore-search-28-6-6-uuid-document-ids-ordered-group-concat-and...
1•snikolaev•46m 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.