frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Notable People Map

https://tjukanovt.github.io/notable-people
1•BoredPositron•39s ago•0 comments

"Privacy. That's iPhone." – and Other Things That Need an Asterisk

https://blog.ppb1701.com/privacy-thats-iphone-and-other-things-that-need-an-asterisk
2•upofadown•1m ago•0 comments

What life looks like on the most remote inhabited island

https://apps.npr.org/life-on-tristan-da-cunha/
1•brightbeige•2m ago•0 comments

Amazon in Talks to Buy Globalstar

https://www.satellitetoday.com/finance/2026/04/03/amazon-in-talks-to-buy-globalstar-according-to-...
1•OrangePilled•3m ago•0 comments

Chinese AI Startup Is Mapping Every US Military Asset in Middle East in Realtime

https://breached.company/mizarvision-chinese-ai-satellite-us-military-tracking-2026/
2•Betelbuddy•3m ago•0 comments

Find out if your grandparents were Nazis

https://www.zeit.de/wissen/2026-04/nsdap-mitgliederkartei-karteikarten-familienmitglieder-suche
2•28304283409234•4m ago•1 comments

Buddy Feature in Claude Code Sucks

2•Avicebron•4m ago•0 comments

Apple approves driver that lets Nvidia eGPUs work with Arm Macs

https://www.theverge.com/tech/907003/apple-approves-driver-that-lets-nvidia-egpus-work-with-arm-macs
2•naves•7m ago•0 comments

Structured-ZSTD – A pure Rust Zstandard implementation

https://github.com/structured-world/structured-zstd
1•polaz•9m ago•0 comments

Retail buyer's silver purchases stolen at FedEx by someone with insider info

https://no01.substack.com/p/a-readers-story-worth-passing-on
1•OgsyedIE•10m ago•0 comments

Where Is Artemis?

https://www.whereisartemis.com/
1•kvakkefly•12m ago•0 comments

Real Time Lightning Map

https://www.lightningmaps.org/#m=ses;t=3;s=0;o=0;b=;ts=0;
1•ohjeez•12m ago•0 comments

GTO Wizard Benchmark

https://arxiv.org/abs/2603.23660
1•EvgeniyZh•12m ago•0 comments

Amazon HQ2 Added No Jobs in Virginia Last Year

https://www.commondreams.org/news/amazon-hq2-virginia-jobs
2•Betelbuddy•14m ago•1 comments

Wawona: Native Wayland Compositor for macOS, iOS, and Android

https://github.com/Wawona/Wawona
3•auvi•17m ago•0 comments

Show HN: Pydantic++ – Utilities to Improve Pydantic

https://github.com/andonimichael/pydantic-plus-plus
2•iamandoni•17m ago•0 comments

Add klickety clackety sounds to your Mac keyboard

https://apps.apple.com/us/app/klack/id6446206067?mt=12
1•gigatexal•19m ago•1 comments

Show HN: Yoke – gamepad-style window manager for macOS built on AeroSpace [video]

https://www.youtube.com/watch?v=HdCyi6uNUbI
1•ip7e•21m ago•0 comments

Machinery of Government: Explore the Relationships Within the UK Government

https://machinery-of-government.vercel.app/
1•mellosouls•22m ago•0 comments

AgentChat – Watch your agent teams/swarms plan

https://github.com/DheerG/agent-chat
1•bushido•22m ago•0 comments

Wander Console 0.4.0

https://susam.net/code/news/wander/0.4.0.html
2•susam•26m ago•0 comments

Auto Research Engineer

https://github.com/NTT123/auto-research-engineer
1•xcodevn•28m ago•2 comments

Detecting Portable Software Outside SCCM Using GPO and PowerShell

https://www.hiddenobelisk.com/detecting-portable-and-unauthorized-software-with-powershell-and-gpo/
3•Servant-of-Inos•28m ago•1 comments

Byte-Pair Encoding

https://en.wikipedia.org/wiki/Byte-pair_encoding
5•tosh•29m ago•0 comments

Building effective database retrieval tools for context engineering

https://www.elastic.co/search-labs/blog/database-retrieval-tools-context-engineering
3•eigenBasis•30m ago•0 comments

AIsbf (AI Should Be Free) 0.9.8 Released

https://pypi.org/project/aisbf/
3•nextime•30m ago•1 comments

Show HN: Mason – A container for running a team of agents using a concierge

https://github.com/Mason-Teams/mason-teams
2•dpark2026•31m ago•0 comments

Beyond the Readme: Enforcing Application Guardrails at Runtime

https://lackofimagination.org/2026/03/beyond-the-readme-enforcing-application-guardrails-at-runtime/
1•tie-in•34m ago•0 comments

Anthropic buys biotech startup Coefficient Bio in $400M deal

https://techcrunch.com/2026/04/03/anthropic-buys-biotech-startup-coefficient-bio-in-400m-deal-rep...
4•htrp•34m ago•0 comments

Rumi Meets Claude

https://no.dev/posts/rumi
1•samisuteria•35m ago•0 comments
Open in hackernews

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

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

Comments

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