frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Breaking macOS Screen Time for fun and profit

https://dunkirk.sh/blog/screentime/
1•sadeshmukh•1m ago•0 comments

Phlex: Ruby gem for building HTML and SVG view components

https://www.phlex.fun/
1•thunderbong•6m ago•0 comments

EQT eyes potential $6B sale of Linux pioneer SUSE, sources say

https://www.reuters.com/business/eqt-eyes-potential-6-billion-sale-linux-pioneer-suse-sources-say...
1•shscs911•9m ago•0 comments

Nextvi 4.0 – A small, hackable vi/ex editor with an optional patch system

https://github.com/kyx0r/nextvi
1•todsacerdoti•11m ago•0 comments

Personal MCP server on every Claude platform without Auth0

https://github.com/crumrine/fastmcp-personal-auth
1•brian200•12m ago•1 comments

SSH Secret Menu

https://twitter.com/rebane2001/status/2031037389347406054
1•piccirello•15m ago•0 comments

Strict Monospace Font with Nerd Fonts and Emoji for AI and Human, AI-CLIs Users

https://www.npmjs.com/package/@monolex/codexmono
1•monokist•18m ago•0 comments

Show HN: SAT Protocol – static social networking

https://github.com/remysucre/satproto
2•remywang•18m ago•1 comments

Context Hub: give coding agents curated, versioned docs

https://github.com/andrewyng/context-hub
1•saikatsg•19m ago•0 comments

German publishers reject Apple's revised app tracking rules, urge antitrust fine

https://www.reuters.com/legal/litigation/german-publishers-reject-apples-revised-app-tracking-rul...
1•1659447091•19m ago•0 comments

JadeGate – A deterministic safety proxy for MCP servers (no LLMs)

1•coolcoder9520•28m ago•1 comments

Spatial Programming Without Escape [video]

https://www.youtube.com/watch?v=eQgxFuw8f1U
1•bcjordan•30m ago•0 comments

January 6: A Date Which Will Live in Infamy – The White House

https://www.whitehouse.gov/j6/
2•rasengan0•30m ago•2 comments

Ask HN: What are your favorite podcast episodes?

1•nbaksalyar•30m ago•0 comments

Agentic Search: When Retrieval Stops Being Enough

https://medium.com/@calufa/agentic-search-when-retrieval-stops-being-enough-c62652fb94f9
1•_hfqa•33m ago•0 comments

Moonforge

https://moonforgelinux.org/
1•OuterVale•37m ago•0 comments

Do the Illegible

https://ashwinsundar.com/posts/legibility-and-programming/
1•todsacerdoti•41m ago•0 comments

First (?) Hacked Emacs Package

https://old.reddit.com/r/emacs/comments/1rowm5i/first_hacked_emacs_package/
3•todsacerdoti•41m ago•0 comments

Trump considering taking over Strait of Hormuz

https://www.cbsnews.com/news/trump-iran-cbs-news-the-war-is-very-complete-strait-hormuz/
5•geox•43m ago•6 comments

In Claude: Start Thinking Like a Product Manager

https://medium.com/@ggonweb/in-the-world-of-claude-start-thinking-like-a-product-manager-f6505b43...
1•ggonweb•43m ago•0 comments

Trump more popular than Harris, Newsom: Survey

https://thehill.com/homenews/administration/5775642-trump-2028-presidential-race-poll/
6•donsupreme•46m ago•0 comments

Production MCP Server Starter Kit – Auth, Rate Limiting, AWS CDK, Docker

https://github.com/tysoncung/mcp-server-starter
2•tysoncung•46m ago•1 comments

Claude Banged My Module

https://dcmc.github.io/blog/claude-banged-my-module/
3•DarrisMackelroy•52m ago•1 comments

Wdquery

https://github.com/altilunium/wdquery
1•altilunium•58m ago•0 comments

An iPhone-hacking toolkit used by Russian spies likely came from U.S. contractor

https://techcrunch.com/2026/03/09/an-iphone-hacking-toolkit-used-by-russian-spies-likely-came-fro...
4•cdrnsf•58m ago•0 comments

Hyperspace Agent

https://agents.hyper.space/research-report
1•vinhnx•1h ago•0 comments

Secure Secrets Management for Cursor Cloud Agents

https://infisical.com/blog/secure-secrets-management-for-cursor-cloud-agents
1•vmatsiiako•1h ago•0 comments

Built a lightweight AI summary plugin for Salesforce (no Einstein required)

https://dscopeai.com
1•pavelkds•1h ago•1 comments

The Great Silicon Brain Robbery: A Chronicle of Our Artificial Demise

https://laughingmachines.substack.com/p/the-great-silicon-brain-robbery-a
1•kmer007•1h ago•0 comments

Valedex – Extract financial metrics from CIM PDFs for private market deals

https://www.valedex.com/
1•marcelk123•1h ago•3 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.