blog: http://brodrigues.co
youtube: http://is.gd/NjybjH
mastodon: http://is.gd/nOyGht
twitter: @brodriguesco
"nix solves this"
stay safe out there
stay safe out there
treemerge scans a directory tree, detects all plain-text files, and concatenates them into a single output file with clear per-file headers. It offers a configurable way to assemble large text corpora for supplying contextual input to LLMs.
treemerge scans a directory tree, detects all plain-text files, and concatenates them into a single output file with clear per-file headers. It offers a configurable way to assemble large text corpora for supplying contextual input to LLMs.
Of course, someone has to write imperative code to build reproducible data science pipelines. It doesn’t have to be you.
brodrigues.co/posts/2025-1...
Of course, someone has to write imperative code to build reproducible data science pipelines. It doesn’t have to be you.
brodrigues.co/posts/2025-1...
brodrigues.co/posts/2025-1...
brodrigues.co/posts/2025-1...
use nix
mkdir $TMP
also, you're missing a default.nix file: without it, no Nix environment can be loaded! those are project specific, so you need one per project.
use nix
mkdir $TMP
also, you're missing a default.nix file: without it, no Nix environment can be loaded! those are project specific, so you need one per project.