frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What type of dev are you in the AI age? fun quiz

https://whatkindof.dev
2•lfgcampos•2m ago•0 comments

How to build a cancer vaccine, and whether they will work this time

https://www.owlposting.com/p/how-to-build-a-cancer-vaccine-and
2•abhishaike•2m ago•0 comments

Skill to Ensure Claude Code Uses No Em Dashes

https://github.com/exmergo/skill-no-em-dashes
2•marcociavarella•3m ago•0 comments

Fast Fourier Transform from Scratch

https://www.adiuvoengineering.com/post/microzed-chronicles-fast-fourier-transform-from-scratch
2•hasheddan•3m ago•0 comments

Show HN: I made a spoiler-free World Cup tracker with a Test Management skin

https://worldcup.getbestest.com
3•pakosteve•4m ago•0 comments

New methodology for ranking VC firms and individual investors by Stanford prof

https://ilyastrebulaev.substack.com/p/ranking-venture-investor
2•smurda•4m ago•0 comments

Data Leak at Ozempic Manufacturer Novo Nordisk

https://www.heise.de/en/news/Data-leak-at-Ozempic-manufacturer-Novo-Nordisk-11335568.html
4•wolfi1•6m ago•0 comments

Show HN: TermType – a terminal typing game where words fall like Space Invaders

https://github.com/GiovanniCst/termtype
1•J_cst•7m ago•0 comments

Show HN: [[[hinge-ts]]] I reverse engineered Hinge's API

https://github.com/wrsrsh/hinge-ts
2•warisareshi•8m ago•1 comments

Rust for C#/.NET Developers

https://microsoft.github.io/rust-for-dotnet-devs/latest/
1•giancarlostoro•9m ago•0 comments

Voskhod Spacecraft "Globus" IMP navigation instrument

https://en.wikipedia.org/wiki/Voskhod_Spacecraft_%22Globus%22_IMP_navigation_instrument
1•the-mitr•10m ago•0 comments

How much of your life slick UI animations are stealing

https://fuckanimations.com
2•justmarc•10m ago•0 comments

Human Judgment as a Specification

https://blog.brownplt.org/2026/06/09/pick.html
2•surprisetalk•11m ago•0 comments

Flax debugging: making a hash of things

https://www.gilesthomas.com/2026/06/hashing-jax-parameters
2•ibobev•11m ago•0 comments

AmigaOS 2: The Greatest Upgrade

https://www.datagubbe.se/os20up/
1•ibobev•11m ago•0 comments

Show HN: Stegcore – steganography and steganalysis in one Rust binary

https://github.com/The-Malware-Files/Stegcore
1•ElementMerc•12m ago•0 comments

Show HN: WPF grade canvas UI framework for the web

1•zionsati•14m ago•0 comments

React Interview Questions Every Developer Should Know in 2026

https://jsdev.space/react-interview-questions-2026/
1•javatuts•16m ago•0 comments

Stop reaching for microservices. You are not Netflix

https://diogocapela.com/blog/stop-reaching-for-microservices-you-are-not-netflix
2•rvz•19m ago•0 comments

Wah-Ult in the Vault

https://www.nature.com/articles/d41586-026-01719-x
1•ilreb•19m ago•0 comments

A Chinese Android just ran a half-marathon faster than any human

https://www.cnn.com/2026/04/19/china/china-robot-half-marathon-intl-hnk
2•ilreb•20m ago•0 comments

Cheaper LLM tokens led to bigger AI bills (Jevons paradox)

https://northwoodsystems.ai/blog/ai-token-economics
2•AndrewLiu96•20m ago•0 comments

Deep Work Plan – Turn a repo into a spec-driven harness for AI agents

https://deepworkplan.com/
1•xergioalex•22m ago•0 comments

€31B drug trade, 7,600 deaths: How the EU plans to tackle the drug crisis

https://www.euronews.com/my-europe/2026/06/16/31bn-drug-trade-7600-deaths-how-the-eu-plans-to-tac...
1•rawgabbit•23m ago•0 comments

AWS Blocks – build AWS apps locally before deploying

https://aws.amazon.com/products/developer-tools/blocks/
1•xyos•23m ago•1 comments

BareMetal OS running inside Firecracker microVMs with <1ms cold start

https://github.com/ReturnInfinity/BareMetal-Firecracker
1•ianseyler•24m ago•1 comments

Function Composition from C++17 to C++23

https://freshsources.com/code-capsules/composing-functions/
2•chuckallison•26m ago•1 comments

Show HN: Kaupang – a push-based deploy CLI, now with a drag-and-drop builder

https://github.com/kaupang-dev/kaupang
2•witnz•27m ago•0 comments

The engineering practices Claude Code and Codex use to improve AI agents

https://www.andrewjesson.com/blog/the-engineering-practices-claude-code-and-codex-use-to-improve-...
1•anndvision•27m ago•0 comments

Git worktrees – why should I use them?

https://github.blog/ai-and-ml/github-copilot/what-are-git-worktrees-and-why-should-i-use-them/
2•onnnon•27m 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.