frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Floorp Browser

https://floorp.app/
1•thunderbong•1m ago•0 comments

The Hell of Tetra Master (2023, 2025)

https://xvw.lol/en/articles/tetra-master.html
1•wise_blood•1m ago•0 comments

LLMs for technical editing: The good, the bad, and the ugly

https://techstackups.com/articles/llms-for-technical-editing-the-good-the-bad-and-the-ugly/
1•ritzaco•1m ago•0 comments

Just Pay the Subscription

https://www.uncommonapps.nyc/p/just-pay-the-subscription
1•dabluck•2m ago•0 comments

Show HN: Slopera, a browser that hallucinates every page with an LLM

https://github.com/fresswolf/Slopera
1•fresswolf•2m ago•0 comments

India Is Building Surveillance Infrastructure on Broken Data and Bad Policing

https://www.techpolicy.press/india-is-building-surveillance-infrastructure-on-broken-data-and-bad...
3•cdrnsf•2m ago•0 comments

Beni Is a Cute Autonomous Camera Robot on Wheels

https://petapixel.com/2026/07/08/beni-is-a-cute-autonomous-camera-robot-on-wheels/
1•dxs•2m ago•0 comments

Command Line Interface Guidelines

https://clig.dev/
1•sodic•2m ago•0 comments

SpaceXAI launches Grok 4.5 model for coding, agentic tasks

https://www.reuters.com/business/media-telecom/spacexai-launches-grok-45-model-coding-agentic-tas...
1•adithyaharish•2m ago•0 comments

Show HN: Noema – AI personas debate US listed stocks

https://itsnoema.com
1•hobbescotch•3m ago•0 comments

Tracking unique visitors without cookies

https://inmargin.io/blog/tracking-unique-visitors-without-cookies
1•jamie_davenport•3m ago•0 comments

Show HN: OpenTab – a lazygit-style TUI for your AI token spend

https://github.com/hamidi-dev/opentab
1•hamidi-dev•5m ago•0 comments

A Road to Lisp: Why Lisp

https://scotto.me/blog/2026-07-09-why-lisp/
1•silcoon•6m ago•0 comments

Show HN: Yogen – 500 AI agents argue about your idea before you bet on it

https://github.com/michaelwrites67-ctrl/yogen
1•michaelruocco•6m ago•0 comments

Data Centers Are Quietly Taking over Texas. The Pollution Could Be Catastrophic

https://www.wired.com/story/data-centers-taking-over-texas-pollution-could-be-catastrophic/
3•littlexsparkee•6m ago•1 comments

Show HN: Wizard, Self-extending autonomous AI agent in one Rust binary

https://github.com/teddytennant/wizard
1•Theodoretennant•8m ago•1 comments

Backblaze Drive Stats for Q1 2026

https://www.backblaze.com/blog/backblaze-drive-stats-for-q1-2026/
1•HieronymusBosch•10m ago•0 comments

Listen, you're probably not good at the violin

https://homosabiens.substack.com/p/listen-youre-probably-not-good-at
1•surprisetalk•11m ago•0 comments

Show HN: An open World Cup 2026 prediction ledger with sha256 receipts

https://github.com/sgInnora/wc2026-prediction-ledger
1•Innoraai•11m ago•0 comments

Animal model of xray reading: Detection of lung abnormalities in CT by pigeons

https://link.springer.com/article/10.1007/s10071-026-02048-2
2•mhb•12m ago•0 comments

Show HN: Arcaide – Explore code with multi-level call graphs

https://arcaide.foo
2•aqula•12m ago•0 comments

GitHub Status – Let's put out an impact statement first

https://twitter.com/i/status/2075161900275360076
2•denysvitali•12m ago•0 comments

Show HN: Android Developer Verification Package blacklisted in Aurora Store

2•bewilderbeast•13m ago•0 comments

Just Keep at It: A Decade at Mozilla

https://eqrion.net/ten-years-at-mozilla/
2•birdculture•15m ago•0 comments

Vercel launching Native SDK – toolkit for building native desktop applications

https://github.com/vercel-labs/native
2•exponential_dan•19m ago•0 comments

Every JavaScript bundler handles inline <script> tags wrong

https://carter.sande.duodecima.technology/inline-script-pitfalls/
2•ptx•20m ago•0 comments

Execs Confused and Horrified by the AI Bills

https://futurism.com/future-society/executives-corporations-ai-bills-metered-billing
5•technewssss•21m ago•1 comments

Verbalizable Representations Form a Global Workspace in Language Models

https://transformer-circuits.pub/2026/workspace/index.html
2•andsoitis•21m ago•0 comments

Calnode – self-hostable Calendly and Zoom in one Go binary

https://calnode.com/
3•shockalotti•21m ago•1 comments

SnapID – point your camera at anything, get an instant AI ID

https://apps.apple.com/us/app/snapid-object-identifier/id6761325361
2•rafaelrpadovani•22m 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.