This commit is contained in:
parent
3261cc6936
commit
dc0671212b
2 changed files with 13 additions and 0 deletions
|
@ -2,8 +2,11 @@
|
|||
layout: base.njk
|
||||
title: blogette
|
||||
description: like a blog but mini
|
||||
tags: blogette-pages
|
||||
---
|
||||
|
||||
<article>
|
||||
|
||||
## 2025-06-21 Spotlight: Pagat
|
||||
|
||||
[pagat.com](https://www.pagat.com/) is a good website. Ever play a card game and forget the rules? Remember the rules of a card game but forgot the name? Pagat is a website written by John McLeod with the rules and variations of "card games from around the world" and it's been really helpful on several occasions when I wanted to fill in the "missing rules" from my family's card game oral traditions.
|
||||
|
@ -45,3 +48,7 @@ today is 7/5 which is a very nice ratio because it's approximately equal to the
|
|||
i'm sure people have known about the 7/5 approximation for a while now but I just noticed it recently when I realized that the standard size of a US playing card (3.5 x 2.5 inches) is nearly a √2:1 ratio, which means it mimics the A-series of paper (think A4 printer paper) where if you half or double it you get the same aspect ratio. That means if you stick two playing cards together by the long edge, you get something _almost_ the same shape as a playing card, because 7/5 is close to √2 and 10/7 is _also_ close to √2.
|
||||
|
||||
so I guess if you're in one of those countries that writes the date before the month, you can celebrate root2 approximation day on July 10th :p
|
||||
|
||||
</article>
|
||||
|
||||
{% for p in collections['blogette-pages'] %}<a href="{{p.url}}">{{loop.index}}</a> {% endfor %}
|
6
content/blogette/index.njk
Normal file
6
content/blogette/index.njk
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
layout: base.njk
|
||||
title: blogette
|
||||
description: like a blog but mini
|
||||
---
|
||||
{{ (collections['blogette-pages'] | last).content | safe }}
|
Loading…
Add table
Reference in a new issue