diff --git a/.github/workflows/fetch-artist-charts.yaml b/.github/workflows/fetch-artist-charts.yaml
index 4ab763de..497bf9f1 100644
--- a/.github/workflows/fetch-artist-charts.yaml
+++ b/.github/workflows/fetch-artist-charts.yaml
@@ -27,4 +27,4 @@ jobs:
with:
commit_message: Update artist charts for the week.
commit_user_name: cdransf
- commit_user_email: hi@coryd.dev
+ commit_user_email: coryd@fastmail.com
diff --git a/src/posts/2023/hacking-together-a-tweeklyfm-repalcement.md b/src/posts/2023/hacking-together-a-tweeklyfm-repalcement.md
index 2643fcff..22ddaafb 100644
--- a/src/posts/2023/hacking-together-a-tweeklyfm-repalcement.md
+++ b/src/posts/2023/hacking-together-a-tweeklyfm-repalcement.md
@@ -43,7 +43,7 @@ jobs:
with:
commit_message: Update artist charts for the week.
commit_user_name: cdransf
- commit_user_email: hi@coryd.dev
+ commit_user_email: coryd@fastmail.com
commit_author: Cory Dransfeldt
```
diff --git a/src/referrals.md b/src/referrals.md
index 8a3b48d8..f0231e99 100644
--- a/src/referrals.md
+++ b/src/referrals.md
@@ -26,6 +26,7 @@ meta:
Referral links for services I use. I save some money, and you do as well if you choose to use them.
+- Fastmail
- NextDNS
- DNSimple
- Bunny.net
diff --git a/src/uses.md b/src/uses.md
index f8b40607..2b94f624 100644
--- a/src/uses.md
+++ b/src/uses.md
@@ -26,7 +26,7 @@ meta:
Software and services that I use for work and my own enjoyment.
-{% image 'https://coryd.dev/assets/img/pages/uses.jpg', 'My desk', 'border border-blue-600 dark:border-blue-400 rounded-lg overflow-hidden [&>*]:w-full', 'eager' %}
+{% image '', 'My desk', 'border border-blue-600 dark:border-blue-400 rounded-lg overflow-hidden [&>*]:w-full', 'eager' %}
Computer setup
@@ -73,6 +73,7 @@ Software and services that I use for work and my own enjoyment.
Services
+- Fastmail: the best, most reliable and standards-compliant email provider around.
- NextDNS: a privacy-focused, set it and forget it DNS service. I use their security features on my home network and a profile with strict ad-blocking rules on all of my devices.
- DNSimple: a robust, user-friendly DNS provider and registrar. I moved my domains here after my old provider was acquired.
- Bunny.net: a powerful and affordable CDN. I use it to serve assets on my personal site (most notable my now page — raw assets are fetched by Eleventy and then optimized to webp).