This commit is contained in:
parent
4d6b07550c
commit
df86e7aa0f
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ the nice thing about a book is that it sidesteps the problem of needing a way to
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
then again, microtext is arguably even more fun than a qr code because then you can read it with a regular magnifying glass
|
||||||
|
|
||||||
</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