frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: OpenTabs – Your AI calls Slack's internal API through the browser

https://github.com/opentabs-dev/opentabs
1•Jbced•21s ago•0 comments

I wrote Gitleaks, now I'm working on Betterleaks

https://github.com/betterleaks/betterleaks
1•zricethezav•24s ago•1 comments

What we learned building 100 API integrations with OpenCode

https://nango.dev/blog/learned-building-100-api-integrations-with-opencode
1•rguldener•1m ago•0 comments

Important Updates to GitHub Copilot for Students

https://github.com/orgs/community/discussions/189268
1•archb•2m ago•0 comments

We will come to regret our every use of AI

https://libresolutions.network/articles/ai-regret/
2•paulnpace•2m ago•0 comments

Show HN: Subagent-CLI – a CLI for managing multiple coding agents

1•otakumesi•3m ago•0 comments

What's My ΔE(OK) JND?

https://www.keithcirkel.co.uk/whats-my-jnd/
2•sebg•3m ago•0 comments

Cynium

https://cynium.com/
2•falibout•5m ago•0 comments

Claude can now build interactive charts and diagrams, directly in the chat

https://twitter.com/claudeai/status/2032124273587077133
2•tzury•5m ago•0 comments

I built a system that turns tax law from 100 regions into executable rules

https://www.getsphere.com/blog/building-tram
3•abowcut•6m ago•0 comments

Julian Shapiro: Landing Pages

https://www.julian.com/guide/startup/landing-pages
1•cat-whisperer•7m ago•0 comments

Show HN: GitClassic, a fast, lightweight GitHub front end (pages under 14KB)

https://gitclassic.com
1•heythisischris•8m ago•1 comments

Notes on AI Led Growth (ALG)

https://arnon.dk/notes-on-ai-led-growth-alg/
1•arnon•9m ago•0 comments

Empathia – open-source social network where empathy is the only score

https://empathia.world
2•DeAeternum•9m ago•1 comments

Learn about the ebbs and flows of citibikes in NYC

https://citibike.live
1•eltokh7•10m ago•0 comments

1 in 4 American Adults Have an "Intimate/Romantic" Relationship with AI

https://vantagepointdallascounseling.com/research/artificial-romance-a-study-of-ai-and-human-rela...
3•bananamogul•11m ago•0 comments

Tech backs Anthropic in its Pentagon fight

https://tapestry.news/tech/anthropic-pentagon/
3•sygonical•13m ago•0 comments

Alex Karp: "People are likely gonna have less good, and less interesting jobs"

https://newrepublic.com/post/207693/palantir-ceo-karp-disrupting-democratic-power
5•DGAP•13m ago•0 comments

B12 3.0 – A decade of helping customers build their home online

https://blog.marcua.net/2026/03/12/b12-30.html
1•sebg•14m ago•0 comments

Ask HN: When do you think "NO AI" will become a part of recruiting pitches?

1•asimpletune•14m ago•0 comments

Show HN: Autoschematic is a new infra-as-code tool built on reversible computing

https://github.com/autoschematic-sh/autoschematic
1•pfnsec•15m ago•0 comments

Altar of the Demo Gods

https://demogoats.com/
1•mmh0000•15m ago•0 comments

The Reason Windows Hate Is Exploding: Not Just the UI–It's the End of PC [video]

https://www.youtube.com/watch?v=e7a89ZYcTo8
2•tartoran•16m ago•1 comments

Reducing Europe's nuclear energy sector was 'strategic mistake', EU chief says

https://www.reuters.com/sustainability/boards-policy-regulation/reducing-nuclear-energy-strategic...
2•mirzap•16m ago•0 comments

The Emotional Hardship of Leaving Your Company

https://12gramsofcarbon.com/p/founders-guide-so-youre-leaving-your
1•theahura•18m ago•1 comments

Show HN: A2Apex – Test, certify, and discover trusted A2A agents

https://a2apex.io
2•Hauk307•18m ago•0 comments

Nothing kills a blog like a viral post

https://elliot.my/nothing-kills-a-blog-like-a-viral-post/
1•frizlab•18m ago•0 comments

Meet the Americans withholding their federal income tax to protest

https://www.theguardian.com/us-news/2026/mar/11/trump-income-tax-protest
3•righthand•19m ago•0 comments

What Happened When I Began to Speak Welsh

https://yalereview.org/article/dan-fox-learning-welsh
2•6LLvveMx2koXfwn•19m ago•0 comments

Beijing's Real Energy Agenda

https://nypost.com/2026/03/11/opinion/dont-buy-green-china-hype-heres-beijings-real-energy-agenda/
1•mpweiher•21m 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.