• 2 Posts
  • 9 Comments
Joined 3 years ago
cake
Cake day: October 21st, 2023

help-circle
  • I already have mine written quite a while ago. Why not obsidian? AsciiDoc and few other things Obs will miss. Works with SQLite and PostgreSQL. For pure native UI (not WebUI) miss only AsciiDoc grammar I’m working on.

    For you… sql knowledge requirement depends on your likings: you can build very small or unoptimised app and be fine, you can make very nice, and complex one and have very complex SQL queries.

    I discourage to use MySQL (and clones) due some… peculiarities.









  • Deku is a declarative binary parser. deku_string is an extension which currently provides utility wrappers for data vectors and unicode strings, which can be prefixed or fixed length. Additionally library provides support for 7-bit encoded integers from .NET.

    For example, I often work with binary structures where strings are either length prefixed (with zero character in a buffer) or in fixed size buffer with a zero-ended sting inside.

    There’s multiple examples with custom writer and reader functions, which work, but are less convenient to use.

    Any additional ideas for utilities are welcome.