frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

go-libghostty: Go bindings for libghostty-vt

https://github.com/mitchellh/go-libghostty
1•doppp•2m ago•0 comments

Phaser 4

https://www.youtube.com/watch?v=XLhi9IW0rxg
1•doppp•4m ago•0 comments

The Language After Its Collapse

https://medium.com/luminasticity/the-language-after-its-collapse-119eb8a7b7fc
1•bryanrasmussen•6m ago•0 comments

Selecting a Date Range in CSS

https://css-tricks.com/selecting-a-date-range-in-css/
1•ms7892•6m ago•0 comments

Government seeks X Community Notes oversight with IT Rules tweaks

https://www.hindustantimes.com/india-news/government-seeks-x-community-notes-oversight-with-it-ru...
1•c420•10m ago•0 comments

Brief: Bitcoin Core Governance Analysis

https://github.com/bitcoin/bitcoin/issues/35055
2•vinniefalco•24m ago•0 comments

20 Years on AWS and Never Not My Job

https://www.daemonology.net/blog/2026-04-11-20-years-on-AWS-and-never-not-my-job.html
10•cperciva•24m ago•0 comments

Vinyl (nee Varnish) Cache – 20 years old and it is time to get serious(er)

https://vinyl-cache.org/organization/20-years.html
1•gurjeet•26m ago•0 comments

Productive Procrastination

https://www.maxvanijsselmuiden.nl/blog/productive-procrastination/
1•maxvij•34m ago•0 comments

Is algorithm still relevant in 2026

1•JasonHEIN•39m ago•0 comments

Splitting the Web (2023)

https://ploum.net/2023-08-01-splitting-the-web.html
1•0928374082•41m ago•0 comments

Cmdgraph – Document any structural CLI for humans and agents

https://github.com/haoliangyu/cmdgraph
3•haoliangyu•50m ago•0 comments

Great at gaming? US air traffic control wants you to apply

https://www.bbc.com/news/articles/ce84rvx0e6do
2•1659447091•51m ago•0 comments

Austin's drop in rents explains housing in America

https://www.vox.com/future-perfect/485295/austin-national-rents-declining-yimby
2•rawgabbit•1h ago•2 comments

Optimization of 32-bit Unsigned Division by Constants on 64-bit Targets

https://arxiv.org/abs/2604.07902
3•matt_d•1h ago•0 comments

Unionized ProPublica staff are on strike over AI, layoffs, and wages

https://www.theverge.com/news/908401/propublica-union-strike-negotiations-ai-layoffs
2•pabs3•1h ago•0 comments

A 1KB zero-dependency relative time formatter for UI systems

https://github.com/taman-islam/human-time
1•hedayet•1h ago•0 comments

Your next 10 hires won't be human

https://github.com/multica-ai/multica
2•mercat•1h ago•1 comments

Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline

https://socket.dev/blog/axios-supply-chain-attack-reaches-openai-macos-signing-pipeline-forces-ce...
3•salkahfi•1h ago•1 comments

Gauss's Easter Algorithm

https://en.wikipedia.org/wiki/Date_of_Easter
1•ughitsaaron•1h ago•0 comments

The Seasons Are Wrong

https://kentwalters.com/posts/seasons/
2•NikxDa•1h ago•4 comments

Slately AI - All The Top Tier Models In One Place

https://slately.art
1•JonBoyd•1h ago•0 comments

What's the most painful sting in the world?

https://www.bbc.com/future/article/20260406-whats-the-most-painful-sting-in-the-world
1•rolph•1h ago•1 comments

Unleashing the Advantage of Quantum AI

https://quantumfrontiers.com/2026/04/09/unleashing-the-advantage-of-quantum-ai/
2•gmays•1h ago•0 comments

We're heading for an AI-fueled 'dementia crisis,' brain scientist warns

https://nypost.com/2026/04/10/health/brain-scientist-warns-were-heading-for-ai-fueled-dementia-cr...
4•1vuio0pswjnm7•1h ago•0 comments

Is it possible to live without killing?(2024)

https://worldbuilding.stackexchange.com/questions/254210/is-it-possible-to-live-without-killing
1•num42•1h ago•0 comments

A plan for Europe's tech fightback

https://www.economist.com/by-invitation/2026/04/09/a-plan-for-europes-tech-fightback
3•andsoitis•1h ago•1 comments

Book Summary: Learn Python the Hard Way

https://fagnerbrack.com/book-summary-learn-python-the-hard-way-c2da8a30bbe9
1•fagnerbrack•1h ago•0 comments

Meta boots law firm ads seeking clients to sue over alleged FB, IG addiction

https://nypost.com/2026/04/09/business/meta-boots-law-firm-ads-looking-for-clients-to-sue-over-al...
3•1vuio0pswjnm7•1h ago•1 comments

We Only Learn from Error

https://nathanclonts.com/we-only-learn-from-error/
1•kokopelli•1h ago•1 comments
Open in hackernews

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

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

Comments

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