frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Chop.ax – strip sites down to just their content

https://chop.ax/
1•foax•40s ago•0 comments

Passwords acceptability needs a universal standard

https://zencapital.substack.com/p/passwords-acceptability-needs-a-universal
2•zenincognito•1m ago•0 comments

Ask HN: What Is a Hacker?

1•blahaj•1m ago•0 comments

EqSh: Hyprland Shell Inspired by Apple

https://github.com/eq-desktop/eqsh
1•LorenDB•1m ago•0 comments

CDC study shows Covid shot benefits; Trump official blocks release

https://arstechnica.com/health/2026/04/cdc-study-shows-covid-shot-benefits-trump-official-blocks-...
3•ColinWright•2m ago•0 comments

Show HN: Monetary policy tracker – AI sentiment analysis of 26 central bank

https://monetary.live/
1•ipotapov•4m ago•0 comments

YC: Adding Canada Back to Our List of Accepted Countries of Incorporation

https://www.ycombinator.com/blog/adding-canada-back
1•sarimkx•5m ago•0 comments

Stop using all USB peripherals and cables, says pundit Brian Livingston

https://www.askwoody.com/newsletter/free-edition-any-usb-drive-or-cable-you-plug-in-might-be-a-si...
1•larrybud•5m ago•0 comments

The FBI's router takedown that cut off APT28's 'tremendous access'

https://cyberscoop.com/fbi-operation-masquerade-russian-gru-router-takedown-brett-leatherman/
2•lschueller•5m ago•0 comments

Wild chimpanzees recorded waging 'civil war' with coordinated attacks

https://www.theguardian.com/environment/2026/apr/09/civil-war-chimpanzee-group-closer-to-human-co...
1•geox•7m ago•0 comments

We Uncovered the Illegal Scam Happening at Every Stadium [video]

https://www.youtube.com/watch?v=w7LPPTLDXu4
1•meandave•7m ago•0 comments

Inferring user actions from screen recordings to recommend better workflows [pdf]

https://yanlitao.github.io/papers/invisibleMentor.pdf
1•azhenley•7m ago•0 comments

Netflix Prices Went Up Again – I Bought a DVD Player Instead

https://aywren.com/2026/04/09/netflix-prices-went-up-again-i-bought-a-dvd-player-instead/
11•speckx•8m ago•2 comments

What products are generating actual value?

1•ippohadgrit•9m ago•0 comments

Code is not abstracted away

https://ahmethuseyindok.com/blog/code-is-not-abstracted-away
2•dokdev•11m ago•0 comments

Seed: Adding `vau` with an immutable dynamic environment to Chez Scheme

https://github.com/amirouche/seed
2•PaulHoule•11m ago•0 comments

US defense official overseeing AI reaped millions selling xAI stock

https://www.theguardian.com/us-news/2026/apr/09/pentagon-ai-xai-emil-michael
3•malshe•12m ago•1 comments

Show HN: Frictionless – scan any store and find out why customers don't buy

https://frictionlessai.net
2•FricitionlessAI•12m ago•0 comments

Spec Driven Development Isn't Waterfall

https://brooker.co.za/blog/2026/04/09/waterfall-vs-spec.html
2•nslog•13m ago•1 comments

Charcuterie – Visual similarity Unicode explorer

https://charcuterie.elastiq.ch/
4•rickcarlino•14m ago•0 comments

AI Changes Everything-and Nothing

https://greyenlightenment.com/2026/04/04/ai-changes-everything-and-nothing/
1•paulpauper•14m ago•0 comments

Dispatch – Open-source event routing for webhooks, APIs, and real-time data

https://dispatch.tech
4•arishaller•14m ago•2 comments

Discovering, detecting, and surgically removing Google's AI watermark

https://github.com/aloshdenny/reverse-SynthID
2•_tk_•15m ago•0 comments

Devoxx [video]

https://www.youtube.com/channel/UCCBVCTuk6uJrN3iFV_3vurg
1•__natty__•16m ago•0 comments

How Iran's Information War Machine Operates Online

https://www.nytimes.com/interactive/2026/04/09/business/iran-war-online-influence-propaganda.html
1•mikhael•16m ago•0 comments

What happens when an LLM becomes load-bearing infrastructure

https://kinarey.com/what-happens-when-ai-becomes-load-bearing/
1•indynz•17m ago•1 comments

Social media has become a freak show

https://www.natesilver.net/p/social-media-has-become-a-freak-show
1•neehao•17m ago•0 comments

Low-Rank KV Attention: 50% Less Memory, Better Models

https://fin.ai/research/low-rank-key-value-attention-reducing-kv-cache-memory-and-maintaining-hea...
1•destraynor•18m ago•0 comments

The Hubble Space Telescope Optical Systems Failure Report (1990) [pdf]

https://ntrs.nasa.gov/api/citations/19910003124/downloads/19910003124.pdf
1•susam•18m ago•0 comments

Darknet Market Mortality Risks

https://gwern.net/dnm-survival
2•blahaj•19m 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.