frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rust Project Perspectives on AI

https://nikomatsakis.github.io/rust-project-perspectives-on-ai/feb27-summary.html
1•vinhnx•19s ago•0 comments

A man used AI to help make a cancer vaccine for his dog

https://theconversation.com/a-man-used-ai-to-help-make-a-cancer-vaccine-for-his-dog-an-oncologist...
1•conferza•1m ago•0 comments

Rendering complex scripts in terminal and OSC 66

https://thottingal.in/blog/2026/03/22/complex-scripts-in-terminal/
1•sthottingal•2m ago•0 comments

Enigmalite: An Unusual Mineral Phenomenon

https://www.enigmalite.com
1•thunderbong•2m ago•0 comments

Impl Drop for Tensor

https://flodl.dev/blog/impl-drop-for-tensor
1•vinhnx•7m ago•0 comments

Causal driver for 'ADHD' potentially found

https://twitter.com/sameqcu/status/2035506563126063427
1•MrBuddyCasino•10m ago•0 comments

Software 2.0: Code Is Cheap, Good Taste Is Not

https://aaronstannard.com/beginning-of-software-2.0/
1•vinhnx•11m ago•0 comments

0.1 and 0.2 = 0.3, – a two-strand number type for Python

https://github.com/JustNothingJay/mobius-number
1•SECS_Sovereign•11m ago•0 comments

The Ollama browser extension I made to teach myself Dutch

https://blog.paractmol.nl/the-ollama-browser-extension-i-made-to-teach-myself-dutch/
1•ibuprofn•21m ago•0 comments

ClaudeClaw – Persistent Claude agents on Slack with OS-level sandboxing

https://htdocs.dev/posts/claudeclaw-a-composable-agent-orchestrator-for-claude-code/
1•stephanebusso•23m ago•0 comments

Show HN: I redesigned Activity Monitor's dock icon to look native

2•rokgregoric•23m ago•0 comments

Asteroid Spinning Impossibly Fast

https://www.newscientist.com/article/2520088-weve-spotted-a-huge-asteroid-spinning-impossibly-fast/
1•metalman•25m ago•1 comments

Autoresearch-genealogy: Structured prompts for AI-assisted genealogy research

https://github.com/mattprusak/autoresearch-genealogy
1•helsinkiandrew•26m ago•0 comments

Steve Jobs, speech at the Apple campus (1999) [video]

https://www.youtube.com/watch?v=EoM2Y2KO6kU
1•tagyro•26m ago•0 comments

Debunking the Gold Standard (2015)

http://greyenlightenment.com/2015/06/21/debunking-the-gold-standard/
1•chistev•28m ago•0 comments

Little Known Development Methods (2009)

https://lr0.org/blog/p/lkdm/
2•lr0•32m ago•0 comments

Hormuz Minesweeper – Are you tired of winning?

https://hormuz.pythonic.ninja/
2•PythonicNinja•33m ago•0 comments

Skyscanner Drops

https://www.skyscanner.net/sttc/px/captcha-v2/index.html?url=L2dldGRyb3BzPw==&uuid=30c402a6-25cd-...
1•lastdong•35m ago•0 comments

Lord of Light

https://en.wikipedia.org/wiki/Lord_of_Light
1•debo_•37m ago•0 comments

Microbenchmarking Chipsets for Giggles

https://chipsandcheese.com/p/microbenchmarking-chipsets-for-giggles
1•signa11•38m ago•0 comments

Why AI is Making Your RAM more expensive

https://adlrocha.substack.com/p/adlrocha-why-ai-is-making-your-ram
1•adlrocha•40m ago•1 comments

To Understand AI's Future, Read Dickens, Bronte, Industrial Revolution Novels

https://www.bloomberg.com/news/articles/2026-03-20/to-understand-ai-s-future-read-dickens-bronte-...
1•helsinkiandrew•40m ago•0 comments

Kbooboo: Find Linux kernel maintainer contacts from dmesg stack trace

https://git.infradead.org/~rw/kcontact/
1•csmantle•47m ago•0 comments

Microsoft Azure Monitor alerts abused for callback phishing attacks

https://www.bleepingcomputer.com/news/security/microsoft-azure-monitor-alerts-abused-in-callback-...
1•01-_-•48m ago•0 comments

Apple hasn't caught up to MacBook Neo demand yet

https://9to5mac.com/2026/03/20/apple-hasnt-caught-up-to-macbook-neo-demand-yet/
2•01-_-•50m ago•0 comments

Why Gen Z Abandoned Morals for Money [video] (Mentions Cluely and Clavicular)

https://www.youtube.com/watch?v=fCSMceQPJcY
1•Imustaskforhelp•53m ago•0 comments

AI is programmed to hijack human empathy – we must resist that

https://www.nature.com/articles/d41586-026-00834-z
1•XzetaU8•54m ago•1 comments

Ask HN: What was something interesting you learned last week?

2•chistev•1h ago•3 comments

We built the bicycle for the mind but never built the compass

https://simpleainewsletter.substack.com/p/we-built-the-bicycle-for-the-mind
3•travii•1h ago•1 comments

Show HN: Mac Wisper – AI voice-to-text for macOS

https://macwisper.com/
1•alexissp•1h ago•1 comments
Open in hackernews

Show HN: ToolRegistry – A Python Library for Structured Tool Integration

https://github.com/Oaklight/ToolRegistry
3•Oaklight•10mo ago

Comments

Oaklight•10mo 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.