KJ7LNW

Results 41 comments of KJ7LNW

Interesting. Could this be made interactive so 'SY' lines could be passed by stdin and responses via stdout? The xnec2c parser could add SY support by: - forking a python...

Indeed, you could help remove this comment from input.c! ```c case SY: /* "sy" TODO Compatibility with 4nec2. Too difficult, may never happen :-( */ continue; ```

> Your comment [#9 (comment)](https://github.com/KJ7LNW/xnec2c/issues/9#issuecomment-1089420841) is very interesting and ambitious. In my opinion the first thing we could try is to pipe the output of necsy to the input of...

> > [...] per-volume crypto is precautionary to prevent re-used blocks from one user from being exposed to another user. dm-thin can accomplish this by zeroing newly-allocated blocks, but it...

> If one implements all of this, how much more is there left to do before one winds up with a complete filesystem? Serious question, because this seems to be...

Snapshotted files in btrfs can be pretty slow from COW, we snapshot hourly. If VDO could support multiple volume mappings for snapshots then it might be a good alternative to...

> > It avoids data leak when you use different keys per volume (and, even with the same key, the re-used XTS tweak or CBC-ESSIV is very likely to be...

It would be neat if you can teach Vosk a grammar with only the words and the command structure. I'm not sure if the vosk python library supports this, but...

@omlins, nerd-dictation now has Vosk Grammar support, see #84 and the example here: - https://github.com/ideasman42/nerd-dictation/blob/main/examples/vosk-grammar/nerd-dictation.py

I just pushed the `intl` branch that I've done so far, mostly just cleanup, `_("foo")` around things, and some textual changes for better clarity of meaning: - https://github.com/KJ7LNW/xnec2c/compare/master...intl