frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Building a full-stack app with Wasp, an agent-friendly web framework

https://wasp.sh/blog/2026/03/29/hireveld-from-10-stacks-to-production-with-wasp
1•franjo_mindek•54s ago•0 comments

A plain-text knowledge vault with Claude Code and Obsidian

https://canatak.substack.com/p/i-dont-need-to-know-everything-i
1•cango35•1m ago•0 comments

MiniVecDb – A local vector DB that garbage-collects AI agent memory

https://github.com/Alekkk777/MiniVecDb
1•alekkk777•3m ago•0 comments

Show HN: Cardcast.gg – Play paper Magic: The Gathering over webcam

https://cardcast.gg
1•niothiel•5m ago•0 comments

Vanishing Culture: A Report on Our Fragile Cultural Record (2026)

https://archive.org/details/vanishing-culture-2026
1•the-mitr•5m ago•0 comments

Sucralose-6-acetate is genotoxic (2023)

https://www.tandfonline.com/doi/10.1080/10937404.2023.2213903?url_ver=Z39.88-2003&rfr_id=ori:rid:...
1•pfdietz•6m ago•1 comments

My Tools – All Vibecoded

https://isene.org/2026/04/MyTools.html
1•speckx•6m ago•0 comments

No 10 says Falklands sovereignty rests with UK after report of US 'review'

https://www.bbc.com/news/articles/cde51y0zgjyo
1•only_in_america•8m ago•1 comments

Can LLMs recapitulate Americans' responses to public opinion polling questions?

https://arxiv.org/abs/2603.20229
1•PaulHoule•8m ago•0 comments

ContextSync – MCP server that auto-loads your Linear tickets into Claude Code

1•diamondsg•11m ago•0 comments

The Rich and Powerful Want to Live Forever. What If They Could?

https://www.nytimes.com/2026/04/24/magazine/eternal-life-longevity-world-leaders.html
6•moichael•11m ago•2 comments

The mobile OS should broker agent functionality

https://braw.dev/blog/2026-04-06-mobile-os-as-agentic-broker/
1•kisamoto•11m ago•0 comments

Zedis Update: Zig 0.16 and New I/O Interface

https://github.com/barddoo/zedis/releases/tag/0.1.0
1•barddoo•11m ago•1 comments

America must guard against China's own Mythos

https://www.ft.com/content/ea8c8161-5b86-409b-93cf-5e778300d87e
2•bookofjoe•13m ago•2 comments

What's Missing in the 'Agentic' Story

https://www.mnot.net/blog/2026/04/24/agents_as_collective_bargains
2•cdrnsf•13m ago•0 comments

Diatec, the company behind "FILCO" and "Majestouch" has closed down. (Japanese)

https://www.diatec.co.jp/index.html
1•coobird•14m ago•0 comments

Is AI Killing Jobs?

https://twitter.com/pdmsero/status/2046943519101661561
1•MrBuddyCasino•14m ago•0 comments

Toolchain Horizons: Exploring Rust Dependency-Toolchain Compatibility

https://tigerbeetle.com/blog/2026-04-24-toolchain-horizons/
5•marinapape•14m ago•0 comments

Out to Lunch – A daily world briefing so agents are aware of current events

https://outtolunch.app
1•scottbrereton•15m ago•0 comments

People are paying $200/mo for AI tools but still not getting work done

https://workfil.com
3•valineagu•15m ago•0 comments

AI enablement requires managed agent runtimes

https://12gramsofcarbon.com/p/agentics-configuring-agents-is-still
2•theahura•16m ago•0 comments

Single-pass palette refinement and ordered dithering

https://30fps.net/pages/bayer-order-online-kmeans/
1•birdculture•18m ago•0 comments

Show HN: Decision Linter – Like ESLint for your thinking

https://github.com/dixalex/decision-linter
1•dixalex•18m ago•0 comments

ShinyHunters threaten to leak 1.4M Udemy records containing private data

https://twitter.com/H4ckmanac/status/2047591552151691683
1•madihaa•19m ago•0 comments

George Noble on Tesla Earnings

https://xcancel.com/gnoble79/status/2047416199122973107
1•dzonga•19m ago•0 comments

Seemingly Magical Science Behind Quantum Computing

https://www.wsj.com/tech/how-quantum-computing-works-cab3fef2
1•gbourne1•19m ago•0 comments

Turkey bans social media for children under 15, including gaming platforms

https://www.reuters.com/business/media-telecom/turkey-passes-law-banning-social-media-use-under-1...
1•dryadin•20m ago•0 comments

LightInk Watch Pairs a Solar Panel with EPaper for Almost Infinite Battery Life

https://www.hackster.io/news/the-lightink-watch-pairs-a-solar-panel-with-epaper-to-deliver-theore...
1•HardwareLust•22m ago•0 comments

He Had No Medical Degree. His Mom Had Stage 4 Cancer. He Used Free AI Tools

https://surajnaik2003.substack.com/p/he-had-no-medical-degree-his-mom
1•surajnaik2003•22m ago•0 comments

A dev restored features that Bambu Lab killed–then the legal threats arrived

https://www.xda-developers.com/developer-restored-orcaslicers-features-bambu-lab-killed-legal-thr...
1•praptak•22m 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.