frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SpaceX IPO video sells Musk's space, AI, asteroid dreams to mom-n-pop investors

https://www.latimes.com/business/story/2026-06-04/spacex-ipo-video-sells-elon-musks-space-ai-aste...
1•1vuio0pswjnm7•38s ago•0 comments

Sapient HRM-Text – a 1B PoC text gen model based on the HRM architecture

https://sapient.inc/hrm-text/
1•senorqa•2m ago•0 comments

Meteor Burst Radio is long range radio which bounces of ionised meteor trails

https://meteorcommunications.co.uk/our-history-3/
1•anjel•3m ago•1 comments

How to Easily Create Your Own Blender Theme

https://blog.cg-wire.com/blender-theme-customization-guide/
1•basilesamel•3m ago•0 comments

Show HN: Altersend – File sharing without cloud

https://github.com/denislupookov/altersend
1•denisdev1•4m ago•0 comments

24. Gulaschprogrammiernacht started, Streams of Talks are available

https://streaming.media.ccc.de/gpn24
2•modeopfer•10m ago•0 comments

Show HN: Encoding Audio Inside PNG Images [video]

https://www.youtube.com/watch?v=XityrCGbHm4
2•Regina0727•10m ago•0 comments

Americans lead AI data centre backlash, global poll finds

https://www.ft.com/content/ed07dc6c-aabe-4e4d-a508-4d2b4f24a852
2•1vuio0pswjnm7•10m ago•0 comments

Satya Nadella 'Not Sure' Who Said Microsoft Wanted to Make Addictive AI

https://www.404media.co/satya-nadella-not-sure-who-said-microsoft-wanted-to-make-addictive-ai-is-...
3•dr_hooo•12m ago•0 comments

Birds masturbate, and that's perfectly normal

https://theconversation.com/birds-masturbate-and-thats-perfectly-normal-284232
2•XzetaU8•12m ago•0 comments

I Didn't Become a Developer to Review AI Slop

https://www.builder.io/blog/developers-drowning-in-ai-prs
2•ankitg12•14m ago•0 comments

Laptop makers are sacrificing ports and repairability for designs

2•anantayush•15m ago•0 comments

How much value is AI creating?

https://www.ft.com/content/8e9ae7a4-7209-4e2c-aa36-f3af77d6ce1f
2•1vuio0pswjnm7•15m ago•0 comments

Anthropic tops AI Arena rankings as it files for IPO

https://liveclip.substack.com/p/anthropic-files-for-ipo-state-of-ai
2•firasd•16m ago•0 comments

Anatomy of a Claude Code Session

https://codewithmukesh.com/blog/anatomy-claude-code-session/
2•ankitg12•18m ago•0 comments

Magit-difftastic: render diffs with difftastic inside magit's buffers

https://github.com/rschmukler/magit-difftastic
2•signa11•27m ago•0 comments

Hagezi DNS-blocklist is returning 404

https://github.com/hagezi/dns-blocklists
2•aayala•29m ago•1 comments

The Pipeline Game: Reading Buying Pressure Before Leads Exist

https://basinleon.github.io/pipeline-game/
2•lbasin23•30m ago•0 comments

Fine-tuning an LLM to write docs like it's 1995

https://passo.uno/fine-tuning-docs-llm/
3•taubek•31m ago•0 comments

Ask HN: What are the biggest problems you find in OpenClaw/Hermes?

1•muoco-01•33m ago•1 comments

No-Chat-Reports

https://github.com/Aizistral-Studios/No-Chat-Reports
1•Cider9986•34m ago•0 comments

The teenagers enlisted as agents of mayhem by Russia and Iran

https://www.ft.com/content/58dabb01-41f6-4440-8a5f-69947d8afe06
1•imichael•41m ago•0 comments

A new profile to help publishers and creators highlight their work on Search

https://blog.google/products-and-platforms/products/search/a-new-profile-to-help-publishers-and-c...
1•taubek•42m ago•0 comments

Show HN: CentProof – Local-first bank statement reconciliation for macOS

https://centproof.com
1•javamantraact•46m ago•0 comments

Why Stone-Faced Fascists Keep Getting Antiquity Wrong

https://www.thebulwark.com/p/why-stone-faced-fascists-keep-getting-antiquity-wrong-x-twitter-elon...
2•martey•55m ago•0 comments

Show HN: ProData AI–AutoML,Data Analysis&PowerBI-Style Dashboards in Streamlit

https://varu4-prodata-ai-app-d2bocc.streamlit.app
1•varunwalekar•57m ago•0 comments

Show HN: ClikDeo – Browser-based video editor (trimmer, merger, shorts creator)

1•Clikdeo•57m ago•1 comments

VoidZero Is Joining Cloudflare

https://voidzero.dev/posts/voidzero-cloudflare
1•carlual•58m ago•0 comments

Can One Disgruntled Employee Destroy Big Tech? A Chilling Truth

https://comuniq.xyz/post?t=1197
3•01-_-•1h ago•0 comments

SpaceX blocked from early benchmark index entry as S&P reaffirms existing rules

https://www.reuters.com/business/finance/sp-global-keeps-fast-entry-proposal-unchanged-spacex-lis...
2•healsdata•1h 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.