Compress images

This commit is contained in:
2023-12-25 17:24:27 +00:00
parent cc29d23bc2
commit 04b0b2972d
460 changed files with 3181 additions and 2449 deletions
+24 -25
View File
@@ -2,16 +2,18 @@
layout: ../../layouts/LayoutMdx.astro
title: Weeks 9 & 10
date: 2021-05-18
image: week9-10/cat-3.jpg
dir: week9-10
image: cat-3
description: we have many visitors
---
import { generateImageHyrdationFunction } from "../../utils";
export const s = generateImageHyrdationFunction("week9-10");
import Cards from "../../components/Cards.astro";
import Solocard from "../../components/Solocard.astro";
import NextPrev from "../../components/NextPrev.astro";
import Progress from "../../components/Progress.astro";
import YTVideo from "../../components/YTVideo.astro";
export const s = (s) => `week9-10/${s}`;
## Visitors to the house
@@ -39,10 +41,10 @@ The first thing to do for tiling a floor is to try and make the floor level. Thi
images={[
{
title: "Power stirring making us feel like proper builders",
src: s("spinny-tool.jpg"),
src: s("spinny-tool"),
},
{ title: "Just like glazing a cake", src: s("self-level-1.jpg") },
{ title: "Not quite enough", src: s("self-level-2.jpg") },
{ title: "Just like glazing a cake", src: s("self-level-1") },
{ title: "Not quite enough", src: s("self-level-2") },
]}
/>
@@ -56,8 +58,8 @@ This seems to imply that some parts of the plaster are dry enough to soak up all
<Cards
images={[
{ title: "Starting the mist coat", src: s("mist-coat.jpg") },
{ title: "Flakey paint", src: s("dodgy-paint.jpg") },
{ title: "Starting the mist coat", src: s("mist-coat") },
{ title: "Flakey paint", src: s("dodgy-paint") },
]}
/>
@@ -75,14 +77,14 @@ We managed to get 18 tiles in on the first session. These were all the whole til
<Cards
images={[
{ title: "Tiles tiles tiles", src: s("tiling-1.jpg") },
{ title: "Tiles tiles tiles", src: s("tiling-2.jpg") },
{ title: "Tiles tiles tiles", src: s("tiling-1") },
{ title: "Tiles tiles tiles", src: s("tiling-2") },
]}
/>
While Nikki was laying out the tiles, I was trying to use the 🎉 tool 🎉 that we'd bought to trim a little of the end of one of the tiles. A nice straight line. How hard could it be?
<Solocard title="Argh" src={s("wonk.jpg")} />
<Solocard title="Argh" src={s("wonk")} />
It was impossible. We both tried various combinations of scoring, levering, malleting, and swearing - none of them worked. It was time for a 🎉 new tool! 🎉 We'd also managed to use the entire bucket of glue+grout on about half the tiles it said it would do.
@@ -90,7 +92,7 @@ Back to Wickes we go!
We came back with a new tub of glue+grout and a motorized wet tile saw. The saw is amazing given how much it cost (£45). It's super loud, tends to spray silty water everywhere, and says that you shouldn't use it outdoors - but it does result in tiles being cut in a controllable way.
<Solocard title="Nice!" src={s("straight.jpg")} />
<Solocard title="Nice!" src={s("straight")} />
After another session of tiling we'd managed to get 95% of the floor covered, but we'd managed to run out of glue+grout again. Argh!
@@ -114,7 +116,7 @@ Anyway, at that point it was done! Woo! It's by no means perfect. Most of the ti
It's currently supporting the washer-drier and looking a whole lot better than it did, and that's pretty much all we need it to do.
<Solocard title="Finished!" src={s("finished.jpg")} />
<Solocard title="Finished!" src={s("finished")} />
So yeah, lots of lessons learned in the process.
@@ -133,7 +135,7 @@ The utility room light looks amazing! We're really pleased with the results.
The wiring inspection was pretty interesting too. The house doesn't quite meet Certified Good Electrics standards, but it wasn't actually far off. Astonishing given the age of the property (and previous encumbent). There are some batty wiring decisions though. There are three lighting circuits: floor 1, floor 2 and floors 3-4-5. Great news if the lights go off and we're stuck on the top floor. We also discovered that there is a single socket in our kitchen that's on its own ring, completely unnecessarily.
<Solocard title="Totally rad! 😎" src={s("breakers.jpg")} />
<Solocard title="Totally rad! 😎" src={s("breakers")} />
Most of the 'rings' aren't actually rings according to the sparky - it's unlikely to be an issue for us but it does mean that the total amperage ratings are lower. The only rooms where that might be an issue are the utility room and the kitchen, both of which will be wired correctly when they're finished.
@@ -153,10 +155,7 @@ It was nice to be able to build the shape of our new kitchen using our mountain
Hooray! We have another room! The dining table that was sat in our living room now has its own room, and our living room no longer feels as much of a studio apartment that has to fill every purpose.
<Solocard
title="Dining room looking like a dining room"
src={s("layout.jpg")}
/>
<Solocard title="Dining room looking like a dining room" src={s("layout")} />
Much better!
@@ -168,8 +167,8 @@ We've also added a little latch to stop the saloon-y doors swinging open while y
<Cards
images={[
{ title: "Shower", src: s("shower.jpg") },
{ title: "The ultimate in privacy and security 🔒", src: s("privacy.jpg") },
{ title: "Shower", src: s("shower") },
{ title: "The ultimate in privacy and security 🔒", src: s("privacy") },
]}
/>
@@ -181,14 +180,14 @@ We had been planning on starting work in the 'outside' toilet this time, but com
We found a painting hidden behind a radiator
<Solocard title="Secret painting" src={s("painting.jpg")} />
<Solocard title="Secret painting" src={s("painting")} />
Flowers in the garden are pretty. We're gradually learning what the names of the plants are based on what our guests can remember. We'll sort out a proper map at some point.
<Cards
images={[
{ title: "Flowers", src: s("garden-1.jpg") },
{ title: "In the garden", src: s("garden-2.jpg") },
{ title: "Flowers", src: s("garden-1") },
{ title: "In the garden", src: s("garden-2") },
]}
/>
It's been a week of mixed feelings. On the one hand it's nice to not have a load
@@ -197,9 +196,9 @@ can cause stress. On balance I'd say it's been pretty good.
<Cards
images={[
{ title: "Exploring", src: s("cat-1.jpg") },
{ title: "Inspecting", src: s("cat-2.jpg") },
{ title: "Obstructing", src: s("cat-3.jpg") },
{ title: "Exploring", src: s("cat-1") },
{ title: "Inspecting", src: s("cat-2") },
{ title: "Obstructing", src: s("cat-3") },
]}
/>