frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The skill that feels inefficient and drives everything else

https://thenowtonext.substack.com/p/the-skill-that-feels-inefficient
1•mooreds•53s ago•0 comments

Ask HN: Who needs contributors? (April 2026)

2•Kathan2651•59s ago•0 comments

How to Build Your Second Brain

https://twitter.com/NickSpisak_/status/2040448463540830705
1•gmays•1m ago•0 comments

The Simple Geometry Behind Any Road

https://sandboxspirit.com/blog/simple-geometry-of-roads/
1•Ef996•1m ago•0 comments

Eschers Print Gallery and the Droste Effect

https://mathvisuals.org/PrintGallery/
1•m-hodges•1m ago•0 comments

WebinarTV Scraped Zoom Meetings of Anonymous Recovery Programs

https://www.404media.co/webinartv-secretly-scraped-zoom-meetings-of-anonymous-recovery-programs/
1•Brajeshwar•2m ago•0 comments

Reverse Engineering Dangerous Dave

https://danzat.github.io/reverse-engineering/2012/12/07/dangerous-dave-packaging.html
1•reconnecting•3m ago•0 comments

Show HN: Hacker News Sorted, a 12-year-old Chrome extension I still use daily

https://chromewebstore.google.com/detail/hacker-news-sorted/djkcnbncofmjekhlhemlkinfpkamlkaj
1•svyatov•3m ago•1 comments

Jules: A terminal-based AI assistant written in Ruby

https://github.com/rathrio/clanker-jules
1•thunderbong•3m ago•0 comments

Template: Deploy FusionAuth to Railway

https://railway.com/deploy/fusionauth
1•mooreds•4m ago•0 comments

Coaching: Understanding the Options

https://neil-vass.com/coaching-understanding-the-options/
1•mooreds•4m ago•0 comments

PSA Crypto: The P is for Portability

https://danielmangum.com/posts/psa-crypto-portability/
1•hasheddan•5m ago•0 comments

Show HN: API for 13M+ Indian court cases with citation graphs and vector search

https://www.vaquill.ai
1•pkhodiyar•6m ago•0 comments

Show HN: How to Install Docker on Ubuntu 24.04 LTS: Complete 2026 Guide

1•anju-kushwaha•6m ago•0 comments

Show HN: A $4/mo AI todo app – 3 todos free, pay for the 4th

https://anothertodo.app
1•AdobiWanKenobi•6m ago•0 comments

Hiring Software Engineer – Ruby on Rails at Dope Marketing

https://www.indeed.com/job/software-engineer-ruby-rails-remote-us-based-only-96377028073afacb
2•annapareno•6m ago•0 comments

Show HN: Remoroo. trying to fix memory in long-running coding agents

https://www.remoroo.com
2•adhamghazali•7m ago•0 comments

Show HN: Smriti, version control for reasoning state

https://github.com/himanshudongre/smriti
1•himanshudongre•8m ago•0 comments

Finding a duplicated item in an array of N integers in the range 1 to N − 1

https://devblogs.microsoft.com/oldnewthing/20260413-00/?p=112227
1•birdculture•9m ago•0 comments

The new rules for AI-assisted code in the Linux kernel: What devs need to know

https://www.zdnet.com/article/linus-torvalds-and-maintainers-finalize-ai-policy-for-linux-kernel-...
2•CrankyBear•11m ago•0 comments

Cloudflare Mesh – secure private networking: users, nodes, agents, Workers

https://blog.cloudflare.com/mesh/
4•rs_rs_rs_rs_rs•11m ago•1 comments

The Focus Spectrum

https://alexoppenheimer.substack.com/p/the-focus-spectrum
1•crescit_eundo•11m ago•0 comments

Some Texas neighborhoods are seeing feral hogs for the first time

https://www.chron.com/life/wildlife/article/texas-feral-hogs-neighborhoods-22203883.php
2•mooreds•12m ago•0 comments

Rare concert records going on Internet Archive

https://techcrunch.com/2026/04/13/thousands-of-rare-concert-recordings-are-landing-on-the-interne...
2•jrm-veris•12m ago•0 comments

Systems Engineering: Building Agentic Software That Works

https://twitter.com/ashpreetbedi/status/2041568919085854847
1•gmays•13m ago•0 comments

Fidelis Security: Detect and Respond to Threats 9x Faster

https://fidelissecurity.com/
2•fidelissecurity•13m ago•0 comments

Silicon Valley Is Spending Millions to Stop One of Its Own

https://www.wired.com/story/the-big-interview-podcast-new-york-state-representative-alex-bores/
4•_tk_•15m ago•0 comments

A lockfile could have saved you from the LiteLLM attack

https://www.jacobhgreen.com/writings/lockfiles/
2•p44v9n•17m ago•0 comments

Compressed 586K tokens to 5K with 100% accuracy retention – here's the math

https://github.com/juyterman1000/entroly
1•abbyedd•18m ago•0 comments

Economics of Curing Cancer (RoR of 1024%)

https://www.nber.org/papers/w35052
2•Balgair•18m ago•0 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.