frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Little about software engineering has changed over past last three months

https://twitter.com/Grady_Booch/status/2026736492488568955
1•tosh•49s ago•0 comments

Axelera: Cutting-edge hardware and software platform for accelerating inference

https://axelera.ai
1•amelius•3m ago•0 comments

WTF Happened in 2025?

https://wtfhappened2025.com/
2•myk-e•4m ago•1 comments

OpenClaw broadcasts its screen while I'm at the gym

https://www.instagram.com/reel/DVN2zfSEXJj/
1•nomilk•6m ago•1 comments

Asura: Looped Language Models done better

https://neel04.github.io/my-website/projects/asura/
1•n7g•6m ago•1 comments

Facebook is now the EU law maker

https://thegoodlobby.eu/watchdogs-call-to-drop-ex-meta-lobbyist-as-digital-omnibus-rapporteur/
1•zoobab•8m ago•0 comments

Show HN: A Confidence Calibration Game

https://www.calibrategame.com/
1•SleepyJack•8m ago•0 comments

Memory Price Trends

https://fr.pcpartpicker.com/trends/price/memory/
1•tin7in•9m ago•0 comments

Sometimes Your Device Is Alive but Is Dead

https://dunkels.com/adam/sometimes-your-device-is-alive-but-is-actually-dead/
1•adunk•12m ago•0 comments

Why This Ransomware Attack Failed

https://kb-it.net/why_this_ransomware_attack_failed/
1•better-it•12m ago•0 comments

Technical Excellence Is Not Enough

https://raccoon.land/posts/technical-excellence-is-not-enough/
2•bo0tzz•13m ago•0 comments

Heinzel – AI-Powered Linux Server Administration with Claude Code

https://github.com/wintermeyer/heinzel
1•wintermeyer•16m ago•0 comments

Reducing the size of Go binaries by up to 77%

https://www.datadoghq.com/blog/engineering/agent-go-binaries/
1•birdculture•19m ago•0 comments

What a negative AI economic scenario could look like

https://deadneurons.substack.com/p/what-a-negative-ai-economic-scenario
1•nr378•20m ago•0 comments

How Russia is intercepting communications from European satellites

https://theconversation.com/how-russia-is-intercepting-communications-from-european-satellites-27...
1•robtherobber•21m ago•0 comments

Pdfpc: A presenter console with multi-monitor support for PDF files

https://pdfpc.github.io/
1•fanf2•23m ago•0 comments

Show HN: Who's Winning the AI Race?

https://whoswinningtheairace.com/
2•truffle_pig•25m ago•0 comments

8B tokens a day forced AT&T to rethink AI orchestration and cut costs by 90%

https://venturebeat.com/orchestration/8-billion-tokens-a-day-forced-at-and-t-to-rethink-ai-orches...
1•Daviey•25m ago•0 comments

Show HN: Codex builds a working NES Emulator in one hour

https://github.com/kaonashi-tyc/codex-nes-emulator
1•zi2zi-jit•27m ago•0 comments

Show HN: PsiGuard – real-time hallucination monitoring for LLM apps

1•brad_o_ley•28m ago•0 comments

Tech Monitor – Real-Time AI and Tech Industry Dashboard

https://tech.worldmonitor.app/
1•Daviey•29m ago•0 comments

Tell HN: YC companies scrape GitHub activity, send spam emails to users

7•miki123211•30m ago•0 comments

Thoughts on Coding Agents

https://dennybritz.com/posts/coding-agents/
1•dennybritz•32m ago•0 comments

SEO, AEO, and AI Visibility: The three metrics that define your Website's future

https://repuai.live/en/blog/seo-aeo-ai-visibility-metrics-website-analysis
1•bioneisme•33m ago•0 comments

I built a turn tracking app and I don't know if it's useful?

https://www.turnsies.app/signin?returnUrl=%2F
1•aidanw•34m ago•1 comments

Copland (Operating System)

https://en.wikipedia.org/wiki/Copland_(operating_system)
1•sanbor•34m ago•0 comments

PivotOrDie – a public startup survival tracker

https://pivotordie.club
1•fojia•35m ago•2 comments

Why "All we need is 1% of this large market" is a red flag

https://www.n47.com/insights/why-all-we-need-is-1-percent-of-this-very-large-market-is-a-red-flag
1•fzliu•44m ago•0 comments

ConTraSt – database of empirical results on consciousness theories

https://contrastdb.tau.ac.il/
1•paraschopra•46m ago•0 comments

H-Bomb: A Frank Lloyd Wright Typographic Mystery

https://www.inconspicuous.info/p/h-bomb-a-frank-lloyd-wright-typographic
2•mrngm•46m ago•0 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.