frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

War Prediction Markets Are a National-Security Threat

https://www.theatlantic.com/technology/2026/03/polymarket-insider-trading-going-get-people-killed...
1•fortran77•19s ago•0 comments

How do teams prevent duplicate LLM API calls and token waste?

1•cachelogic•3m ago•0 comments

Agentic open-source local news comedian (Pydantic, Llama 3.1)

https://github.com/jeffjbowie/Local-News-Comedian-Agent
1•Veritaco•6m ago•0 comments

The First Multi-Behavior Brain Upload

https://theinnermostloop.substack.com/p/the-first-multi-behavior-brain-upload
1•bwjx•9m ago•0 comments

The Art of Dailiness, by Michael Bierut

https://www.itsnicethat.com/features/michael-bierut-the-art-of-dailiness-advice-education-creativ...
1•jruohonen•9m ago•0 comments

Fine I'll Try Linux One More Time [video]

https://www.youtube.com/watch?v=kluoZ9RhmVo
1•eldaisfish•10m ago•0 comments

Coworker Isn't the Enemy–Why Compete with Them?

1•01-_-•10m ago•0 comments

Sometimes the simple ideas are the most effective

https://www.trustle.online
1•cdotkay•11m ago•1 comments

Spirals – Or Visualizing Cycles and Patterns

https://uditsaxena.bearblog.dev/spirals-cycles-patterns/
1•wavelander•11m ago•0 comments

Show HN: I wrote a script to customise Hacker News with bigger fonts and skins

https://github.com/susam/hnskins
1•susam•11m ago•0 comments

I used pulsar detection techniques to turn a phone into a watch timegrapher

https://www.chronolog.watch/timegrapher
1•tylerjaywood•15m ago•1 comments

AI-Powered F1 Predictions

https://danielfinch.co.uk/words/2026/03/06/ai-f1-predictions/
1•danielsamuels•15m ago•1 comments

The MacBook Neo drops: What I'm doing to get it

https://www.sonka.io/wishlist/survival-funds-376a71
1•chiswanjo•17m ago•0 comments

Google PM open-sources Always On Memory Agent, ditching vector databases

https://venturebeat.com/orchestration/google-pm-open-sources-always-on-memory-agent-ditching-vect...
1•antigrav_kids•18m ago•2 comments

Full Circle: How AI Agents Are Bringing Back the Age of the Designer

http://bodgerwashere.blogspot.com/2026/03/full-circle-how-ai-agents-are-bringing.html
1•jlbprof•19m ago•0 comments

Sendbuilds: Build and deploy any GitHub repo with one command

https://github.com/Sendara/sendbuilds
1•notsliver•20m ago•0 comments

Uber CEO on culture: expects weekend email replies, will push out non-performers

https://fortune.com/2026/03/04/uber-ceo-dara-khosrowshahi-rejects-work-life-balance-staffers-resp...
3•nickvec•20m ago•1 comments

Extinction by Optimization: Tech Monopolies and the South Korea Trajectory

https://natansessays.com/posts/the-sterile-american-empire/
1•JhonOliver•22m ago•1 comments

Teaching Claude Code to run commands in Neovim

https://fredrikaverpil.github.io/blog/2026/03/07/teaching-claude-code-to-run-commands-in-neovim/
1•fredrikaverpil•22m ago•0 comments

Show HN: I Made OpenClaw for Coding – ClawCode

https://clawcode.app
1•pvisilias•26m ago•0 comments

On Being a Dad

https://www.derekthompson.org/p/three-reasons-to-be-a-parent
1•NaOH•27m ago•0 comments

Knuth Claude's Cycles note update: problem now fully solved by LLMs

https://www-cs-faculty.stanford.edu/~knuth/papers/claude-cycles.pdf?updated
3•fs123•27m ago•2 comments

Gumlet CLI and Skills: Upload and manage videos with agents

https://github.com/gumlet/cli
1•adityapatadia•29m ago•0 comments

Show HN: Rust primitives for AI agents, LLM infrastructure, and financial data

https://github.com/Mattbusel/rust-crates
1•Shmungus•29m ago•0 comments

Maybe the easily method to start with LLMs?

https://github.com/skorotkiewicz/rmux-rs
2•modinfo•30m ago•0 comments

An Uncomfortable Emotion That's Worth Feeling

https://www.theatlantic.com/newsletters/2026/03/boredom-attention-meaning/686286/
3•nativeit•31m ago•0 comments

LineageOS 22.2 for BlackBerry KEY2

https://xdaforums.com/t/rom-15-unofficial-beta-athena-lineageos-22-2-for-blackberry-key2.4777062/
1•hggh•33m ago•0 comments

Reinsurers Triple Ship Insurance Costs After US Torpedo Attack

https://www.bloomberg.com/news/articles/2026-03-06/reinsurers-scrap-war-risk-cover-after-us-torpe...
3•JumpCrisscross•34m ago•0 comments

Show HN: Ytm-player – A cross-platform TUI+CLI YouTube Music player in Python

https://github.com/peternaame-boop/ytm-player
3•pnaame•34m ago•0 comments

Troops Mass as Landlocked Ethiopia Chases Access to the Sea

https://www.wsj.com/world/africa/troops-mass-as-landlocked-ethiopia-chases-access-to-the-sea-211e...
2•JumpCrisscross•35m ago•0 comments
Open in hackernews

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

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

Comments

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