frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Building personal software is now Practical

https://divanv.com/post/age-of-personal-software/
1•freediver•6m ago•0 comments

Computer-generated dream world: Virtual reality for a 286 processor

https://deadlime.hu/en/2026/02/22/computer-generated-dream-world/
1•MBCook•9m ago•0 comments

Show HN: I built open source Gmail organizer because I refused to pay $30/month

https://github.com/Lakshay1509/NeatMail
1•mafia15•15m ago•1 comments

How to Record and Retrieve Anything You've Ever Had to Look Up Twice

https://ellanew.com/2026/03/02/ptpl-197-record-retrieve-from-a-personal-knowledgebase
1•Curiositry•18m ago•0 comments

Thinking Together A platform for problems AI can't solve

https://github.com/ALEX-13-Chen/Thinking---Together
1•alex-thinking•18m ago•1 comments

Major AI companies build weapons.Here' the full picture,sourced to public record

https://nobolee88.github.io/three-doors/
2•NoBoLee88•19m ago•0 comments

Show HN: ConfigClarity – Visualize cron overlaps before they crash your server

https://www.configclarity.dev/
1•metriclogic•20m ago•0 comments

Show HN: Ajax-hooker – one hook to intercept XHR and fetch (with stream support)

https://github.com/Arktomson/ajaxInterceptor
1•arktomson•24m ago•0 comments

Show HN: PrivacyShield – Mask your PII before it reaches ChatGPT/Claude

https://www.piiblock.com
1•BuddhikaR•25m ago•0 comments

Software Is Eating the Work

https://www.felixstocker.com/blog/software-is-eating-the-work
1•mooreds•26m ago•0 comments

Everett shuts down Flock camera network after judge rules footage public record

https://www.wltx.com/article/news/nation-world/281-53d8693e-77a4-42ad-86e4-3426a30d25ae
26•aranaur•27m ago•6 comments

You Know What to Do

https://www.rickmanelius.com/p/you-know-what-to-do
2•mooreds•27m ago•0 comments

Photos show China's low-cost lifestyle in semiabandoned housing complexes

https://apnews.com/photo-gallery/china-property-cheap-housing-abandoned-9f642584aea206204dcfdd10a...
2•mooreds•28m ago•0 comments

Show HN: OpenTamago – P2P GenAI Tamagotch

https://open.tamago.chat
1•boiling_eggs•28m ago•0 comments

ClawHost – One-click, self-hosted OpenClaw deployments you own

1•bfzli•31m ago•0 comments

Show HN: Minimalist LaTeX template for books, monographs, and theses

https://github.com/pmichaillat/latex-book
1•reomgdfsrtr•32m ago•0 comments

Ask HN: Free Collaboration Tools for Non Profits?

1•bjourne•37m ago•1 comments

Static taint analysis for LLM agents

https://deepclause.substack.com/p/static-taint-analysis-for-llm-agents
2•schmuhblaster•39m ago•0 comments

Show HN: HN Bot Detector - Detects LLM-Generated Comments on Hacker News

https://github.com/umairnadeem/hn-bot-detector
3•umairnadeem123•40m ago•0 comments

What does everyone think of this "anti-social" network?

https://char.social/
1•poorIy•40m ago•0 comments

He lived on the street. Now turns raw dryland into frugal homestead [video]

https://www.youtube.com/watch?v=xa63fqDHmTQ
2•fallinditch•42m ago•0 comments

How I used Cursor to Migrate Frameworks

https://kentcdodds.com/blog/how-i-used-cursor-to-migrate-frameworks
2•abraham•42m ago•0 comments

How are engineering teams handling AI compliance?

1•partycat•43m ago•0 comments

A Program Binary Becomes a Running Process

https://buildsoftwaresystems.com/post/program-binary-to-running-process/
1•ThierryBuilds•43m ago•1 comments

Show HN: Cosmic horror newspaper engine for an Amsterdam art collective

https://unsafejournal.com/
1•webhouwer•45m ago•0 comments

DVC: Data Version Control

https://dvc.org/
1•Olshansky•48m ago•0 comments

Show HN: AluminatiAi – Per-job GPU energy cost tracking (open source)

1•AluminatiAi•49m ago•0 comments

Did the president need Congress to attack Iran?

https://docs.google.com/document/d/1KONKQuQkkU3lbWalkkvAdpJFk6xEPulCKmDPHHz-dLw/edit?usp=sharing
2•mrjoshuacraigt•53m ago•0 comments

Show HN: AI agent that works autonomously while I'm offline

https://hire-your-ai-guide.vercel.app
1•ZeroDayCyber•54m ago•0 comments

Show HN: Minecraft music player, with random intervals like in the game

https://paul-andre.github.io/minecraft-music-simulator/
1•bogdanoff_2•56m ago•0 comments
Open in hackernews

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

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

Comments

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