From 098d40be14fc55d1983d4d7667e306b0efc24028 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Tue, 25 Jun 2024 08:40:27 +0100 Subject: [PATCH 01/11] =?UTF-8?q?Exclude=20Apple=E2=80=99s=20AI=20training?= =?UTF-8?q?=20in=20robots.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See: https://support.apple.com/en-us/119829#datausage --- layouts/robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/robots.txt b/layouts/robots.txt index 6f8a0c46..4b53f597 100644 --- a/layouts/robots.txt +++ b/layouts/robots.txt @@ -6,7 +6,7 @@ Disallow: User-agent: AdsBot-Google User-agent: Amazonbot User-agent: anthropic-ai -User-agent: Applebot +User-agent: Applebot-Extended User-agent: AwarioRssBot User-agent: AwarioSmartBot User-agent: Bytespider From 9fe8ebdbf5e9bc9ad4e980cd94a25d6084e9be26 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sun, 30 Jun 2024 02:14:17 +0200 Subject: [PATCH 02/11] Gemini: Show spoilers --- layouts/shortcodes/spoiler.gmi | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 layouts/shortcodes/spoiler.gmi diff --git a/layouts/shortcodes/spoiler.gmi b/layouts/shortcodes/spoiler.gmi new file mode 100644 index 00000000..4ad0ce88 --- /dev/null +++ b/layouts/shortcodes/spoiler.gmi @@ -0,0 +1,7 @@ +⚠️ The next paragraph(s) contain spoilers! + +{{ .Inner | markdownify }} + +🛟 Spoilers over! + +{{ .Page.Store.Set "hasSpoilers" true -}} \ No newline at end of file From 2865e19278f8048184a228e752ec0efef3baeaa9 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sun, 30 Jun 2024 11:21:25 +0200 Subject: [PATCH 03/11] Gemini: Remove html tags from spoilers --- layouts/shortcodes/spoiler.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/spoiler.gmi b/layouts/shortcodes/spoiler.gmi index 4ad0ce88..2b5c3d7f 100644 --- a/layouts/shortcodes/spoiler.gmi +++ b/layouts/shortcodes/spoiler.gmi @@ -1,6 +1,6 @@ ⚠️ The next paragraph(s) contain spoilers! -{{ .Inner | markdownify }} +{{ .Inner }} 🛟 Spoilers over! From 72396d92af31470e7611bbc1efd84c210a8f00ba Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Wed, 3 Jul 2024 08:50:18 +0200 Subject: [PATCH 04/11] New note --- content/notes/2024-07-03/ibrih/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/notes/2024-07-03/ibrih/index.md diff --git a/content/notes/2024-07-03/ibrih/index.md b/content/notes/2024-07-03/ibrih/index.md new file mode 100644 index 00000000..edaf8bea --- /dev/null +++ b/content/notes/2024-07-03/ibrih/index.md @@ -0,0 +1,10 @@ +--- +date: 2024-07-03T08:45:26.258+02:00 +tags: +- Bordeaux +- France +--- + +I've spent the last few days in [Bordeaux](/tags/bordeaux) and, though it's stunningly beautiful, it's uncommonly busy with homeless people. + +Somehow I expected more of [France](/tags/france), in terms of looking after it's people. \ No newline at end of file From bdb2bccea4f9948ad93d6a757a51d683e8a2d021 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Wed, 3 Jul 2024 09:07:12 +0200 Subject: [PATCH 05/11] Spelling fail --- content/notes/2024-07-03/ibrih/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/notes/2024-07-03/ibrih/index.md b/content/notes/2024-07-03/ibrih/index.md index edaf8bea..d4f6b2a2 100644 --- a/content/notes/2024-07-03/ibrih/index.md +++ b/content/notes/2024-07-03/ibrih/index.md @@ -7,4 +7,4 @@ tags: I've spent the last few days in [Bordeaux](/tags/bordeaux) and, though it's stunningly beautiful, it's uncommonly busy with homeless people. -Somehow I expected more of [France](/tags/france), in terms of looking after it's people. \ No newline at end of file +Somehow I expected more of [France](/tags/france), in terms of looking after its people. \ No newline at end of file From 69d282c22948584177417f1a1a444e67449c90ba Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Wed, 3 Jul 2024 09:26:07 +0200 Subject: [PATCH 06/11] New note --- content/notes/2024-07-03/wvptk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/notes/2024-07-03/wvptk diff --git a/content/notes/2024-07-03/wvptk b/content/notes/2024-07-03/wvptk new file mode 100644 index 00000000..e801fcb2 --- /dev/null +++ b/content/notes/2024-07-03/wvptk @@ -0,0 +1,13 @@ +--- +date: 2024-07-03T09:15:26.258+02:00 +tags: +- HoneLab +- EdgeCompute +- RPi +--- + +I'm dreaming of a bring-your-own "cloud" hosting company. + +Imagine Vercel/Netlify let you put an SD card in a [RPi](/tags/rpi) on your home network. It'd open a tunnel out, run your app(s), and serve to the world. + +It'd need some smart/simple isolation from the local network (security!), but I'd love how it'd allow trivial & cheap local hosting. \ No newline at end of file From 44277cf4abbb327d9fdc160f229fee7a82f091a7 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Wed, 3 Jul 2024 09:28:23 +0200 Subject: [PATCH 07/11] Delete content/notes/2024-07-03/wvptk --- content/notes/2024-07-03/wvptk | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 content/notes/2024-07-03/wvptk diff --git a/content/notes/2024-07-03/wvptk b/content/notes/2024-07-03/wvptk deleted file mode 100644 index e801fcb2..00000000 --- a/content/notes/2024-07-03/wvptk +++ /dev/null @@ -1,13 +0,0 @@ ---- -date: 2024-07-03T09:15:26.258+02:00 -tags: -- HoneLab -- EdgeCompute -- RPi ---- - -I'm dreaming of a bring-your-own "cloud" hosting company. - -Imagine Vercel/Netlify let you put an SD card in a [RPi](/tags/rpi) on your home network. It'd open a tunnel out, run your app(s), and serve to the world. - -It'd need some smart/simple isolation from the local network (security!), but I'd love how it'd allow trivial & cheap local hosting. \ No newline at end of file From 05a5d2d507db1edacc0d6a23bd9cc1cce662422e Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Wed, 3 Jul 2024 09:30:42 +0200 Subject: [PATCH 08/11] New note --- content/notes/2024-07-03/wvptk/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/notes/2024-07-03/wvptk/index.md diff --git a/content/notes/2024-07-03/wvptk/index.md b/content/notes/2024-07-03/wvptk/index.md new file mode 100644 index 00000000..ec724029 --- /dev/null +++ b/content/notes/2024-07-03/wvptk/index.md @@ -0,0 +1,13 @@ +--- +date: 2024-07-03T09:15:26.258+02:00 +tags: +- HomeLab +- EdgeCompute +- RPi +--- + +I'm dreaming of a bring-your-own "cloud" hosting company. + +Imagine Vercel/Netlify let you put an SD card in a [RPi](/tags/rpi) on your home network. It'd open a tunnel out, run your app(s), and serve to the world. + +It'd need some smart/simple isolation from the local network (security!), but I'd love how it'd allow trivial & cheap local hosting. \ No newline at end of file From e1be811accbce054c7e5f96ffe5ed534e80a7e5e Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sat, 6 Jul 2024 08:15:41 +0200 Subject: [PATCH 09/11] Wedding note --- content/notes/2024-07-06/wedding/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/notes/2024-07-06/wedding/index.md diff --git a/content/notes/2024-07-06/wedding/index.md b/content/notes/2024-07-06/wedding/index.md new file mode 100644 index 00000000..e75220b6 --- /dev/null +++ b/content/notes/2024-07-06/wedding/index.md @@ -0,0 +1,12 @@ +--- +date: 2024-07-06T08:12:26.258+02:00 +tags: +- Yvette +- Bordeaux +- France +- Wedding +--- + +It's happening! Today {{< friend yvette >}} and I get married! 🤩 + +The weather forecast here, near Bordeaux, is keeping us on our toes 🌦️ so perform a sun dance for us this morning if you can 😅 \ No newline at end of file From 114502fb8349d98e1446520f58f92e03abec8dd4 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Tue, 9 Jul 2024 13:58:24 +0200 Subject: [PATCH 10/11] I got married! --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 101d37a8..892f3116 100644 --- a/config.toml +++ b/config.toml @@ -32,7 +32,7 @@ date = ["date", "publishDate", "lastmod", ":git"] unsafe = true [author] - name = "JP Hastings-Spital" + name = "JP Hastings-Edrei" email = "hello@byjp.me" [taxonomies] From 0095c0966d40af83ce5e336c0035cbaa11bc022c Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Tue, 9 Jul 2024 14:08:31 +0200 Subject: [PATCH 11/11] More marriage fun! --- layouts/partials/about-me.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/about-me.html b/layouts/partials/about-me.html index 6f552d64..d6e8f1d9 100644 --- a/layouts/partials/about-me.html +++ b/layouts/partials/about-me.html @@ -1,6 +1,6 @@
{{- "" -}}
{{- "" -}} A photo of me smiling, with short brown hair, a beard and glasses.{{- "" -}} - Hello! I'm JP Hastings-Spital, a maker, software engineer, swing dancer, and all-round miriscient chap living in London, UK. Until recently I was principal engineer at Deliveroo, I'm now enjoying a career break until after my wedding in July.{{- "" -}} + Hello! I'm JP Hastings-Edrei (previously Hastings-Spital), a maker, software engineer, swing dancer, and all-round miriscient chap living in London, UK with my incredible wife Yvette. Until recently I was principal engineer at Deliveroo, I'm now enjoying a career break until after I come down from my wedding earlier this month.{{- "" -}}
{{- "" -}}
{{- "" -}}