blog

Personal blog
git clone git://git.laack.co/blog.git
Log | Files | Refs

commit f87511f0c17dce7d4cac8a6154e2cd10077b15a0
parent 91f4d94e9293b648bce55fc1795cd311854274e5
Author: Andrew Laack <andrew@laack.co>
Date:   Fri, 18 Sep 2026 15:11:31 -0500

Regenerated site with new version of pandoc; all visual differences should be inconsequential

Diffstat:
Mposts/gemini/feed.xml | 2+-
Mposts/site/adnauseum-track-me-not-and-privacy-through-obscurity.html | 16+++++++++++-----
Mposts/site/config-files-suck.html | 16+++++++++++-----
Mposts/site/easily-hostable-protocols-over-applications.html | 16+++++++++++-----
Mposts/site/feed.xml | 2+-
Mposts/site/stop-collecting-user-data.html | 16+++++++++++-----
Mposts/site/the-sustainability-of-youtube.html | 16+++++++++++-----
Mposts/site/you-dont-need-anything.html | 16+++++++++++-----
8 files changed, 68 insertions(+), 32 deletions(-)

diff --git a/posts/gemini/feed.xml b/posts/gemini/feed.xml @@ -7,7 +7,7 @@ <language>en-us</language> <managingEditor>andrew@laack.co</managingEditor> <webMaster>andrew@laack.co</webMaster> -<lastBuildDate>Tue, 28 Apr 2026 23:14:36 -0500</lastBuildDate> +<lastBuildDate>Fri, 18 Sep 2026 15:09:46 -0500</lastBuildDate> <atom:link href="gemini://blog.laack.co/feed.xml" rel="self" type="application/rss+xml"/> <item> <title><![CDATA[Easily Hostable Protocols Over Applications]]></title> diff --git a/posts/site/adnauseum-track-me-not-and-privacy-through-obscurity.html b/posts/site/adnauseum-track-me-not-and-privacy-through-obscurity.html @@ -1,15 +1,21 @@ <!DOCTYPE html> -<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> +<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> - <meta name="generator" content="pandoc" /> + <meta name="generator" content="pandoc 3.10.2" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <title>adnauseum-track-me-not-and-privacy-through-obscurity</title> <style> - code{white-space: pre-wrap;} + /* Default styles provided by pandoc. + ** See https://pandoc.org/MANUAL.html#variables-for-html for config info. + */ span.smallcaps{font-variant: small-caps;} - div.columns{display: flex; gap: min(4vw, 1.5em);} - div.column{flex: auto; overflow-x: auto;} + div.columns{display: flex; gap: 1.5em;} + div.column{flex: auto;} + @media screen { + div.columns{gap: min(4vw, 1.5em);} + div.column{overflow-x: auto;} + } div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} /* The extra [class] is a hack that increases specificity enough to override a similar rule in reveal.js */ diff --git a/posts/site/config-files-suck.html b/posts/site/config-files-suck.html @@ -1,15 +1,21 @@ <!DOCTYPE html> -<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> +<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> - <meta name="generator" content="pandoc" /> + <meta name="generator" content="pandoc 3.10.2" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <title>config-files-suck</title> <style> - code{white-space: pre-wrap;} + /* Default styles provided by pandoc. + ** See https://pandoc.org/MANUAL.html#variables-for-html for config info. + */ span.smallcaps{font-variant: small-caps;} - div.columns{display: flex; gap: min(4vw, 1.5em);} - div.column{flex: auto; overflow-x: auto;} + div.columns{display: flex; gap: 1.5em;} + div.column{flex: auto;} + @media screen { + div.columns{gap: min(4vw, 1.5em);} + div.column{overflow-x: auto;} + } div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} /* The extra [class] is a hack that increases specificity enough to override a similar rule in reveal.js */ diff --git a/posts/site/easily-hostable-protocols-over-applications.html b/posts/site/easily-hostable-protocols-over-applications.html @@ -1,15 +1,21 @@ <!DOCTYPE html> -<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> +<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> - <meta name="generator" content="pandoc" /> + <meta name="generator" content="pandoc 3.10.2" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <title>easily-hostable-protocols-over-applications</title> <style> - code{white-space: pre-wrap;} + /* Default styles provided by pandoc. + ** See https://pandoc.org/MANUAL.html#variables-for-html for config info. + */ span.smallcaps{font-variant: small-caps;} - div.columns{display: flex; gap: min(4vw, 1.5em);} - div.column{flex: auto; overflow-x: auto;} + div.columns{display: flex; gap: 1.5em;} + div.column{flex: auto;} + @media screen { + div.columns{gap: min(4vw, 1.5em);} + div.column{overflow-x: auto;} + } div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} /* The extra [class] is a hack that increases specificity enough to override a similar rule in reveal.js */ diff --git a/posts/site/feed.xml b/posts/site/feed.xml @@ -7,7 +7,7 @@ <language>en-us</language> <managingEditor>andrew@laack.co</managingEditor> <webMaster>andrew@laack.co</webMaster> -<lastBuildDate>Tue, 28 Apr 2026 23:14:36 -0500</lastBuildDate> +<lastBuildDate>Fri, 18 Sep 2026 15:09:46 -0500</lastBuildDate> <atom:link href="https://blog.laack.co/feed.xml" rel="self" type="application/rss+xml"/> <item> <title><![CDATA[Easily Hostable Protocols Over Applications]]></title> diff --git a/posts/site/stop-collecting-user-data.html b/posts/site/stop-collecting-user-data.html @@ -1,15 +1,21 @@ <!DOCTYPE html> -<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> +<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> - <meta name="generator" content="pandoc" /> + <meta name="generator" content="pandoc 3.10.2" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <title>stop-collecting-user-data</title> <style> - code{white-space: pre-wrap;} + /* Default styles provided by pandoc. + ** See https://pandoc.org/MANUAL.html#variables-for-html for config info. + */ span.smallcaps{font-variant: small-caps;} - div.columns{display: flex; gap: min(4vw, 1.5em);} - div.column{flex: auto; overflow-x: auto;} + div.columns{display: flex; gap: 1.5em;} + div.column{flex: auto;} + @media screen { + div.columns{gap: min(4vw, 1.5em);} + div.column{overflow-x: auto;} + } div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} /* The extra [class] is a hack that increases specificity enough to override a similar rule in reveal.js */ diff --git a/posts/site/the-sustainability-of-youtube.html b/posts/site/the-sustainability-of-youtube.html @@ -1,15 +1,21 @@ <!DOCTYPE html> -<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> +<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> - <meta name="generator" content="pandoc" /> + <meta name="generator" content="pandoc 3.10.2" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <title>the-sustainability-of-youtube</title> <style> - code{white-space: pre-wrap;} + /* Default styles provided by pandoc. + ** See https://pandoc.org/MANUAL.html#variables-for-html for config info. + */ span.smallcaps{font-variant: small-caps;} - div.columns{display: flex; gap: min(4vw, 1.5em);} - div.column{flex: auto; overflow-x: auto;} + div.columns{display: flex; gap: 1.5em;} + div.column{flex: auto;} + @media screen { + div.columns{gap: min(4vw, 1.5em);} + div.column{overflow-x: auto;} + } div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} /* The extra [class] is a hack that increases specificity enough to override a similar rule in reveal.js */ diff --git a/posts/site/you-dont-need-anything.html b/posts/site/you-dont-need-anything.html @@ -1,15 +1,21 @@ <!DOCTYPE html> -<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> +<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> - <meta name="generator" content="pandoc" /> + <meta name="generator" content="pandoc 3.10.2" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <title>you-dont-need-anything</title> <style> - code{white-space: pre-wrap;} + /* Default styles provided by pandoc. + ** See https://pandoc.org/MANUAL.html#variables-for-html for config info. + */ span.smallcaps{font-variant: small-caps;} - div.columns{display: flex; gap: min(4vw, 1.5em);} - div.column{flex: auto; overflow-x: auto;} + div.columns{display: flex; gap: 1.5em;} + div.column{flex: auto;} + @media screen { + div.columns{gap: min(4vw, 1.5em);} + div.column{overflow-x: auto;} + } div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} /* The extra [class] is a hack that increases specificity enough to override a similar rule in reveal.js */