frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

1•tyloman•7s ago

Zig by Example

https://github.com/boringcollege/zig-by-example
2•dariubs•44s ago•0 comments

Netflix Is Done Coddling Hollywood

https://www.nytimes.com/2026/06/04/business/media/dan-lin-netflix-hollywood.html
1•bookofjoe•1m ago•1 comments

Local AI model claim to beat GPT 5.5 and Opus 4.7

https://old.reddit.com/r/Hugston/comments/1u04e3p/local_ai_model_claim_to_beat_gpt_55/
1•trilogic•2m ago•0 comments

Automating My Job Away

https://austinhenley.com/blog/automatingmyjob.html
1•ibobev•2m ago•0 comments

Readers' top novels of all time

https://www.theguardian.com/books/ng-interactive/2026/jun/06/readers-top-100-novels-of-all-time
1•c-oreills•3m ago•0 comments

Making a Shading Language for My Offline Renderer

https://agraphicsguynotes.com/posts/making_a_shading_langauge_for_my_offline_renderer/
1•ibobev•3m ago•0 comments

Procedural UV Derivatives Evaluation in Sort Renderer

https://agraphicsguynotes.com/posts/procedural_uv_derivatives_evaluation_in_sort_renderer/
1•ibobev•3m ago•0 comments

SecretSpec 0.12: audit logs and coding agents

https://secretspec.dev/blog/secretspec-0-12-audit-logs-and-coding-agents/
1•domenkozar•4m ago•0 comments

Indian Indenture System

https://en.wikipedia.org/wiki/Indian_indenture_system
3•kayo_20211030•5m ago•0 comments

Don't Dethrone Consciousness

https://www.theintrinsicperspective.com/p/dont-dethrone-consciousness
2•surprisetalk•6m ago•0 comments

How the modern world turned gray (and why color may be coming back)

https://bigthink.com/strange-maps/grayening-why-everything-is-gray/
3•Digit-Al•7m ago•0 comments

Mastering Programming (2016, 2024)

https://tidyfirst.substack.com/p/mastering-programming
2•e12e•8m ago•1 comments

Spanish traders set the standard forGnuCash database design

https://handson.money/blog/2026-06-06-horse-arse-and-design/
2•vitalikpie•9m ago•0 comments

Blaise v0.10.0: Native Back End, Threads and Incremental Compilation

https://github.com/graemeg/blaise/discussions/82
3•mariuz•12m ago•0 comments

Show HN: Two Pillars Protocol – a maturity model for AI-era software engineering

https://assess.rlabs.cl/
3•rlabbe•12m ago•0 comments

Two Brothers Are Trying to Put the Person Back into AI

https://www.wearefounders.uk/how-two-brothers-are-trying-to-put-the-person-back-into-ai/
2•snoren•14m ago•0 comments

Get-a-Waymo: How a burglar used a robotaxi to flee the scene

https://www.sfchronicle.com/crime/article/waymo-burglary-camera-video-22277358.php
2•breve•15m ago•0 comments

AI Notepad

https://online-notepad.com/
2•ent101•15m ago•0 comments

Show HN: Nudgra – Open-source, self-hostable alternative to ManyChat

https://github.com/MaikoCode/nudgra-oss
2•Maiko11•16m ago•0 comments

A Fixation and Distance-Dependent Color Illusion

https://arxiv.org/abs/2509.11582
2•robert-boehnke•17m ago•0 comments

Melia: A Privacy-First, Modern Desktop Email Client Made Just for Linux

https://itsfoss.com/melia/
2•mikece•17m ago•0 comments

Is 'Just Buy an Index Fund' Enough? 20 Years of Backtested Data

https://ctrl-trade.com/blog/long-term-investment-strategies-compared/
4•frenxi•20m ago•1 comments

Did Ahmes find the best expansions for 2/n?

https://blog.plover.com/2026/03/17/#egyptian-fractions-2
2•surprisetalk•21m ago•0 comments

Show HN: Batch printing Avery label paper name label generator

https://name-tag-template.com
1•66k•21m ago•0 comments

Value Numbering

https://bernsteinbear.com/blog/value-numbering/
1•surprisetalk•22m ago•0 comments

Show HN: Pokayoke – deterministic guardrails for agentic coding

https://pokayoke.codes
1•sarreph•22m ago•0 comments

Classifying animal behaviour from acceleration data using a U-Net

https://www.sciencedirect.com/science/article/pii/S1574954126001676?via%3Dihub
1•PaulHoule•25m ago•0 comments

Bending Spoons Form F-1

https://www.sec.gov/Archives/edgar/data/2004711/000110465926071170/tm2613674-7_f1.htm
1•ea016•26m ago•0 comments

HN Alerts: get an email when a story is trending

https://hnalerts.com/
1•davidbarker•26m 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.