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
+28 -29
View File
@@ -2,16 +2,18 @@
layout: ../../layouts/LayoutMdx.astro
title: Weeks 7 & 8
date: 2021-05-03
image: week7-8/roof3.jpg
dir: week7-8
image: roof3
description: we get the people in
---
import { generateImageHyrdationFunction } from "../../utils";
export const s = generateImageHyrdationFunction("week7-8");
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) => `week7-8/${s}`;
## Hello!
@@ -23,10 +25,7 @@ We're baaaack. We keep thinking there's nothing to update the newsletter with, b
Woohoo! Actual progress this time. 6 more boxes unpacked! We are starting to plan out our storage so there's places for our least used rubbish to live. On this note, we have bought a set of shelves for our cupboard under the (many) stairs, so our tools are a lot more organised. This is great because we keep getting more tools.
<Solocard
title="🎉🎉🎉 Tools are our favourite 🎉🎉🎉"
src={s("shelves.jpg")}
/>
<Solocard title="🎉🎉🎉 Tools are our favourite 🎉🎉🎉" src={s("shelves")} />
## Roofers
@@ -34,9 +33,9 @@ The roofers have been and gone! The whole process took only 5 days, which was ju
<Cards
images={[
{ title: "Disintegrated felt", src: s("roof1.jpg") },
{ title: "More disintegrated felt", src: s("roof2.jpg") },
{ title: "What we want to avoid (not our roof)", src: s("notourroof.jpg") },
{ title: "Disintegrated felt", src: s("roof1") },
{ title: "More disintegrated felt", src: s("roof2") },
{ title: "What we want to avoid (not our roof)", src: s("notourroof") },
]}
/>
@@ -44,19 +43,19 @@ We didn't know beforehand how much work the roofers would need to do, as they wo
<Cards
images={[
{ title: "Replacement felt", src: s("roof3.jpg") },
{ title: "New ridge tiles", src: s("roof4.jpg") },
{ title: "Slate tiles on the front", src: s("roof5.jpg") },
{ title: "Replacement felt", src: s("roof3") },
{ title: "New ridge tiles", src: s("roof4") },
{ title: "Slate tiles on the front", src: s("roof5") },
]}
/>
We also needed our lead flashing replacing. The roofers kept the rolls of lead in our house overnight and I thought that they were putting on a show with all the huffing and puffing it took to get them inside. Nope! We were amazed by how much heavier they were than we expected! Just a small roll weighed more than a person! 91kg!
<Solocard title="⚓Extra heavy⚓" src={s("lead.jpg")} />
<Solocard title="⚓Extra heavy⚓" src={s("lead")} />
I had an exciting trip up the scaffolding, which was extremely nerve-wracking. The scaffolding itself was very solid, but the roofers seemed to have found the bounciest ladders possible to scale it. While I was up there holding on tight and Sean was showing me what they'd done, some of the other roofers were perfectly happy to sit on the handrail of the scaffolding with nothing behind them 😬 Luckily we have our access hatch if we ever need to go up again.
<Solocard title="Nice view though" src={s("scaf1.jpg")} />
<Solocard title="Nice view though" src={s("scaf1")} />
The roofers themselves were a bunch of loud cheery lads, but they were really good at turning up on time and letting us know the progress on all fronts.
@@ -76,12 +75,12 @@ The vault cabling is vaguely aspirational at the moment as we still don't really
<Cards
images={[
{ title: "Extra protection", src: s("protection.jpg") },
{ title: "Extra protection", src: s("protection") },
{
title: "New fusebox with unfinished cables for the utility room + vaults",
src: s("fusebox1.jpg"),
src: s("fusebox1"),
},
{ title: "With no labels 😡", src: s("fusebox2.jpg") },
{ title: "With no labels 😡", src: s("fusebox2") },
]}
/>
@@ -95,9 +94,9 @@ Argh, the damp proofers! Definitely my least favourite set of people to deal wit
<Cards
images={[
{ title: "Starting the slurrying", src: s("damp1.jpg") },
{ title: "Mess everywhere", src: s("damp2.jpg") },
{ title: "Finished...", src: s("damp3.jpg") },
{ title: "Starting the slurrying", src: s("damp1") },
{ title: "Mess everywhere", src: s("damp2") },
{ title: "Finished...", src: s("damp3") },
]}
/>
@@ -105,7 +104,7 @@ The plumbers will be back this week to reinstate the plumbing that was removed s
Because 🎉🎉🎉 tools are our favourite 🎉🎉🎉 I can't resist sharing one of the damp-proofer's tools. In order to be able to add a damp-proofing slurry layer to a previous layer you need to have a rough surface for it to key into. Normally they would just use a paintbrush and stipple the surface and call it good. Apparently that wouldn't be enough for here so they brought the big guns. Specifically this flick-slurry-all-over-the-place gun.
<Solocard title="Splattergun" src={s("splattergun.jpg")} />
<Solocard title="Splattergun" src={s("splattergun")} />
After seeing what a state they'd left the entire room in after using that tool they did explain that it's easier to remove the excessively flicked slurry once it's dried, but I still wasn't pleased by having all our nice new electrics slurry-flicked.
@@ -117,7 +116,7 @@ Really, we'll just be very relieved once it's all properly sorted.
It's done! The cable has been terminated on the other end in our sitting room, and everything is nice and tidy (haha). The router will live here permanently (which needs to live near the phone line), and anything else we want to be centrally placed in the house. This is not going to be its final form, we're on the lookout for a console table.
<Solocard title="Finished and tidy" src={s("ethernet.jpg")} />
<Solocard title="Finished and tidy" src={s("ethernet")} />
All the servers that were living in the music room have now been moved to the office, though still on the floor in a mess. We might get a similar console table for them to live on, or just stick them in the cupboard. It has moved far enough down the priority list that we're leaving it be for now.
@@ -127,10 +126,10 @@ There's an update on this! The company we're using (Shaker & May) has just opene
<Cards
images={[
{ title: "Plan", src: s("kitchen1.jpg") },
{ title: "View from across the island", src: s("kitchen2.jpg") },
{ title: "View of the back wall", src: s("kitchen3.jpg") },
{ title: "View from the back wall", src: s("kitchen4.jpg") },
{ title: "Plan", src: s("kitchen1") },
{ title: "View from across the island", src: s("kitchen2") },
{ title: "View of the back wall", src: s("kitchen3") },
{ title: "View from the back wall", src: s("kitchen4") },
]}
/>
@@ -144,7 +143,7 @@ We've also got a new trolley which should make reinstalling the washing machine
Our 'outside toilet' is something we have been planning on renovating by ourselves, so we have been researching how to plumb (having neither done any before), and buying 🎉tools🎉 to help cut copper pipes and PEX. Now the proper works have settled down, we've got a bit more energy to muck up part of the house again. To be honest, this seems like a perfect My First Plumbing job as all the pipes that we want to move are accessible from the garden store below.
<Solocard title="No need to tear anything up!" src={s("pipes.jpg")} />
<Solocard title="No need to tear anything up!" src={s("pipes")} />
## A scary story 👻
@@ -162,7 +161,7 @@ To escape all the scary stories, tradespeople, and endless todo lists we visited
We also went on a really lovely walk with some of our more local friends. It turns out that a house with stairs doesn't immediately turn you into a champion walker. Maybe more stairs are required? Some of them came back for a picnic after and shared their planty knowledge with us. We failed to take it all in but came away with "If you're not sure it's probably a rose" as a start. I think we'll need to make some kind of garden map with labels.
<Solocard title="Walking through Windows XP with friends" src={s("walk.jpg")} />
<Solocard title="Walking through Windows XP with friends" src={s("walk")} />
## In conclusion
@@ -170,7 +169,7 @@ Having lots of things going on at once is very tiring and stressful. Once this b
In order to relax ourselves we bought some cat prints to hang around the house
<Solocard title="CATLOL" src={s("catlol.jpg")} />
<Solocard title="CATLOL" src={s("catlol")} />
Hope everyone's doing ok and enjoying the beautiful weather!