frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Drivers sue San Jose over nearly 500 police cameras used to track drivers

https://www.nbcnews.com/tech/tech-news/san-jose-drivers-sue-city-police-flock-cameras-rcna331750
1•blessedwhiskers•1m ago•0 comments

IETF: Meow

https://www.ietf.org/archive/id/draft-meow-mrrp-00.html
1•michaelsshaw•3m ago•0 comments

Dog Bed Database

https://aosabook.org/en/500L/dbdb-dog-bed-database.html
1•tosh•5m ago•0 comments

Why is the unit of measure placed before the value for currencies? (2016)

https://english.stackexchange.com/questions/34013/why-is-the-unit-of-measure-placed-before-the-va...
2•fittingopposite•5m ago•0 comments

'Middle Class' Actors Are Getting 'Squeezed Out' of Hollywood

https://variety.com/2026/tv/news/kirk-acevedo-sold-house-middle-class-actors-hollywood-1236722809/
1•Michelangelo11•6m ago•0 comments

House punts on FISA, extends spy powers program for two weeks

https://www.politico.com/news/2026/04/17/spy-powers-expiration-closes-in-as-house-procedural-vote...
1•Cider9986•6m ago•0 comments

A Stunning New Verdict Rewrites the Rules of Corporate Morality

https://www.nytimes.com/2026/04/17/opinion/a-stunning-new-verdict-rewrites-the-rules-of-corporate...
1•mitchbob•7m ago•1 comments

First bikebell against noise-canceling headphones

https://www.welovecycling.com/wide/duobell/
2•mccolly•9m ago•0 comments

Intel Core Ultra 7 270K Plus Performance in 340 Linux Benchmarks Review

https://www.phoronix.com/review/intel-core-ultra-7-270k-plus
2•rbanffy•9m ago•0 comments

How Secure Is Tap to Pay? [Veritasium] [video]

https://www.youtube.com/watch?v=PPJ6NJkmDAo
1•mfrw•10m ago•0 comments

For Enterprises, GPUs Need Virtualization as Much as CPUs Ever Did

https://www.nextplatform.com/control/2026/04/10/for-enterprises-gpus-need-virtualization-as-much-...
1•rbanffy•14m ago•0 comments

Everything works. Until it doesn't

https://blog.bridgexapi.io/everything-works-until-it-doesn-t-what-changes-when-messaging-hits-scale
1•Bridgexapi•14m ago•1 comments

PROBoter – Open-source platform for automated PCB analysis

https://www.schutzwerk.com/en/blog/proboter-01/
1•kuizu•16m ago•0 comments

US tech firms lobbied EU to keep datacentre emissions secret

https://www.theguardian.com/technology/2026/apr/17/microsoft-us-tech-firms-lobbied-eu-secrecy-rul...
2•zeristor•18m ago•0 comments

Ask HN: DS920 –> Unraid build, is the flexibility worth it?

1•sidebotexp•18m ago•0 comments

Search 54M Discord messages by User ID –> see cross-server history

https://illumi.icu/
1•NotTenyear•18m ago•2 comments

Ephemeral Leaks and Automated BGP Route Leak Detection

https://www.kentik.com/blog/ephemeral-leaks-and-automated-bgp-route-leak-detection/
1•oavioklein•20m ago•0 comments

McDonnell Douglas DC-X(1993)

https://en.wikipedia.org/wiki/McDonnell_Douglas_DC-X
2•o4c•20m ago•0 comments

Does your DSL little language need operator precedence?

https://utcc.utoronto.ca/~cks/space/blog/programming/LittleLanguagesVsOpPrecedence
1•ingve•23m ago•0 comments

UC Berkeley talk from alum CVP Microsoft on jobs, startups, and coding agents [video]

https://www.youtube.com/watch?v=l3RTCyMeceM
2•sfrcom•25m ago•1 comments

Qodiqa Consent as Infrastructure for Artificial Intelligence

https://qodiqa.github.io/qodiqa/docs/QODIQA___Consent_as_Infrastructure_for_Artificial_Intelligen...
1•bogdandutescu•26m ago•0 comments

Intel refreshes non-Ultra Core CPUs with new silicon for the first time

https://arstechnica.com/gadgets/2026/04/intels-non-ultra-core-cpus-are-new-silicon-this-year-for-...
1•rbanffy•26m ago•0 comments

Your Estimates Look a Bit 2024

https://latentchaos.ai/your-estimates-look-a-bit-2024/
3•bobby-cb•33m ago•1 comments

React-driftkit – small, unstyled primitives for floating UI

https://react-driftkit.saktichourasia.dev/
2•shakcho•34m ago•0 comments

A Claude Code plugin for upgrading Ruby projects safely, including Ruby on Rails

https://github.com/dhruvasagar/ruby-upgrade-toolkit
2•dhruvasagar•34m ago•1 comments

End of Life: Changes to Eclipse Jetty and CometD (2025)

https://webtide.com/end-of-life-changes-to-eclipse-jetty-and-cometd/
4•shscs911•36m ago•0 comments

Shibuya Crossing and Times Square side by side in real time

https://www.globalcrossings.live
3•jespinoza17•36m ago•0 comments

Show HN: Agent Armor, a Rust runtime for enforcing policies on AI agent actions

https://github.com/EdoardoBambini/Agent-Armor-Iaga
7•edoardobambini-•38m ago•4 comments

Is AI a tool or are you?

https://hilariusbookbinder.substack.com/p/is-ai-a-tool-or-are-you
1•bananaflag•41m ago•0 comments

Java versus Perl / Python / Ruby / Raku

https://rant.li/ashwin/perl-versus-java
2•kernel_haathi•45m 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.