frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hacker Used Anthropic's Claude to Steal Mexican Data Trove

https://www.bloomberg.com/news/articles/2026-02-25/hacker-used-anthropic-s-claude-to-steal-sensit...
1•helloplanets•48s ago•0 comments

Writing a Guide to SDF Fonts

https://www.redblobgames.com/blog/2026-02-26-writing-a-guide-to-sdf-fonts/
2•chunkles•1m ago•0 comments

Cards Against Humanity Statement and Form for Tariff Refunds

https://www.getyourfuckingmoneyback.com/
1•verdverm•1m ago•0 comments

History of the Graphical User Interface: The Rise (and Fall?) Of WIMP Design

https://www.uxtigers.com/post/gui-history
1•todsacerdoti•2m ago•0 comments

Let's Make Alerting Great Again

https://coroot.com/blog/lets-make-alerting-great-again/
1•DebianDude•3m ago•0 comments

Smol Phone

https://loreleice.bearblog.dev/smol-phone/
2•abnercoimbre•5m ago•0 comments

Block spent $68M on a single party in September 2025

https://twitter.com/BullTheoryio/status/2027250361816486085
3•kappi•6m ago•0 comments

How Do You Build Brand Loyalty with an Agent?

https://www.productcurious.com/p/how-do-you-build-brand-loyalty-with
1•u-work•7m ago•0 comments

Rules for Aging: A Wry and Witty Guide to Life

https://www.amazon.com/dp/0156013606
2•pretext•7m ago•0 comments

AI Killed My SaaS

https://chrija.medium.com/ai-killed-my-saas-55646a9a7522
1•chrija•8m ago•0 comments

Google Wants to Control Your Device – JMP

https://blog.jmp.chat/b/2026-google-wants-to-control-your-device
1•neustradamus•8m ago•0 comments

Show HN: Org-people.el- contact management for org-mode

https://github.com/skx/org-people
1•stevekemp•10m ago•0 comments

Dan Simmons, author of Hyperion, Song of Kali, dead at 77

https://en.wikipedia.org/wiki/Dan_Simmons
7•throw0101a•11m ago•2 comments

It Can Now Be Plainly Said: Trump Is Planning a November Coup D'État

https://newrepublic.com/post/207138/trump-coup-detat-midterm-elections
2•testing22321•12m ago•0 comments

Kinesis Advantage 360: 2 Years In

https://luten.dev/kinesis-two-years-in/
1•speckx•13m ago•0 comments

Pediatric society recommends cholesterol screening for kids between 2 – 10 years

https://www.theglobeandmail.com/canada/article-children-cholesterol-screening-pediatric-society/
1•debo_•14m ago•0 comments

What Claude Code Chooses

https://amplifying.ai/research/claude-code-picks/report?_bhlid=e000b3ab8477d622172348d126b40da777...
1•leecoursey•15m ago•1 comments

An AI agent coding skeptic tries AI agent coding, in excessive detail

https://minimaxir.com/2026/02/ai-agent-coding/
2•minimaxir•16m ago•0 comments

Something Flipped in December: AI Coding's Six-Month Reversal

https://medium.com/@NMitchem/something-flipped-in-december-423e8b808262
2•Mitchem•16m ago•0 comments

Unsaturable LLM Benchmark – Rating LLM Skill, Reliability, and Metacognition

https://unsaturable.com/
1•ootakamoku•17m ago•1 comments

Show HN: SnapMyApp – App Store screenshot maker with Quick and Advanced editing

https://www.snapmyapp.com/
1•sourabh86•17m ago•0 comments

Show HN: Zero – offline, privacy-first expense tracker

https://github.com/indranilbhuin/zero
1•indranilbhuin•17m ago•0 comments

Could a biocomputer made from human brain cells play DOOM?

https://gigazine.net/gsc_news/en/20260226-bio-computer-cl1-plays-doom/
1•wjSgoWPm5bWAhXB•18m ago•0 comments

Don't run OpenClaw on your main machine

https://blog.skypilot.co/openclaw-on-skypilot/
9•hopechong•19m ago•1 comments

BeerPAN 35mm SLR Makes Panoramic Film Photography Accessible

https://petapixel.com/2026/02/10/beerpan-35mm-slr-makes-panoramic-film-photography-accessible/
2•PaulHoule•19m ago•0 comments

Ask HN: Do you find Analytics dashboards cluttered?

1•shubhamintech•19m ago•0 comments

Michael Jordan's Real Legacy

https://trendslates.substack.com/p/jordan-history-and-brand-jack-halves
1•faderisimo•20m ago•0 comments

Stay Green

https://www.verdantly.io/explore
1•stephenwsun•21m ago•0 comments

The world's first hydrogen double-decker bus fleet dropped

https://www.bbc.co.uk/news/articles/cnv6e5l588jo
3•rwmj•22m ago•0 comments

Gartner: Market Guide for API and MCP Testing Tools

https://www.gartner.com/en/documents/7416630
2•stitched2gethr•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.