frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Kingman's Formula: Why Variability Kills Performance Before Capacity Does

https://steinacker.name/articles/kingmans-formula/
1•gsteinacker•12s ago•0 comments

Show HN: I Created an LLM Harness for Language Learning

https://language.coursely.ai/welcomee
1•MO-379•50s ago•0 comments

Reading Is Magic

https://samkriss.substack.com/p/reading-is-magic
1•gHeadphone•1m ago•0 comments

The Implementation of Functional Programming Languages (1987)

https://www.microsoft.com/en-us/research/publication/the-implementation-of-functional-programming...
1•downbad_•1m ago•1 comments

WordPress 7.0: The Good, the AI, and the Still Missing

https://adamgreenough.net/blog/wordpress-7-the-good-the-ai-the-missing/
1•taubek•1m ago•0 comments

'The Audacity' Is the Broligarchy Takedown You Were Waiting For

https://www.wired.com/story/the-audacity-is-the-broligarchy-takedown-you-were-waiting-for/
1•joozio•3m ago•0 comments

Kon – A tiny coding harness

https://github.com/0xku/kon
1•krumboy•5m ago•0 comments

Mystery Meat Navigation

https://en.wikipedia.org/wiki/Mystery_meat_navigation
2•microsoftedging•6m ago•0 comments

WordPress AI Theme Builder

https://shuffle.dev/wordpress-ai-theme-builder
1•kemyd•9m ago•0 comments

QBitcoin – Post-Quantum PoS Blockchain with NIST Kyber-768 and Dilithium3

https://github.com/xaviermas1976-ai/qbitcoin
1•xaviermas•9m ago•0 comments

Homelab

https://www.0xn1nja.dev/homelab
2•taubek•12m ago•0 comments

Show HN: Claudraband – Claude Code for the Power User

https://github.com/halfwhey/claudraband
4•halfwhey•12m ago•0 comments

The AI That Cares – Or Excludes?

https://comuniq.xyz/post?t=941
1•01-_-•18m ago•0 comments

Bread Cooperative and the Bloockchain Left

https://platform.coop/blog/what-makes-bread-real/
1•vvpan•20m ago•0 comments

Ask HN: What's your workflow for fixing "port in use" on Windows?

1•gh-automata•21m ago•0 comments

How HN: AndesCode – local AI coding assistant that runs offline

1•angarrido•21m ago•1 comments

What is a coder's worst nightmare? (2014)

https://www.quora.com/What-is-a-coders-worst-nightmare/answer/Mick-Stute?srid=RBKZ&share=1
2•downbad_•23m ago•2 comments

'I hate working 5 days': Zoom CEO traditional work schedules becoming obsolete

https://www.aol.com/finance/zoom-ceo-predicts-3-day-144202969.html
2•bilsbie•24m ago•0 comments

Real-Time, Streaming SQL Queries on Flight Data

https://modolap.com/publication/planes1
1•ronfriedhaber•27m ago•0 comments

DIY Soft Drinks

https://blinry.org/diy-soft-drinks/
1•_Microft•29m ago•0 comments

Deere settles US right-to-repair lawsuit with $99M fund, repair commitments

https://wincountry.com/2026/04/06/deere-settles-us-right-to-repair-lawsuit-with-99-million-fund-r...
1•ohjeez•29m ago•1 comments

Show HN: QueueForge – a self-hosted RabbitMQ dead-letter queue manager

https://queueforgehq.com
1•namrahov•34m ago•0 comments

Building a SaaS in 2026 Using Only EU Infrastructure

https://eualternative.eu/guides/building-saas-eu-stack/
62•sparkling•34m ago•11 comments

Want to help garden birds? Don't feed them in warmer months, says RSPB

https://www.bbc.co.uk/news/articles/c2lwvz1pl1no
2•c-oreills•37m ago•0 comments

Introducing Project Glasswing

https://www.linuxfoundation.org/blog/project-glasswing-gives-maintainers-advanced-ai-to-secure-op...
2•jruohonen•38m ago•2 comments

Show HN: Give your AI agent a preview link for files and diff

https://diff4.com/
1•djyde•38m ago•0 comments

Californians sue over AI tool that records doctor visits

https://arstechnica.com/tech-policy/2026/04/californians-sue-over-ai-tool-that-records-doctor-vis...
1•Bender•38m ago•0 comments

How Beyond Meat sank from a $14B plant-based protein powerhouse to a penny stock

https://www.marketwatch.com/story/how-beyond-meat-sank-from-a-14-billion-plant-based-protein-powe...
3•bookofjoe•40m ago•1 comments

IBM to pay $17M in anti-DEI settlement

https://www.cnn.com/2026/04/10/business/ibm-settlement-dei-lawsuit
2•Bender•41m ago•0 comments

Jim Allchin to Gates and Ballmer on the state of quality at Microsoft (2004)

https://twitter.com/TechEmails/status/1418248256937775105
1•Austin_Conlon•41m 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.