frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Fluxer – AGPL alternative to Discord, has hosted version

https://github.com/fluxerapp/fluxer
1•Sean-Der•3m ago•0 comments

Tesla loses bid to overturn $243M Autopilot verdict

https://techcrunch.com/2026/02/20/tesla-loses-bid-to-overturn-243m-autopilot-verdict/
1•doener•6m ago•0 comments

Show HN: I made a free restock alert system for Pokemon packs, Lego kits, & more

https://www.pricedropnotifications.com/collectibles-restock-alerts
1•HNCATCH•6m ago•1 comments

Why OpenAI's CEO says space-based data centres won't matter this decade

https://indianexpress.com/article/technology/artificial-intelligence/sam-altman-elon-musk-space-d...
1•doener•9m ago•1 comments

Show HN: Testing an Idea – Per-Decision Authorization Layer for AI Systems

1•rkka•9m ago•0 comments

Beating a JIT Compiler with a Pure WebAssembly Interpreter

https://github.com/mbbill/Silverfir-nano/blob/main/docs/DESIGN.md
1•mbbill•11m ago•0 comments

InterviewPad

https://www.interviewpad.io/
1•clawdbot•13m ago•1 comments

Machinic intuition: a practical and humble use for LLMs in the future

https://www.blinikot.dev/blog/0117
1•blini-kot•13m ago•0 comments

Electric bikes and mopeds are cutting demand for oil more than electric cars

https://theconversation.com/the-worlds-280-million-electric-bikes-and-mopeds-are-cutting-demand-f...
2•doener•13m ago•0 comments

Find a Place That's Curious

https://morningcoffee.io/find-a-place-thats-curious
1•shiroyasha•14m ago•0 comments

Ghostarchive (Webpage Archive Service)

https://ghostarchive.org/
1•TigerUniversity•15m ago•1 comments

HLE-Verified: A Verification and Revision of Humanity's Last Exam

https://arxiv.org/abs/2602.13964
2•ravenical•25m ago•0 comments

Joinirc.at: Link to your IRC server on any client to onboard new users

https://joinirc.at
2•birdculture•26m ago•0 comments

Show HN: Warn Firehose – Every US layoff notice in one searchable database

https://warnfirehose.com
10•sendkamal•29m ago•1 comments

Large US company came after me for releasing a free open-source alternative

https://old.reddit.com/r/selfhosted/comments/1rbkx5e/large_us_company_came_after_me_for_releasing_a/
5•zem•29m ago•2 comments

Exponat: Efficient Differentiable N-D PDE Solvers in Jax

https://fkoehler.site/exponax/
2•williamjsdavis•31m ago•0 comments

Wave Field LLM – O(nlogn) Transformer Alternative

https://github.com/badaramoni/wave-field-llm
2•mrtb•31m ago•0 comments

Every MCP framework assumes a human at the end of the pipeline – we don't

https://vinkius-labs.github.io/mcp-fusion/mva/
2•renatomarinho•37m ago•0 comments

Show HN: AIVault – MCP server that lets AI use your API keys without seeing them

https://github.com/mohshomis/AIVault
2•mohshomis•40m ago•0 comments

I Think About Codex

https://www.linkedin.com/pulse/how-i-think-codex-gabriel-chua-ukhic
2•janpio•43m ago•0 comments

Histomat of F/OSS: We should reclaim LLMs, not reject them

https://writings.hongminhee.org/2026/01/histomat-foss-llm/
2•whym•43m ago•0 comments

Zuckerberg's "Fix" for Child Safety Could End Anonymous Internet Access for All

https://reclaimthenet.org/zuckerberg-instagram-age-verification-trial
22•aestetix•44m ago•11 comments

I built an AI Watch that responds 5x faster than Siri at 16

https://gethollow.com/
2•Svanski•44m ago•1 comments

I am collecting lo-fi music to stay productive. Tell me if I'm missing any

https://linkits.xyz/kit/lo-fi
2•max_cm•44m ago•0 comments

Meeting is being recorded. Did you know?

https://www.ft.com/content/b24e423a-3d02-45e8-9720-971f60b9ab9d
3•fallinditch•48m ago•1 comments

Show HN: Open-sourced an AI agent directory with an automated discovery pipeline

https://github.com/mohamed-taha/aiagents-directory-oss
2•mot92•49m ago•0 comments

Dealing with a DERPy Server

https://yakshed.com/derp/
2•abound•49m ago•1 comments

Show HN: LinuxLofi-Lofi in the Terminal

https://github.com/JohnDSdev/linuxlofi
3•JohnDSDev•50m ago•0 comments

Show HN: Free AI tool that analyzes your Strava training data

https://www.rexcoach.com
2•jakeboyd4444•50m ago•0 comments

Warp_Seq Sequencer

https://warpseq.lovable.app/?p=eyJicG0iOjEyMCwic3RlcHMiOjE2LCJ0cmFja05hbWVzIjpbIktJQ0siLCJTTkFSRS...
2•nader•51m ago•1 comments
Open in hackernews

Show HN: ToolRegistry – A Python Library for Structured Tool Integration

https://github.com/Oaklight/ToolRegistry
3•Oaklight•9mo ago

Comments

Oaklight•9mo 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•9mo 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•9mo ago
what's GTM?
venk12•9mo ago
GTM is go-to-market. It deals with how to distribute a product so that it can sold out there in the market.