<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/feed.xsl" type="text/xsl" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en" xml:base="https://chrisburnell.com">
	<title>Chris Burnell · Replies</title>
	<subtitle></subtitle>
	<id>https://chrisburnell.com/replies/</id>
	<link href="https://chrisburnell.com/replies.xml" rel="self" />
	<link href="https://chrisburnell.com/replies/" rel="alternate" />
	<author>
		<name>Chris Burnell</name>
		<uri>https://chrisburnell.com/</uri>
		<email>me@chrisburnell.com</email>
	</author>
	<logo>https://chrisburnell.com/images/raven.svg</logo>
	<image>https://chrisburnell.com/images/avatar@4x.jpeg</image>
	<updated>2026-01-08T15:53:10+00:00</updated>
	<generator>Eleventy v3.1.0</generator>
	<entry>
		<id>https://chrisburnell.com/note/1767887590/</id>
		<link href="https://chrisburnell.com/note/1767887590/" />
		<title>Reply to Jeremy Keith</title>
		<published>2026-01-08T11:53:10-04:00</published>
		<publishedFriendly>8 January 2026</publishedFriendly>
		<updated>2026-01-08T11:53:10-04:00</updated>
		<category term="note" scheme="https://chrisburnell.com/note/" label="Note" />
		<summary>Thanks, Jeremy, I appreciate it!</summary>
		<content xml:lang="en" type="html">
			
			
			
			&lt;p&gt;Thanks, Jeremy, I appreciate it!&lt;/p&gt;
			
			
			
			
				&lt;hr&gt;
				&lt;p&gt;Thanks for subscribing and reading this post via RSS!&lt;/p&gt;
				&lt;p&gt;You can read &lt;a href=&quot;https://chrisburnell.com/note/1767887590/&quot;&gt;this post&lt;/a&gt; and others &lt;a href=&quot;https://chrisburnell.com/posts/&quot;&gt;on my website&lt;/a&gt;.&lt;/p&gt;
		</content>
		
		<link rel="related" type="reply" href="https://adactio.com/notes/22346" />
	</entry>
	<entry>
		<id>https://chrisburnell.com/note/1723796014/</id>
		<link href="https://chrisburnell.com/note/1723796014/" />
		<title>Reply to What&#39;s Your Style?</title>
		<published>2024-08-16T16:13:34+08:00</published>
		<publishedFriendly>16 August 2024</publishedFriendly>
		<updated>2024-08-16T16:13:34+08:00</updated>
		<category term="note" scheme="https://chrisburnell.com/note/" label="Note" />
		<summary>If I go back and look at the first version of my website from 2008, it looks like I was a style.css guy. I resent so much about that decision. 😂 I mean, I guess they are called Cascading Style...</summary>
		<content xml:lang="en" type="html">
			
			
			
			&lt;p&gt;If I go back and look at &lt;a href=&quot;https://v1.chrisburnell.com/&quot;&gt;the first version of my website from 2008&lt;/a&gt;, it looks like I was a &lt;code&gt;style.css&lt;/code&gt; guy.&lt;/p&gt;
