This commit is contained in:
parent
7cae274631
commit
4d6b07550c
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ okay so like im pretty sure my phone could scan a QR code printed on my 600 dpi
|
||||||
|
|
||||||
what's something fun that's less than 8 kB, that wouldn't already fit on a business card? hmm. a small book I guess?
|
what's something fun that's less than 8 kB, that wouldn't already fit on a business card? hmm. a small book I guess?
|
||||||
|
|
||||||
|
the nice thing about a book is that it sidesteps the problem of needing a way to stitch multiple pages together, because books already work like that. the downside about a book is that if I wanted to write a lot of text on the back of a business card I could just print regular text in a highly legible low-resolution font.
|
||||||
|
|
||||||
|
like okay if I push my printer to its absolute limit I could probably cram a font into 4 x 8 pixels at 600 dpi, right? which means each character takes up 32 "dots" worth of space. meanwhile, if a 177x177 pixel QR code has 2 kB of data, that implies that each character is taking up... 15 dots worth of space? damn okay so this might actually be more efficient, assuming I need that much text.
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
{% for p in collections['blogette-pages'] %}<a href="{{p.url}}">{{loop.index}}</a> {% endfor %}
|
{% for p in collections['blogette-pages'] %}<a href="{{p.url}}">{{loop.index}}</a> {% endfor %}
|
Loading…
Add table
Reference in a new issue