readme: cut it down - #26
Merged
Merged
Conversation
368 lines to 315. The detail that got cut is in docs/ already, so the readme was repeating itself. Merged the benchmark commentary into two points instead of five, folded the crash-safety walkthrough into the paragraph that explains why the independent verifier is the part that matters, and collapsed the research section now that FARMER_2005.md carries the caveats. Test count was stale, 186 to 191. Gitignore __pycache__ and pdfs; the paper is not mine to redistribute.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Recovers a commit that was lost in the #24 squash — I amended it and the force-push did not reach GitHub before the merge, so main has the R6 code but not this.
368 lines to 315. The detail that got cut lives in
docs/already, so the README was repeating itself:docs/FARMER_2005.mdcarries the caveatsAlso fixes a stale test count (186 → 191, wrong in two places) and gitignores
__pycache__/and*.pdf— the paper PDF was sitting untracked in the working tree and is not mine to redistribute.The research section is structured so a PDF writeup link drops in next to the
docs/FARMER_2005.mdone.