frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Canada says AI strategy will help create 250k jobs, boost GDP by 3%

https://www.reuters.com/business/world-at-work/canada-says-ai-strategy-will-help-create-250000-jo...
1•thm•3m ago•0 comments

iSCSI vs. NVMe/TCP: The Storage Showdown for Red Hat OpenShift Virtualization

https://developers.redhat.com/articles/2026/06/04/iscsi-vs-nvmetcp-ultimate-storage-showdown-red-...
1•tanelpoder•4m ago•0 comments

Flying High on Impunity

https://georgiebc.wordpress.com/2026/06/01/flying-high-on-impunity/
1•ortr•5m ago•0 comments

Nvidia Nemotron 3 Ultra

https://research.nvidia.com/labs/nemotron/Nemotron-3-Ultra/
2•wavesound•5m ago•0 comments

Blanket: A library for writing deterministic tests of multithreaded Python code

https://github.com/larryhastings/blanket
1•AdilZtn•8m ago•0 comments

K Slices, K Dices

https://beyondloom.com/blog/slicedice.html
1•tosh•11m ago•0 comments

Brave Origin

https://brave.com/origin/
4•berlianta•11m ago•2 comments

Overview of Canada's National Artificial Intelligence Strategy: AI for All

https://ised-isde.canada.ca/site/ised/en/artificial-intelligence-ecosystem/overview-canadas-natio...
1•BiraIgnacio•12m ago•0 comments

INL discovers new behavior in plutonium that could reshape nuclear science

https://inl.gov/feature-story/a-quantum-leap-inl-discovers-new-behavior-in-plutonium-that-could-r...
1•SVI•12m ago•0 comments

The longer it has taken, the longer it will take (2015)

https://www.johndcook.com/blog/2015/12/21/power-law-projects/
1•downbad_•12m ago•0 comments

After 20 years, scientists shrink a powerful laser onto a chip

https://www.sciencedaily.com/releases/2026/06/260604044240.htm
1•SVI•13m ago•0 comments

ColombiaEscoge – Plataforma para que los colombianos voten con información

https://www.colombiaescoge.com/
2•mcormik•16m ago•1 comments

Nvidia Nemotron 3 Ultra Is Live

https://blogs.nvidia.com/blog/nvidia-gtc-taipei-computex-2026-news/
2•pretext•16m ago•0 comments

Scala Was an Experiment That Changed Programming – Interview with Martin Odersky

https://www.youtube.com/watch?v=Xn_YpUtXWT4
1•theanonymousone•20m ago•0 comments

OpenAI CEO Sam Altman admits AI token costs are becoming 'an issue'

https://www.tomshardware.com/tech-industry/artificial-intelligence/openai-ceo-sam-altman-admits-a...
6•speckx•20m ago•0 comments

Enshittification, Despotification, and the Open Internet

https://www.liberalism.org/p/enshittification-despotification-and-the-open-internet
4•mooreds•21m ago•0 comments

Why chatbot AI costs vary 20x for the same job: pricing model, not the tool

https://wexio.io/blog/best-chatbot-small-business
2•Puvvl•22m ago•0 comments

I forked Bettercanvas as a free and open source extension and published it

https://chromewebstore.google.com/detail/canvasrefined/ihienfbdfdamhmhhiokjnjmpjgbenedg
2•GuySan•23m ago•1 comments

Azure Linux 4.0

https://techcommunity.microsoft.com/blog/linuxandopensourceblog/announcing-azure-linux-4-0-purpos...
2•madspindel•23m ago•0 comments

Anina: The discovery infrastructure for the next iconic brands

https://anina.app/
1•Marcelorz•24m ago•1 comments

Show HN: Zerostack, an open coding agent optimized for memory footprint

https://gi-dellav.github.io/zerostack/
2•gidellav•24m ago•0 comments

DeepSWE results are unreliable – 3/3 DSv4 "failed" tasks solved with same model

https://github.com/datacurve-ai/deep-swe/issues/21
1•theanonymousone•25m ago•0 comments

Show HN: Recursi – self-improving LLM-connected coding environment

https://recursi.dev/
1•robbrown451•25m ago•1 comments

Trump plans $700M in new coal support

https://www.reuters.com/legal/litigation/trump-plans-700-million-new-coal-support-white-house-off...
3•JumpCrisscross•26m ago•1 comments

Notes about a random free project I did 30 days ago (yt video transcriptions)

1•cristyg0101•26m ago•0 comments

No Use of AI Is Ethical

https://efturnip.substack.com/p/no-use-of-ai-is-ethical
4•dopple•26m ago•0 comments

Google Search adding profile pages for websites and creators

https://9to5google.com/2026/06/04/google-search-profiles/
1•geox•27m ago•0 comments

Browser-Based OAuth Client: The architecture you shouldn't be using

https://fusionauth.io/blog/browser-based-oauth-client-security-architecture
1•mooreds•27m ago•0 comments

May Kaney's Weird Files Is Out Now

https://kaneysweirdfiles.substack.com/p/may-2026-an-homage-to-monsterquest
1•experiencertim•29m ago•0 comments

Canada unveils national AI strategy

https://www.cbc.ca/news/politics/carney-ai-strategy-9.7223236
2•nigelgutzmann•29m 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.