frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bun v1.3.12

https://bun.com/blog/bun-v1.3.12
1•bootlegbilly•12s ago•0 comments

A 20KB Motion Engine Because Svgator,Rive and Lottie Were Too Heavy for the DOM

https://github.com/Shadoworker/fluv
1•habibeba•1m ago•0 comments

AI-Assisted Breach of Mexico's Government Infrastructure Report

https://gambit.security/blog-post/a-single-operator-two-ai-platforms-nine-government-agencies-the...
1•bgrainger•1m ago•0 comments

Italo Calvino: A Traveller in a World of Uncertainty

https://www.historytoday.com/archive/portrait-author-historian/italo-calvino-traveller-world-unce...
1•lermontov•2m ago•0 comments

Molotov Coctail Thrown at Sam Altman's House

https://www.nbcnews.com/video/shorts/molotov-cocktail-thrown-at-sam-altman-s-house-261143109536
1•jellyotsiro•2m ago•0 comments

A Crazy Expensive U.S. Drone Just Disappeared over Strait of Hormuz

https://www.forbes.com/sites/davidhambling/2026/04/10/a-crazy-expensive-us-drone-just-disappeared...
1•Teever•6m ago•0 comments

PowerShell MSI Package Deprecation

https://devblogs.microsoft.com/powershell/powershell-msi-deprecation/
1•jborean93•6m ago•1 comments

Katabasis

https://en.wikipedia.org/wiki/Katabasis
2•BiraIgnacio•7m ago•0 comments

Toon – Token-Oriented Object Notation

https://toonformat.dev/
1•giancarlostoro•7m ago•0 comments

What I'd Tell Aspiring "Content Creators"

https://www.seeingthroughfilm.com/p/what-id-tell-aspiring-content-creators
1•pentagrama•8m ago•0 comments

Most startup launch platforms are built backwards

1•moodiverse•14m ago•1 comments

Maki – the efficient coder (AI agent)

https://maki.sh/
2•simjnd•15m ago•0 comments

FBI Extracts Suspect's Deleted Signal Messages Saved in iPhone Notification Data

https://mobile.slashdot.org/story/26/04/10/1656218/fbi-extracts-suspects-deleted-signal-messages-...
5•jnord•18m ago•0 comments

Intentions have a surprising amount of detail

https://contraptions.venkateshrao.com/p/intentions-have-a-surprising-amount
3•jger15•21m ago•0 comments

Phaser 4

https://phaser.io/
2•clessg•23m ago•0 comments

Show HN: Offline AI dev assistant (no API, runs locally)

https://store.steampowered.com/app/4111530/FriedrichAI_Offline_AI_Dev_Assistant/
3•RWS32177•24m ago•0 comments

Hit Claude usage limits? Resume your AI coding session elsewhere

https://github.com/inevolin/resume-cli
3•iljanevo•29m ago•1 comments

WireGuard developer can't ship software updates after Microsoft locks account

https://techcrunch.com/2026/04/08/wireguard-vpn-developer-cant-ship-software-updates-after-micros...
2•choult•30m ago•0 comments

A Cancer Treatment That Does More Than Scientists Thought

https://www.theatlantic.com/science/2026/04/car-t-cell-therapy-autoimmune-disease/686742/
4•breve•31m ago•0 comments

The Mouse Programming Language on CP/M

https://techtinkering.com/articles/the-mouse-programming-language-on-cpm/
3•PaulHoule•31m ago•1 comments

Artemis II: Live Earth reentry and splashdown after moon flyby [video]

https://www.youtube.com/watch?v=52eaHKtX0ks
4•embedding-shape•32m ago•1 comments

Cisco acquires Galileo to strengthen Splunk's agentic monitoring capabilities

https://siliconangle.com/2026/04/09/cisco-buys-galileo-strengthen-splunks-agentic-monitoring-capa...
2•flw_0311•33m ago•0 comments

The history and future of AI at Google, with Sundar Pichai

https://cheekypint.substack.com/p/the-history-and-future-of-ai-at-google
3•hhs•36m ago•0 comments

Faiss a library for efficient similarity search and clustering of dense vectors

https://github.com/facebookresearch/faiss
2•wewewedxfgdf•37m ago•0 comments

Zotero 9

https://www.zotero.org/blog/zotero-9/
3•evolve2k•39m ago•0 comments

Show HN: Ark – AI agent runtime in Go that tracks cost per decision step

https://github.com/atripati/ark
3•atripat6•39m ago•0 comments

Has Mythos just broken the deal that kept the internet safe?

https://martinalderson.com/posts/has-mythos-just-broken-the-deal-that-kept-the-internet-safe/
20•jnord•41m ago•15 comments

Anthropic injects reasoning_effort=25 into Claude.ai consumer system prompts

https://imgur.com/AOAs7Aq
3•JunePanda•41m ago•1 comments

PageAlert – Monitor any webpage with a sentence in plain English

https://pagealert.io
3•mellowknowhow•42m ago•0 comments

Show HN: TopRank – Open-Source Claude Code Skills for SEO and Google Ads

https://github.com/nowork-studio/toprank
2•YutingZhong•42m 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.