kstenerud

↗ HN profile [ 69.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. The problem: tools like Claude Code ask you to approve every file edit, every shell command. After hundreds of prompts you stop reading and just hit "yes", or even worse you reach for `--dangerously-skip-permissions`…

  2. Endianness (technicalsourcery.net)
  3. After 5 years of development, I'm about to release v1.0 of Concise Encoding: a general purpose, human and machine friendly, compact representation of semi-structured hierarchical data. I could do with one last round of…

  4. After a long enough period of no major changes, my gut is telling me to just pull the damn trigger, so here it is! --- The Dogma Metalanguage, release 1.0 Dogma is a human-friendly metalanguage for describing data…

  5. Dogma: A human-friendly metalanguage for describing data formats (text or binary) in documentation. Dogma was born out of frustration trying to describe data formats (in particular, binary) using existing BNF and other…

  6. Hi HN! I've just released the 5th beta of the Dogma metalanguage, which is designed to describe text and binary data for use in documentation. https://github.com/kstenerud/dogma/blob/master/v1/dogma_v1.md Most of the…

  7. Hi HN! Dogma (formerly KBNF) is a modernized metalanguage with better expressiveness and binary support, focusing on documentation. It follows the familiar patterns of Backus-Naur Form, and includes a number of…

  8. Hi everyone! Merry Christmas and happy new year! I'm making a modernized BNF-style metalanguage that supports grammars for text and binary formats, but unless there's some kind of outside review, I won't find any blind…

  9. On Endianness (technicalsourcery.net)
  10. How to Keep Time (github.com)
  11. I'm in the process of finalizing a specification [1] and reference implementation [2] that I've been building over the past couple of years, and now I'm thinking about (dreading) the marketing aspect. There's going to…

  12. A mini study of line lengths (technicalsourcery.net)