frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pulsesun, a minimalist real-time data visualizer

1•PULSESUN•32s ago•0 comments

Independent Geophysical Forensic Analysis of the Nordstream Pipeline Sabotage

https://www.geophysical-forensics.ch/nordstream.html
1•mirzap•1m ago•0 comments

Dario Amodei's Oppenheimer Moment

https://www.theatlantic.com/technology/2026/03/anthropic-dod-ai-utopianism/686327/
1•bookofjoe•4m ago•1 comments

Parametricity, or Comptime Is Bonkers

https://noelwelsh.com/posts/comptime-is-bonkers/
1•signa11•6m ago•0 comments

Webpage Performance Starts Before Optimization

https://www.cachecrawler.com/Blog/Webpage-Performance-Starts-Before-Optimization::6609.html
1•rushdev•6m ago•0 comments

LLMock: Deterministic mock LLM server for testing

https://llmock.copilotkit.dev/
1•handfuloflight•7m ago•0 comments

Software ate the world, now AI is eating the software

https://mertol.substack.com/p/software-ate-the-world-now-ai-is
1•mrtksn•7m ago•0 comments

A 'high blast radius': Amazon probes surge in outages linked to AI coding tools

https://tessl.io/blog/a-high-blast-radius-amazon-probes-surge-in-outages-linked-to-ai-coding-tools/
3•popey•12m ago•0 comments

Fortress Capital – AI-Driven Quantitative Digital Asset Strategy Platform

https://fortresscapital.org/
1•craigvictors•14m ago•0 comments

Human Organ Atlas

https://www.science.org/doi/10.1126/sciadv.adz2240
2•bookofjoe•14m ago•0 comments

Ask HN: Anyone figured out paid trials with Stripe?

1•cryptography•14m ago•0 comments

Hunter Alpha – Stealth Model on OpenRouter

https://openrouter.ai/openrouter/hunter-alpha
1•Topfi•14m ago•0 comments

Byol – Bring Your Own LLM (Into an SSH Session with OpenCode)

https://github.com/ivoras/byol
1•ivoras•15m ago•0 comments

English Is a Programming Language

https://vijay.seas.harvard.edu/blog/english-is-pl/
1•hugolundin•16m ago•0 comments

Inequality in Equalland

https://www.daemonology.net/blog/2011-01-10-inequality-in-equalland.html
1•abracos•17m ago•0 comments

Whitehall seeks lone C++ coder to keep airport passenger model flying

https://www.theregister.com/2026/03/12/100k_tender_napam/
1•jjgreen•17m ago•0 comments

I don't use LLMs for programming

https://neilmadden.blog/2026/03/02/why-i-dont-use-llms-for-programming/
7•ms7892•18m ago•1 comments

Agile V: An open standard for AI-augmented engineering

https://agile-v.org/
1•JoshuaWellbrock•18m ago•1 comments

Invoice OCR API for Automated GST Data Extraction in India

1•azapi_ai•20m ago•0 comments

1B identity records exposed in ID verification data leak

https://www.aol.com/articles/1-billion-identity-records-exposed-152505381.html
16•robtherobber•24m ago•2 comments

Show HN: Execute local LLM prompts in remote shells

https://github.com/tgalal/promptcmd
1•tgalal•24m ago•0 comments

Whoa. UTF-8 is older now than ASCII was when UTF-8 was invented

https://freeradical.zone/@tek/116186131628243462
2•gbxyz•24m ago•0 comments

The Connections of the .LT Web

https://entryscope.com/blog/lt-domain-ecosystem/
1•debesyla•24m ago•0 comments

Type-Safe Caching

https://encore.dev/blog/type-safe-caching
1•andout_•25m ago•0 comments

Pg_plan_advice: Plan stability and user planner control for PostgreSQL?

http://rhaas.blogspot.com/2026/03/pgplanadvice-plan-stability-and-user.html
1•fanf2•28m ago•0 comments

From pixels to characters: The engineering behind Copilot CLI's animated banner

https://github.blog/engineering/from-pixels-to-characters-the-engineering-behind-github-copilot-c...
1•mariuz•28m ago•0 comments

U.S. Navy Turns Down Hormuz Escort Requests Because of High Risk

https://maritime-executive.com/article/u-s-navy-turns-down-strait-of-hormuz-escort-requests-becau...
4•mytailorisrich•30m ago•0 comments

Show HN: Ltx 2.3 – Audio to Video

https://ltx23.app/
1•Jenny249•31m ago•0 comments

AI-powered defence system stops 5G cyber-attacks in a fraction of a second

https://www.surrey.ac.uk/news/ai-powered-defence-system-stops-5g-cyber-attacks-fraction-second
2•JeanKage•35m ago•0 comments

ReSharper for VS Code and compatible editors (Cursor, Windsurf, etc.) is out

https://blog.jetbrains.com/dotnet/2026/03/05/resharper-for-visual-studio-code-cursor-and-compatib...
1•chriswoodruff•39m 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.