From: Zachary Vance Date: Thu, 10 Apr 2025 04:44:32 +0000 (-0400) Subject: Remove string length requirements X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=f7b5ca0ea6e4e72d71d684880ae060fd289fcc8c;p=blog.git Remove string length requirements --- diff --git a/posts/bounty.md b/posts/bounty.md index e3f5ed2..1e8f837 100644 --- a/posts/bounty.md +++ b/posts/bounty.md @@ -25,7 +25,7 @@ A reproduction case and some debugging tips are [in the bounty details](https:// The reward is 10 hours of my time. -#### Bounty 2: Code a one-page C program to restore qr-backup backups +#### Bounty 2: Code a one-page short C program to restore qr-backup backups qr-backup is designed to save to paper, and restore from the command-line. @@ -39,11 +39,11 @@ but, it's possible that someday we might lose all the nice infrastructure we hav who knows! wouldn't it be great if you could **still** restore? -this feature request is to add a printable, 1-page C program which you can type in by hand, compile, and use to restore backups from an image. +this feature request is to add a printable, 1-page short C program which you can type in by hand, compile, and use to restore backups from an image. --- -This is a very difficult technical challenge in minimization. You should provide a 1-page (2KB) version of qr-backup's restore process, written in C. Library use is not allowed. Arguments will be accepted for other short programs if 2KB is impossible. +This is a very difficult technical challenge in minimization. You should provide a 1-page (2KB) short version of qr-backup's restore process, written in C. Library use is not allowed. Arguments will be accepted for other short programs if 2KB is impossible. Details are [in the bounty description](https://github.com/za3k/qr-backup/issues/70).