frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I made Karpathy's Autoresearch work on CPU

https://github.com/bopalvelut-prog/autoresearch
1•M4s4•33s ago•1 comments

Did giant Ice Age beasts carve these caves in South America?

https://www.nature.com/articles/d41586-025-00216-x
1•zeristor•56s ago•1 comments

The Independence Theorem

https://www.lesswrong.com/posts/MsjWPWjAerDtiQ3Do/on-the-independence-axiom
1•sieste•2m ago•0 comments

Gemini 3.1Pro is aggressive like a hungry wolf

https://old.reddit.com/r/GoogleAntigravityIDE/comments/1ru97bx/gemini_31pro_is_aggressive_like_a_...
1•cft•5m ago•0 comments

The women bringing chess into the 21st Century with bullet games & viral videos

https://www.bbc.co.uk/news/articles/ce3g0kel3jyo
2•mellosouls•7m ago•0 comments

Wow

1•yuvrajdahal•9m ago•0 comments

Show HN: Soorf, a natural language audio editor

https://soorf.xyz
1•copypirate•13m ago•0 comments

Pm2-manager: A modern, real-time web dashboard for your PM2 processes

https://github.com/orangecoding/pm2-manager
1•thunderbong•15m ago•0 comments

Boot, Prompt, Run: what happens to personal computing when sw writes itself

https://giampaolo.guiducci.it/posts/2026-03-15-boot-prompt-run/
2•gosub•16m ago•0 comments

Try an open-source MCP server for Postgres – win a Raspberry Pi

1•pgedge_postgres•18m ago•0 comments

Shield Messenger A Tor-native,P2P encrypted messenger with built-in Solana/Zcash

https://github.com/abokenan444/shield-messenger
1•abokenan444•26m ago•1 comments

AutoResearchClaw

https://github.com/aiming-lab/AutoResearchClaw
1•frozenseven•26m ago•0 comments

The Space Data Center Mass Budget Behind 10× Power Density

https://research.33fg.com/analysis/the-space-data-center-mass-budget-behind-10x-power-density
1•T-A•27m ago•0 comments

//go:fix inline and the source-level inliner

https://go.dev/blog/inliner
1•vismit2000•29m ago•0 comments

Claude Code tips for non-programmers

https://thewriting.dev/claude-code-isnt-just-for-developers/
1•r0rshrk•34m ago•0 comments

Three Claude Skills to Sharpen Judgment

https://age-of-product.com/three-ai-skills-to-sharpen-judgment/
1•swolpers•34m ago•0 comments

Hybrid AI Desktop Layer Combining DOM-Automation and API-Integrations

https://github.com/BiamOS/BiamOS
1•BiamOS•35m ago•1 comments

Jazzband Is Sunsetting

https://jazzband.co/
2•taubek•36m ago•0 comments

Base44 can now power any front end with standalone back end as a service

https://base44.com/blog/base44-backend-platform
1•yoavcwix•42m ago•0 comments

LocalCowork

https://github.com/Liquid4All/cookbook/tree/main/examples/localcowork
2•armcat•48m ago•0 comments

MaiaSpace: Europe steps up in the race for reusable rockets

https://www.euronews.com/my-europe/2026/03/13/maiaspace-europe-steps-up-in-the-race-for-reusable-...
1•vrganj•49m ago•0 comments

Str:::Lab Studio – run and test Flink SQL from the browser

https://coded-streams.github.io/strlabstudio/
1•nestormartourez•53m ago•1 comments

How LLMs and coding agents change the dynamics of adopting Rust

https://mdwdotla.medium.com/revisiting-rust-in-2026-ae8720cc7f2c
1•mad•54m ago•0 comments

Show HN: Fortress Language: Cybersecurity DSL

2•CzaxTanmay•56m ago•0 comments

Show HN: Voice-tracked teleprompter using on-device ASR in the browser

https://github.com/larsbaunwall/promptme-ai
1•lbaune•59m ago•1 comments

The O16g Manifesto – Outcome Engineering

https://o16g.com/manifesto/
1•stigi•59m ago•0 comments

When Is Enough?

https://ivanca.github.io/ai/elite/2026/03/15/when-is-enough/
1•AmbroseBierce•1h ago•0 comments

I built V2 of my AI answer generator

https://99helpers.com/tools/ai-answer-generator
2•nickk81•1h ago•1 comments

Home-Made Shock Diamond

https://physics.stackexchange.com/questions/41293/home-made-shock-diamond
1•whalee•1h ago•0 comments

Six ingenious ways how Canon DSLRs used to illuminate their autofocus points

https://exclusivearchitecture.com/03-technical-articles-CSDS-00-table-of-contents.html
2•ExAr•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.