frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The four horsemen behind Postgres outages

https://malisper.me/the-four-horsemen-behind-thousands-of-postgres-outages/
1•r4um•7m ago•0 comments

Alaska megatsunami was second largest ever recorded

https://www.bbc.com/news/articles/c1m253033m4o
2•BaudouinVH•7m ago•0 comments

The "AI Job Apocalypse" is a complete fantasy

https://www.a16z.news/p/the-ai-job-apocalypse-is-a-complete
1•thoughtpeddler•10m ago•0 comments

Show HN: Codex Pets – tiny animated pets for web apps

https://froemic.github.io/codex-pets-web/
1•froemic•10m ago•1 comments

Notes on GPT 5.x Model Regressions

https://taoofmac.com/space/notes/2026/05/07/0600
2•rcarmo•17m ago•0 comments

I Let Agents Run a Retail Store. Here Is What Happened

https://shish.substack.com/p/i-let-agents-run-a-retail-store-here
2•5h15h•17m ago•0 comments

Halt of Google fine? Serious accusations against von der Leyen

https://www.heise.de/en/news/Halt-of-Google-fine-Serious-accusations-against-von-der-Leyen-112848...
2•vrganj•18m ago•0 comments

Men, masculinities, and the planet at the end of (M)Anthropocene

https://www.tandfonline.com/doi/full/10.1080/18902138.2025.2576458
2•DamonHD•23m ago•0 comments

Craft-guilds of the thirteenth century in Paris (1915)

https://gutenberg.org/cache/epub/78623/pg78623-images.html
1•petethomas•26m ago•0 comments

GigaQR – Dynamic QR Codes and Analytics for Teams – GigaQR

https://gigaqr.com
2•darkrishabh•33m ago•0 comments

Show HN: Agent-skills-eval – Test whether Agent Skills improve outputs

https://github.com/darkrishabh/agent-skills-eval
4•darkrishabh•34m ago•0 comments

Architectural Framework for Agentic AI in Identity and Eligibility

https://wwps.microsoft.com/content/agentic-ai-identity-eligibility/
2•krautburglar•35m ago•0 comments

The Bean is here (New "pointing stick" mouse by Ploopy)

https://blog.ploopy.co/the-bean-is-here-435
3•arcanemachiner•40m ago•2 comments

Mythos Shows AI Weapons Inspectors Need Sharp Teeth

https://www.bloomberg.com/opinion/articles/2026-05-07/anthropic-s-mythos-shows-ai-weapons-inspect...
4•helsinkiandrew•42m ago•0 comments

Show HN: Trust – Coding Rust like it's 1989

https://github.com/wojtczyk/trust
3•wojtczyk•47m ago•0 comments

How to Buy Cheap Claude Tokens in China

https://www.chinatalk.media/p/how-to-buy-cheap-claude-tokens-in
4•tristanj•50m ago•0 comments

DNA donors help identify Franklin expedition members

https://www.theglobeandmail.com/canada/science/article-dna-donors-help-identify-franklin-expediti...
3•petethomas•52m ago•0 comments

I'm now "writing" my blog

https://www.310networks.com/posts/im-now-writing-my-blog/
3•kookster310•53m ago•0 comments

Show HN: StackSense – AI/data/systems engineering knowledge graph

https://www.stacksense.cc/
3•langtang1996•53m ago•0 comments

Show HN: Password-less authentication via Ramanujan's 1/π series and Nvidia-B200

https://zenodo.org/records/20049892
2•Prakash_1•59m ago•0 comments

MRC Protocol: Supercomputer networking to accelerate large scale AI training

https://openai.com/index/mrc-supercomputer-networking/
3•eyalitki•59m ago•1 comments

The surprisingly complex journey to text-selectable client-side generated PDFs

https://sdocs.dev/blogs/journey-to-pdf-generation
5•FailMore•1h ago•0 comments

Actor alleges James Cameron used her teenage face to create 'Avatar' character

https://www.nbcnews.com/pop-culture/movies/actor-alleges-james-cameron-teen-face-create-avatar-ch...
6•anigbrowl•1h ago•0 comments

Show HN: CRO analysis tool that finds conversion issues

https://spectry.io/analyze
3•spectry•1h ago•0 comments

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code

https://github.com/kubetail-org/kstack
3•andres•1h ago•0 comments

Great Attractor

https://en.wikipedia.org/wiki/Great_Attractor
2•the-mitr•1h ago•0 comments

Don't Automate Your Moat: Matching AI Autonomy to Risk and Competitive Stakes

https://www.oreilly.com/radar/dont-automate-your-moat-matching-ai-autonomy-to-risk-and-competitiv...
3•knightabu•1h ago•1 comments

LAWS: A new transform operation turning LLM inference into cheap cache lookups

https://arxiv.org/abs/2605.04069
6•EGreg•1h ago•1 comments

Elon Musk's Lawyers Ask OpenAI's President Why He Is Worth $30B

https://www.nytimes.com/2026/05/04/technology/elon-musk-greg-brockman-openai-trial.html
7•1vuio0pswjnm7•1h ago•2 comments

Publishers sue Meta, claiming it violated copyrights in training AI with books

https://www.washingtonpost.com/national-security/2026/05/05/publishers-sue-meta-ai-copyright/
3•1vuio0pswjnm7•1h ago•0 comments
Open in hackernews

Show HN: ToolRegistry – A Python Library for Structured Tool Integration

https://github.com/Oaklight/ToolRegistry
3•Oaklight•12mo ago

Comments

Oaklight•12mo 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•12mo 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•12mo ago
what's GTM?
venk12•12mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.