&lt;p&gt;I resent &lt;em&gt;so much&lt;/em&gt; about that decision. 😂&lt;/p&gt;
&lt;p&gt;I mean, I guess they &lt;em&gt;are&lt;/em&gt; called Cascading Style Sheets, not Cascading Style&lt;strong&gt;s&lt;/strong&gt; Sheets, so maybe there’s an argument to be made there for using &lt;code&gt;style.css&lt;/code&gt;, but I won’t be the one defending that position!&lt;/p&gt;
&lt;p&gt;Recently, though, I tend not to use either &lt;code&gt;style.css&lt;/code&gt; or &lt;code&gt;styles.css&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Ever since the notion of &lt;strong&gt;Critical CSS&lt;/strong&gt; entered the scene, I’ve named things a bit differently. Because the idea here is to split a website’s styles into two sets—one that is required for &lt;q&gt;above the fold&lt;/q&gt; content, or many/all pages; and another that is needed to style the rest of the website—I’ve started naming the two stylesheets &lt;code&gt;critical.css&lt;/code&gt; and &lt;code&gt;defer.css&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;What &lt;em&gt;actually&lt;/em&gt; happens on my website these days is that I use the 11ty plugin, &lt;a href=&quot;https://github.com/11ty/eleventy-plugin-bundle&quot;&gt;eleventy-plugin-bundle&lt;/a&gt;, to combine various SCSS partials into two buckets (also named &lt;code&gt;critical&lt;/code&gt; and &lt;code&gt;defer&lt;/code&gt;), and the plugin generates a chunk of CSS that gets inlined in the &lt;code&gt;&amp;lt;head&amp;gt;&lt;/code&gt; and another chunk that gets spat out into a content-hashed file location and gets referenced by a &lt;code&gt;&amp;lt;link&amp;gt;&lt;/code&gt; tag.&lt;/p&gt;
&lt;p&gt;So, in short, I’ve still got a fondness in my heart for ol’ faithful, &lt;code&gt;/css/styles.css&lt;/code&gt;, but what I actually do in practice differs. That being said, I think there’s a future where, like native Web Components for example, CSS comes bundled with the HTML that it’s associated with as a best practice. And with that being a possibility, I think it’s reasonable to assume that I’ll be naming my CSS files &lt;code&gt;styles.css&lt;/code&gt; once again!&lt;/p&gt;
			
			
			
			
				&lt;hr&gt;
				&lt;p&gt;Thanks for subscribing and reading this post via RSS!&lt;/p&gt;
				&lt;p&gt;You can read &lt;a href=&quot;https://chrisburnell.com/note/1723796014/&quot;&gt;this post&lt;/a&gt; and others &lt;a href=&quot;https://chrisburnell.com/posts/&quot;&gt;on my website&lt;/a&gt;.&lt;/p&gt;
		</content>
		
		<link rel="related" type="reply" href="https://flamedfury.com/posts/whats-your-style/" />
	</entry>
	<entry>
		<id>https://chrisburnell.com/note/1689933317/</id>
		<link href="https://chrisburnell.com/note/1689933317/" />
		<title>Reply to Joining CSSWG</title>
		<published>2023-07-21T10:56:30+01:00</published>
		<publishedFriendly>21 July 2023</publishedFriendly>
		<updated>2023-07-21T10:56:30+01:00</updated>
		<category term="note" scheme="https://chrisburnell.com/note/" label="Note" />
		<summary>What great news! There’s no doubt in my mind that you’ll not just be useful, but will make a really positive and deeply-appreciated impact on the web. Congratulations!</summary>
		<content xml:lang="en" type="html">
			
			
			
			&lt;p&gt;What great news! There’s no doubt in my mind that you’ll not just be useful, but will make a really positive and deeply-appreciated impact on the web. Congratulations!&lt;/p&gt;
			
			
			
			
				&lt;hr&gt;
				&lt;p&gt;Thanks for subscribing and reading this post via RSS!&lt;/p&gt;
				&lt;p&gt;You can read &lt;a href=&quot;https://chrisburnell.com/note/1689933317/&quot;&gt;this post&lt;/a&gt; and others &lt;a href=&quot;https://chrisburnell.com/posts/&quot;&gt;on my website&lt;/a&gt;.&lt;/p&gt;
		</content>
		
		<link rel="related" type="reply" href="https://hidde.blog/joining-csswg/" />
	</entry>
	<entry>
		<id>https://chrisburnell.com/note/1663071802/</id>
		<link href="https://chrisburnell.com/note/1663071802/" />
		<title>Reply to eleventy-cache-webmentions</title>
		<published>2022-09-13T12:23:33+01:00</published>
		<publishedFriendly>13 September 2022</publishedFriendly>
		<updated>2022-09-13T12:23:33+01:00</updated>
		<category term="note" scheme="https://chrisburnell.com/note/" label="Note" />
		<summary>Happy to announce that I’ve released version 1.0.0 of Eleventy Cache Webmentions! Although it introduces some breaking changes for earlier versions, 1.0.0 makes it a lot easier to attach Webmentions to your pages as data using eleventyComputed. Check out my...</summary>
		<content xml:lang="en" type="html">
			
			
			
			&lt;p&gt;Happy to announce that I’ve released version &lt;code&gt;1.0.0&lt;/code&gt; of Eleventy Cache Webmentions! Although it introduces some breaking changes for earlier versions, &lt;code&gt;1.0.0&lt;/code&gt; makes it a lot easier to attach Webmentions to your pages as data using &lt;code&gt;eleventyComputed&lt;/code&gt;. Check out my recent post, &lt;a href=&quot;https://chrisburnell.com/article/webmention-eleventy-setup/&quot;&gt;Webmention Setup for Eleventy&lt;/a&gt;, to get started!&lt;/p&gt;
			
			
			
			
				&lt;hr&gt;
				&lt;p&gt;Thanks for subscribing and reading this post via RSS!&lt;/p&gt;
				&lt;p&gt;You can read &lt;a href=&quot;https://chrisburnell.com/note/1663071802/&quot;&gt;this post&lt;/a&gt; and others &lt;a href=&quot;https://chrisburnell.com/posts/&quot;&gt;on my website&lt;/a&gt;.&lt;/p&gt;
		</content>
		
		<link rel="related" type="reply" href="https://chrisburnell.com/eleventy-cache-webmentions/" />
	</entry>
	<entry>
		<id>https://chrisburnell.com/note/1655219889/</id>
		<link href="https://chrisburnell.com/note/1655219889/" />
		<title>Reply to eleventy-cache-webmentions</title>
		<published>2022-06-14T16:18:09+01:00</published>
		<publishedFriendly>14 June 2022</publishedFriendly>
		<updated>2022-06-14T16:18:09+01:00</updated>
		<category term="note" scheme="https://chrisburnell.com/note/" label="Note" />
		<summary>Just updated eleventy-cache-webmentions to version 0.2.0, a shallow first attempt at making the package work with any Webmention server, not just Webmention.io.</summary>
		<content xml:lang="en" type="html">
			&lt;p&gt;Just updated &lt;a href=&quot;https://chrisburnell.com/eleventy-cache-webmentions/&quot;&gt;eleventy-cache-webmentions&lt;/a&gt; to version &lt;samp&gt;0.2.0&lt;/samp&gt;, a shallow first attempt at making the package work with any Webmention server, not just &lt;a href=&quot;https://webmention.io&quot;&gt;Webmention.io&lt;/a&gt;.&lt;/p&gt;
				&lt;hr&gt;
			
			
			&lt;p&gt;Given a couple of assumptions about how the data is returned from the server, this change allows you to use different Webmention servers, hopefully lessening the &lt;q&gt;inherent&lt;/q&gt; dependency on &lt;a href=&quot;https://webmention.io&quot;&gt;Webmention.io&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This change does mean that there are now two more &lt;strong&gt;required&lt;/strong&gt; fields that need to be passed to the plugin when invoking it in your &lt;code&gt;.eleventy.js&lt;/code&gt; file with &lt;code&gt;addPlugin()&lt;/code&gt;:&lt;/p&gt;
