frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Force Multiplier Generation

https://twitter.com/SirMoremoney/status/2030763229815963870
1•snoren•1m ago•0 comments

Daily multivitamin use may slow biological aging: COSMOS trial results

https://www.massgeneralbrigham.org/en/about/newsroom/press-releases/daily-multivitamin-use-may-sl...
2•hhs•4m ago•0 comments

Fresh Open Claw Documentation

1•manos-saratsis•7m ago•0 comments

Wvw.dev: world vibe web – A free and OSS federated app store for vibecoded apps

https://wvw.dev
1•fka•7m ago•1 comments

Simulating Catalog and Table Conflicts in Iceberg

https://cdouglas.github.io/posts/2026/03/catalog
1•karsinkk•8m ago•0 comments

DOGE Operative Accused of Planning to Take Social Security Data Is Named

https://www.wired.com/story/john-solly-doge-operative-accused-social-security-data-leidos/
4•afavour•9m ago•0 comments

Replit's Jordanian Immigrant Billionaire Founder Shakes Up Vibe Coding

https://www.forbes.com/sites/richardnieva/2026/03/11/meet-the-9-billion-ai-company-reimagining-vi...
1•abdelhousni•10m ago•0 comments

Ask HW: Claude Code design tools

1•dogclaw•10m ago•0 comments

Pi-Autoresearch

https://github.com/davebcn87/pi-autoresearch
1•tin7in•11m ago•0 comments

The AI coding divide: craft lovers vs. result chasers

https://blog.lmorchard.com/2026/03/11/grief-and-the-ai-split/
1•avernet•12m ago•0 comments

Apollo's Private Credit Logic Is a Lot Like Goldman

https://www.bloomberg.com/opinion/articles/2026-03-12/private-credit-apollo-logic-on-loan-values-...
2•petethomas•16m ago•0 comments

Show HN: Tokemon, a terminal dashboard to track LLM token usage

1•mm65•17m ago•0 comments

Learning Is Forgetting; LLM Training as Lossy Compression

https://openreview.net/forum?id=tvDlQj0GZB
1•pera•18m ago•0 comments

We got tired of paying $400/mo for someone to host our Markdown files

https://twitter.com/TomeDocs/status/2032221362790502880
2•vxcozy•18m ago•0 comments

Show HN: Hugoifier – convert any HTML template to a Hugo and Decap setup via AI

https://github.com/ConflictHQ/hugoifier
1•ragelink•19m ago•0 comments

Windows 11 after two decades of macOS: okay, but also awful

https://rakhim.exotext.com/windows-11-experience
2•souvlakee•23m ago•0 comments

Estimating the Size of Claude Opus 4.5/4.6

https://unexcitedneurons.substack.com/p/estimating-the-size-of-claude-opus
1•jychang•26m ago•0 comments

How much a day of war on Iran costs the US – By the Numbers [video]

https://www.youtube.com/shorts/E8yIHQUJ1gQ
1•abdelhousni•27m ago•0 comments

An Orchid, Two Fungi

https://smallthingsconsidered.blog/schaechter/2026/02/an-orchid-two-fungi/
1•BigTTYGothGF•28m ago•0 comments

The Monk at the Cocktail Party

https://www.sebs.website/the-monk-at-the-cocktail-party
1•Incerto•28m ago•0 comments

For ~2 weeks, Chinese fighter jets stopped buzzing Taiwan. No one knows why

https://www.cnn.com/2026/03/12/asia/china-taiwan-buzzing-mystery-intl-hnk
5•cwwc•30m ago•0 comments

Show HN: Chrome extension for deterministic web automation (Open Source)

https://github.com/copycat-main/web-sop-mapper
2•a8hi•30m ago•2 comments

Qodo Outperforms Claude in Code Review Benchmark

https://www.qodo.ai/blog/qodo-outperforms-claude-in-code-review-benchmark/
5•bobismyuncle•30m ago•0 comments

Where Talent Hides

https://www.kuril.in/blog/where-talent-hides/
1•mooreds•31m ago•0 comments

LLMs Will Never Say 'Thou'

https://zjpea.substack.com/p/an-llm-will-never-say-thou
1•zjp•34m ago•0 comments

Using varlock to pull secrets from 1Password at runtime

https://jesse.id/blog/posts/using-varlock-to-pull-secrets-from-1password-at-runtime
1•jesse_dot_id•34m ago•1 comments

Show HN: NeuralForge – Fine-Tune LLMs on Your Mac Using Apple Neural Engine

https://github.com/Khaeldur/NeuralForge
1•khaeldur•34m ago•1 comments

Show HN: TypeWhisper – speech-to-text with multiple engines, profiles

https://www.typewhisper.com/
1•SeoFood•36m ago•0 comments

Magit and Majutsu: discoverable version-control

https://lwn.net/Articles/1060024/
2•signa11•36m ago•0 comments

Recursive Parity in High-Entropy Mesh Protocols

1•Aethelred_Node•38m ago•0 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.