frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Schwifty – quickly find and reuse previously executed commands

https://github.com/vanesterik/schwifty
1•bakkerinho•2m ago•0 comments

Elon Approves

https://imgur.com/gallery/De7pvyG
2•stocazzoefwefwe•5m ago•0 comments

The Day Cryptography Changed Forever

https://21ideas.org/en/gf/genesis-intro/
1•kehiy•5m ago•0 comments

How little exercise can you get away with?

https://www.economist.com/science-and-technology/2026/07/03/how-little-exercise-can-you-get-away-...
2•vinni2•6m ago•0 comments

What Is Project Aion? Inside Microsoft's Agentic Copilot OS

https://www.windowscentral.com/microsoft/windows-11/project-aion-copilot-os-faq
1•atan2•9m ago•0 comments

Is 'The College Board' a Nonprofit or a $1.6B Testing Monopoly?

https://www.forbes.com/sites/scottwhite/2025/05/26/the-college-board-exposed-nonprofit-or-16-bill...
1•Baljhin•11m ago•0 comments

Matrix Multiplication on Blackwell

https://www.modular.com/blog/matrix-multiplication-on-nvidias-blackwell-part-1-introduction
1•skidrow•12m ago•0 comments

Toward Better Hip Kernel Generation for AMD GPUs

https://scalingintelligence.stanford.edu/blogs/hipkernels/
1•skidrow•13m ago•0 comments

Show HN: Nimbus - open-source AI agent that operates your AWS and GCP

https://github.com/hritvikgupta/nimbus
1•hritvik29•13m ago•0 comments

Full Writeup of the Windows GDID

https://github.com/SmtimesIWndr/gdid-reversal
2•typeofhuman•13m ago•0 comments

CubeSandbox

https://github.com/tencentcloud/CubeSandbox
1•handfuloflight•14m ago•0 comments

Liftz: Your Gym Buddy

https://apps.apple.com/in/app/liftz-your-gym-buddy/id6779775357
1•linkesh•15m ago•0 comments

Jim's TrueType QR Code Font

https://github.com/jimparis/qr-font
1•gpvos•16m ago•1 comments

Show HN: Autoops – Multi-region data and service mesh operated by a Makefile

https://github.com/neospe/autoops
1•leschak•16m ago•0 comments

The Junior Developer Extinction: 67% Hiring Collapse Reshaping Tech Careers

https://hakia.com/news/junior-developer-crisis-2026/
2•panny•17m ago•0 comments

xAI makes its rebrand to SpaceXAI complete with a new logo

https://www.businessinsider.com/xai-rebrand-spacexai-new-logo-x-handle-spacex-2026-7
2•enlightpixel•18m ago•0 comments

Making a wazuh server in Python from scratch for fun and maybe profit

https://medium.com/@souzo/making-a-wazuh-server-in-python-from-scratch-for-fun-and-maybe-profit-c...
1•souzo•18m ago•0 comments

Current ListenBrainz server issues/high load, Part 2

https://blog.metabrainz.org/2026/07/06/current-listenbrainz-server-issues-high-load-part-2/
2•max-m•20m ago•1 comments

Show HN: Noriento – Train your sense of direction

https://noriento.com/
2•markoberkes•20m ago•0 comments

Show HN: Aestheticscience.net – A website for rating academic papers

https://aestheticscience.net/
3•pswjt•21m ago•0 comments

New app for Harry Potter fans

2•IDIRIS•22m ago•1 comments

How are you measuring Claude Code and Codex performance?

2•achalpandey•23m ago•1 comments

How ChatGPT Picks Sources (I Read the Network Traffic, Not the Outputs)

https://suganthan.com/blog/how-chatgpt-picks-sources/
2•trusche•25m ago•0 comments

Google Apps Script is now a Google Workspace core service

https://workspaceupdates.googleblog.com/2026/06/google-apps-script-workspace-core-service.html
2•kamphey•26m ago•0 comments

Kennel – Keep Your AI Agents Running Between Tasks

https://github.com/eranif/kennel
2•SableDb•27m ago•0 comments

Show HN: Free keyword search volume data

https://www.seodata.dev/
3•alentodorov•29m ago•0 comments

Look mom, no ADCs Scaling ML analog compute to 1000x lower energy than digital

https://sangota.substack.com/p/analog-can-scale-heres-how
2•sango_ta•30m ago•0 comments

x.ai Voice Agent Builder

https://x.ai/voice
2•dawie•31m ago•1 comments

Attribute Knowledge RAG Pattern for Governed AI Agents

https://superml.dev/attribute-knowledge-rag-pattern-llm-governed-attributes
2•bps1418•35m ago•0 comments

Titan's Resources and Their Utilization

https://arxiv.org/abs/2606.06608
5•bookofjoe•36m 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.