&lt;pre data-language=&quot;javascript&quot; data-language-friendly=&quot;JavaScript&quot;&gt;&lt;code&gt;&lt;span&gt;const&lt;/span&gt; pluginWebmentions &lt;span&gt;=&lt;/span&gt; &lt;span&gt;require&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;&quot;@chrisburnell/eleventy-cache-webmentions&quot;&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;p&gt;&lt;code&gt;module&lt;span&gt;.&lt;/span&gt;&lt;span&gt;exports&lt;/span&gt; &lt;span&gt;=&lt;/span&gt; &lt;span&gt;function&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;eleventyConfig&lt;/span&gt;&lt;span&gt;)&lt;/span&gt; &lt;span&gt;{&lt;/span&gt;&lt;br&gt;
eleventyConfig&lt;span&gt;.&lt;/span&gt;&lt;span&gt;addPlugin&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;pluginWebmentions&lt;span&gt;,&lt;/span&gt; &lt;span&gt;{&lt;/span&gt;&lt;br&gt;
&lt;span&gt;// these 3 fields are all required!&lt;/span&gt;&lt;br&gt;
&lt;span&gt;domain&lt;/span&gt;&lt;span&gt;:&lt;/span&gt; &lt;span&gt;&quot;&lt;a href=&quot;https://example.com&quot;&gt;https://example.com&lt;/a&gt;&quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;br&gt;
&lt;span&gt;feed&lt;/span&gt;&lt;span&gt;:&lt;/span&gt; &lt;span&gt;&quot;&lt;a href=&quot;https://webmention.io/api/mentions.jf2?domain=example.com&amp;amp;amp;token=$%7Bprocess.env.WEBMENTION_IO_TOKEN%7D&amp;amp;amp;per-page=9001&quot;&gt;https://webmention.io/api/mentions.jf2?domain=example.com&amp;amp;amp;token=${process.env.WEBMENTION_IO_TOKEN}&amp;amp;amp;per-page=9001&lt;/a&gt;&quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;br&gt;
&lt;span&gt;key&lt;/span&gt;&lt;span&gt;:&lt;/span&gt; &lt;span&gt;&quot;children&quot;&lt;/span&gt;&lt;br&gt;
&lt;span&gt;}&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;&lt;br&gt;
&lt;span&gt;}&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The above example, which I’m hoping is simple to update in existing configs, outlines how to use the plugin with &lt;a href=&quot;https://webmention.io&quot;&gt;Webmention.io&lt;/a&gt;.&lt;/p&gt;
			
			
			
			
				&lt;hr&gt;
				&lt;p&gt;Thanks for subscribing and reading this post via RSS!&lt;/p&gt;
				&lt;p&gt;You can read &lt;a href=&quot;https://chrisburnell.com/note/1655219889/&quot;&gt;this post&lt;/a&gt; and others &lt;a href=&quot;https://chrisburnell.com/posts/&quot;&gt;on my website&lt;/a&gt;.&lt;/p&gt;
		</content>
		
		<link rel="related" type="reply" href="https://chrisburnell.com/eleventy-cache-webmentions/" />
	</entry>
	<entry>
		<id>https://chrisburnell.com/note/1652634000/</id>
		<link href="https://chrisburnell.com/note/1652634000/" />
		<title>Reply to a previous Note</title>
		<published>2022-05-15T18:00:00+01:00</published>
		<publishedFriendly>15 May 2022</publishedFriendly>
		<updated>2022-05-15T18:00:00+01:00</updated>
		<category term="note" scheme="https://chrisburnell.com/note/" label="Note" />
		<summary>Happy to say the sparklines are going well—pushed an update yesterday, in fact, to allow them to inherit the color of wherever they are in the DOM for the colour of the line itself. Still working on posting a bit...</summary>
		<content xml:lang="en" type="html">
			
			
			
			&lt;p&gt;Happy to say the sparklines are going well—pushed an update yesterday, in fact, to allow them to inherit the color of wherever they are in the DOM for the colour of the line itself.&lt;/p&gt;
