caeser

↗ HN profile [ 25.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Cumul is a lightweight CLI tool that concatenates text files in a directory into a single file, optimized for providing context to Large Language Models (LLMs). It respects .gitignore, filters out binaries and non-text…

  2. Shipped a new update v3.7.0 You're gonna like this one: Spinners worked hard on having powerful DX to add loading steps into the cli, updating current loading text, success&fail messsages etc.. zig continues to amaze me

  3. I built zli, a batteries-included CLI framework for Zig with a focus on DX and composability. Key features: - Typed flags with default values and help output - Rich formatting, and layout support - Command trees with…

  4. I've been experimenting with structured approaches to text-to-image generation with chatgpt and google imagen 3.0 and built two complementary tools: image-json-gen: A simple ts to create structured image prompts as JSON…