frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The 'Seinfeld' Theory of Fiction

https://www.theatlantic.com/books/2026/03/down-time-andrew-martin-pandemic-novel-review/686455/
1•paulpauper•43s ago•0 comments

Gangs of Karachi

https://harpers.org/archive/2015/09/gangs-of-karachi/
2•ajax33•2m ago•0 comments

Bitfield Pitfalls

http://www.os2museum.com/wp/bitfield-pitfalls/
1•userbinator•3m ago•0 comments

Departure Mono Font

https://departuremono.com/
1•iamwil•3m ago•0 comments

Moonshot AI Keynote on Kimi 2.5 at Nvidia GTC

https://twitter.com/kimi_moonshot/status/2035011542115393973
1•curtsmith•4m ago•0 comments

The Trillion Dollar Race to Automate Our Lives

https://www.wsj.com/tech/ai/claude-code-cursor-codex-vibe-coding-52750531
2•fortran77•5m ago•1 comments

Principles and Practice of Deep Representation Learning

https://ma-lab-berkeley.github.io/deep-representation-learning-book/index.html
1•vinhnx•7m ago•0 comments

Windows 11's Start menu was built using React – now switching to native WinUI

https://www.windowscentral.com/microsoft/windows-11/windows-11-major-improvements-announced-movab...
6•steviey19•14m ago•2 comments

Who Tried to Put Age Verification into Linux (and Why?)

https://www.sambent.com/the-engineer-who-tried-to-put-age-verification-into-linux-5/
4•felineflock•21m ago•0 comments

Show HN: Agent-password – a local macOS password manager for agent workflows

https://github.com/tartavull/agent-password
2•tartavull•22m ago•1 comments

Personality Self-Replicators

https://www.lesswrong.com/posts/fGpQ4cmWsXo2WWeyn
1•causalityltd•22m ago•0 comments

Constellation Draw

https://neal.fun/constellation-draw/
1•vismit2000•23m ago•0 comments

The Unusual Billboard Strategy That Got Us Our First Contract

https://twitter.com/gaurab/status/2034985493574668414
1•dsr12•29m ago•0 comments

CopySpeak – A lightweight tool for quick AI text-to-speech

https://github.com/ilyaizen/CopySpeak
3•ilyaizen•35m ago•0 comments

FTC order directing Intuit to stop deceptive TurboTax ads thrown out by US court

https://www.reuters.com/world/us-appeals-court-tosses-ftc-order-against-intuit-over-turbotax-adve...
5•shscs911•42m ago•0 comments

Show HN: AI chat, search, notes, collaborate, channels, cloud drive in one place

https://github.com/NitroRCr/nyaai
1•krytro•43m ago•0 comments

Coastal Grotesque

https://www.tabletmag.com/sections/arts-letters/articles/coastal-grotesque-bret-easton-ellis
1•bonefishgrill•46m ago•0 comments

Show HN: An open-source AI Scrum Team that lives natively in GitHub Issues

https://github.com/plusai-solutions/ai-scrum-master-template
1•dongjiewu•52m ago•0 comments

Crimson Desert refuses to launch on Intel Arc GPUs, developer says seek refunds

https://www.club386.com/crimson-desert-refuses-to-launch-on-millions-of-intel-arc-gpus-developer-...
1•josephcsible•53m ago•0 comments

Money isn't going to solve the burnout problem

https://blogs.gentoo.org/mgorny/2026/03/07/money-isnt-going-to-solve-the-burnout-problem/
2•dennisjoseph•1h ago•0 comments

Best laptop Apple ever made [video]

https://www.youtube.com/watch?v=JpPIrmZB828
2•vinhnx•1h ago•1 comments

Uber to Invest Up to $1.25B in Rivian Robotaxis

https://www.wsj.com/business/autos/uber-to-invest-up-to-1-25-billion-in-rivian-robotaxis-8b295925
2•bookofjoe•1h ago•1 comments

Buy Now, Pay Later Makes Billions Off People's Struggles [video]

https://www.youtube.com/watch?v=0mYvLHJd9ww
3•mgh2•1h ago•0 comments

Fountain Pen Writing Science Analysis

https://www.nakaya.org/en/commitment/23114/
2•Brajeshwar•1h ago•0 comments

Record Number of Student Loan Borrowers Are in Delinquency and Default

https://www.nytimes.com/2026/03/20/business/student-loan-deliquency-default.html
3•lxm•1h ago•1 comments

Long-term weight loss maintenance

https://ajcn.nutrition.org/article/S0002-9165(23)29536-2/fulltext
4•paulpauper•1h ago•0 comments

Why American cities pay over $3k for one trash can

https://thehustle.co/originals/why-american-cities-pay-over-3000-for-one-trash-can
4•paulpauper•1h ago•1 comments

How Long Can a Quadcopter Drone Fly on Just Solar?

https://hackaday.com/2026/03/20/how-long-can-a-quadcopter-drone-fly-on-just-solar/
6•lxm•1h ago•0 comments

The Hypocrisy at the Heart of the AI Industry

https://www.theatlantic.com/technology/2026/03/hypocrisy-ai-industry/686477/
3•paulpauper•1h ago•0 comments

Algorithm Visualizer

https://algorithm-visualizer.org/
1•vinhnx•1h 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.