frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

GitHub phishers use fake OpenClaw tokens to drain crypto wallets

https://www.csoonline.com/article/4150456/github-phishers-use-fake-openclaw-tokens-to-drain-crypt...
1•zombot•6m ago•0 comments

Corn tortillas in California now must contain folic acid

https://apnews.com/article/folic-acid-birth-defect-latino-corn-tortilla-13bad611bd3cc590d0e098635...
2•1659447091•9m ago•0 comments

Boris Cherny's favorite hidden and under-utilized features in Claude Code

https://xcancel.com/bcherny/status/2038454336355999749
1•vinhnx•13m ago•0 comments

Show HN: Tidbits – Quick save any text without switching windows

https://www.tidbits.tools
1•uglyburger•16m ago•0 comments

Gravity Well Arena: space combat built on real time dilation

https://sean-reid.github.io/gravity/
1•s_e__a___n•18m ago•1 comments

The Last Generation

https://www.newyorker.com/magazine/2026/03/30/the-last-generation
2•petethomas•18m ago•0 comments

Open Source Silicon: wafer.space and the business of open silicon projects

https://www.siliconimist.com/p/waferspace-tim-mithro-ansell
2•johncole•19m ago•0 comments

Google employees new AI tool Agent Smith got so popular that it was restricted

https://www.businessinsider.com/google-agent-smith-employees-ai-driven-coding-2026-3
3•seer•19m ago•0 comments

Skilled AI agents for embedded and IoT systems development

https://github.com/iot-agent/iot-skillsbench
2•tingjunchen•20m ago•1 comments

App Shows You What Hardware You Need to Run Any AI Model Locally

https://runthisllm.com/
1•eeko_systems•21m ago•0 comments

JSSE: A JavaScript Engine Built by an Agent

https://p.ocmatos.com/blog/jsse-a-javascript-engine-built-by-an-agent.html
1•ivankra•23m ago•0 comments

6o6 v1.1: Faster 6502-on-6502 virtualization for a C64/Apple II Apple-1 emulator

http://oldvcr.blogspot.com/2026/03/6o6-v11-faster-6502-on-6502.html
1•matt_d•24m ago•0 comments

I scanned 8,392 Claude Code sessions – here's where the tokens go

https://github.com/li195111/claude-token-analyzer
1•li195111•26m ago•0 comments

Janet for Mortals

https://janet.guide/
2•h4ch1•26m ago•1 comments

Copilot Edited an Ad into My PR

https://notes.zachmanson.com/copilot-edited-an-ad-into-my-pr/
1•pavo-etc•27m ago•0 comments

The AI Doc: OR How I Became an Apocaloptimist [video]

https://www.youtube.com/watch?v=xkPbV3IRe4Y
1•bonefishgrill•27m ago•0 comments

'WM Bench' is the first benchmark for World Model intelligence

https://huggingface.co/datasets/FINAL-Bench/World-Model
1•seawolf2357•29m ago•0 comments

Hawkeye – a flight recorder for AI agents

https://www.npmjs.com/package/hawkeye-ai
1•mklamine•36m ago•0 comments

An open-source workflow for producing a personalized mRNA cancer vaccine

https://philfung.github.io/openvaxx/
1•dsr12•38m ago•0 comments

Show HN: ChameleonDB – A database toolkit with auditable schema versioning

https://www.chameleondb.dev/
1•ChameleonDB•40m ago•0 comments

Typed-fetch – Go-style error handling for fetch in TypeScript

https://github.com/pbpeterson/typed-fetch
1•pbpeterson•44m ago•1 comments

Daily coding model rankings by use case

https://howsthemodel.com/
1•keyserrr•48m ago•0 comments

Putting the 'lord' in 'landlord': US churches step up to build housing

https://www.theguardian.com/society/2026/mar/29/yigby-churches-build-housing-amid-shortage
1•rawgabbit•49m ago•0 comments

I built IDE-layer policy enforcement for Claude Code/Cursor agents

https://www.oculisecurity.com/
2•rellaElla•51m ago•0 comments

Ask HN: Why Isn't Everything Public?

5•silexia•53m ago•3 comments

Under-utilized features in Claude Code

https://twitter.com/bcherny/status/2038454336355999749
1•tzury•54m ago•0 comments

uops.info Update: Emerald Rapids, Meteor Lake, Arrow Lake, and Zen 5

https://uops.info/table.html
2•matt_d•56m ago•0 comments

SpaceX: For Mars or Wars?

https://i.postimg.cc/mR4RyVdx/UXTx-D2t.jpg
4•transmartian•56m ago•2 comments

Who's Gonna Carry the Boats?

https://apps.apple.com/us/app/quit-all-break-every-habit/id6760978934
1•apoorvdarshan•1h ago•1 comments

App Defaults in March 2026

https://brainbaking.com/post/2026/03/app-defaults-march-2026/
1•Brajeshwar•1h 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.