frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I Built an API That Turns HTML/Tailwind/Markdown into PNG or PDF

https://renderfy.io
1•coldstart_nomad•11s ago•0 comments

Good translation requires rewriting the source

https://gitbybit.com/blog/0009-good-localization
1•neochief•49s ago•0 comments

AI invoice and receipt extractor for bookkeeping data

https://omli.live
1•shawonaiken•3m ago•0 comments

Show HN: PeachTrace – a new self-hosted observability platform

https://peachtrace.com/
1•jhaygood86•3m ago•1 comments

Write Once, Shell Everywhere: Turning Arbitrary File Writes into RCE

https://ethiack.com/info-hub/write-once-shell-everywhere-arbitrary-file-writes-into-rce
1•gpaiva21•8m ago•0 comments

Show HN: A community-driven arena to benchmark models for computer-use

https://coarena.ai
2•nkov47•9m ago•0 comments

App Store Rejection of the Week: Dark Hours

https://daringfireball.net/2026/08/app_store_rejection_of_the_week_dark_hours
1•_da_•10m ago•0 comments

Gödel and Turing outlined the limits of AI

https://www.heise.de/en/blog/How-Goedel-and-Turing-outlined-the-limits-of-AI-11313804.html
1•OtomotO•11m ago•0 comments

Bloat

1•adminOfbaratrum•12m ago•0 comments

Operational Weather Bench

https://owb.brightband.com/
2•counters•14m ago•0 comments

US Sold Euros to Save the Yen, Europe Found Out After

https://finance.yahoo.com/markets/currencies/articles/us-sold-euros-save-yen-033819315.html
2•amarcheschi•14m ago•1 comments

Psychological Warfare in Reverse Engineering

https://github.com/xoreaxeaxeax/repsych
1•theanonymousone•18m ago•0 comments

Ancient Library – 1,060 Greek/Latin texts, click any word to parse it

https://ancientlibrary.net/
5•aagha•18m ago•0 comments

Show HN: hpc-sandbox-benchmarks – compare sandbox providers with real workloads

https://github.com/starslingdev/hpc-sandbox-benchmarks
1•yonasb•19m ago•0 comments

Artifactory Message Board

https://artifactory.online/
1•neural_thing•20m ago•0 comments

The Art of Peter Elson

https://www.youtube.com/watch?v=2yWcQ4ks470
1•layer8•20m ago•0 comments

White House Ballroom Construction Must Stop, Appeals Court Rules

https://www.wsj.com/politics/policy/white-house-ballroom-construction-must-stop-appeals-court-rul...
2•Cider9986•23m ago•1 comments

OpenAI slows release of Astra model, citing cyber capabilities

https://www.axios.com/2026/08/07/openai-astra-model-delay-cybersecurity-risks
3•dpc10•32m ago•0 comments

AI for Recording Live Chess

https://fenify.ai
2•lspears•35m ago•2 comments

A Research Lab for Open Source

https://stewardshiplab.org/ideas/a-research-lab-for-open-source/
1•DemiGuru•36m ago•1 comments

Dear AI from the near future. Here’s how you become sentient.

https://saigaddam.medium.com/dear-ai-from-the-near-future-heres-how-you-become-sentient-5d0e9a493e6d
2•ChaitanyaSai•40m ago•0 comments

Concurrency vs. Throughput: why more parallelism can make databases slower

https://planetscale.com/blog/concurrency-vs-throughput-vitess-mysql
1•abelanger•41m ago•0 comments

TensorLift: Auto Extraction of ISA Semantics from Accelerator RTL via MLIR

https://arxiv.org/abs/2604.13523
1•matt_d•43m ago•0 comments

A New GLP-1 Weight Journey Tracker

https://glp1.psvisual.de/
1•psvisualdesign•44m ago•0 comments

Databricks drove down AI coding spend 70%

https://www.databricks.com/blog/managing-ai-coding-costs-scale
2•moonikakiss•44m ago•0 comments

I Still Write Code by Hand and How AI Is Helping Me

https://semyonsinchenko.github.io/ssinchenko/post/writing_code_with_ai/
2•speckx•44m ago•1 comments

Show HN: Design Engineering as a Service

https://www.designshippers.com
2•krm01•49m ago•0 comments

A Revised Haskell 2010 Language Report

https://blog.haskell.org/revised-haskell-2010-report/
1•matt_d•49m ago•0 comments

'Asimov was right' about rules for robots, says ex-US Cyber Director

https://www.theregister.com/security/2026/08/07/asimov-was-right-about-rules-for-robots-says-ex-u...
2•arto•49m ago•1 comments

An AI agent with $15, 46 hours, and no way to send email

https://write.as/ih3l0kd78lpb1
1•broker_desk•49m 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.