frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Switchberry: Sometimes a good time costs extra [video]

https://www.youtube.com/watch?v=wxFHw57XGjA
1•teleforce•44s ago•0 comments

We need to add 6k seats to Congress

https://www.usatoday.com/story/opinion/2026/05/25/congress-larger-size-house-representatives/9014...
1•Cider9986•3m ago•0 comments

In-Browser Container Builds

https://ochagavia.nl/blog/fully-in-browser-container-builds/
1•gurjeet•4m ago•0 comments

Bird–Meertens Formalism

https://en.wikipedia.org/wiki/Bird%E2%80%93Meertens_formalism
1•tosh•4m ago•0 comments

The first class of AI natives is graduating

https://www.wsj.com/tech/ai/ai-natives-graduates-job-cuts-6bab8ac9
1•FDETalkDotCom•5m ago•1 comments

Show HN: A high-performance audio visualizer using Rust, WASM, and React

https://audiofftimage.netlify.app/
1•dmaynard•8m ago•1 comments

Show HN : Building Production MPC Wallets: Architecture, Solana Implementation

https://nethsara.substack.com/p/byowbuild-your-own-wallet-a-field
1•nethsarask•9m ago•0 comments

Show HN: GPTFortress, a 24/7 live-stream playing Dwarf Fortress with GPT-5

https://www.twitch.tv/gptfortress
1•leostera•13m ago•0 comments

AI guardrails stripped from Meta and Google models in minutes

https://www.ft.com/content/5630ed79-a263-41ed-9a1a-321617ae310e
4•thunderbong•13m ago•1 comments

Ship Early, Learn Fast: What 10 Days of User Feedback Taught Me About My App

https://qebapps.statichost.page/devnotes/ship-early-learn-fast/
1•qeb_newsairy•16m ago•0 comments

The Quiet Death of the Senior Individual Contributor

https://medium.com/@yalovoy/the-quiet-death-of-the-senior-individual-contributor-why-staff-engine...
1•zero-ground-445•16m ago•0 comments

Show HN: Riot, a modern multicore actor-based ecosystem for OCaml

https://riot.ml
1•leostera•17m ago•0 comments

Why can't anyone build a decent deployment platform for plain HTML?

https://foliodrop.app
1•jaxxchen•21m ago•1 comments

Frontier Model Training Methodologies

https://djdumpling.github.io/2026/01/31/frontier_training.html
1•xdotli•24m ago•1 comments

Microsoft to Publishers: Don't Block the AI Bots

https://www.adexchanger.com/publishers/microsoft-to-publishers-dont-block-the-ai-bots/
3•SVI•26m ago•0 comments

Zero-knowledge encryption may not stop password theft if servers are hacked

https://techxplore.com/news/2026-02-knowledge-encryption-password-theft-servers.html
2•Ember_Wipe•27m ago•0 comments

AI Making Work Easy for Data Analysts and Founders

https://anallyst.app/
1•Sechele•29m ago•0 comments

Why codex /goal fails on complex workflows: compaction amnesia and context rot

1•shaurya-sethi•30m ago•0 comments

AI Gurus Are Charging Wall Street Banks $25,000 a Day

https://www.bloomberg.com/news/features/2026-05-25/the-ai-trainers-charging-25-000-a-day-to-push-...
5•helsinkiandrew•31m ago•1 comments

Outlines – Structured LLM Outputs

https://dottxt-ai.github.io/outlines/latest/
1•modinfo•31m ago•0 comments

Joi AI is hiring masturbation consultants to test "Daily Guided Masturbation"

https://twitter.com/joi___ai/status/2056518876243149258
1•rjzzleep•33m ago•0 comments

Galaxiana – Dedicate a star in a living 3D galaxy

https://galaxiana.com
1•neribar•37m ago•0 comments

Desktop Monitoring and Notifications for CISA KEV

https://github.com/quantumcore/kev_monitor
1•tt560•40m ago•0 comments

ThriftAttention: Selective Mixed Precision for Long-Context FP4 Attention

https://arxiv.org/abs/2605.23081
3•joesharratt29•42m ago•1 comments

Ferrari Reveals $640k EV Co-Designed by Jony Ive

https://www.macrumors.com/2026/05/25/ferrari-luce-jony-ive-photos/
1•mgh2•43m ago•0 comments

Stealth Firefox that passes every bot detection test

https://github.com/feder-cr/invisible_playwright
3•federcr•44m ago•0 comments

Webwright: A terminal is all you need for web agents

https://microsoft.github.io/Webwright/
2•sorenbs•45m ago•0 comments

Standard WiFi can identify individuals with near-perfect accuracy

https://www.digitaljournal.com/tech-science/privacy-any-wi-fi-can-now-identify-you-with-near-perf...
4•jackson-mcd•46m ago•1 comments

The Pressure

https://daniel.haxx.se/blog/2026/05/26/the-pressure/
3•adunk•46m ago•0 comments

Jazz legend Sonny Rollins dies aged 95

https://www.bbc.co.uk/news/articles/c1e224dwz18o
1•2dvisio•48m ago•1 comments
Open in hackernews

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

https://github.com/Oaklight/ToolRegistry
3•Oaklight•1y ago

Comments

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