frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

TSMC plans 12 fabs in Arizona as supply chain shifts from passive to active

https://www.digitimes.com/news/a20260402PD213/tsmc-arizona-fab-expansion-supply-chain-usa.html
1•alephnerd•4m ago•0 comments

Stop Pushing AI Generated Code to Git

https://blog.tombert.com/Posts/Technical/2026/04-April/Stop-Pushing-AI-Generated-Code-to-Git
1•tombert•8m ago•0 comments

Eight years of wanting, three months of building with AI

https://simonwillison.net/2026/Apr/5/building-with-ai/
1•doppp•14m ago•1 comments

The Reason VO₂ Max Declines with Age

https://www.gethealthspan.com/research/article/why-vo2-max-declines-with-age
3•dtawfik1•18m ago•0 comments

Hierarchical-Context-Compressor

https://github.com/reyavir/hierarchical-context-compressor
1•handfuloflight•18m ago•0 comments

Hacker News Rank – Chrome Web Store

https://chromewebstore.google.com/detail/hacker-news-rank/hidhfijjhnnajlkikijcnmpgamfjocdh
1•shanyat•24m ago•0 comments

GK4I: Guidance Key for Insights(Beta)

https://www.gk4i.com/
1•nashwar•25m ago•0 comments

Why do so many digital transformations fail?

https://www.sciencedirect.com/science/article/pii/S0148296324000328
1•teleforce•25m ago•1 comments

Show HN: HTML to Markdown with CSS selector & XPath annotations for LLM Scraper

https://github.com/lightfeed/scrapedown
1•andrew_zhong•25m ago•0 comments

Docracy: A Bureaucracy for Agentic Frameworks

https://github.com/torrinworx/docracy
2•torrinleonard•29m ago•0 comments

How are we isolating AI Guests on ARMv9-A RME?

https://github.com/Lex-Col/Guardian-Angel-Protocol
1•Alexand3rc•29m ago•0 comments

InfinityMock – AI-powered mock test generator for 110 global exams

https://infinitymock.com/
1•sauhard121•31m ago•0 comments

The story of one failed digital transformation

https://blogs.lse.ac.uk/businessreview/2026/03/18/the-story-of-one-failed-digital-transformation/
2•teleforce•35m ago•0 comments

AI dolls offer companionship to the elderly

https://www.ft.com/content/88911383-2a17-42e1-aef4-36daac1bd9dd
1•whoisstan•35m ago•0 comments

10 Years Ago, Trump Promised to Eliminate the National Debt. It Has Doubled

https://reason.com/2026/03/31/10-years-ago-today-trump-promised-to-eliminate-the-national-debt-in...
4•rawgabbit•37m ago•4 comments

Block's Mesh-LLM Is Building a Decentralized AI Compute Network

https://www.gizmoweek.com/block-mesh-llm/
2•loog5566•39m ago•0 comments

Make your own ColecoVision at home, part 5

https://www.leadedsolder.com/2026/03/24/colecovision-diy-part-5.html
2•classichasclass•39m ago•0 comments

The Life Changing Magic of Hoarding

https://thenewinquiry.com/the-life-changing-magic-of-hoarding/
2•jbegley•41m ago•0 comments

Understanding Traceroute

https://tech.stonecharioteer.com/posts/2026/traceroute/
1•stonecharioteer•43m ago•0 comments

SSH to any machine without IP

https://github.com/rustonbsd/iroh-ssh
1•XYen0n•45m ago•0 comments

Show HN: I built a tool to deploy vibe-coded apps to production in 1 minute

https://deployfast.tutaia.com
2•samir22•47m ago•0 comments

AissenceAI – Real-time AI interview copilot

https://www.aissence.ai/
1•hikiranmayee•47m ago•0 comments

The College Student–and His Cat Meme–Who Hunted the Biggest Cyberweapon

https://www.wsj.com/tech/kimwolf-hack-residential-proxy-networks-a712ab59
3•NN88•47m ago•0 comments

Anthropic has a blacklist on the word "OpenClaw"

https://iili.io/BuL3tKN.png
3•benn67•49m ago•0 comments

States don't want data centers in their backyards

https://www.axios.com/2026/04/05/data-centers-midterms-state-bans-bills-ai
2•1vuio0pswjnm7•49m ago•0 comments

Winners of the 2026 Kokuyo Design Awards

https://spoon-tamago.com/winners-of-the-2026-kokuyo-design-awards/
1•zdw•51m ago•0 comments

Musk asks SpaceX IPO banks to buy Grok AI subscriptions, NYT reports

https://www.reuters.com/business/finance/musk-asks-spacex-ipo-banks-buy-grok-ai-subscriptions-nyt...
3•1vuio0pswjnm7•52m ago•0 comments

Crafting Engineering Strategy: How Thoughtful Decisions Solve Complex Problems

https://craftingengstrategy.com
1•teleforce•53m ago•0 comments

Media scraper Gallery-dl is moving to Codeberg after receiving a DMCA notice

https://github.com/mikf/gallery-dl/discussions/9304
41•MoltenMonster•56m ago•5 comments

A "Unix-style tool" crashes with the –version flag

https://github.com/imbue-ai/mngr/issues/1165
2•typissedoff•57m 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•10mo 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•10mo ago
what's GTM?
venk12•10mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.