frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

HSBC Mulls Deep Job Cuts from Multiyear AI-Fueled Overhaul

https://www.bloomberg.com/news/articles/2026-03-19/hsbc-mulls-deep-job-cuts-from-multiyear-ai-fue...
2•SilentM68•1m ago•0 comments

Watts, Water, and Carbon: What Your AI Prompts Cost

https://blog.quent.in/blog/2026/03/19/watts-water-and-carbon-what-your-ai-prompts-actually-cost/
1•sylvainkalache•1m ago•0 comments

Prolonged high oil prices could 'crimp' AI boom, WTO warns

https://www.theguardian.com/business/2026/mar/19/oil-prices-ai-boom-wto-iran-war-energy-global-ec...
1•Brajeshwar•1m ago•0 comments

Benchmarking Kubernetes Log Collectors: Vector, Fluent Bit, OTEL Collector, etc.

https://victoriametrics.com/blog/log-collectors-benchmark-2026/index.html
1•valyala•2m ago•0 comments

Blob Objects: A Practical Guide to Files, Previews, Downloads, and Memory

https://jsdevspace.substack.com/p/blob-objects-in-javascript-a-practical
1•javatuts•2m ago•0 comments

LLM Terminology explained simply: Weights, Inference, Effective sequence length

https://devforth.io/insights/llm-terminology-guide-weights-inference-effective-sequence-length-an...
1•dotnot•2m ago•0 comments

A National Policy Framework for Artificial Intelligence [pdf]

https://www.whitehouse.gov/wp-content/uploads/2026/03/03.20.26-National-Policy-Framework-for-Arti...
1•Balgair•2m ago•0 comments

A shared memory spec where every agent write must declare its intent

https://akashikprotocol.com/specifications/draft
1•sahildavid•2m ago•0 comments

Claude Code: Things I Learned After Using It Every Day

https://vinta.ws/code/claude-code-useful-plugins-skills-and-mcps.html
1•gibuloto•5m ago•1 comments

Show HN: Agent Package Manager (APM) for Agent Configuration

https://github.com/microsoft/apm
1•danielmeppiel•7m ago•0 comments

Nintendo planning Switch 2 revision with replaceable battery for Europe

https://nintendoeverything.com/nintendo-reportedly-planning-switch-2-revision-with-replaceable-ba...
1•vrganj•8m ago•0 comments

Project N.o.m.a.d

https://github.com/Crosstalk-Solutions/project-nomad
1•geerlingguy•9m ago•0 comments

AI spam, the latter day internet, force digg.com offline for now

https://disassociated.com/ai-spam-latter-day-internet-force-digg-com-offline/
1•speckx•9m ago•0 comments

Java Is Fast. Your Code Might Not Be

https://jvogel.me/posts/2026/java-is-fast-your-code-might-not-be/
1•siegers•13m ago•0 comments

Cuban Oil Blockade: Man Powers His Polski Fiat with Coal [video]

https://www.youtube.com/watch?v=ibkLrAJnepo
2•jacquesm•15m ago•0 comments

Okd-metal-installer – Bare-metal Kubernetes via static ISOs

https://github.com/tosin2013/okd-metal-installer
2•takinosh•15m ago•2 comments

Memory Primitives: Why Most Agent Memory Systems Are Incomplete

https://primitivesai.substack.com/p/memory-primitives-the-infrastructure
1•traderaegis•15m ago•0 comments

The Malleable Software That Never Was

https://twitter.com/karrisaarinen/status/2034845387488731585
1•tosh•16m ago•0 comments

I'm OK being left behind, thanks

https://shkspr.mobi/blog/2026/03/im-ok-being-left-behind-thanks/
70•coinfused•17m ago•7 comments

Dead man's switch vs. digital will: what each one is for

https://blog.alcazarsec.com/posts/dead-mans-switch-vs-digital-will
1•alcazar•18m ago•0 comments

New IEA Report Recommends WFH (International Energy Agency)

https://www.iea.org/reports/sheltering-from-oil-shocks
1•alecco•19m ago•0 comments

Musings on 'Digital Sovereignty'

https://neilzone.co.uk/2026/03/musings-on-digital-sovereignty/
1•speckx•19m ago•0 comments

Show HN: There's no good way to share AI agent trajectories, so I built one

https://www.traced.run/
1•JSchaeffer•20m ago•1 comments

Wind-powered robot could enable long-term exploration of hostile environments

https://techxplore.com/news/2026-03-powered-robot-enable-term-exploration.html
1•Brajeshwar•20m ago•0 comments

Show HN: Linux Nvidia GPU V/F Curve Editor for Undervolting/OC

https://github.com/ekojsalim/nvcurve/tree/main
2•ekojs•21m ago•0 comments

Belize has no MLS so I made one (forsale.bz)

https://forsale.bz
1•pruufsocial•21m ago•0 comments

Accumulated Ignorance at Scale

https://brianguthrie.com/p/accumulated-ignorance-at-scale/
1•bguthrie•22m ago•0 comments

Micronation

https://en.wikipedia.org/wiki/Micronation
1•Insanity•23m ago•0 comments

Show HN: MUP – Stop making LLMs rebuild UI from scratch every time

1•Ricky_Tsou•24m ago•0 comments

Nvidia's Huang pitches AI tokens on top of salary

https://www.cnbc.com/2026/03/20/nvidia-ai-agents-tokens-human-workers-engineer-jobs-unemployment-...
11•wmat•24m ago•19 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.