<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="https://flamedfury.com/">
  <title>Flamed Fury</title>
  <subtitle>flamedfury.com latest posts</subtitle>
  <link href="https://flamedfury.com/feed.xml" rel="self" />
  <link href="https://flamedfury.com/" />
  
  <updated>2024-02-17T00:00:00Z</updated>
  <id>https://flamedfury.com/</id>
  <author>
    <name>fLaMEd</name>
    <email>flamed@flamedfury.com</email>
  </author>
  
  <entry>
    <title>Making Websites Should Be Easy</title>
    <link href="https://flamedfury.com/posts/making-websites-should-be-easy/" />
    <updated>2024-02-17T00:00:00Z</updated>
    <id>https://flamedfury.com/posts/making-websites-should-be-easy/</id>
    <content xml:lang="" type="html">&lt;p&gt;Creating a website can be a daunting task, especially for non-developers. As someone well aware of the struggles with the process, I spoke with &lt;a href=&quot;https://sarajoy.dev/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Sara&lt;/a&gt; on Mastodon about &lt;a href=&quot;https://social.lol/@flamed/111730917308541254&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;simplifying the process of creating a website for non-developers&lt;/a&gt; on the back end of a recent post “&lt;a href=&quot;/posts/an-easy-web&quot;&gt;An Easy Web&lt;/a&gt;”.&lt;/p&gt;
&lt;p&gt;We came up with the idea of providing copy-paste boilerplate templates of simple single-page starter sites that are carefully commented, making it easy for budding webmasters to understand where to make changes. Including CSS variables at the top of the styles page, with instructions for changing colours or fonts, will allow changes to be made centrally without searching the rest of the style sheet and potentially breaking things.&lt;/p&gt;
&lt;p&gt;Creating a series of similar but different single or multiple-page templates for building personal sites, whether about the webmaster themselves or a fan site, is a great way to get started. I keep talking about fan sites as they’re a great entry point to the world of web development; who didn’t have a fan site or two back in the 90s?&lt;/p&gt;
&lt;p&gt;The process needs to be as easy as possible, so the next step could be creating a website that hosts these templates with an automated “copy to clipboard” or “download as file” feature, allowing users to drag and drop the code into a web interface to publish their website.&lt;/p&gt;
&lt;p&gt;We acknowledged the importance of beginner tutorials to help first-time webmasters get familiar with the syntax before using the templates. These tutorials need to be simple and straightforward, avoiding things like command line and git. It was surprising how many people suggested tools or services that rely on these advanced concepts; they are definitely not beginner-friendly…&lt;/p&gt;
&lt;p&gt;Web hosting options were another important topic. We identified places like Neocities, a free hosting service that provides a drag-and-drop website builder, making it easy for upcoming webmasters to get started. While Neocities is a fantastic platform, I wish there were more similar services; options are great.&lt;/p&gt;
&lt;p&gt;As our crew of enthusiastic webmasters become more comfortable with HTML and CSS, they may want to explore something like PHP for its templating and dynamic capabilities. This would also require learning about dynamic hosting and technologies like FTP for transferring files from desktop to server. For those who want to remain static, static site generators like Astro and 11ty become useful as, with a bit of learning, you can cut and paste your existing website into these tools and take advantage of the power provided.&lt;/p&gt;
&lt;p&gt;Our vision is to make creating a website easy for beginners who aren’t developers. By providing simple templates, tutorials, and web hosting options, we believe anyone can easily create a beautiful and functional website that anyone could be proud of.&lt;/p&gt;
&lt;p&gt;I see lots of discussion about this time to time on Mastodon with lots of ideas, but never any action, so…&lt;/p&gt;
&lt;p&gt;Over at the &lt;a href=&quot;https://32bit.cafe/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;32-Bit Cafe&lt;/a&gt;, we have a beginner’s guide to &lt;a href=&quot;https://32bit.cafe/cyowebsite/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;creating your own website&lt;/a&gt;, lovingly created by &lt;a href=&quot;https://xandra.cc/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Xandra&lt;/a&gt;. I put together a quick guide to &lt;a href=&quot;https://32bit.cafe/folderstructure101/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;folder structure 101&lt;/a&gt; and a guide with heaps of ideas for &lt;a href=&quot;https://32bit.cafe/websiteideas/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;creating your own website&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Sara got to work straight away on two templates; check out &lt;a href=&quot;https://codepen.io/sarajw/pen/rNRWgVv&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;LinkFae&lt;/a&gt; and &lt;a href=&quot;https://codepen.io/sarajw/pen/oNVzvgg&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Website&lt;/a&gt; simple templates. And I know &lt;a href=&quot;https://blakewatson.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Blake&lt;/a&gt; has started working on something similar, I can’t wait to see how this space progresses.&lt;/p&gt;
&lt;p&gt;I’ll get to work on the fan site templates soon, promise.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Monthly Recap: January 2024</title>
    <link href="https://flamedfury.com/posts/monthly-recap-january-2024/" />
    <updated>2024-02-03T00:00:00Z</updated>
    <id>https://flamedfury.com/posts/monthly-recap-january-2024/</id>
    <content xml:lang="" type="html">&lt;p&gt;Hello web surfers, I can’t believe January is already behind us.&lt;/p&gt;
&lt;p&gt;I did less writing than I wanted this month. A few posts that I had drafted will transfer over to February and hopefully get finished. Most of that is due to family holidays and enjoying life outside with my friends.&lt;/p&gt;
&lt;ul class=&quot;list&quot;&gt;
&lt;li&gt;&lt;a href=&quot;posts/what-a-weekend/&quot;&gt;What A Weekend&lt;/a&gt;: I got out and about with some good friends and enjoyed some live music.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/posts/summer-days-on-the-beach/&quot;&gt;Summer Days On The Beach&lt;/a&gt;: Developed over four years, this post has evolved from notes hastily penned during my peaceful moments at the bach each summer. It’s a contribution to the &lt;a href=&quot;https://32bit.cafe/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;32-Bit Cafe&lt;/a&gt; &lt;a href=&quot;https://32bit.cafe/holidays2023/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Holidays 2023 Event&lt;/a&gt;, delving into our precious holiday traditions.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/posts/an-easy-web/&quot;&gt;An Easy Web&lt;/a&gt;: I jumped into some discourse on Mastodon, where people had started talking about the barrier to entry for creating websites. Every post was aimed at developers! I point out that the web needs to be more accessible for everyone to build personal websites, not just blogs!&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/posts/a-simple-guide-to-redirects-on-neocities-with-eleventy/&quot;&gt;A Simple Guide to Redirects on Neocities with Eleventy&lt;/a&gt;:  Moving back to Neocities presented challenges with features that came for free with Netlify. There needs to be Eleventy tutorials for platforms outside of Netlify; this upsets me.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/posts/dragonflight-season-three-recap/&quot;&gt;Dragonflight Season Three Recap&lt;/a&gt;: A great way to wrap up the end of Season 3 with my guild.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I’ve been agonising about being reliant on venture capital-funded services recently. This has kicked off a move back to &lt;a href=&quot;https://neocities.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Neocities&lt;/a&gt;. I’ve got a lot of thoughts about this that will make an excellent post in the future.&lt;/p&gt;
&lt;p&gt;I realised part way through the month that my &lt;a href=&quot;/contact/&quot;&gt;contact form&lt;/a&gt; using &lt;a href=&quot;https://riku.miso.town/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Riku Forms&lt;/a&gt; wasn’t doing what I wanted as Riku isn’t an email form 😂 I’ve switched over to a form that will email me if you use it while I work on getting my own setup. I have an excellent idea for Riku in the works. I’ll share it as soon as it’s ready.&lt;/p&gt;
&lt;p&gt;I didn’t get through my backlog of &lt;a href=&quot;/bookmarks/&quot;&gt;bookmarks&lt;/a&gt; this month. Out of the ones I did bookmark, these were both fun reads:&lt;/p&gt;
&lt;ul class=&quot;list&quot;&gt;
&lt;li&gt;&lt;a href=&quot;https://indieseek.xyz/2024/01/05/the-state-of-the-independent-web-2022-updated-2024/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;The State of the Independent Web 2022: Updated 2024&lt;/a&gt; by &lt;a href=&quot;https://indieseek.xyz&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Brad&lt;/a&gt; details changes across the independent web since 2022; Directories, search engines, blogrolls, links pages, RSS and static web hosting. Overall, the independent web is healthy. The one that stood out to me was hosted services. Think polls, guestbooks, and contact forms that got me thinking about what we could do in this space?&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://localghost.dev//blog/remembering-the-early-00s-teen-website-scene/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Remembering the early 00s teen website scene&lt;/a&gt; by &lt;a href=&quot;https://localghost.dev/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Localghost&lt;/a&gt; takes a trip down memory lane to an era of the web that I thought was much cooler than the Geocities era before and definitely cooler than the MySpace era that came after it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I hope you have a great February. I’ll chat with you all next month.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Dragonflight Season Three Recap</title>
    <link href="https://flamedfury.com/posts/dragonflight-season-three-recap/" />
    <updated>2024-01-14T00:00:00Z</updated>
    <id>https://flamedfury.com/posts/dragonflight-season-three-recap/</id>
    <content xml:lang="" type="html">&lt;p&gt;This post is a week late. I wrapped up Season Three officially at the end of last week’s raid where we completed the &lt;a href=&quot;https://www.wowhead.com/achievement=19349/glory-of-the-dream-raider&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Glory of the Dream Raider&lt;/a&gt; achievement.&lt;/p&gt;
