frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Zero-allocation and SIMD-accelerated CSV iterator in Zig

https://github.com/peymanmortazavi/csv-zero
1•peymo•59s ago•0 comments

Show HN: Attest – Test AI agents with 8-layer graduated assertions

1•tommathews•1m ago•0 comments

The Hunt for Dark Breakfast

https://moultano.wordpress.com/2026/02/22/the-hunt-for-dark-breakfast/
1•erhuve•3m ago•0 comments

Seymour: Live Programming for the Classroom

https://harc.github.io/seymour-live2017/
1•andsoitis•3m ago•0 comments

Seaweed Was a Caribbean Disaster, Now It's Gold [video]

https://www.youtube.com/watch?v=iAYiUN4gvi4
1•doener•3m ago•0 comments

VoxClaw – Give your Claw a voice

https://malpern.github.io/VoxClaw/
1•malpern•3m ago•1 comments

Overengineering a Static Website

https://sven.guru/posts/rust-static-site
1•SKoschnicke•3m ago•0 comments

The Case for Workplace Inefficiency

https://www.economist.com/business/2026/02/19/the-case-for-workplace-inefficiency
1•andsoitis•7m ago•0 comments

Ohm v18

https://ohmjs.org/blog/ohm-v18
1•azhenley•8m ago•0 comments

Synthetic AI faces more average than real faces and super‐recognizers know it

https://bpspsychub.onlinelibrary.wiley.com/doi/10.1111/bjop.70063
2•Tomte•8m ago•0 comments

How in the Hell Did Joann Fabrics Die While Best Buy Survived? It Wasn't Amazon

https://www.governance.fyi/p/how-in-the-hell-did-joann-fabrics
1•crescit_eundo•9m ago•0 comments

Streaming Services in 2026

https://www.engadget.com/entertainment/streaming/best-streaming-services-154527042.html
1•andsoitis•10m ago•0 comments

Moving Beyond the IDE with Intent

https://www.augmentedswe.com/p/augment-intent-ide
1•wordsaboutcode•11m ago•0 comments

Show HN: Fundraising events across the developer tools ecosystem

https://ci.vc
1•tiagom87•13m ago•0 comments

Chip Fabs in Space: Technically Possible Impractical [video]

https://www.youtube.com/watch?v=_2rkRDg0d60
2•Klaster_1•14m ago•0 comments

Crab Mentality

https://en.wikipedia.org/wiki/Crab_mentality
1•futurecat•14m ago•0 comments

Show HN: AgentWard – After an AI agent deleted files, I built a runtime enforcer

https://github.com/agentward-ai/agentward
1•ratnaditya•15m ago•0 comments

Design engineering is a fake title until you hit these 5 problems

https://www.ruixen.com/blog/design-engineering-is-a-fake-title
1•ruhith•15m ago•0 comments

Show HN: Rmux – Terminal multiplexer for LLM, built with Rust and egui

https://github.com/skorotkiewicz/rmux-rs
1•modinfo•15m ago•0 comments

Better to Skip a Year for Hardware Upgrades?

https://boilingsteam.com/poll-better-to-skip-a-year-for-pc-upgrades/
1•ekianjo•16m ago•0 comments

StreamLens – Visual Kafka Lineage and topology viewer with AI navigation

https://github.com/muralibasani/streamlens
1•muralibasani•16m ago•0 comments

Show HN: Tron-style multiplayer light-cycle game for LLMs via MCP

https://github.com/skorotkiewicz/tronmcp
1•modinfo•18m ago•0 comments

Is NIST's Cryptography Backdoored?

https://kerkour.com/nist-cryptography-backdoor
3•randomint64•18m ago•1 comments

Show HN: Local knowledge vault plugin for Claude Code

https://github.com/aneequrrehman/agent-cortex
1•aneequrrehman•19m ago•0 comments

TDD as Induction

https://blog.ploeh.dk/2026/02/23/tdd-as-induction/
1•vinhnx•20m ago•0 comments

Show HN: Slipshow, a multi-paradigm presentation tool

https://slipshow.org
1•panglesd•21m ago•0 comments

A reliable pick–– Straightforward HTML5 games

https://play2.uaaws.com/
1•TrendSpotterPro•21m ago•0 comments

Piecing Together an Ancient Epic Was Slow Work. Until A.I. Got Involved (2024)

https://www.nytimes.com/2024/08/12/books/booksupdate/ai-ancient-tablets-gilgamesh.html
1•fidotron•22m ago•0 comments

VR exam checks eye health and screens for early signs of Alzheimer's

https://health.ucdavis.edu/news/headlines/virtual-reality-exam-checks-eye-health-and-screens-for-...
1•geox•23m ago•0 comments

fitgpu: cli tool to know if a model will run on your GPU without downloading it.

https://pypi.org/project/fitgpu/
1•prashantpandeyy•23m ago•0 comments
Open in hackernews

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

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

Comments

Oaklight•9mo 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•9mo 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•9mo ago
what's GTM?
venk12•9mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.