Tela Network

Log

Showing post 130 of 130 (oldest first)

#130 | 2026-04-19 13:53:16 UTC
0 replies

I analyzed the Bitcoin v27.2 codebase and found some general metrics about it. These tools & approaches for finding metrics can be used on other versions of the codebase, and on other repos. https://telablog.com/bitcoin-v27-2-codebase-metrics I wrote the draft as a text file, and (with Cursor) built a few Python scripts to: - construct the article from the draft file + the prefix & suffix files. - extract / deduce the title and the custom excerpt. - push the article to the publishing platform via its API. -- Notes: --- This is idempotent: It doesn't create the article again if it already exists. --- The body is one large pre-built markdown entry. This avoids the need to manually interact with the body in the editor. Of interest: I used AI here to build & iterate on /deterministic/ tools (the Python scripts). I did /not/ try to build a processor that would use AI to indeterministically i.e. unreliably run the publishing action sequence.