&lt;figure class=&quot;flow&quot;&gt;&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;/assets/images/generated/2024-01-14-glory-of-the-heroic-raider-320w.webp 320w, /assets/images/generated/2024-01-14-glory-of-the-heroic-raider-570w.webp 570w, /assets/images/generated/2024-01-14-glory-of-the-heroic-raider-880w.webp 880w, /assets/images/generated/2024-01-14-glory-of-the-heroic-raider-1200w.webp 1200w&quot; sizes=&quot;(min-width: 55rem) 880px, 100vw&quot; /&gt;&lt;source type=&quot;image/jpeg&quot; srcset=&quot;/assets/images/generated/2024-01-14-glory-of-the-heroic-raider-320w.jpeg 320w, /assets/images/generated/2024-01-14-glory-of-the-heroic-raider-570w.jpeg 570w, /assets/images/generated/2024-01-14-glory-of-the-heroic-raider-880w.jpeg 880w, /assets/images/generated/2024-01-14-glory-of-the-heroic-raider-1200w.jpeg 1200w&quot; sizes=&quot;(min-width: 55rem) 880px, 100vw&quot; /&gt;&lt;img src=&quot;/assets/images/image-placeholder.png&quot; data-src=&quot;/assets/images/generated/2024-01-14-glory-of-the-heroic-raider-1200w.jpeg&quot; width=&quot;1200&quot; height=&quot;502&quot; alt=&quot;Player characters in the game World Of Warcraft standing around the defeated boss, Fyrakk The Blazing&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; /&gt;&lt;/picture&gt;&lt;figcaption&gt;Glory Of The Dream Raiders&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;With my guild, &lt;a href=&quot;https://raider.io/ascent&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Ascent&lt;/a&gt; we achieved &lt;a href=&quot;https://www.wowhead.com/achievement=19350/ahead-of-the-curve-fyrakk-the-blazing&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Ahead of the Curve: Fyrakk the Blazing&lt;/a&gt;, on 2023-12-17. This was our best tier yet, completing the raid on heroic difficulty 5 weeks after release.&lt;/p&gt;
&lt;p&gt;A day later I completed &lt;a href=&quot;https://www.wowhead.com/achievement=19011/dragonflight-keystone-master-season-three&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Dragonflight Keystone Master: Season Three&lt;/a&gt; where you have to attain a Mythic+ Rating of at least 2000 during Dragonflight Season Three. I managed most of this season with pick up groups during the day. I didn’t run much with my guild as I wasn’t playing in the evenings outside of raiding.&lt;/p&gt;
&lt;p&gt;Finishing the raiding and dungeon achievements before Christmas was great as I didn’t have to worry about that while we were away up north for two weeks. This also made the season feel quite short, which isn’t a bad thing particularly for me as I definitely have other things to focus on.&lt;/p&gt;
&lt;p&gt;Then again, we have the new patch dropping next week. Looking forward to playing through the story as it’s looking to be Night Elf centric. I’m unsure what the raid and dungeon schedule is but I’m sure that I will clear both as usual.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>A Simple Guide to Redirects on Neocities with Eleventy</title>
    <link href="https://flamedfury.com/posts/a-simple-guide-to-redirects-on-neocities-with-eleventy/" />
    <updated>2024-01-12T00:00:00Z</updated>
    <id>https://flamedfury.com/posts/a-simple-guide-to-redirects-on-neocities-with-eleventy/</id>
    <content xml:lang="" type="html">&lt;p&gt;&lt;a href=&quot;https://11tybundle.dev/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Eleventy tutorials&lt;/a&gt; are everywhere, especially for Netlify. But what if you’re exploring platforms like &lt;a href=&quot;https://neocities.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Neocities&lt;/a&gt;? No worries, I’ve got your back.&lt;/p&gt;
&lt;p&gt;For reasons, I’ve just moved Flamed Fury back to &lt;a href=&quot;https://neocities.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Neocities&lt;/a&gt;. Redirects is one of the things that I was relying on Netlify to handle for me. Netlify allows you to handle &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/HTTP/Redirections#permanent_redirections&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;HTTPS redirects&lt;/a&gt; easily with&lt;a href=&quot;https://11ty.dev&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Eleventy&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;After some quick web searching, it was clear that Neocities does not support HTTPS redirects, so what was I to do with my redirects where I didn’t have access or control of the server? Luckily, gold old HTML has us covered with &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/HTTP/Redirections#html_redirections&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;HTML redirects&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;With HTML, you can create a simple redirect with a &lt;code&gt;&amp;lt;meta&amp;gt;&lt;/code&gt; tag.&lt;/p&gt;
&lt;pre class=&quot;language-html&quot;&gt;&lt;code class=&quot;language-html&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;&lt;/span&gt;head&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;
  &lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;&lt;/span&gt;meta&lt;/span&gt; &lt;span class=&quot;token attr-name&quot;&gt;http-equiv&lt;/span&gt;&lt;span class=&quot;token attr-value&quot;&gt;&lt;span class=&quot;token punctuation attr-equals&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&quot;&lt;/span&gt;Refresh&lt;span class=&quot;token punctuation&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;token attr-name&quot;&gt;content&lt;/span&gt;&lt;span class=&quot;token attr-value&quot;&gt;&lt;span class=&quot;token punctuation attr-equals&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&quot;&lt;/span&gt;0; URL=https://flamedfury.com/&lt;span class=&quot;token punctuation&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;/&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;/&lt;/span&gt;head&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;How could I do this simply in the Eleventy way? Sure, I could recreate each of the old HTML pages and fill in the &lt;code&gt;&amp;lt;meta&amp;gt;&lt;/code&gt; tag to redirect to the new URLs, but that would be tedious to maintain.&lt;/p&gt;
