Added Wuille facts and tweaked line lengths
This commit is contained in:
parent
a1fbd10561
commit
ebc0e60cc9
2 changed files with 14 additions and 4 deletions
|
|
@ -7,8 +7,18 @@
|
|||
"Dan Bernstein only trusts one source of random numbers: Pieter Wuille.",
|
||||
"Putting Pieter Wuille in the title of an r/Bitcoin submission gets more upvotes than the same post from Pieter Wuille himself.",
|
||||
"Pieter Wuille won the underhanded crypto contest but his entry was so underhanded nobody even knows he entered.",
|
||||
"Greg Maxwell is a bot created by Pieter Wuille to argue on reddit while he can get code done.",
|
||||
"Greg Maxwell is a bot created by Pieter Wuille to argue on reddit so he can get code done.",
|
||||
"Pieter Wuille doesn't need the public key to calculate the corresponding private key.",
|
||||
"When the Wikipedia servers corrupted all data including backups, Pieter Wuille had to stay awake all night to retype it."
|
||||
"When the Wikipedia servers corrupted all data including backups, Pieter Wuille had to stay awake all night to retype it.",
|
||||
"It is a Bitcoin consensus rule that when Pieter's hard drive is full no more blocks can be added.",
|
||||
"When they go out, Pieter Wuille pays for his parents.",
|
||||
"Pieter Wuille replaced the existing monetary system by writing a few thousand lines of code.",
|
||||
"Putting Pieter Wuille in the title of an r/Bitcoin submission gets more upvotes than the same post from Pieter Wuille himself.",
|
||||
"Only Pieter Wuille can name things harder to pronounce than Pieter Wuille.",
|
||||
"Pieter Wuille doesn't write code, he wills it into existence.",
|
||||
"If every copy of the blockchain were deleted Pieter Wuille would recreate it from memory.",
|
||||
"If all else fails, bitcoin should be restarted by syncing the code and the blockchain directly from Wuille's mind.",
|
||||
"Pieter Wuille codes // Enlightened Zen master floats // Haikus trickle down.",
|
||||
"Pieter Wuille once wrote a constant time generator for generating constant time cryptographic code."
|
||||
]
|
||||
}
|
||||
|
|
@ -271,9 +271,9 @@ def get_text_item_dict(text: str, font_size: int, x_pos: int = None, y_pos: int
|
|||
# Get line size by font size
|
||||
line_width = 60
|
||||
if font_size <= 12:
|
||||
line_width = 80
|
||||
line_width = 75
|
||||
elif font_size <= 15:
|
||||
line_width = 60
|
||||
line_width = 58
|
||||
elif font_size <= 20:
|
||||
line_width = 40
|
||||
elif font_size <= 40:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue