frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Self-Hosting on the Dark Web

https://david.alvarezrosa.com/posts/self-hosting-on-the-dark-web/
1•ethanplant•1m ago•0 comments

Claude Opus 4.8: The System Card

https://thezvi.substack.com/p/claude-opus-48-is-honestly-better
1•paulpauper•1m ago•0 comments

Squats, Presses, and Deadlifts: Why Gyms Don't Teach the Only Exercises You Need

https://startingstrength.com/article/squats-presses-and-deadlifts-why-gyms-dont-teach-the-only-ex...
1•eudamoniac•6m ago•0 comments

The Engineer and the Autocomplete: What LLMs Can't Do

https://geerttheys.substack.com/p/llms-vs-human-engineers-who-really
1•toadi•6m ago•0 comments

strace-ui, Bonsai_term, and the TUI renaissance

https://blog.janestreet.com/strace-ui-bonsai-term-and-the-tui-renaissance/
1•matt_d•6m ago•0 comments

GoPro is at risk of potential bankruptcy amid lower sales and high memory costs

https://www.digitalcameraworld.com/cameras/action-cameras/breaking-news-gopro-is-in-serious-finan...
2•droidjj•9m ago•0 comments

Making Pebble Apps in 2026

https://coconauts.net/blog/2026/05/08/pebble-apps/
1•jandeboevrie•10m ago•0 comments

Show HN: Jabsco – agent harness that works remotely through RDP

https://github.com/jrecyclebin/jabsco
1•jrecyclebin•13m ago•0 comments

When Agentic AI Met the Common Law of Agency [pdf]

https://download.ssrn.com/2026/5/27/6838660.pdf?response-content-disposition=inline&X-Amz-Securit...
1•droidjj•14m ago•0 comments

Ask HN: How can I get an OpenAI account bug in front of an engineer?

1•_kyran•15m ago•0 comments

EasyOS Built with Xlibre

https://bkhome.org/news/202606/easyos-built-with-xlibre.html
1•jandeboevrie•15m ago•0 comments

Bloc – Cursor for AI video (a canvas IDE, not a timeline)

https://vidbloc.com/
1•richardyangteki•19m ago•0 comments

What Happens to Software Engineering When Generating Code Is Free? (Part 1)

https://sageox.ai/blog/when-generating-code-is-free-part-1
2•port8080•22m ago•4 comments

I built a GitHub App to help reviewers decide if a PR is ready to approve

https://github.com/marketplace/approvalops
1•xpinc17•24m ago•0 comments

Woman with Ebola symptoms quarantined in Bengaluru after Uganda trip

https://indianexpress.com/article/india/ebola-virus-india-bengaluru-woman-quarantined-symptoms-10...
1•JumpCrisscross•24m ago•0 comments

Show HN: Opthash – Rust implementations of Elastic and Funnel hashing

https://github.com/aaron-ang/opthash-rs
1•aayd•32m ago•0 comments

Ask HN: Why most of us programmers are men?

3•alonsovm44•33m ago•3 comments

AI can chart a course to disaster faster than humans can notice

https://thebulletin.org/2026/05/ai-can-chart-a-course-to-disaster-faster-than-humans-can-notice/
1•nickcotter•34m ago•0 comments

Introducing The American AI Sovereign Wealth Fund Act [video]

https://www.youtube.com/watch?v=VN4b4UCWMKI
1•The_Gray•37m ago•0 comments

NetBSD Problem Report #54977

https://gnats.NetBSD.org/54977
1•1vuio0pswjnm7•40m ago•0 comments

A dire warning from Oracle co-founder Larry Ellison

https://www.techradar.com/pro/quote-of-the-day-by-oracle-co-founder-larry-ellison-citizens-will-b...
1•nreece•40m ago•0 comments

Bacteria Solved the Mystery of Inheritance

https://worksinprogress.co/issue/how-bacteria-solved-the-mystery-of-inheritance/
1•maxall4•41m ago•0 comments

Quantum Backrooms

https://backrooms.mothquantum.com
1•vi_sextus_vi•43m ago•0 comments

Being Muslim in Japan

https://japan-dev.com/blog/being-a-muslim-in-japan-what-daily-life-and-work-really-look-like
7•etdev•48m ago•0 comments

Spaces and Shapes – What's New in Easel (May 2026)

https://easel.games/blog/2026-may-update
1•BSTRhino•49m ago•0 comments

Building a Recurrent-Depth Transformer for Security Research on a 2013 MacBook

https://github.com/TushaeBXN/kerrigan-fantasma/blob/main/USE_POLICY.md
1•btthomas•51m ago•0 comments

WordPress continues to be the best tool for new websites

https://alprado.com/blog/wordpress-continues-to-be-the-perfect-tool-for-new-websites/
2•alprado50•52m ago•0 comments

Meta AI Support – full system prompt leaked

https://github.com/michaelcummings12/meta-ai-support-prompt/blob/main/system-prompt.md
3•alasdair_•54m ago•0 comments

Jan – Personal Intelligence that answers only to you

https://www.jan.ai/
2•danboarder•59m ago•0 comments

GoPro warned it may not survive

https://thenextweb.com/news/gopro-going-concern-ai-memory-crisis-default
4•mmh0000•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.