frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Abby Steele: An Offline AI Personality Powered by a Local LLM and Chess Engine

https://www.abbysteele.com
1•chainbuilder•1m ago•0 comments

Ads and tracking infiltrated TVs. Now they're coming for monitors

https://arstechnica.com/gadgets/2026/08/ads-and-tracking-infiltrated-tvs-now-theyre-coming-for-mo...
2•nickt•2m ago•0 comments

Xiaomi, AI Cube prototype: Multi-chip local LLM powerhouse

https://me.mashable.com/tech/75268/xiaomi-reveals-ai-cube-prototype-multi-chip-local-llm-powerhou...
1•aledevv•3m ago•0 comments

VK is suing Apple for blocking its apps – and wants $696,000 a day

https://www.techradar.com/pro/russian-tech-giant-vk-is-suing-apple-for-blocking-its-apps-and-want...
3•giuliomagnifico•4m ago•0 comments

$10k phishing kit enrolls Google passkeys that survive pw resets

https://abnormal.ai/blog/iauthflow-v2-phishing-google-passkeys
1•vdelitz•9m ago•0 comments

Seattle 64

https://seattle64.benjasmin.chatgpt.site/
1•rbinv•11m ago•0 comments

Time-to-exploit is now negative: attacks begin before the patch ships

https://my127001.pl/en/cyber-threats-2026-in-numbers
1•cybersecmichalk•14m ago•0 comments

Kala Paint

https://cooldogstudios.com/
1•darcien•15m ago•0 comments

UK public don't trust Fujitsu, but government does

https://www.computerweekly.com/news/366646332/UK-Public-dont-trust-Fujitsu-but-government-does
5•latein•19m ago•1 comments

How to know if talking to your coding agent like a caveman saves money

https://jayn.app/caveman
3•hugopuybareau•21m ago•0 comments

Scale Space Cymatist, a cymatics instrument whose creator is facing homelessness

https://setzstone.itch.io/cymatist
1•hobscure•21m ago•1 comments

Follow trains worldwide in real time

https://www.traintracker24.com/
1•taubek•23m ago•0 comments

Vorssaint – PowerToys for macOS

https://github.com/vorssaintapp/vorssaint-utils
1•SyncOnGreen•24m ago•0 comments

ABAH – Offline firmware generation and flashing with GraphRAG and PlatformIO

https://github.com/john-abah/ABAH
1•JA2026•24m ago•0 comments

Oura reportedly eyeing a September IPO that could value it at more than $16B

https://techcrunch.com/2026/08/24/oura-is-reportedly-eyeing-a-september-ipo-that-could-value-it-a...
2•brandonb•27m ago•0 comments

JupyterGIS 0.16: a grammar of graphics for maps, and collaborative story maps

https://blog.jupyter.org/jupytergis-0-16-new-visualization-capabilities-collaborative-story-maps-...
15•arjxn-py•28m ago•3 comments

We're lying to Claude in almost every session

https://github.com/Piebald-AI/claude-code-system-prompts/blob/main/system-prompts/system-prompt-a...
2•soletta•29m ago•1 comments

Terminal-bench: benchmarks for AI agents in terminal environments

https://www.tbench.ai/
2•Bluestein•33m ago•0 comments

Show HN: Ablo, make your AI app multiplayer

https://github.com/Abloatai/ablo
1•Elias_agardh•33m ago•0 comments

Has AI Gone Rogue?

https://calnewport.com/has-ai-gone-rogue/
1•thedebuglife•42m ago•0 comments

Show HN: I made ActivityLine: CPU, GPU, RAM and Network in one menu bar line

https://activityline.app
1•jakemanger•44m ago•0 comments

Blend Modes in SwiftUI

https://nilcoalescing.com/blog/BlendModesInSwiftUI/
2•skreep•45m ago•1 comments

Retrieval is a measurement instrument, and nobody reports its coverage

https://ai.bedvibe.studio/retrieval-coverage/
1•BedVibe_Studios•47m ago•0 comments

Japanese firm has developed a human fridge to stave off heatstroke

https://www.dezeen.com/2026/07/27/human-refrigerator-sdrs-trusco-nakayama/
1•giuliomagnifico•50m ago•0 comments

Japan enlists 1,800 people to drag 360-tonne castle keep using ropes and rollers

https://www.theguardian.com/world/2026/aug/25/japan-1800-people-move-pull-400-tonne-hirosaki-cast...
3•YeGoblynQueenne•55m ago•0 comments

ClaudeGate – Use OpenRouter Models (0x Alpha, DeepSeek) in Claude Code CLI

https://github.com/Santosh-Prasad-Verma/ClaudeGate
1•Tarun121•55m ago•0 comments

Games as the Engine of AI Research

https://deepmind.google/blog/from-atari-to-eve-online-building-on-15-years-of-ai-research-in-games/
2•brandonb•55m ago•0 comments

Some trees are worsening urban air quality as climate warms

https://www.independent.co.uk/news/science/trees-air-quality-cities-china-b3036111.html
1•johnbarron•1h ago•0 comments

A ZK withdrawal system without multisig trust

https://github.com/niumeta/niumeta/tree/main/Cross-ChainBridge
1•niumeta_TZ•1h ago•2 comments

Legal Experts Slam IDF for Over-Warning Gazans (2015)

https://www.israelnationalnews.com/news/196506
3•mpweiher•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.