diff --git a/docs/blog/simple-bird-house.md b/docs/blog/simple-bird-house.md new file mode 100644 index 0000000..1bbfe00 --- /dev/null +++ b/docs/blog/simple-bird-house.md @@ -0,0 +1,32 @@ +--- +title: "Simple bird house" +date: 2024-09-21T00:00:00-00:00 +categories: +- diy +tags: +- woodwork +--- + +This is a parametric design idea for a single-plank bird house. + + + +The dimensions are determined by two variables: +- Width (W) of the front. +- Length (L) of the bird house (perhaps some would call it depth). + +The roof is at 45 degrees, so the left wall height is 2W and the right wall height is 3W. + +This means that you need: +- A plank of width W and length 5W+8L. +- Make one cut at 45 degrees. +- Make 8 cuts, producing 8 slabs of W x L. +- A bunch of nails. + +In the diagram below, +- W = 150 mm +- L = 250 mm + +![Drawing of the simple bird house](simple-bird-house.png "Simple bird house") + +(Also in [svg](simple-bird-house.svg), [pdf](simple-bird-house.pdf).) diff --git a/docs/blog/simple-bird-house.pdf b/docs/blog/simple-bird-house.pdf new file mode 100644 index 0000000..851b616 Binary files /dev/null and b/docs/blog/simple-bird-house.pdf differ diff --git a/docs/blog/simple-bird-house.png b/docs/blog/simple-bird-house.png new file mode 100644 index 0000000..e41c53b Binary files /dev/null and b/docs/blog/simple-bird-house.png differ diff --git a/docs/blog/simple-bird-house.svg b/docs/blog/simple-bird-house.svg new file mode 100644 index 0000000..7bf6090 --- /dev/null +++ b/docs/blog/simple-bird-house.svg @@ -0,0 +1,1001 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mkdocs.yml b/mkdocs.yml index 7410713..2fb16a3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,6 +10,7 @@ nav: - 'Zen-collage': 'zen.md' - 'Organizational culture': 'org-culture.md' - Blog: + - 'Simple bird house': 'blog/simple-bird-house.md' - 'Simple diy desk': 'blog/simple-diy-desk.md' - 'Degoogled android phone': 'blog/degoogle.md' - 'eBPF summit 2023 CTF': 'blog/ebpf-summit-2023-ctf.md'