&lt;p&gt;After some more web searching I came across this post, &lt;a href=&quot;https://brianm.me/posts/eleventy-redirect-from/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Eleventy Redirect From&lt;/a&gt; by &lt;a href=&quot;https://brianm.me/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Brian Mitchell&lt;/a&gt; where they wanted a drop-in replacement for &lt;a href=&quot;https://github.com/jekyll/jekyll-redirect-from&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Jekyll redirects&lt;/a&gt; but in Eleventy.&lt;/p&gt;
&lt;p&gt;Brian achieved this with a &lt;a href=&quot;https://gist.github.com/BrianMitchL/f93622a46f4476b7514995ff502d8d17&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;single template&lt;/a&gt; that I figured out after a “period of time” troubleshooting needs to be in the &lt;code&gt;/src/&lt;/code&gt; directory to work 😂&lt;/p&gt;
&lt;p&gt;My redirects were configured to support the Netlify way and used the key &lt;code&gt;redirectFrom&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;For example, a single redirect:&lt;/p&gt;
&lt;pre class=&quot;language-yaml&quot;&gt;&lt;code class=&quot;language-yaml&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;---&lt;/span&gt;
&lt;span class=&quot;token key atrule&quot;&gt;title&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;:&lt;/span&gt; I Love The Web
&lt;span class=&quot;token key atrule&quot;&gt;redirectFrom&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;token string&quot;&gt;&#39;manifesto&#39;&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;]&lt;/span&gt;
&lt;span class=&quot;token punctuation&quot;&gt;---&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Or multiple redirects:&lt;/p&gt;
&lt;pre class=&quot;language-yaml&quot;&gt;&lt;code class=&quot;language-yaml&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;---&lt;/span&gt;
&lt;span class=&quot;token key atrule&quot;&gt;title&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;:&lt;/span&gt; Relics Of The Web
&lt;span class=&quot;token key atrule&quot;&gt;redirectFrom&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;token string&quot;&gt;&#39;/explore/&#39;&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;token string&quot;&gt;&#39;/explore/buttonwall/&#39;&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;token string&quot;&gt;&#39;/explore/webrings/&#39;&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;token string&quot;&gt;&#39;/explore/blogroll/&#39;&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;token string&quot;&gt;&#39;/explore/links/&#39;&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;]&lt;/span&gt;
&lt;span class=&quot;token punctuation&quot;&gt;---&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To get to work without modifying my existing frontmatter, I just had to change &lt;code&gt;redirect_from&lt;/code&gt; to &lt;code&gt;redirectFrom&lt;/code&gt; in the template.&lt;/p&gt;
&lt;pre class=&quot;language-js&quot;&gt;&lt;code class=&quot;language-js&quot;&gt;&lt;span class=&quot;token operator&quot;&gt;--&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;-&lt;/span&gt;js
&lt;span class=&quot;token punctuation&quot;&gt;{&lt;/span&gt;
  &lt;span class=&quot;token literal-property property&quot;&gt;pagination&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;{&lt;/span&gt;
    &lt;span class=&quot;token literal-property property&quot;&gt;data&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;token string&quot;&gt;&quot;collections.all&quot;&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt;
    &lt;span class=&quot;token literal-property property&quot;&gt;size&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;token number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt;
    &lt;span class=&quot;token literal-property property&quot;&gt;alias&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;token string&quot;&gt;&quot;redirect&quot;&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt;
    &lt;span class=&quot;token function-variable function&quot;&gt;before&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;token keyword&quot;&gt;function&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;token parameter&quot;&gt;data&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;{&lt;/span&gt;
      &lt;span class=&quot;token keyword&quot;&gt;return&lt;/span&gt; data&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;token function&quot;&gt;reduce&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;token parameter&quot;&gt;redirects&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt; page&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;token operator&quot;&gt;=&gt;&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;{&lt;/span&gt;
        &lt;span class=&quot;token keyword&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;(&lt;/span&gt;Array&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;token function&quot;&gt;isArray&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;(&lt;/span&gt;page&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;data&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;redirectFrom&lt;span class=&quot;token punctuation&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;{&lt;/span&gt;
          &lt;span class=&quot;token keyword&quot;&gt;for&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;token keyword&quot;&gt;let&lt;/span&gt; url &lt;span class=&quot;token keyword&quot;&gt;of&lt;/span&gt; page&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;data&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;redirectFrom&lt;span class=&quot;token punctuation&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;{&lt;/span&gt;
            redirects&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;token function&quot;&gt;push&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;{&lt;/span&gt; &lt;span class=&quot;token literal-property property&quot;&gt;to&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;:&lt;/span&gt; page&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;url&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;token literal-property property&quot;&gt;from&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;:&lt;/span&gt; url &lt;span class=&quot;token punctuation&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;;&lt;/span&gt;
          &lt;span class=&quot;token punctuation&quot;&gt;}&lt;/span&gt;
        &lt;span class=&quot;token punctuation&quot;&gt;}&lt;/span&gt; &lt;span class=&quot;token keyword&quot;&gt;else&lt;/span&gt; &lt;span class=&quot;token keyword&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;token keyword&quot;&gt;typeof&lt;/span&gt; page&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;data&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;redirectFrom &lt;span class=&quot;token operator&quot;&gt;===&lt;/span&gt; &lt;span class=&quot;token string&quot;&gt;&#39;string&#39;&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;{&lt;/span&gt;
          redirects&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;token function&quot;&gt;push&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;{&lt;/span&gt; &lt;span class=&quot;token literal-property property&quot;&gt;to&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;:&lt;/span&gt; page&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;url&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;token literal-property property&quot;&gt;from&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;:&lt;/span&gt; page&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;data&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;redirectFrom &lt;span class=&quot;token punctuation&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;;&lt;/span&gt;
        &lt;span class=&quot;token punctuation&quot;&gt;}&lt;/span&gt;
        &lt;span class=&quot;token keyword&quot;&gt;return&lt;/span&gt; redirects&lt;span class=&quot;token punctuation&quot;&gt;;&lt;/span&gt;
      &lt;span class=&quot;token punctuation&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;;&lt;/span&gt;
    &lt;span class=&quot;token punctuation&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt;
    &lt;span class=&quot;token literal-property property&quot;&gt;addAllPagesToCollections&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;token boolean&quot;&gt;false&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt;
  &lt;span class=&quot;token punctuation&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt;
  &lt;span class=&quot;token literal-property property&quot;&gt;permalink&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;token string&quot;&gt;&quot;/index.html&quot;&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt;
  &lt;span class=&quot;token literal-property property&quot;&gt;eleventyExcludeFromCollections&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;token boolean&quot;&gt;true&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;,&lt;/span&gt;
&lt;span class=&quot;token punctuation&quot;&gt;}&lt;/span&gt;
&lt;span class=&quot;token operator&quot;&gt;--&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;-&lt;/span&gt;
&lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;!&lt;/span&gt;&lt;span class=&quot;token constant&quot;&gt;DOCTYPE&lt;/span&gt; html&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt;
  &lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;html lang&lt;span class=&quot;token operator&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;token string&quot;&gt;&quot;en-US&quot;&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt;
  &lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;meta charset&lt;span class=&quot;token operator&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;token string&quot;&gt;&quot;utf-8&quot;&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt;
  &lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;title&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt;Redirecting&lt;span class=&quot;token operator&quot;&gt;&amp;amp;&lt;/span&gt;hellip&lt;span class=&quot;token punctuation&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;/&lt;/span&gt;title&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt;
  &lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;link rel&lt;span class=&quot;token operator&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;token string&quot;&gt;&quot;canonical&quot;&lt;/span&gt; href&lt;span class=&quot;token operator&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;token string&quot;&gt;&quot;.&quot;&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt;
  &lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;script&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt;location&lt;span class=&quot;token operator&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;token string&quot;&gt;&quot;.&quot;&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;/&lt;/span&gt;script&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt;
  &lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;meta http&lt;span class=&quot;token operator&quot;&gt;-&lt;/span&gt;equiv&lt;span class=&quot;token operator&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;token string&quot;&gt;&quot;refresh&quot;&lt;/span&gt; content&lt;span class=&quot;token operator&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;token string&quot;&gt;&quot;0; url=.&quot;&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt;
  &lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;meta name&lt;span class=&quot;token operator&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;token string&quot;&gt;&quot;robots&quot;&lt;/span&gt; content&lt;span class=&quot;token operator&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;token string&quot;&gt;&quot;noindex&quot;&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt;
  &lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;h1&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt;Redirecting&lt;span class=&quot;token operator&quot;&gt;&amp;amp;&lt;/span&gt;hellip&lt;span class=&quot;token punctuation&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;/&lt;/span&gt;h1&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt;
  &lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;a href&lt;span class=&quot;token operator&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;token string&quot;&gt;&quot;.&quot;&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt;Click here &lt;span class=&quot;token keyword&quot;&gt;if&lt;/span&gt; you are not redirected&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;/&lt;/span&gt;a&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt;
&lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;token operator&quot;&gt;/&lt;/span&gt;html&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt;f&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If I did this correctly, then you should be able to click on the old &lt;a href=&quot;/explore/&quot;&gt;Explore&lt;/a&gt; link and be redirected to the &lt;a href=&quot;/posts/relics-of-the-web/&quot;&gt;Relics Of The Web&lt;/a&gt; post.&lt;/p&gt;
&lt;p&gt;Thanks again to &lt;a href=&quot;https://brianm.me/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Brian&lt;/a&gt; for doing the heavy lifting and getting me going.&lt;/p&gt;
&lt;p&gt;Let me know if anything needs to be fixed or if this helped you with your Eleventy-built homepage on Neocities!&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Summer Days On The Beach</title>
    <link href="https://flamedfury.com/posts/summer-days-on-the-beach/" />
    <updated>2024-01-10T00:00:00Z</updated>
    <id>https://flamedfury.com/posts/summer-days-on-the-beach/</id>
    <content xml:lang="" type="html">&lt;p&gt;Developed over the course of four years, this post has evolved from notes hastily penned during my peaceful moments at the bach each summer. It’s a contribution to the &lt;a href=&quot;https://32bit.cafe/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;32-Bit Cafe&lt;/a&gt; &lt;a href=&quot;https://32bit.cafe/holidays2023/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Holidays 2023 Event&lt;/a&gt;, delving into our precious holiday traditions.&lt;/p&gt;
&lt;p&gt;Down here in &lt;a href=&quot;https://en.wikipedia.org/wiki/Aotearoa&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Aotearoa&lt;/a&gt;, our festive season coincides with summer, marking a unique celebration of Christmas and the New Year amidst sun-drenched days. These  traditions offer a different charm compared to the wintry festivities of the northern hemisphere.&lt;/p&gt;
&lt;p&gt;For the past five summers, &lt;a href=&quot;https://en.wikipedia.org/wiki/Onetangi&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Onetangi Beach&lt;/a&gt; on Waiheke Island has been our go-to spot for  the holidays. Initially a familiar place for my wife, whose childhood memories were made here, it quickly became our own tradition. Yet, as life shifted gears and little feet joined our adventures, our annual Waiheke escapades underwent a delightful transformation. Here’s a glimpse of how our summer has evolved with the arrival of our kids.&lt;/p&gt;
&lt;figure class=&quot;flow&quot;&gt;&lt;picture&gt;&lt;source type=&quot;image/webp&quot; srcset=&quot;/assets/images/generated/2024-01-07-onetangi-320w.webp 320w, /assets/images/generated/2024-01-07-onetangi-570w.webp 570w, /assets/images/generated/2024-01-07-onetangi-880w.webp 880w, /assets/images/generated/2024-01-07-onetangi-1200w.webp 1200w&quot; sizes=&quot;(min-width: 55rem) 880px, 100vw&quot; /&gt;&lt;source type=&quot;image/jpeg&quot; srcset=&quot;/assets/images/generated/2024-01-07-onetangi-320w.jpeg 320w, /assets/images/generated/2024-01-07-onetangi-570w.jpeg 570w, /assets/images/generated/2024-01-07-onetangi-880w.jpeg 880w, /assets/images/generated/2024-01-07-onetangi-1200w.jpeg 1200w&quot; sizes=&quot;(min-width: 55rem) 880px, 100vw&quot; /&gt;&lt;img src=&quot;/assets/images/image-placeholder.png&quot; data-src=&quot;/assets/images/generated/2024-01-07-onetangi-1200w.jpeg&quot; width=&quot;1200&quot; height=&quot;900&quot; alt=&quot;A car parked under a large fence at the end of a long grass driveway&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; /&gt;&lt;/picture&gt;&lt;figcaption&gt;The ancient Pohutukawa tree&lt;/figcaption&gt;&lt;/figure&gt;
&lt;h2 id=&quot;then-the-relaxed-rhythm&quot;&gt;&lt;a class=&quot;heading-anchor&quot; href=&quot;#then-the-relaxed-rhythm&quot;&gt;Then: The Relaxed Rhythm&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Waking up past the alarm.&lt;/em&gt; Before, taking it easy was our thing. Rising lazily with the sun was part of our routine.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Tomato on toast for breakfast.&lt;/em&gt; Simple, carefree mornings where a basic yet satisfying breakfast was all we needed.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Lounging under an ancient &lt;a href=&quot;https://en.wikipedia.org/wiki/Metrosideros_excelsa&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Pohutukawa&lt;/a&gt;, lost in a book.&lt;/em&gt; Hours slipped by as we soaked up the summer sun, engrossed in captivating stories.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Visiting wineries, platters for lunch.&lt;/em&gt; The indulgence of wine tasting and leisurely lunches were our grown-up delight, we had nowhere else to be and were entertained by each others company.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Reading in peace until sleep took over.&lt;/em&gt; Ending the day peacefully, lost in the pages of another book until falling asleep on the couch.&lt;/p&gt;
&lt;h2 id=&quot;now-embracing-the-energy&quot;&gt;&lt;a class=&quot;heading-anchor&quot; href=&quot;#now-embracing-the-energy&quot;&gt;Now: Embracing the Energy&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Waking up at the crack of dawn.&lt;/em&gt; With kids, the day begins early, full of their infectious enthusiasm for the day and what it holds.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;A bustling breakfast scene.&lt;/em&gt; Our mornings are busy with &lt;a href=&quot;https://en.wikipedia.org/wiki/Weet-Bix&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Weetbix&lt;/a&gt;, berries, toast, bacon, eggs and juice—fuel for day ahead.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Building sandcastles, swimming in waves.&lt;/em&gt; The joy of creation and laughter fills the beach, even as our castles meet their demise as the toddlers foot comes crashing down upon the helpless village.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Family time under the Pohutukawa.&lt;/em&gt; Hours spent playing games and enjoying shared moments under the welcoming shade from the summer sun.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Escaping for adult moments.&lt;/em&gt; Brief breaks for wine and beer tastings up the road, leaving the kids in trusted care for a while.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Exploring new adventures with the kids.&lt;/em&gt; From butterfly gardens and waterfalls to impromptu bucket baths, every moment is an adventure.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Tucking the kids in with bedtime stories.&lt;/em&gt; The day ends with cozy tales, wrapping up an eventful day as the kids drift into dreamland.&lt;/p&gt;
&lt;h2 id=&quot;the-evolution-of-tradition&quot;&gt;&lt;a class=&quot;heading-anchor&quot; href=&quot;#the-evolution-of-tradition&quot;&gt;The Evolution of Tradition&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Our summers on Waiheke have seen a shift—from serene, laid-back days to vibrant, energetic adventures with our children and family. While the landscape and activities may have changed, the essence remains: creating unforgettable memories in this beloved haven. It’s a journey we continue to embrace, cherishing both the past and the present, making each summer on Waiheke uniquely special.&lt;/p&gt;
&lt;p&gt;What’s your experience with family traditions over the festive season or summer getaways? Let me know!&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>An Easy Web</title>
    <link href="https://flamedfury.com/posts/an-easy-web/" />
    <updated>2024-01-10T00:00:00Z</updated>
    <id>https://flamedfury.com/posts/an-easy-web/</id>
    <content xml:lang="" type="html">&lt;p&gt;Being busy with my return to work this year meant I missed most of yesterday’s discussions. While skimming through various websites and Mastodon, I couldn’t contribute until today. Yet, upon catching up on the posts and replies, a crucial point often overlooked hit me.&lt;/p&gt;
&lt;p&gt;Simply put, I firmly believe the web and building a website should be more accessible—not just for developers, &lt;strong&gt;but for everyone&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This train of thought originated from Giles’s post &lt;a href=&quot;https://gilest.org/indie-easy.html&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Let’s make the indie web easier&lt;/a&gt;. I resonate with the idea of website ownership being an excellent avenue that we genuinely wish more individuals would embrace.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If we want the future web we’re all clamouring for, we need to give people more options for self-hosted independence. If we seriously, truly want the independent, non-enshittified personal web to flourish, we need to make it &lt;strong&gt;easier for people to join in&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Giles effectively highlights the need for developers to create simpler tools for personal web publishing, eliminating technical barriers. Although platforms like WordPress and static site generators exist, their installation and usage still present significant hurdles for many, especially those unfamiliar with development.&lt;/p&gt;
&lt;p&gt;Kev’s response in &lt;a href=&quot;https://kevquirk.com/lets-make-the-indieweb-easier&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Let’s Make the IndieWeb Easier&lt;/a&gt; echoes this sentiment:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;SSGs and their ilk are simple for developers but not simple for the vast majority of people. We need tools that are simple to use, simple to manage, and simple maintain.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Kev swiftly points out that while these tools may be straightforward for developers, they present formidable challenges for others interested in the concept.&lt;/p&gt;
&lt;p&gt;As I caught up on &lt;a href=&quot;https://jeremy.hu/lets-make-the-indieweb-easier/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;additional responses&lt;/a&gt; &lt;a href=&quot;https://brandonwrites.xyz/re-lets-make-the-indieweb-easier-and-blogging/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;throughout the day&lt;/a&gt; &lt;a href=&quot;https://colinwalker.blog/blog/?date=2024-01-08#p2&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;from various sources&lt;/a&gt;, the discussion seemed primarily fixated on blogging.&lt;/p&gt;
&lt;p&gt;This got me thinking: “&lt;a href=&quot;/posts/build-personal-websites/&quot;&gt;What about individuals seeking to create a website that doesn’t align with traditional blogging?&lt;/a&gt;” Consider those who want to showcase collections, whether it’s Hardrock Cafe pint glasses, Matchbox cars, or any other passion. Platforms like WordPress, Ghost, or Bear Blog may not be the best solution.&lt;/p&gt;
&lt;p&gt;My side project ideas aside, there’s a lot to be said for websites that don’t need to be or want to be blogs:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Showcasing Collections&lt;/strong&gt;: Are you passionate about collecting items like Hardrock Cafe pint glasses, Matchbox cars, stamps, coins, vintage toys, or any niche hobby? A website offers a fantastic platform to proudly display and share your collection. It allows for organised galleries, descriptions, and detailed insights about each item.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Documenting Personal Journeys&lt;/strong&gt;: Do you frequently undertake unique travels or have lived a life worth living? A personal website provides an ideal space to document and present your journeys in a structured and organised manner. Share your narratives chronologically or thematically, offering visitors an easy-to-navigate window into your stories.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Creative Expression&lt;/strong&gt;: Engaged in creative pursuits like writing, artwork, photography, music, or other forms of artistic expression? A website can showcase your creations. Display your work in galleries, portfolios, or virtual galleries, offering visitors an immersive experience. Owning your content through a website allows you to step away from sole reliance on social media platforms. However, exposure and discoverability might be the next challenge.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Knowledge Sharing&lt;/strong&gt;: Dive deep into a particular interest like history, vintage computers, bicycles, or even a fascination with Disneyland? A personal website is an excellent avenue to share your insights, research findings, DIY projects, or any content that goes beyond a typical blog format. It’s more than just a list of posts—it’s a comprehensive resource hub.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Family History&lt;/strong&gt;: Are you keen on documenting family histories, genealogies, personal achievements, or preserving memories? You can create dedicated sections dedicated sections for family trees, photo albums, timelines, or personal anecdotes. It becomes an extensive archive that encapsulates your unique life story.&lt;/p&gt;
&lt;p&gt;These examples underscore the personal aspect of websites catering to individual passions, hobbies, expressions, or documentation without focusing on business, sales, professional branding, or self-promotion. Websites offer an adaptable canvas for self-expression and sharing, going beyond the conventional structure of a blog. Sure, they could be smashed into blog format, but they would lose appeal and charm.&lt;/p&gt;
&lt;p&gt;The emphasis lies in propelling the small, open, and independent web to greater heights by empowering a broader spectrum of people to commence their online journey. What’s indispensable here are tools that can be effortlessly set up and used by non-developers, devoid of complex coding or terminal usage. These tools should ideally be easily deployable in a self-hosted or shared hosting environment.&lt;/p&gt;
&lt;p&gt;Enhancing the accessibility of independent web creation will enable more individuals to freely share their diverse experiences across the web. Ultimately, it’s about creating a more inclusive digital space &lt;strong&gt;for everyone&lt;/strong&gt;.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>What A Weekend</title>
    <link href="https://flamedfury.com/posts/what-a-weekend/" />
    <updated>2024-01-07T00:00:00Z</updated>
    <id>https://flamedfury.com/posts/what-a-weekend/</id>
    <content xml:lang="" type="html">&lt;p&gt;After two weeks up north in Auckland and on Waiheke Island for our family summer break my wife gave me the best thing I could ever ask for as a dad. A night and morning at home without the kids and dogs. She’s the best.&lt;/p&gt;
&lt;p&gt;After family duties had been done and they were on their way over the hill for the weekend I was droppped off at my &lt;a href=&quot;https://baylands.beer&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;favourite brewery&lt;/a&gt; where I met my good friends for lunch and a few beers. The beer is good, the food is good, the company was good, what more could I ask for to kick off the day.&lt;/p&gt;
&lt;p&gt;The sky was overcast but it was warm. We had a 3.5 km walk to the venue for &lt;a href=&quot;http://web.archive.org/web/20231004201022/https://www.juicyfest.co/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Juicy Fest&lt;/a&gt;. The walk was easy and more time to catch up with my mates.&lt;/p&gt;
&lt;p&gt;We picked up tickets months ago with the main draw card for us being Bone Thugs-n-Harmony. Unfortunately due to &lt;a href=&quot;https://allhiphop.com/news/krayzie-bone-bone-thugs-n-harmony-hospital/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Krayzie Bone’s recent health issues&lt;/a&gt; the group decided it was not a good time to tour, however Bizzy Bone would represent Bone for this set of shows. I was also looking forward to The Game, but he pulled his usual bullshit of not showing, it sounds like he has trouble leaving the States.&lt;/p&gt;
&lt;p&gt;Once inside we only had twenty minutes to wait until Bizzy Bone got on stage so we grabbed some drinks. The lines weren’t long and gave us time to chat to other people and hear who they were looking forward to seeing today.&lt;/p&gt;
&lt;p&gt;Bizzy’s set was great, he a couple verses from early Bone classics, Crossroads, For Tha Love Of Money, Thug Luv, Notorious Thugs, and a verse from Eazy E’s Boyz N The Hood. I think the set only ended up being twenty minutes which was a bit short for my liking and I would have hoped it would be longer if the whole crew were there. Anyway, praying for Krayzie for a speedie recovery and hope the group can tour later this year.&lt;/p&gt;
&lt;p&gt;For the rest of the gig we traversed the crowd having a chat and enjoying the rest of the show. We decided to leave a bit before T-Pain’s set was finished to beat the crowd at the end which was a good move. We had to walk a bit from the venue to get a taxi for a fair price.&lt;/p&gt;
&lt;p&gt;It was great to get out and listen to live music again with friends and am looking forward to seeing Blink-182 in a few months when they come to the country!&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Monthly Recap: December 2023</title>
    <link href="https://flamedfury.com/posts/monthly-recap-december-2023/" />
    <updated>2024-01-02T00:00:00Z</updated>
    <id>https://flamedfury.com/posts/monthly-recap-december-2023/</id>
    <content xml:lang="" type="html">&lt;p&gt;Hello web surfers, Happy New Year and welcome to December’s recap. I’m writing this on our last day on the beautiful island of Waiheke, where we spent the last week on Onetangi Beach.&lt;/p&gt;
&lt;p&gt;This month, I continued to be inspired by and continue writing about the Web and podcasts!&lt;/p&gt;
&lt;ul class=&quot;list&quot;&gt;
&lt;li&gt;&lt;a href=&quot;/posts/build-personal-websites/&quot;&gt;Build Personal Websites&lt;/a&gt;: This one resulted from a discussion in the 32 Bit Cafe about building more personal websites. I need to take my own advice and get these projects out the door!&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;posts/my-podcast-rotation-keeping-it-at-four/&quot;&gt;My Podcast Rotation: Keeping It At Four&lt;/a&gt;: Where I read a post from Brain Baking and just had to reply with my perspective and asked for your podcast recommendations.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/posts/podcasts-worth-exploring-recommendations-received/&quot;&gt;Podcasts Worth Exploring: Recommendations Received&lt;/a&gt;: The community responded, and I shared the podcast recommendations.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/posts/my-year-in-beer-2023/&quot;&gt;My Year In Bear 2023&lt;/a&gt;: I’ve been tracking unique beers since 2013 with Untappd. I jacked my end of year report and posted it here!&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/posts/2023-spring/&quot;&gt;Spring 2023&lt;/a&gt;: Automated post with the books I read, songs I listened to and pages I bookmarked this Spring!&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/posts/relics-of-the-web/&quot;&gt;Relics Of The Web&lt;/a&gt;: Another post about the Web. This results from a few abandoned pages that I had drafted but wanted to change their direction. This post turned out much better.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/posts/my-year-in-books-2023/&quot;&gt;My Year In Books 2023&lt;/a&gt;: Reading stats from the past year and a few of the standouts.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I added two vinyls to the collection over on the &lt;a href=&quot;/recordshelf/&quot;&gt;Recordshelf&lt;/a&gt; page:&lt;/p&gt;
&lt;ul class=&quot;list&quot;&gt;
&lt;li&gt;Mac Miller &lt;a href=&quot;/recordshelf/#swimming&quot;&gt;Swimming&lt;/a&gt;: I Shouldn’t have to say anything about this. Go listen if you haven’t&lt;/li&gt;
&lt;li&gt;Home Brew &lt;a href=&quot;/recordshelf/#run-it-back&quot;&gt;Run It Back&lt;/a&gt;: A local Aotearoa hip-hop group that last released music eleven years ago. A fantastic album.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I’ve talked about Webmentions frequently in these monthly recaps. This month, I’m happy to report that I’ve finally got them working in a state I’m happy with. Thanks to &lt;a href=&quot;https://chrisburnell.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Chris Burnell’s&lt;/a&gt; handy plugin, &lt;a href=&quot;https://chrisburnell.com/eleventy-cache-webmentions/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;eleventy-cache-webmentions&lt;/a&gt;. The plugin handles the difficult configuration by caching Webmentions using Eleventy-fetch and making them available in collections, templates, pages, etc., in Eleventy. All I had to do was create the Nunjucks loops. You can check the &lt;a href=&quot;https://github.com/flamedfury/flamedfury.com/commit/6876e3bd8d11a7a912981f0f5bcb48d14d66a46a&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;commit&lt;/a&gt; and &lt;a href=&quot;https://github.com/flamedfury/flamedfury.com/commit/cdfe9f74fcc9a7cdf34a8be844e0c25e653e1d11&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;follow up&lt;/a&gt; to see how it works.&lt;/p&gt;
&lt;p&gt;Another improvement to the website is the &lt;a href=&quot;/contact/&quot;&gt;contact form&lt;/a&gt; now uses &lt;a href=&quot;https://riku.miso.town/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Riku Forms&lt;/a&gt; rather than Netlify Forms. Riku is a small indie project by &lt;a href=&quot;https://m15o.ichi.city/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;m15o&lt;/a&gt;. As well as Riku, m15o has &lt;a href=&quot;https://nightfall.city/nex/in/m15o/projects/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;many other great projects&lt;/a&gt;. I’ll put together a quick post on how I got Riku working with Eleventy; it was really easy!&lt;/p&gt;
&lt;p&gt;One of my besties, &lt;a href=&quot;https://xandra.cc&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Xandra&lt;/a&gt;, has also started blogging in anticipation of the 32 Bit Blog Club; go check out her writing on &lt;a href=&quot;https://library.xandra.cc/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;libraryOS&lt;/a&gt;. This reminds me that I better sit down and finish that project 😱&lt;/p&gt;
&lt;p&gt;Speaking of blogging, I’ve been getting into &lt;a href=&quot;https://social.lol/@flamed&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Mastodon&lt;/a&gt; recently. Not as a tool for building a brand or self-promotion, but discovery. Okay, I can’t help but share a new post when I’ve published one. There’s been so many people posting great things about the Web recently. Let’s hope 2024 continues the trend. Some of my favourites recently are:&lt;/p&gt;
&lt;ul class=&quot;list&quot;&gt;
&lt;li&gt;&lt;a href=&quot;https://blakewatson.com/journal/omg-lol-an-oasis-on-the-internet/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;omg.lol: an oasis on the internet&lt;/a&gt; by &lt;a href=&quot;https://social.lol/@bw&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Blake&lt;/a&gt; shared a love letter to &lt;a href=&quot;https://omg.lol&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;omg.lol&lt;/a&gt;. The post talks about the beauty of the Web, where lovingly handcrafted services like omg.lol exist. Omg.lol provides various services through custom subdomains like email forwarding, web pages, blogging, and image hosting. Omg.lol is the result of a single developer, Adam. He is praised for his responsiveness to feedback and constant work improving the service. Like me, Blake enjoys exploring personal websites and the small, personal corner of the internet it enables.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://rknight.me/blog/the-web-is-fantastic/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;The Web Is Fantastic&lt;/a&gt; by &lt;a href=&quot;https://social.lol/@robb&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Robb&lt;/a&gt; talks about themes familiar to readers of this website. The Open Web of links, blogs and RSS feeds is better than social media platforms for discovering new content. The joy of discovering an interesting blog post by following links from one website blog to another, the independent, link-based nature of the real Web, makes discovering new ideas and information more enjoyable.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I still have a few drafts to carry over and can’t wait to finish them to share with everyone.&lt;/p&gt;
&lt;p&gt;I hope you had a great end to the year and had a break of some sort, and I can’t wait to see what 2024 brings.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>My Year In Books 2023</title>
    <link href="https://flamedfury.com/posts/my-year-in-books-2023/" />
    <updated>2023-12-31T00:00:00Z</updated>
    <id>https://flamedfury.com/posts/my-year-in-books-2023/</id>
    <content xml:lang="" type="html">&lt;p&gt;During 2023 I managed to read 86 books. All I can say to this is that your &lt;a href=&quot;/posts/where-do-you-get-your-audiobooks/&quot;&gt;public library&lt;/a&gt; is your best resource for reading books.&lt;/p&gt;
&lt;p&gt;This year I shifted to &lt;a href=&quot;/where-do-you-get-your-audiobooks/&quot;&gt;audiobooks&lt;/a&gt; and this has changed the way I consume books. Up until now I would read before bed and I would get anywhere between three to ten minutes in before I would fall asleep. As you can see this doesn’t give much time for reading and it took a long time to read an entire book.&lt;/p&gt;
&lt;p&gt;Audiobooks have opened up more opportunities for me to read or listen to books, whether I’m walking the dogs, driving (by myslef), cooking dinner or other household chores.&lt;/p&gt;
&lt;p&gt;I’ve also found that many American narrated books are really slow and that I have to crank up the listening speed, otherwise it feels like time is slipping backwards. The Aotearoa books that I’ve read are read at a pace that I’m familiar with and I can listen to at 1x speed.&lt;/p&gt;
&lt;p&gt;Anyway, here’s my 2023 reading summary…&lt;/p&gt;
&lt;ul class=&quot;list&quot;&gt;
&lt;li&gt;&lt;strong&gt;Total books:&lt;/strong&gt; 89&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Average read time:&lt;/strong&gt; 4.4 days&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Month with most books:&lt;/strong&gt; April (11 books)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Month with least books:&lt;/strong&gt; December (5 books)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Top genres:&lt;/strong&gt;
&lt;ul class=&quot;list&quot;&gt;
&lt;li&gt;Fiction (31 books)&lt;/li&gt;
&lt;li&gt;Biography &amp;amp; autobiography (7 books)&lt;/li&gt;
&lt;li&gt;Business &amp;amp; economics (7 books)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Read in a day:&lt;/strong&gt;
&lt;ul class=&quot;list&quot;&gt;
&lt;li&gt;“&lt;a href=&quot;https://www.penguin.co.nz/books/excellent-advice-for-living-9780593654521&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Excellent Advice for Living&lt;/a&gt;” by &lt;a href=&quot;https://kk.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Kevin Kelly&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;“&lt;a href=&quot;https://www.simonandschuster.com/books/Im-Glad-My-Mom-Died/Jennette-McCurdy/9781982185824&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;I’m Glad My Mom Died&lt;/a&gt;” by &lt;a href=&quot;https://www.jennettemccurdy.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Jennette McCurdy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;“&lt;a href=&quot;https://www.penguin.co.nz/books/how-to-loiter-in-a-turf-war-9780143778585&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;How to Loiter In a Turf War&lt;/a&gt;” by &lt;a href=&quot;https://www.penguin.co.nz/authors/coco-solid&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Coco Solid&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;“&lt;a href=&quot;https://www.marthawells.com/murderbot4.htm&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Exit Strategy&lt;/a&gt;” by &lt;a href=&quot;https://www.marthawells.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Martha Wells&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;“&lt;a href=&quot;https://ckfictionclinic.com/small-things-like-these/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Small Things Like These&lt;/a&gt;” by &lt;a href=&quot;https://ckfictionclinic.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Claire Keegan&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Average book length:&lt;/strong&gt; 305 pages&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Longest book:&lt;/strong&gt; “&lt;a href=&quot;https://en.wikipedia.org/wiki/Star_Wars:_Aftermath_trilogy&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Star Wars: Aftermath: Empire’s End&lt;/a&gt;” by &lt;a href=&quot;https://terribleminds.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Chuck Wendig&lt;/a&gt; (512 pages)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Shortest book:&lt;/strong&gt; “&lt;a href=&quot;https://abookapart.com/products/everyday-information-architecture&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Everyday Information Architecture&lt;/a&gt;” by &lt;a href=&quot;https://thefutureislikepie.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Lisa Maria Martin&lt;/a&gt; (126 pages)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Top authors:&lt;/strong&gt;
&lt;ul class=&quot;list&quot;&gt;
&lt;li&gt;&lt;a href=&quot;https://www.marthawells.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Martha Wells&lt;/a&gt; (7 books)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://terribleminds.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Chuck Wendig&lt;/a&gt; (3 books)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.jessiemihalik.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Jessie Mihalik&lt;/a&gt; (3 books)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.panmacmillan.com/authors/peter-f-hamilton/1507&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Peter F. Hamilton&lt;/a&gt; (3 books)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Total pages read:&lt;/strong&gt; 24,068&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All of these books I enjoyed. There were a few books that I started and quickly abandoned that I didn’t finish reading that aren’t part of these stats.&lt;/p&gt;
&lt;p&gt;Out of all these books there are a few that I want to share with you and maybe you’ll check them out…&lt;/p&gt;
&lt;ul class=&quot;list&quot;&gt;
&lt;li&gt;“&lt;a href=&quot;https://www.penguin.co.nz/books/how-to-loiter-in-a-turf-war-9780143778585&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;How to Loiter In a Turf War&lt;/a&gt;” by &lt;a href=&quot;https://www.penguin.co.nz/authors/coco-solid&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Coco Solid&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&amp;quot;&lt;a href=&quot;https://www.penguin.co.nz/books/poor-people-with-money-9780143779865&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Poor People With Money &lt;/a&gt;&amp;quot; by &lt;a href=&quot;https://www.penguin.co.nz/authors/dominic-hoey&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Dominic Hoey&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;“&lt;a href=&quot;https://www.allenandunwin.co.nz/browse/book/Everything-is-Beautiful-and-Everything-Hurts-9781991006448/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Everything is Beautiful and Everything Hurts&lt;/a&gt;” by &lt;a href=&quot;https://www.nzbooklovers.co.nz/post/interview-josie-shapiro-talks-about-everything-is-beautiful-and-everything-hurts&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Josie Shapiro&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;“&lt;a href=&quot;https://en.wikipedia.org/wiki/Uncanny_Valley_%28memoir%29&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Uncanny Valley&lt;/a&gt;” by &lt;a href=&quot;https://www.annawiener.com/about&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Anna Wiener&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;“&lt;a href=&quot;https://britneybook.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;The Woman In Me&lt;/a&gt;” by &lt;a href=&quot;https://britneyspears.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Britney Spears&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;“&lt;a href=&quot;https://www.clairenorth.com/titles/claire-north/the-first-fifteen-lives-of-harry-august/9781405528252/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;The First Fifteen Lives of Harry August&lt;/a&gt;” by &lt;a href=&quot;https://www.clairenorth.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Claire North&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Let me know if you do decide to read any of them and what you thought.&lt;/p&gt;
&lt;p&gt;Happy New Year.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Relics Of The Web</title>
    <link href="https://flamedfury.com/posts/relics-of-the-web/" />
    <updated>2023-12-28T00:00:00Z</updated>
    <id>https://flamedfury.com/posts/relics-of-the-web/</id>
    <content xml:lang="" type="html">&lt;p&gt;One of the great things about the World Wide Web is the ability for websites to link to each other, providing a never-ending stream of websites to explore.&lt;/p&gt;
&lt;p&gt;This interconnectedness lets surfers quickly discover new content and information, enabling a rich and diverse online experience. It also creates complex and comprehensive resources that draw from various sources, making it easier for surfers to find the necessary information.&lt;/p&gt;
&lt;p&gt;Overall, linking websites is a crucial feature of the World Wide Web that has greatly enhanced the accessibility and usefulness of the Internet.&lt;/p&gt;
&lt;h2 id=&quot;blogrolls&quot;&gt;&lt;a class=&quot;heading-anchor&quot; href=&quot;#blogrolls&quot;&gt;Blogrolls&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Blogrolls are one of my favourite parts of personal websites.&lt;/p&gt;
&lt;p&gt;In the early days of the Web, blogrolls and links pages were a common way for webmasters to build relationships with other websites and share resources. Webmasters would include links to their favourite websites in their blogrolls, which web surfers would browse and discover new websites to explore.&lt;/p&gt;
&lt;p&gt;As the competition for web traffic and attention intensified, many website owners shifted their focus towards retaining visitors on their own sites. Unfortunately, blogrolls lost their popularity. Website owners started considering links to other websites as a possible cause of “leakage” that could lead visitors away from their own site.&lt;/p&gt;
&lt;p&gt;This led to many webmasters removing blogrolls from their websites or limiting the number of links they included. Blogrolls were replaced with affiliate links where webmasters attempted to convert outgoing clicks into revenue.&lt;/p&gt;
&lt;p&gt;Recently, interest in personal websites and blogrolls has become popular again. As more and more people become disillusioned with social media and create their own websites, blogrolls are making a comeback as a way for webmasters to build relationships and share resources with other websites. Webmasters again recognise the value of providing web surfers with new discovery opportunities. Blogrolls and links pages are back and better than ever.&lt;/p&gt;
&lt;p&gt;In my own &lt;a href=&quot;/links/&quot;&gt;links page&lt;/a&gt;, I’ve structured my blogroll at the page’s forefront, curating a selection of links to personal websites. These curated selections focus on webmasters who consistently update their content and offer an &lt;a href=&quot;/feeds/&quot;&gt;RSS feed&lt;/a&gt;, and &lt;a href=&quot;https://rknight.me/please-expose-your-rss/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;exposes it&lt;/a&gt; allowing surfers to stay connected with their latest posts. Additionally, you’ll find a compilation of valuable resources and services that I personally find helpful, alongside unconventional yet fantastic personal websites that diverge from the typical blog format.&lt;/p&gt;
&lt;p&gt;Whether you’re just starting out with your own website or a seasoned webmaster, having a blogroll on your website can be a great way to build relationships and community.&lt;/p&gt;
&lt;p&gt;When creating your blogroll, &lt;a href=&quot;https://flamedfury.com/posts/the-art-of-hyperlinking/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;provide context to your links&lt;/a&gt; to help surfers know what lies behind the link. Don’t just have a list of links on a page.&lt;/p&gt;
&lt;p&gt;Keep the Web fresh, maintain your blogroll and links pages and keep them up to date. Consider linking to an archived link on &lt;a href=&quot;http://web.archive.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;The Wayback Machine&lt;/a&gt; if you find dead links.&lt;/p&gt;
&lt;h2 id=&quot;buttons&quot;&gt;&lt;a class=&quot;heading-anchor&quot; href=&quot;#buttons&quot;&gt;Buttons&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;An 88x31 button is a small image used to link to another website. The buttons are called 88x31 buttons because they are 88 pixels wide and 31 pixels tall. These buttons were commonly used in the early days of the Web to promote websites and to help people navigate from one site to another.&lt;/p&gt;
&lt;p&gt;The idea behind an 88x31 button is that it would be placed on a  website, and when someone clicks on it, they would be taken to the website to which the button was linked. Website owners often use these buttons to promote their own sites or to link to other websites that they find interesting and valuable.&lt;/p&gt;
&lt;p&gt;88x31 buttons were trendy in the late 1990s and early 2000s but have largely been replaced by other methods of linking to websites, such as text links and banner ads. However, they are still used by some websites as a way to provide a small, unobtrusive link to another site.&lt;/p&gt;
&lt;p&gt;They were introduced by &lt;a href=&quot;https://web.archive.org/web/19961026040131/http://www3.netscape.com/comprod/mirror/netscape_now_program.html&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Netscape&lt;/a&gt;, an early web browser, in the late 1990s. They quickly became popular with websites such as &lt;a href=&quot;https://thehistoryoftheweb.com/an-ode-to-geocities/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Geocities&lt;/a&gt;, a popular hosting service for personal websites during the late 1990s and early 2000s. Geocities and similar services allowed users to create homepages and customise them with various features, including 88x31 buttons.&lt;/p&gt;
&lt;p&gt;While experiencing a resurgence through platforms like &lt;a href=&quot;https://neocities.org&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Neocities&lt;/a&gt; and communities like the &lt;a href=&quot;https://32bit.cafe/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;32 Bit Cafe&lt;/a&gt;, the prevailing presence of 88x31 buttons raises a question about their compatibility with today’s digital landscape, characterised by larger monitors and high resolutions.&lt;/p&gt;
&lt;p&gt;Considering this, one might question the relevance of 88x31 buttons in the modern Web. Yequarri delves into this in his post &lt;a href=&quot;https://yequari.com/blog/2023/10/no-more-88x31-buttons/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;“Why Are We Still Using 88x31 Buttons?”&lt;/a&gt;, highlighting how these small buttons appear minuscule on today’s expansive computer screens.&lt;/p&gt;
&lt;p&gt;I’d like to create and use a 200x40 banner instead. I encourage fellow webmasters to consider similar adaptations for their websites.&lt;/p&gt;
&lt;p&gt;If you want to check out the wild world of buttons check out these pages:&lt;/p&gt;
&lt;ul class=&quot;list&quot;&gt;
&lt;li&gt;&lt;a href=&quot;https://sillydog.org/netscape/now.html&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://sillydog.org/netscape/now.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://cyber.dabamos.de/88x31/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://cyber.dabamos.de/88x31/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://anlucas.neocities.org/88x31Buttons&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://anlucas.neocities.org/88x31Buttons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://neonaut.neocities.org/cyber/88x31&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://neonaut.neocities.org/cyber/88x31&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://capstasher.neocities.org/88x31collection-page1&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://capstasher.neocities.org/88x31collection-page1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://88x31.kate.pet/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://88x31.kate.pet/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;webrings&quot;&gt;&lt;a class=&quot;heading-anchor&quot; href=&quot;#webrings&quot;&gt;Webrings&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;A webring is a collection of websites linked together in a circular structure. Webrings were popular in the early days of the Web before search engines became as sophisticated as they are today. Webrings were used to help people find similar websites on a particular topic.&lt;/p&gt;
&lt;p&gt;Here’s how they work: A webring comprises a group of related websites with a common theme or topic. Each website in the webring has a unique link that allows the surfer to navigate to the next website in the ring. The visitor can continue to follow the links around the ring, visiting each website until they return to the starting point.&lt;/p&gt;
&lt;p&gt;Webrings were created as a way for people to discover new websites on a particular topic and for website owners to promote their sites to a  broader audience. Webrings were particularly popular in the late 1990s. They have largely been replaced by search engines and social media as a  way to discover new websites.&lt;/p&gt;
&lt;p&gt;Check out Ray’s &lt;a href=&quot;https://brisray.com/web/webring-history.htm&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Webring History&lt;/a&gt; page for an in-depth history of webrings.&lt;/p&gt;
&lt;p&gt;Webrings are making a resurgence, and many new webrings with modern underlying technology are being created. Ray is also maintaining a &lt;a href=&quot;https://brisray.com/web/webring-list.htm&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Webring List&lt;/a&gt;, which is the most comprehensive list of webrings that are both active and inactive.&lt;/p&gt;
&lt;p&gt;I love a good webring, but I’m not a fan of surfing through a webring and seeing the same sites tha are in all the other webrings. A webring should have a niche and connect websites within that niche together. Otherwise, what’s the point?&lt;/p&gt;
&lt;h2 id=&quot;a-modern-web&quot;&gt;&lt;a class=&quot;heading-anchor&quot; href=&quot;#a-modern-web&quot;&gt;A Modern Web&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;In today’s digitally driven world, where algorithms and corporate interests often steer our online experiences, the resurgence of these relics serves as a reminder of the communal and authentic nature of the early Web. Their return suggests a longing for the intimate, handcrafted browsing experiences of years gone by.&lt;/p&gt;
&lt;p&gt;While blogrolls may not adorn every website today, and the tiny 88x31 buttons have dwindled, their legacy lives on through the resurgence of personal websites and the celeb ration of independent content. However, these relics must adapt and evolve with us to remain relevant in the ever-evolving Web landscape.&lt;/p&gt;
&lt;p&gt;It’s essential to reimagine their role in today’s digital arena by drawing from the past to navigate the future of the Web as we treasure and reflect on these remnants from the Web’s earlier days. Remember, beyond serving as mere tools for navigation between personal websites, these relics embody connections and the spirit of discovery.&lt;/p&gt;
&lt;p&gt;One of the recent additions worth mentioning about building connections in the world of personal websites is &lt;a href=&quot;https://alistapart.com/article/webmentions-enabling-better-communication-on-the-internet/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Webmentions&lt;/a&gt;. Webmentions are an &lt;a href=&quot;https://www.w3.org/TR/webmention/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;open standard protocol&lt;/a&gt; notifying webpages about links, likes, or comments.&lt;/p&gt;
&lt;p&gt;I’ve finally got Webmentions up and running here! Now, I can showcase boosts, likes, and mentions from Mastodon and replies from other sites. The real charm lies in enabling others to respond to my posts by sharing them on their websites. That’s the true essence of the Web’s magic.&lt;/p&gt;
&lt;p&gt;However, using Webmentions does come with its challenges. The initial setup can be complicated, demanding precise configurations from the sender and receiver to ensure all parts of the mentions are included. There’s a heavy reliance on &lt;a href=&quot;http://microformats.org/wiki/webmention&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;microformats&lt;/a&gt;, so the Mastodon connection has gained popularity and become the default. It simplifies matters for the receiver, requiring correct configurations to harness the frictionless posting Mastodon provides.&lt;/p&gt;
&lt;p&gt;My goal for the new year is to advocate and encourage using our websites as communication tools, reducing reliance on social media platforms. After all, that’s what our websites are designed for!&amp;quot;&lt;/p&gt;
&lt;p&gt;Let’s continue embracing the old and new, ensuring the Web remains an endlessly fascinating and ever-evolving space for future generations.&lt;/p&gt;
</content>
  </entry>
</feed>