&lt;p&gt;Still working on posting a bit more! 😅&lt;/p&gt;
			
			
			
			
				&lt;hr&gt;
				&lt;p&gt;Thanks for subscribing and reading this post via RSS!&lt;/p&gt;
				&lt;p&gt;You can read &lt;a href=&quot;https://chrisburnell.com/note/1652634000/&quot;&gt;this post&lt;/a&gt; and others &lt;a href=&quot;https://chrisburnell.com/posts/&quot;&gt;on my website&lt;/a&gt;.&lt;/p&gt;
		</content>
		
		<link rel="related" type="reply" href="https://chrisburnell.com/note/1526371395/" />
	</entry>
	<entry>
		<id>https://chrisburnell.com/note/1642281344/</id>
		<link href="https://chrisburnell.com/note/1642281344/" />
		<title>Reply to eleventy-cache-webmentions</title>
		<published>2022-01-15T21:15:44+00:00</published>
		<publishedFriendly>15 January 2022</publishedFriendly>
		<updated>2022-01-15T21:15:44+00:00</updated>
		<category term="note" scheme="https://chrisburnell.com/note/" label="Note" />
		<summary>Fixed a bug in eleventy-cache-webmentions from a silly assumption I made about determining a since value to get new Webmentions when the cache exists.</summary>
		<content xml:lang="en" type="html">
			
			
			
			&lt;p&gt;Fixed a bug in &lt;a href=&quot;/eleventy-cache-webmentions/&quot;&gt;eleventy-cache-webmentions&lt;/a&gt; from a silly assumption I made about determining a &lt;code&gt;since&lt;/code&gt; value to get new Webmentions when the cache exists.&lt;/p&gt;
			
			
			
			
				&lt;hr&gt;
				&lt;p&gt;Thanks for subscribing and reading this post via RSS!&lt;/p&gt;
				&lt;p&gt;You can read &lt;a href=&quot;https://chrisburnell.com/note/1642281344/&quot;&gt;this post&lt;/a&gt; and others &lt;a href=&quot;https://chrisburnell.com/posts/&quot;&gt;on my website&lt;/a&gt;.&lt;/p&gt;
		</content>
		
		<link rel="related" type="reply" href="https://chrisburnell.com/eleventy-cache-webmentions/" />
	</entry>
	<entry>
		<id>https://chrisburnell.com/note/1638201237/</id>
		<link href="https://chrisburnell.com/note/1638201237/" />
		<title>Reply to a previous Note</title>
		<published>2021-11-29T15:53:57+00:00</published>
		<publishedFriendly>29 November 2021</publishedFriendly>
		<updated>2021-11-29T15:53:57+00:00</updated>
		<category term="note" scheme="https://chrisburnell.com/note/" label="Note" />
		<summary>Update: still not caught my own tail—I&#39;ll get back to that when I find my way out of these rabbit holes, and on that note, I bumped up to 1.708 commits/day as of today. Continue to do with that information...</summary>
		<content xml:lang="en" type="html">
			
			
			
			&lt;p&gt;Update: still not caught my own tail—I&#39;ll get back to that when I find my way out of these rabbit holes, and on that note, I bumped up to 1.708 commits/day as of today.&lt;/p&gt;
