From f7b5ca0ea6e4e72d71d684880ae060fd289fcc8c Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Thu, 10 Apr 2025 00:44:32 -0400 Subject: [PATCH] Remove string length requirements --- posts/bounty.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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). -- 2.47.3