frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The age of thin clients and middle managers

https://kixpanganiban.bearblog.dev/the-age-of-thin-clients-and-middle-managers/
1•kixpanganiban•2m ago•0 comments

Claude Code Did the Heavy Lifting to Get Adobe Lightroom CC Running on Linux

https://www.phoronix.com/news/Adobe-Lightroom-CC-Linux
2•bno1•4m ago•0 comments

Your browser probably lies to the big sites (blame Chrome)

https://hackaday.com/2026/05/16/your-browser-probably-lies-to-the-big-sites-blame-chrome/
1•notpushkin•8m ago•0 comments

China bypasses US GPU bans with 1.54-exaflops 'LineShine' supercomputer

https://www.tomshardware.com/tech-industry/artificial-intelligence/china-bypasses-us-gpu-bans-wit...
1•giuliomagnifico•9m ago•0 comments

Mnemonicai – AI that learns from your company's work, not your docs

https://mnemonic.nishantvanawala6118.workers.dev
1•Nishvana•12m ago•0 comments

AI in Finance: What Is Working Today

https://members.sigmazero.cc/posts/ai-in-finance-is-157955538?postId=ai-in-finance-is-157955538
2•sigmazero•12m ago•0 comments

Pixal3D: Pixel-Aligned 3D Generation from Images

https://ldyang694.github.io/projects/pixal3d/
2•steveharing1•16m ago•0 comments

Photo GIMP – A Patch for GIMP 3 for Photoshop Users

https://github.com/Diolinux/PhotoGIMP
1•SockThief•22m ago•0 comments

Private Networking on Hetzner Cloud with Tailscale

https://onatm.dev/2026/01/28/private-networking-on-hetzner-cloud-with-tailscale/
1•onatm•23m ago•0 comments

Agent skill for UB detection in Rust

https://twitter.com/i/status/2055439039692452106
1•Dowwie•24m ago•1 comments

A relatively brief explanation of Boltzmann Brains

https://www.lesswrong.com/posts/v8MSczS3CuoqMmTFw/a-relatively-brief-explanation-of-boltzmann-brains
1•joozio•29m ago•0 comments

Show HN: MaragingLoop: Autonomous Bare-Metal OS Agent

https://github.com/GistNoesis/MaragingLoop/
1•GistNoesis•29m ago•1 comments

No comment on this PR may mention the following topics

https://chaosfem.tw/@Athena/116578993491995353
1•colinprince•32m ago•0 comments

Klaxon a livr earthquake map with no back end

https://klaxon.live/
2•Accher•35m ago•0 comments

American Jobs with AI Exposure Are Starting to Disappear, Data Show

https://gizmodo.com/american-jobs-with-ai-exposure-really-are-starting-to-disappear-data-show-200...
1•pseudolus•36m ago•0 comments

Some Asexuals Are Using AI Companions for Intimacy Without the Sex

https://www.wired.com/story/some-asexual-people-are-using-ai-companions-for-intimacy-without-the-...
1•joozio•39m ago•0 comments

Opening a jar for 10 hours straight [video]

https://www.youtube.com/watch?v=X969XcyIHWY
3•pingou•50m ago•0 comments

AidaIDE – A desktop IDE built around SSH sessions

https://aidaide.app/vs/putty
1•westhemess•51m ago•0 comments

SlothDB is an OLAP DB ahead of DuckDB on Clickbench SQL database in C++20

2•souravroy78•52m ago•0 comments

Microsoft rejects critical Azure vulnerability report, no CVE issued

https://www.bleepingcomputer.com/news/security/microsoft-rejects-critical-azure-vulnerability-rep...
2•rurban•52m ago•1 comments

The 'Mythos Moment'

https://profserious.substack.com/p/the-mythos-moment
1•krona•55m ago•0 comments

Running Local Language Model on Game Boy Color

https://old.reddit.com/r/LocalLLaMA/comments/1tbi2n3/i_got_a_real_transformer_language_model_runn...
1•AbuAssar•58m ago•0 comments

SPF PermError: What Causes It and How to Fix It Step-by-Step

https://dmarcguard.io/blog/spf-permerror-fix/
1•meysamazad•59m ago•0 comments

How the New Testament Was Copied and Preserved

https://www.jeremysarber.com/p/how-the-new-testament-was-copied
2•meysamazad•1h ago•0 comments

Building Shopie for Mac with SwiftUI

https://mjtsai.com/blog/2026/05/08/building-shopie-for-mac-with-swiftui/
1•SoKamil•1h ago•0 comments

We need something better than touchscreens in cars

https://thejollyteapot.com/2026/05/10/we-need-something-better-than-touchscreens-in-cars/
1•meysamazad•1h ago•1 comments

Riding the Leopard

https://www.notboring.co/p/riding-the-leopard
1•watchful_moose•1h ago•0 comments

Nvidia Surpasses Germany

https://www.euronews.com/business/2026/05/16/nvidia-surpasses-germany-how-the-market-caps-of-tech...
6•DeathArrow•1h ago•3 comments

'White monkeys' paid to make Chinese businesses look global

https://www.theguardian.com/lifeandstyle/2026/may/16/fake-lawyers-scientists-chefs-punters-white-...
3•YeGoblynQueenne•1h ago•0 comments

Why our AI agent needed a causal graph, not just a RAG database

https://openyf.dev/blogs/world-model
1•youelfedr•1h ago•0 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.