frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A usage circuit breaker for Cloudflare Workers

1•ethan_zhao•1m ago•0 comments

GPS jamming: The invisible battle in the Middle East

https://www.bbc.com/news/articles/c3ewwlx9e1xo
1•throw0101d•1m ago•0 comments

You can read the web in seasons

https://enocc.com/2025/11/12/read-web-seasonally.html
1•nyoki•2m ago•1 comments

A 100 Year Old Consul Typewriter?

https://www.os2museum.com/wp/a-100-year-old-consul-typewriter/
1•jruohonen•2m ago•0 comments

Ig Nobels to move awards to Europe due to concern over US travel visas

https://www.theguardian.com/science/2026/mar/09/ig-nobel-prize-europe
2•sohkamyung•2m ago•0 comments

What is Y Combinator Betting On?

1•Rushalee•3m ago•0 comments

PIDKill – Auto-kill rogue macOS processes on a loop

https://www.pidkill.com
1•thomasmillerGo•3m ago•1 comments

Hooking Coding Agents with the Cedar Policy Language

https://blog.sondera.ai/p/hooking-coding-agents-with-the-cedar
1•joshdevon•4m ago•1 comments

Gen AI Consumer Apps – 6th Edition

https://a16z.com/100-gen-ai-apps-6/
1•qrios•4m ago•0 comments

Jailbreaking Game

https://jailbreak.app.space/
1•mbocanu•6m ago•0 comments

Agents, TODOs and Blockchain: Why the Future Will Not Have Programming Languages

https://ethresear.ch/t/agents-todos-and-blockchain-why-the-future-will-almost-have-no-programming...
1•kladko1•6m ago•0 comments

MeshCore ESPHome Component

https://github.com/meshcore-dev/MeshCore/issues/1225
1•netmilk•6m ago•0 comments

I built a achievement based app to fight procrastination

https://schooly-waitinglist.app/
1•boriswizaard•6m ago•0 comments

$82K GCP bill in 48 hours – so I built an automatic API key kill switch

https://cloudsentinel.dev
1•daudmalik06•7m ago•1 comments

Show HN: Filtering "Who's Hiring" with LLMs – native desktop app in Rust/egui

https://github.com/exlee/hn-jobs-evaluator
1•xlii•7m ago•0 comments

What's My JND?

https://www.keithcirkel.co.uk/whats-my-jnd/
1•OuterVale•8m ago•0 comments

Show HN: A CPU info utility for DOS, Linux, etc.

https://github.com/timw4mail/rustid
1•timw4mail•9m ago•0 comments

I replaced Notion with a Git repo and Obsidian

https://twitter.com/EcstaticPirate/status/2029589180125163825
1•ecstaticpirate•10m ago•0 comments

I had a stroke in Nepal and this is what I ate while I recovered

https://pickyglutton.com/2026/02/16/stroke-in-nepal/
1•dash2•12m ago•0 comments

HN: To make it easier to share skills with my friends, I created a tool

https://github.com/canishowtime/ai-station-navigator
1•mazilin•13m ago•0 comments

Love in the Time of A.I. Companions

https://www.newyorker.com/magazine/2026/03/16/love-in-the-time-of-ai-companions
1•bookofjoe•14m ago•1 comments

Online age-verification tools for child safety are surveilling adults

https://www.cnbc.com/2026/03/08/social-media-child-safety-internet-ai-surveillance.html
6•bilsbie•14m ago•1 comments

Traffic from Russia to Cloudflare is 60% down from last year

https://radar.cloudflare.com/traffic/ru?dateRange=52w
2•secondary_op•15m ago•0 comments

HN: 354M LLM with better epistemic calibration than GPT-2 Medium on OOD data

https://truthagi.ai
1•felipemayamuniz•15m ago•1 comments

Madblog: Turn a Markdown folder into a federated blog

https://blog.fabiomanganiello.com/article/Madblog-federated-blogging-from-markdown
1•blacklight•17m ago•0 comments

My Rust dev setup in 2026

https://bitfieldconsulting.com/posts/rust-dev-tools
1•ingve•17m ago•0 comments

Mercury – Transforming Drone

https://github.com/L42ARO/Mercury-Transforming-Drone
1•OJFord•18m ago•0 comments

The Agent Skills Gold Rush Has a Malware Problem

https://www.theundercurrent.dev/p/the-agent-skills-gold-rush-has-a
3•robutsume•19m ago•0 comments

SoWScanner: AI extraction and deterministic scoring for SOW risk analysis

https://sowscanner.com
2•noisysilence•19m ago•1 comments

A Primer on Air-Campaigns

https://www.theatlantic.com/national-security/2026/03/air-campaign-military-primer/686294/
1•throw0101d•22m 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.