&lt;p&gt;Continue to do with that information what you will.&lt;/p&gt;
			
			
			
			
				&lt;hr&gt;
				&lt;p&gt;Thanks for subscribing and reading this post via RSS!&lt;/p&gt;
				&lt;p&gt;You can read &lt;a href=&quot;https://chrisburnell.com/note/1638201237/&quot;&gt;this post&lt;/a&gt; and others &lt;a href=&quot;https://chrisburnell.com/posts/&quot;&gt;on my website&lt;/a&gt;.&lt;/p&gt;
		</content>
		
		<link rel="related" type="reply" href="https://chrisburnell.com/note/1543511764/" />
	</entry>
	<entry>
		<id>https://chrisburnell.com/note/1602085231/</id>
		<link href="https://chrisburnell.com/note/1602085231/" />
		<title>Reply to JavaScript30 Day #02 - Wes Bos’ JavaScript30 course, group­ing op­er­a­tor, HOCs in ReactJS.</title>
		<published>2020-10-07T16:40:31+01:00</published>
		<publishedFriendly>7 October 2020</publishedFriendly>
		<updated>2020-10-07T16:40:31+01:00</updated>
		<category term="note" scheme="https://chrisburnell.com/note/" label="Note" />
		<summary>Uh oh, I’ve been found out… Ru totally sniped me with her call-out, in the best way possible! I guess I better double-down and make this a proper thing for myself—30 days, 30 JS challenges—let’s do this! I made a...</summary>
		<content xml:lang="en" type="html">
			
			
			
			&lt;p&gt;Uh oh, I’ve been found out… Ru totally sniped me with her call-out, in the best way possible!&lt;/p&gt;
&lt;p&gt;I guess I better double-down and make this a proper thing for myself—30 days, 30 JS challenges—let’s do this!&lt;/p&gt;
&lt;p&gt;I made &lt;a href=&quot;https://js30.chrisburnell.com/&quot;&gt;a little Eleventy site&lt;/a&gt; as a front end for my progress, too.&lt;/p&gt;
			
			
			
			
				&lt;hr&gt;
				&lt;p&gt;Thanks for subscribing and reading this post via RSS!&lt;/p&gt;
				&lt;p&gt;You can read &lt;a href=&quot;https://chrisburnell.com/note/1602085231/&quot;&gt;this post&lt;/a&gt; and others &lt;a href=&quot;https://chrisburnell.com/posts/&quot;&gt;on my website&lt;/a&gt;.&lt;/p&gt;
		</content>
		
		<link rel="related" type="reply" href="https://rusingh.com/articles/2020/10/07/javascript30-02-wes-bos-course-grouping-operator-hoc/" />
	</entry>
	<entry>
		<id>https://chrisburnell.com/note/1596729985/</id>
		<link href="https://chrisburnell.com/note/1596729985/" />
		<title>Reply to a previous Note</title>
		<published>2020-08-06T17:06:00+01:00</published>
		<publishedFriendly>6 August 2020</publishedFriendly>
		<updated>2020-08-06T17:06:00+01:00</updated>
		<category term="note" scheme="https://chrisburnell.com/note/" label="Note" />
		<summary>Eleventy is a go! Managed to migrate all of my content, pages, and a whole lot more. Article about the transition coming soon!</summary>
		<content xml:lang="en" type="html">
			
			
			
			&lt;p&gt;&lt;a href=&quot;https://www.11ty.dev/&quot;&gt;Eleventy&lt;/a&gt; is a go! Managed to migrate all of my content, pages, and a whole lot more. Article about the transition coming soon!&lt;/p&gt;
			
			
			
			
				&lt;hr&gt;
				&lt;p&gt;Thanks for subscribing and reading this post via RSS!&lt;/p&gt;
				&lt;p&gt;You can read &lt;a href=&quot;https://chrisburnell.com/note/1596729985/&quot;&gt;this post&lt;/a&gt; and others &lt;a href=&quot;https://chrisburnell.com/posts/&quot;&gt;on my website&lt;/a&gt;.&lt;/p&gt;
		</content>
		
		<link rel="related" type="reply" href="https://chrisburnell.com/note/1591828304/" />
	</entry>
	
</feed>
