frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Y Combinator alum Skio sells for $105M cash, only raised $8M, founder says

https://techcrunch.com/2026/04/30/y-combinator-alum-skio-sells-for-105m-cash-only-raised-8m-found...
1•Brajeshwar•1m ago•0 comments

TypeKro: Write TypeScript. Deploy Kubernetes

https://typekro.run
1•ManWith2Plans•2m ago•0 comments

Pentagon reaches agreements with top AI companies, but not Anthropic

https://www.reuters.com/business/retail-consumer/pentagon-reaches-agreements-with-leading-ai-comp...
1•mikhael•6m ago•0 comments

It's Possible to Learn in Our Sleep. Should We?

https://www.newyorker.com/culture/annals-of-inquiry/its-possible-to-learn-in-our-sleep-should-we
1•XzetaU8•7m ago•1 comments

Decoding a decade of rising global light pollution

https://www.darkskyconsulting.com/blog/decoding-a-decade-of-rising-global-light-pollution
2•DamonHD•10m ago•0 comments

Show HN: CyberChef Payment Cryptography Extensions

https://www.jacobmarks.com/2026/04/cyberchef-payment-cryptography.html
1•J8K357R•10m ago•0 comments

Show HN: AI CAD Harness

https://fusion.adam.new/install
1•zachdive•11m ago•0 comments

Show HN: My Private GitHub on Postgres

https://github.com/calebwin/gitgres
5•calebhwin•15m ago•1 comments

Artemis II Fault Tolerance

https://alearningaday.blog/2026/05/01/artemis-ii-fault-tolerance/
1•speckx•16m ago•0 comments

MetaModel – AI builds structured, formula-driven apps from plain English

https://www.metamodel.app
1•joegra•16m ago•0 comments

Show HN: Sanishne – shared bookmarks for teams (so links don't vanish in Slack)

https://sanishne.org/
1•flamestro•17m ago•0 comments

The X-Files Has Made Me Nostalgic for a Time I Never Experienced

https://midnightmurmurations.substack.com/p/the-x-files-has-made-me-nostalgic
3•Teever•20m ago•1 comments

Runway Forecaster – weekly cash flow forecasting, no spreadsheet

https://www.runwayforecaster.com/
1•thoneyville•21m ago•1 comments

Clipport – paste screenshots into SSH sessions from iTerm

https://github.com/arihantsethia/clipport
3•arihantsethia•21m ago•2 comments

Epidemiology of Snakebites

https://en.wikipedia.org/wiki/Epidemiology_of_snakebites
1•skilled•22m ago•0 comments

Show HN: N=1 – iOS app for structured longevity self-protocols

https://apps.apple.com/us/app/n-1-tracker/id6762523189
1•middleastbeast•24m ago•0 comments

Fossil: A Coherent Software Configuration Management System

https://fossil-scm.org/home/doc/trunk/www/index.wiki
2•whatisabcdefgh•24m ago•0 comments

Roger Sweet, Creator of the He-Man Action Figure, Dies at 91

https://www.nytimes.com/2026/04/29/arts/roger-sweet-dead-he-man.html
2•ChrisArchitect•25m ago•1 comments

AWS stops billing Middle East cloud customers as repairs to war damage drag on

https://arstechnica.com/gadgets/2026/05/amazon-stuck-with-months-of-repairs-after-drone-strikes-o...
5•johnbarron•26m ago•0 comments

Launched tool for contractors, then found the mod sticky banning "SaaS bros"

https://quotr-8r2q.vercel.app
1•atdl•28m ago•0 comments

Understand Anything

https://github.com/Lum1104/Understand-Anything
4•taubek•28m ago•0 comments

Mayo Clinic AI helps specialists detect pancreatic cancer up to 3 years early

https://newsnetwork.mayoclinic.org/discussion/mayo-clinic-ai-detects-pancreatic-cancer-up-to-3-ye...
1•sreekanth850•29m ago•1 comments

Flock cameras keep telling police a man who doesn't have a warrant has a warrant

https://www.youtube.com/watch?v=nHwxV0Sd9V8
39•johnbarron•29m ago•16 comments

Eka Robotics

https://www.wired.com/story/when-robots-have-their-chatgpt-moment-remember-these-pincers/
1•temur•30m ago•0 comments

Maintenant: One container to monitor your stack

https://github.com/kOlapsis/maintenant
2•kadrek•31m ago•0 comments

We stopped hiring engineers for coding ability

https://eliseai.com/blog/we-stopped-hiring-engineers-for-coding-ability
8•ohxh•31m ago•2 comments

What's in the latest eLxr Pro? An overview for enterprise Linux folks

https://www.windriver.com/blog/Advancing-the-Enterprise-Latest-eLxr-Pro
1•ohjeez•35m ago•0 comments

Open Source Email Signature Generator

2•jcobhams•36m ago•0 comments

AI Uses Less Water Than the Public Thinks

https://californiawaterblog.com/2026/04/26/ai-water-use-distractions-and-lessons-for-california/
3•hirpslop•36m ago•2 comments

Ailom: How AI Permanently Makes Everything Less Meaningful

https://www.jsanilac.com/ailom/
1•PieUser•36m 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.