<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
>

  <channel>
	<atom:link href="https://www.johnpe.art/feed.xml" rel="self" type="application/rss+xml" />
	<title>John Peart • Notes</title>		
	<link>https://www.johnpe.art/note</link>
	<description>I’m John Peart. I’m a policy professional with an interest in technology, services and diversity. I write about all sorts of things, and I build things in code.</description>
	<language>en-GB</language>
	<docs>https://www.rssboard.org/rss-specification</docs>
	<pubDate>Mon, 16 Mar 2026 08:03:08 +0000</pubDate>
	<lastBuildDate>Mon, 16 Mar 2026 08:03:08 +0000</lastBuildDate>
	<copyright>Copyright 2026 John Peart. Please attribute and link to my work.</copyright>
	<generator>Eleventy</generator>

	<image>
		<url>https://www.johnpe.art/images/site/favicon-large-png.png</url>
		<title>John Peart • Notes</title>		
		<link>https://www.johnpe.art</link>
	</image>
	
	
		
	<item>
		<title>Design notes: Isometric explorations</title>
		<pubDate>Wed, 30 Jul 2025 12:00:00 +0000</pubDate>
		<link>https:/www.johnpe.art/note/1753876800/</link>
		<guid isPermaLink="true">https:/www.johnpe.art/note/1753876800/</guid><category>Design</category><category>IndieWeb</category><description>&lt;p&gt;&lt;a href=&#34;/2025/07/14/design-refresh/&#34;&gt;I mentioned that I’ve been updating the illustrations&lt;/a&gt; on my website as part of a site design refresh; for consistency. (Also because &lt;em&gt;why not?!&lt;/em&gt;)&lt;/p&gt; &lt;p&gt;When these illustrations were added, they were added incrementally and none of them really sat together as a coherent whole. As part of my new, neubrutalist-leaning design, I made the existing elements more blocky and bolder. Thick lines. Vibrant colours.&lt;/p&gt; &lt;p&gt;Many of them were isometric projections; but not all of them.&lt;/p&gt; &lt;p&gt;Now I’ve started to slowly replace the flat objects with isometric objects.&lt;/p&gt; &lt;p&gt;Here are some examples:&lt;/p&gt; &lt;figure&gt; &lt;img src=&#34;/images/posts/2025-07-30-calendar.png&#34; alt=&#34;A screenshot of my calendar drawing.&#34;&gt; &lt;figcaption&gt; Each weeknote and “now” post includes a desktop calendar now. The date is generated at the build stage; every calendar, on every page that features it has the correct date for that post as part of the illustration. &lt;/figcaption&gt; &lt;/figure&gt; &lt;figure&gt; &lt;img src=&#34;/images/posts/2025-07-30-gamepak.png&#34; alt=&#34;A screenshot of my Game Boy Game Pak drawing.&#34;&gt; &lt;figcaption&gt; On my gaming related posts, a &lt;em&gt;Nintendo Game Boy Game Pak&lt;/em&gt; is shown. The artwork is dynamically inserted for each post. &lt;/figcaption&gt; &lt;/figure&gt; &lt;figure&gt; &lt;img src=&#34;/images/posts/2025-07-30-ipod-nano.png&#34; alt=&#34;A screenshot of my iPod nano drawing.&#34;&gt; &lt;figcaption&gt; Similarly, each &lt;em&gt;iPod nano&lt;/em&gt; has the album artwork for each music...</description>

		<content:encoded>
			<![CDATA[<p><a href="/2025/07/14/design-refresh/">I mentioned that I’ve been updating the illustrations</a> on my website as part of a site design refresh; for consistency. (Also because <em>why not?!</em>)</p>
<p>When these illustrations were added, they were added incrementally and none of them really sat together as a coherent whole. As part of my new, neubrutalist-leaning design, I made the existing elements more blocky and bolder. Thick lines. Vibrant colours.</p>
<p>Many of them were isometric projections; but not all of them.</p>
<p>Now I’ve started to slowly replace the flat objects with isometric objects.</p>
<p>Here are some examples:</p>
<figure>
    <img src="/images/posts/2025-07-30-calendar.png" alt="A screenshot of my calendar drawing.">
	<figcaption>
		Each weeknote and “now” post includes a desktop calendar now. The date is generated at the build stage; every calendar, on every page that features it has the correct date for that post as part of the illustration.
	</figcaption>
</figure>
<figure>
    <img src="/images/posts/2025-07-30-gamepak.png" alt="A screenshot of my Game Boy Game Pak drawing.">
	<figcaption>
		On my gaming related posts, a <em>Nintendo Game Boy Game Pak</em> is shown. The artwork is dynamically inserted for each post.
	</figcaption>
</figure>
<figure>
    <img src="/images/posts/2025-07-30-ipod-nano.png" alt="A screenshot of my iPod nano drawing.">
	<figcaption>
		Similarly, each <em>iPod nano</em> has the album artwork for each music post inserted on the fly.
	</figcaption>
</figure>
<figure>
    <img src="/images/posts/2025-07-30-polaroid.png" alt="A screenshot of a my Polaroid picture drawing.">
	<figcaption>
		Each polaroid is also generated at build time. On the main page, I still show this in flat profile, or it would make the photo post slightly pointless!
	</figcaption>
</figure>
<figure>
    <img src="/images/posts/2025-07-30-list.png" alt="A screenshot of my list drawing.">
	<figcaption>
		I need to figure out a straightforward way to dynamically update my list drawings. Some kind of character counting is necessary for this one. For now, the underpants meme will do.
	</figcaption>
</figure>
<figure>
    <img src="/images/posts/2025-07-30-post-it-note.png" alt="A screenshot of a my Post It note drawing.">
	<figcaption>
		Likewise notes; I need to figure out a dynamic text insertion that works across potentially several lines.
	</figcaption>
</figure>
<p>These are all SVGs; which brings some advantages. They are:</p>
<ol>
<li>resolution-independent so they always look sharp at any size</li>
<li>just code – which makes it really easy to insert new elements on the fly; like cover artwork on an iPod or the date on a calendar</li>
</ol>
<p>It turns out that a neubrutalist aesthetic is also perfect for SVG graphics. The flat colours and bold lines are exactly what SVG excels at.</p>
<p>I’ve tried to make these new images as accessible as possible; using ARIA attributes to describe the images. Accessibility is important!</p>
<p>I’m really getting into this illustration style. I’m excited to see what other things pop out of my brain as I explore it.</p>
]]>
		</content:encoded>
	  </item><item>
		<title>A 2025 design refresh</title>
		<pubDate>Mon, 14 Jul 2025 08:00:00 +0000</pubDate>
		<link>https:/www.johnpe.art/2025/07/14/design-refresh/</link>
		<guid isPermaLink="true">https:/www.johnpe.art/2025/07/14/design-refresh/</guid><category>indieweb</category><category>web design</category><category>css</category><description>&lt;p&gt;For the past couple of months, I’ve been rethinking the visual style of my home on the internet: this website, the one you’re on right now.&lt;/p&gt; &lt;p&gt;In this blog post, I’m going to share some of the ideas I’ve had along the way – including the ideas I’ve thrown away!&lt;/p&gt; &lt;h2&gt;As it was&lt;/h2&gt; &lt;p&gt;For most of the past decade, iterations of this website tilted towards minimalism.&lt;/p&gt; &lt;p&gt;The homepage of this blog has consistently been an austere layout with a smattering of introductory text with sans-serif typography. Often, but not always, the colour scheme for the whole site has consisted of mostly an off-white and not-quite-black, with sparing dash of a single shade of cyan&lt;sup id=&#34;fnref1&#34; role=&#34;doc-noteref&#34; class=&#34;footnote&#34;&gt;&lt;a href=&#34;#fn1&#34; class=&#34;footnote-link&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt; &lt;figure&gt; &lt;img src=&#34;/images/posts/2025-07-14-homepage-old.png&#34; alt=&#34;My website homepage inside a desktop web browser window. The page is white, with black text that reads “Hello. I&#39;m John Peart. I’m a policy professional with an interest in technology, services and diversity.” The text is large and centered in the page.&#34;&gt; &lt;figcaption&gt;My website home page as it has been for nearly 6 years.&lt;/figcaption&gt; &lt;/figure&gt; &lt;p&gt;Over time, I’ve experimented with different visual flourishes.&lt;/p&gt; &lt;p&gt;I’ve tried a range of different header styles, including collapsing hamburger menus with glowing...</description>

		<content:encoded>
			<![CDATA[<p>For the past couple of months, I’ve been rethinking the visual style of my home on the internet: this website, the one you’re on right now.</p>
<p>In this blog post, I’m going to share some of the ideas I’ve had along the way – including the ideas I’ve thrown away!</p>
<h2>As it was</h2>
<p>For most of the past decade, iterations of this website tilted towards minimalism.</p>
<p>The homepage of this blog has consistently been an austere layout with a smattering of introductory text with sans-serif typography. Often, but not always, the colour scheme for the whole site has consisted of mostly an off-white and not-quite-black, with sparing dash of a single shade of cyan<sup id="fnref1" role="doc-noteref" class="footnote"><a href="#fn1" class="footnote-link">1</a></sup>.</p>
<figure>
	<img src="/images/posts/2025-07-14-homepage-old.png" alt="My website homepage inside a desktop web browser window. The page is white, with black text that reads “Hello. I'm John Peart. I’m a policy professional with an interest in technology, services and diversity.” The text is large and centered in the page.">
	<figcaption>My website home page as it has been for nearly 6 years.</figcaption>
</figure>
<p>Over time, I’ve experimented with different visual flourishes.</p>
<p>I’ve tried a range of different header styles, including collapsing hamburger menus with glowing auras, like this:</p>
<figure>
	<img src="/images/posts/2024-09-09-header-hover.png" alt="The header menu of my website during a previous experiment. The bar is full width and has a glow around it.">
	<figcaption>A previous iteration of my header menu faded into the background until you hovered over it, which made it pop out with a glow. </figcaption>
</figure>
<p>I had been gradually iterating towards a more glassy version. Up until this refresh, I’d been using some <a href="https://www.joshwcomeau.com/css/backdrop-filter/">next-level glass effects</a>:</p>
<figure>
	<img src="/images/posts/2025-07-14-side-by-side-desktop.png" alt="Two cropped screenshots of my menu bar on desktop. On the left, the menu bar shows a drop shadow. On the right, the glass has a subtler shadow, but also diffuses the surrounding colours below the menu bar.">
	<img src="/images/posts/2025-07-14-side-by-side-mobile.png" alt="Two cropped screenshots of my menu bar on mobile. On the left, the menu bar shows a drop shadow and diffused colours – but only when the menu hovers over the background image. On the right, the glass has a subtler shadow, but also diffuses the surrounding colours from objects below the boundary of menu bar.">
	<figcaption>In my previous design, I used a glassy header that diffused the surrounding colours into it, even when the header didn't overlap the background directly.</figcaption>
</figure>
<p>Over the course of the past year or so, I’ve also added digital simulacrums of physical objects, like <em>Post-It</em> notes and <em>iPods nano</em>.</p>
<figure>
	<img src="/images/posts/2024-09-30-ipod-new.png" alt="A screenshot of a representation of an iPod nano in isometric perspective with cover art for the 2024 album for the Eurovision Song Contest">
	<figcaption>These <em>iPods nano</em> are dynamically generated for each music selection highlighted on <a href="/music" title="Go to my music blog">my music blog</a>.</figcaption>
</figure>
<p>Mostly I’ve liked how lots of these elements have worked individually, even if I didn’t love how they sometimes sat together.</p>
<p>Throughout, I’ve often also been trying to ruthlessly optimise my code: if I <em>could</em> squeeze out a few dozen bytes of CSS or javascript code, then that’s what I was going to try to do! Less complex code means it’s less likely to break, after all.</p>
<h2>Towards neubrutalism</h2>
<p>After 6 years though, I’ve gotten bored. My taste has changed. Evolved. And it was time for my website to do the same.</p>
<p>I’ve fallen in love again with pop artists like Roy Lichtenstein and Andy Warhol, and neo-expressionists like Keith Haring and Jean-Michel Basquiat.</p>
<p>So I’ve decided to lean into a more neubrutalist style. Heavier lines. Bolder use of blacks and bright colours. That sort of thing.</p>
<p>What I’ve got right now isn’t a radical departure from what came before but it has given me inspiration for what it might evolve into over the next half a decade.</p>
<p>The biggest change is probably to the home page.</p>
<figure>
	<img src="/images/posts/2025-07-14-homepage-new.png" alt="My website homepage inside a desktop web browser window. The main visual is a black and white cartoon sketch of John Peart.">
	<figcaption>The first thing you'll notice on my new home page is a giant drawing of me!</figcaption>
</figure>
<p>For the first time, my home page has an image on it. Of me, even. Groundbreaking, I know.</p>
<p>I love the illustration I’ve come up with; though I’m sure I’ll be endlessly fiddling with it now. Especially if I decide to change my haircut in the future!</p>
<p>Use of bold imagery has been a focus as I’ve explored this new design. Keeping an element of continuity with what came before, I’ve been creating a lot of isometric profile images, just to see how they looked.</p>
<figure>
	<img src="/images/posts/2025-07-14-isometric-objects.svg" alt="A keyboard, iPod Classic and Star Trek commbadge in isometric projection.">
	<figcaption>I've created a range of different objects in isometric projection; just to see how they turned out.</figcaption>
</figure>
<p>I haven’t used most of these, in the end, but I have kept them in case inspiration strikes in the future about where I could.</p>
<p>Where I used objects like <em>Polaroid</em> photos, and <em>Nintendo Game Boy</em> cartridges and consoles in my previous design, these have also been revamped. Gone are the shadows and soft gradients; now they have a bolder, blockier aesthetic.</p>
<figure>
	<img src="/images/posts/2025-07-14-gamepaks.png" alt="Left: an isometric projection of a Game Pak. Right: a revised version, with greater use of thick black borders at the object's edges.">
	<figcaption>Objects that were nudging towards photorealism are now much bolder, blockier objects; like these <em>Game Paks</em>.</figcaption>
</figure>
<p>The navigation bar is the other most visually striking change to the site.</p>
<p>Scroll back up to the top of the page, and you’ll notice the bar disappear into seamlessly into the background, thanks to scroll-driven animations. Roll over a colourful image, and notice it take on a vibrant, over-saturated hue; keeping a nod to the glassy aesthetic of the previous designs.</p>
<h2>What’s next?</h2>
<p>Not everything has changed in this design change. It’s more “refresh” than “complete overhaul”.</p>
<p>There is still more room for change! That’s going to keep my brain busy noodling for months and years to come.</p>
<div class="footnotes" role="doc-endnotes">
<h2 class="h3">Footnotes</h2>
<ol class="footnotes-list">
<li id="fn1" class="footnote-item"><p><code>#00a0e5</code>, if you’re wondering. <a href="#fnref1" class="footnote-backref" role="doc-backlink">&#8617;&#xfe0e;</a></p>
</li>
</ol>
</section>
]]>
		</content:encoded>
	  </item><item>
		<title>Marsha P. Johnson. Sylvia Rivera. Stormé DeLarverie.</title>
		<pubDate>Sat, 28 Jun 2025 12:00:00 +0000</pubDate>
		<link>https:/www.johnpe.art/note/1751112000/</link>
		<guid isPermaLink="true">https:/www.johnpe.art/note/1751112000/</guid><category>Pride</category><category>LGBT</category><description>&lt;p&gt;Today, 28 June marks the anniversary of the Stonewall uprising and the birth of the pride movement.&lt;/p&gt; &lt;p&gt;Never forget, it was lesbian and gay men and women, and gender non-conforming men and women, and trans men and women — many of them people of colour — that were the first to stand up and push back.&lt;/p&gt; &lt;p&gt;Never forget.&lt;/p&gt; &lt;p&gt;Marsha P. Johnson.&lt;/p&gt; &lt;p&gt;Sylvia Rivera.&lt;/p&gt; &lt;p&gt;Stormé DeLarverie.&lt;/p&gt; &lt;p&gt;Craig Rodwell.&lt;/p&gt; &lt;p&gt;Bob Kohler.&lt;/p&gt; &lt;p&gt;The many others who were there but were doing know their names and their courage.&lt;/p&gt; &lt;p&gt;All of them. All of &lt;em&gt;us&lt;/em&gt;. All together.&lt;/p&gt; &lt;p&gt;United we protect our rights and freedoms. Divided, we all lose.&lt;/p&gt; </description>

		<content:encoded>
			<![CDATA[<p>Today, 28 June marks the anniversary of the Stonewall uprising and the birth of the pride movement.</p>
<p>Never forget, it was lesbian and gay men and women, and gender non-conforming men and women, and trans men and women — many of them people of colour — that were the first to stand up and push back.</p>
<p>Never forget.</p>
<p>Marsha P. Johnson.</p>
<p>Sylvia Rivera.</p>
<p>Stormé DeLarverie.</p>
<p>Craig Rodwell.</p>
<p>Bob Kohler.</p>
<p>The many others who were there but were doing know their names and their courage.</p>
<p>All of them. All of <em>us</em>. All together.</p>
<p>United we protect our rights and freedoms. Divided, we all lose.</p>
]]>
		</content:encoded>
	  </item><item>
		<title>You were thusly informed</title>
		<pubDate>Mon, 16 Jun 2025 19:44:47 +0000</pubDate>
		<link>https:/www.johnpe.art/note/1750103087/</link>
		<guid isPermaLink="true">https:/www.johnpe.art/note/1750103087/</guid><category>notes</category><description>&lt;p&gt;A much better way to say “I told you so”.&lt;/p&gt; </description>

		<content:encoded>
			<![CDATA[<p>A much better way to say “I told you so”.</p>
]]>
		</content:encoded>
	  </item><item>
		<title>Send me a (Web)mention</title>
		<pubDate>Thu, 09 May 2024 12:37:47 +0000</pubDate>
		<link>https:/www.johnpe.art/note/1715258267/</link>
		<guid isPermaLink="true">https:/www.johnpe.art/note/1715258267/</guid><category>notes</category><description>&lt;p&gt;A while ago, I &lt;a href=&#34;/2023/10/31/making-webmentions-look-more-conversational/&#34;&gt;added support for Webmentions to this site&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Connecting the &lt;a href=&#34;//webmention.io&#34;&gt;Webmention.io&lt;/a&gt; service up to &lt;a href=&#34;//brid.gy&#34;&gt;Brid.gy&lt;/a&gt; means that I have been able to backfeed social media posts from Mastodon and Bluesky on to my blog post pages.&lt;/p&gt; &lt;p&gt;I’ve now gone one step further and added a ‘Send me a Webmention’ box at the bottom of most pages on this site.&lt;/p&gt; &lt;h2&gt;How to send me a Webmention&lt;/h2&gt; &lt;p&gt;Publish a post on &lt;em&gt;your&lt;/em&gt; website, and link to a post on &lt;em&gt;my&lt;/em&gt; website. Then paste the URL of your post on &lt;em&gt;your&lt;/em&gt; website into the new box and click the &lt;em&gt;up arrow&lt;/em&gt;.&lt;/p&gt; &lt;p&gt;When you do, it’ll ping the Webmention.io service to let me know you’ve mentioned my post. Roughly an hour or so later, when my site rebuilds, your Webmention will show up on my site.&lt;/p&gt; &lt;p&gt;You might have to amend the HTML mark-up on your page to make sure this all works properly, but give it a try!&lt;/p&gt; &lt;h2&gt;Try it out&lt;/h2&gt; &lt;p&gt;Publish something on your site, and use the ‘Send me a Webmention’ form at the very bottom of this page.&lt;/p&gt; </description>

		<content:encoded>
			<![CDATA[<p>A while ago, I <a href="/2023/10/31/making-webmentions-look-more-conversational/">added support for Webmentions to this site</a>.</p>
<p>Connecting the <a href="//webmention.io">Webmention.io</a> service up to <a href="//brid.gy">Brid.gy</a> means that I have been able to backfeed social media posts from Mastodon and Bluesky on to my blog post pages.</p>
<p>I’ve now gone one step further and added a ‘Send me a Webmention’ box at the bottom of most pages on this site.</p>
<h2>How to send me a Webmention</h2>
<p>Publish a post on <em>your</em> website, and link to a post on <em>my</em> website. Then paste the URL of your post on <em>your</em> website into the new box and click the <em>up arrow</em>.</p>
<p>When you do, it’ll ping the Webmention.io service to let me know you’ve mentioned my post. Roughly an hour or so later, when my site rebuilds, your Webmention will show up on my site.</p>
<p>You might have to amend the HTML mark-up on your page to make sure this all works properly, but give it a try!</p>
<h2>Try it out</h2>
<p>Publish something on your site, and use the ‘Send me a Webmention’ form at the very bottom of this page.</p>
]]>
		</content:encoded>
	  </item><item>
		<title>One week. One note. One thing.</title>
		<pubDate>Tue, 02 Apr 2024 08:00:00 +0000</pubDate>
		<link>https:/www.johnpe.art/note/1712044800/</link>
		<guid isPermaLink="true">https:/www.johnpe.art/note/1712044800/</guid><category>Weeknotes</category><description>&lt;p&gt;This week, I’m going to start to weeknote.&lt;sup id=&#34;fnref1&#34; role=&#34;doc-noteref&#34; class=&#34;footnote&#34;&gt;&lt;a href=&#34;#fn1&#34; class=&#34;footnote-link&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;I’ve created a new post format and &lt;a href=&#34;/weeknotes&#34;&gt;a page where all my weeknotes will go&lt;/a&gt;. Now I just need to do it!&lt;/p&gt; &lt;p&gt;I don’t know what I’ll weeknote about yet. Probably some work stuff. Maybe some personal stuff. Definitely some random side hustling.&lt;/p&gt; &lt;p&gt;But I want to make this habit stick. My time is finite, and if this turns into war and peace each week, I’ll never stick to it.&lt;/p&gt; &lt;p&gt;So I’m going to set my sights deliberately low.&lt;/p&gt; &lt;p&gt;I will write one note each week, on a Friday afternoon. I will constrain that one note to one thing I have taken away from that one week.&lt;/p&gt; &lt;p&gt;The task starts this Friday. Let’s see how it goes!&lt;/p&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;h2 class=&#34;h3&#34;&gt;Footnotes&lt;/h2&gt; &lt;ol class=&#34;footnotes-list&#34;&gt; &lt;li id=&#34;fn1&#34; class=&#34;footnote-item&#34;&gt;&lt;p&gt;How do you write “weeknote”? ”Weeknote” or a “weeknote”? Is it a noun or a verb, or both? Do you “write a weeknote” or is it possible “to weeknote”? Maybe I need a style guide. &lt;a href=&#34;#fnref1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#8617;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt; &lt;/li&gt; &lt;/ol&gt; &lt;/section&gt; </description>

		<content:encoded>
			<![CDATA[<p>This week, I’m going to start to weeknote.<sup id="fnref1" role="doc-noteref" class="footnote"><a href="#fn1" class="footnote-link">1</a></sup></p>
<p>I’ve created a new post format and <a href="/weeknotes">a page where all my weeknotes will go</a>. Now I just need to do it!</p>
<p>I don’t know what I’ll weeknote about yet. Probably some work stuff. Maybe some personal stuff. Definitely some random side hustling.</p>
<p>But I want to make this habit stick. My time is finite, and if this turns into war and peace each week, I’ll never stick to it.</p>
<p>So I’m going to set my sights deliberately low.</p>
<p>I will write one note each week, on a Friday afternoon. I will constrain that one note to one thing I have taken away from that one week.</p>
<p>The task starts this Friday. Let’s see how it goes!</p>
<div class="footnotes" role="doc-endnotes">
<h2 class="h3">Footnotes</h2>
<ol class="footnotes-list">
<li id="fn1" class="footnote-item"><p>How do you write “weeknote”? ”Weeknote” or a “weeknote”? Is it a noun or a verb, or both? Do you “write a weeknote” or is it possible “to weeknote”? Maybe I need a style guide. <a href="#fnref1" class="footnote-backref" role="doc-backlink">&#8617;&#xfe0e;</a></p>
</li>
</ol>
</section>
]]>
		</content:encoded>
	  </item><item>
		<title>An ‘Ideas’ page.</title>
		<pubDate>Sat, 09 Mar 2024 11:00:00 +0000</pubDate>
		<link>https:/www.johnpe.art/note/1709982000/</link>
		<guid isPermaLink="true">https:/www.johnpe.art/note/1709982000/</guid><category>notes</category><description>&lt;p&gt;Hot on the heels of discovering the ‘&lt;a href=&#34;/note/1709629560/&#34;&gt;Now&lt;/a&gt;’ page, I’ve also discovered the concept of an ‘Ideas’ page, thanks to the folks behind &lt;a href=&#34;//aboutideasnow.com&#34;&gt;About Ideas Now&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;I like the way their &lt;a href=&#34;https://aboutideasnow.com/about&#34;&gt;manifesto&lt;/a&gt; describes the difference between an ‘About’, ‘Ideas’ and ‘Now’ page:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;&lt;strong&gt;/about&lt;/strong&gt; pages are about the past: how people see themselves and what brought them there. That’s useful as a general overview.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;/now&lt;/strong&gt; is a more personal look at what people are doing right now, what they care about, and what they could use help with.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;/ideas&lt;/strong&gt; should be about the future: the crazy things people always wanted to make, concepts they’re mulling over, or planned projects.&lt;/p&gt; &lt;/blockquote&gt; &lt;p&gt;I’ve had an ‘&lt;a href=&#34;/about&#34;&gt;About&lt;/a&gt;’ page for &lt;em&gt;ages&lt;/em&gt;&lt;sup id=&#34;fnref1&#34; role=&#34;doc-noteref&#34; class=&#34;footnote&#34;&gt;&lt;a href=&#34;#fn1&#34; class=&#34;footnote-link&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;; of course I did, it’s personal site 101.&lt;/p&gt; &lt;p&gt;I’ve recently added a ‘&lt;a href=&#34;/now&#34;&gt;Now&lt;/a&gt;’ page.&lt;/p&gt; &lt;p&gt;And now I’ve &lt;em&gt;also&lt;/em&gt; added an ‘&lt;a href=&#34;/ideas&#34;&gt;Ideas&lt;/a&gt;’ page.&lt;/p&gt; &lt;p&gt;I’ve cheated a little bit. I had a ‘Projects’ page on my site where I keep track of random bits of stuff I create. I’ve retired that page, and replaced it with the new ‘&lt;a href=&#34;/ideas&#34;&gt;Ideas&lt;/a&gt;’ page instead.&lt;/p&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;h2 class=&#34;h3&#34;&gt;Footnotes&lt;/h2&gt; &lt;ol class=&#34;footnotes-list&#34;&gt; &lt;li id=&#34;fn1&#34; class=&#34;footnote-item&#34;&gt;&lt;p&gt;My ‘&lt;a href=&#34;/about&#34;&gt;About&lt;/a&gt;’...</description>

		<content:encoded>
			<![CDATA[<p>Hot on the heels of discovering the ‘<a href="/note/1709629560/">Now</a>’ page, I’ve also discovered the concept of an ‘Ideas’ page, thanks to the folks behind <a href="//aboutideasnow.com">About Ideas Now</a>.</p>
<p>I like the way their <a href="https://aboutideasnow.com/about">manifesto</a> describes the difference between an ‘About’, ‘Ideas’ and ‘Now’ page:</p>
<blockquote>
<p><strong>/about</strong> pages are about the past: how people see themselves and what brought them there. That’s useful as a general overview.</p>
<p><strong>/now</strong> is a more personal look at what people are doing right now, what they care about, and what they could use help with.</p>
<p><strong>/ideas</strong> should be about the future: the crazy things people always wanted to make, concepts they’re mulling over, or planned projects.</p>
</blockquote>
<p>I’ve had an ‘<a href="/about">About</a>’ page for <em>ages</em><sup id="fnref1" role="doc-noteref" class="footnote"><a href="#fn1" class="footnote-link">1</a></sup>; of course I did, it’s personal site 101.</p>
<p>I’ve recently added a ‘<a href="/now">Now</a>’ page.</p>
<p>And now I’ve <em>also</em> added an ‘<a href="/ideas">Ideas</a>’ page.</p>
<p>I’ve cheated a little bit. I had a ‘Projects’ page on my site where I keep track of random bits of stuff I create. I’ve retired that page, and replaced it with the new ‘<a href="/ideas">Ideas</a>’ page instead.</p>
<div class="footnotes" role="doc-endnotes">
<h2 class="h3">Footnotes</h2>
<ol class="footnotes-list">
<li id="fn1" class="footnote-item"><p>My ‘<a href="/about">About</a>’ page has mostly been a look at my career, voluntary and educational history. I think I might update it to be a bit less ‘data driven’ and a bit more personal, at some point. <a href="#fnref1" class="footnote-backref" role="doc-backlink">&#8617;&#xfe0e;</a></p>
</li>
</ol>
</section>
]]>
		</content:encoded>
	  </item><item>
		<title>Now.</title>
		<pubDate>Tue, 05 Mar 2024 09:06:00 +0000</pubDate>
		<link>https:/www.johnpe.art/note/1709629560/</link>
		<guid isPermaLink="true">https:/www.johnpe.art/note/1709629560/</guid><category>notes</category><description>&lt;p&gt;I’m still on my adventures in the IndieWeb. Basically every day now I’m finding new ideas. The latest is the “Now” page.&lt;/p&gt; &lt;p&gt;Now pages are an idea by &lt;a href=&#34;https://sive.rs/&#34;&gt;Derek Sivers&lt;/a&gt;. They are pages that tell you “what this person is focused on at this point in their life.”&lt;sup id=&#34;fnref1&#34; role=&#34;doc-noteref&#34; class=&#34;footnote&#34;&gt;&lt;a href=&#34;#fn1&#34; class=&#34;footnote-link&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;Derek has even created &lt;a href=&#34;//nownownow.com&#34;&gt;a directory of everyone’s Now pages&lt;/a&gt;; which is a lovely way to get snapshots of other people’s lives. I know none of these people: but I know a little something about all of them now.&lt;/p&gt; &lt;p&gt;I like the idea, so I’ve set up my own at &lt;a href=&#34;/now&#34;&gt;www.johnpe.art/now&lt;/a&gt;.&lt;/p&gt; &lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt; &lt;h2 class=&#34;h3&#34;&gt;Footnotes&lt;/h2&gt; &lt;ol class=&#34;footnotes-list&#34;&gt; &lt;li id=&#34;fn1&#34; class=&#34;footnote-item&#34;&gt;&lt;p&gt;You can read more about the idea at &lt;a href=&#34;https://nownownow.com/about&#34;&gt;nownownow.com&lt;/a&gt;. &lt;a href=&#34;#fnref1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#8617;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt; &lt;/li&gt; &lt;/ol&gt; &lt;/section&gt; </description>

		<content:encoded>
			<![CDATA[<p>I’m still on my adventures in the IndieWeb. Basically every day now I’m finding new ideas. The latest is the “Now” page.</p>
<p>Now pages are an idea by <a href="https://sive.rs/">Derek Sivers</a>. They are pages that tell you “what this person is focused on at this point in their life.”<sup id="fnref1" role="doc-noteref" class="footnote"><a href="#fn1" class="footnote-link">1</a></sup></p>
<p>Derek has even created <a href="//nownownow.com">a directory of everyone’s Now pages</a>; which is a lovely way to get snapshots of other people’s lives. I know none of these people: but I know a little something about all of them now.</p>
<p>I like the idea, so I’ve set up my own at <a href="/now">www.johnpe.art/now</a>.</p>
<div class="footnotes" role="doc-endnotes">
<h2 class="h3">Footnotes</h2>
<ol class="footnotes-list">
<li id="fn1" class="footnote-item"><p>You can read more about the idea at <a href="https://nownownow.com/about">nownownow.com</a>. <a href="#fnref1" class="footnote-backref" role="doc-backlink">&#8617;&#xfe0e;</a></p>
</li>
</ol>
</section>
]]>
		</content:encoded>
	  </item><item>
		<title>Policy by vibes</title>
		<pubDate>Thu, 22 Feb 2024 18:57:00 +0000</pubDate>
		<link>https:/www.johnpe.art/note/1708628220/</link>
		<guid isPermaLink="true">https:/www.johnpe.art/note/1708628220/</guid><category>notes</category><description></description>

		<content:encoded>
			<![CDATA[]]>
		</content:encoded>
	  </item><item>
		<title>What if... Post-It notes?</title>
		<pubDate>Thu, 07 Dec 2023 10:38:00 +0000</pubDate>
		<link>https:/www.johnpe.art/note/1701945480/</link>
		<guid isPermaLink="true">https:/www.johnpe.art/note/1701945480/</guid><category>notes</category><description>&lt;p&gt;My experiments with adding new stuff for this website continue!&lt;/p&gt; &lt;p&gt;This one: a quick post format for somewhat-ephemeral thoughts.&lt;/p&gt; </description>

		<content:encoded>
			<![CDATA[<p>My experiments with adding new stuff for this website continue!</p>
<p>This one: a quick post format for somewhat-ephemeral thoughts.</p>
]]>
		</content:encoded>
	  </item></channel>
</rss>
