<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="https://tilde.club/~twinbfield/styles/feed.xslt" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>twinbfield</title>
  <subtitle>Thoughts on retro computing, free software, and niche corners of the Internet.</subtitle>
  <link href="https://tilde.club/~twinbfield/feed.xml" rel="self" />
  <link href="https://tilde.club/~twinbfield/" />
  <updated>2026-05-24T19:00:00Z</updated>
  <id>https://tilde.club/~twinbfield/</id>
  <author>
    <name>Adam Saunders</name>
  </author>
  <entry>
    <title>How to start a blog</title>
    <link href="https://tilde.club/~twinbfield/posts/how-to-start-a-blog/" />
    <updated>2026-05-24T19:00:00Z</updated>
    <id>https://tilde.club/~twinbfield/posts/how-to-start-a-blog/</id>
    <content type="html">&lt;p&gt;I&#39;m starting a webring with some friends called the Combo Crew, so I put together this guide on how to start a blog and connect it to the ring.&lt;/p&gt;
&lt;h2&gt;1. Getting a website running&lt;/h2&gt;
&lt;p&gt;To start out, let&#39;s clarify something about running a website. There are two things that must happen for a website to appear on the Internet: first, you must have your website &lt;strong&gt;hosted&lt;/strong&gt; somewhere (i.e., a publicly-accessible server on the Internet stores your content). Second, there must be a &lt;strong&gt;domain name&lt;/strong&gt; like google.com or tilde.club that is registered and points to wherever your site is hosted.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;It&#39;s not necessary to spend money to do either of these things.&lt;/strong&gt; There are many services that will offer free hosting for your website if your website is &lt;strong&gt;static&lt;/strong&gt; and only serves content like images and text and does not involve any server-side scripting. Many of these sites will also give you a free subdomain for your site. For example, &lt;a href=&quot;https://docs.github.com/en/pages&quot;&gt;GitHub Pages&lt;/a&gt; hosts many static sites that look like &lt;code&gt;&amp;lt;something&amp;gt;.github.io&lt;/code&gt; - take a look at &lt;a href=&quot;https://netflix.github.io/&quot;&gt;netflix.github.io&lt;/a&gt;. If you want something that looks like &lt;code&gt;example.com&lt;/code&gt;, you need to buy a domain name. Buying and registering a domain name is going to be out of scope for this blog post, but know that it costs about $12-$20 USD/year, though having a domain name allows your identity and site to be independent of any specific host if you want to swap around.&lt;/p&gt;
&lt;p&gt;Now, that&#39;s all great, but how do you actually go about building your website? Here, you have a couple options depending on your website host. If you want to avoid messing with HTML or CSS, go with a blog host that allows you to post using a graphical interface. I recommend looking at &lt;a href=&quot;https://bearblog.dev&quot;&gt;bearblog.dev&lt;/a&gt; or &lt;a href=&quot;https://i.haza.website/&quot;&gt;i.haza.website&lt;/a&gt;. &lt;a href=&quot;https://wordpress.com/&quot;&gt;Wordpress.com&lt;/a&gt; and &lt;a href=&quot;https://blogger.com&quot;&gt;blogger.com&lt;/a&gt; are some of the big names in blogging software, too. &lt;a href=&quot;https://substack.com/&quot;&gt;Substack&lt;/a&gt; can even work as a blog. Just note that some of these more user-friendly options lock some options behind a paywall, such as connecting your site to a registered domain name.&lt;/p&gt;
&lt;p&gt;If you want a bit more control over your site and how it looks, I recommend looking into static site generators like &lt;a href=&quot;https://www.11ty.dev/&quot;&gt;Eleventy&lt;/a&gt; and &lt;a href=&quot;https://jekyllrb.com/&quot;&gt;Jekyll&lt;/a&gt;. These are programs that build your site by Markdown posts with reusable templates. There are endless, beautiful templates that people have created for you to use, along with great tutorials. This option can, however, be a bit more technical - though AI can help clarify how to use or generate templates. If you don&#39;t know how to use GitHub or a command line, it&#39;s probably best to avoid these for now.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;tl;dr - Find a free blog host that uses a graphical interface. I like &lt;a href=&quot;https://bearblog.dev&quot;&gt;bearblog.dev&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;2. Connecting to the blogosphere&lt;/h2&gt;
&lt;p&gt;In my opinion, your website is not a blog until you give people a way to follow your blog. In the &lt;strong&gt;blogosphere&lt;/strong&gt;, the most common solution is something called an RSS feed or an Atom feed. These are sidecar files that list all of your posts and some important metadata. Software called &lt;strong&gt;feed readers&lt;/strong&gt; can poll all of the feeds that you follow and provide you with all of the most recent updates. RSS/Atom feeds are decentralized, unlike social media. These feeds are usually indicated by a syndication symbol:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://tilde.club/~twinbfield/assets/rss.png&quot; alt=&quot;Syndication symbol&quot;&gt;&lt;/p&gt;
&lt;p&gt;Usually, whatever software you are using to write a blog will generate an RSS feed or Atom feed automatically, and it should have the link somewhere on the front page. Usually, the feed is stored at &lt;code&gt;example.com/feed.xml&lt;/code&gt; or something similar. If you are using a blogging software with a graphical interface, check the documentation to make sure they provide a feed. If you are using a static site generator, typically a plugin will generate a feed for you. People follow your blog by putting the link to the feed into their feed reader. If you want to try following blogs using a feed reader, I&#39;ve used &lt;a href=&quot;https://feedly.com&quot;&gt;Feedly&lt;/a&gt; and
&lt;a href=&quot;https://github.com/yang991178/fluent-reader&quot;&gt;Fluent Reader&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Another cool way of connecting with the blogosphere is connecting to a &lt;a href=&quot;https://en.wikipedia.org/wiki/Webring&quot;&gt;webring&lt;/a&gt;. These were popular back on the early Internet, and it&#39;s basically just a linked list of sites on a related topic. They are becoming increasingly popular again as people reconnect with personal websites. For example, check out all of the webrings on &lt;a href=&quot;https://petrapixel.neocities.org/coding/webring-list&quot;&gt;this aggregator&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;By way of example, the Combo Crew has an invite-only webring. To join the webring, you put this HTML code somewhere on your front page. Replace the &lt;code&gt;?via=&lt;/code&gt; to a &lt;a href=&quot;https://www.utilities-online.info/urlencode/&quot;&gt;url-encoded&lt;/a&gt; version of your URL:&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;center&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;token comment&quot;&gt;&amp;lt;!-- Begin Combo Crew Webring Badge --&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;a&lt;/span&gt; &lt;span class=&quot;token attr-name&quot;&gt;href&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;https://webri.ng/webring/combocrew/next?via=https%3A%2F%2Ftilde.club%2F~twinbfield&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;img&lt;/span&gt; &lt;span class=&quot;token attr-name&quot;&gt;src&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;https://tilde.club/~twinbfield/assets/combo_crew_88x31_blue.png&lt;span class=&quot;token punctuation&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;token attr-name&quot;&gt;border&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&lt;span class=&quot;token punctuation&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;token attr-name&quot;&gt;width&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;88&lt;span class=&quot;token punctuation&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;token attr-name&quot;&gt;height&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;31&lt;span class=&quot;token punctuation&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;token attr-name&quot;&gt;alt&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;Combo Crew Webring&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;a&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;token comment&quot;&gt;&amp;lt;!-- End Combo Crew Webring Badge --&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;center&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;(You can replace the color on the PNG link. Options are red, orange, yellow, darkgreen, lightgreen, blue, pink, and purple.)&lt;/p&gt;
&lt;p&gt;Then, message me the URL of your site, and I&#39;ll add it to the webring. The 88x31 button should take you to the next site in the webring.&lt;/p&gt;
&lt;center&gt;
&lt;!-- Begin Combo Crew Webring Badge --&gt;
&lt;a href=&quot;https://webri.ng/webring/combocrew/next?via=https%3A%2F%2Ftilde.club%2F~twinbfield&quot;&gt;
&lt;img src=&quot;https://tilde.club/~twinbfield/assets/combo_crew_88x31_blue.png&quot; border=&quot;0&quot; width=&quot;88&quot; height=&quot;31&quot; alt=&quot;Combo Crew Webring&quot;&gt;
&lt;/a&gt;
&lt;!-- End Combo Crew Webring Badge --&gt;
&lt;/center&gt;
&lt;blockquote&gt;
&lt;p&gt;tl;dr - Make sure you have a link to an RSS or Atom feed so people can follow your blog.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;3. What&#39;s next?&lt;/h2&gt;
&lt;p&gt;Now, you can post! For Combo Crew specifically, we&#39;re looking at starting something like a blog carnival, where someone hosts a theme and writes a summary post aggregating (and linking to) the individual blog posts. Consider adding top-level pages like an &amp;quot;About&amp;quot; page or an &amp;quot;Interests&amp;quot; page to orient people on your site. Link to other videos, sites, and posts you like with a &lt;a href=&quot;https://blogroll.org/&quot;&gt;blogroll&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you are technically inclined, you may enjoy tinkering with your website. For example, you may want to add a comment system if your blog does not already support it (see &lt;a href=&quot;https://giscus.app/&quot;&gt;Giscus&lt;/a&gt; and &lt;a href=&quot;https://buttondown.com/blog/what-is-a-webmention&quot;&gt;Webmentions&lt;/a&gt; for ideas). The &lt;a href=&quot;https://indieweb.org/&quot;&gt;IndieWeb&lt;/a&gt; has tons of ideas on how to use your site as your online identity. For example, you can use &lt;a href=&quot;https://brid.gy/&quot;&gt;Bridgy&lt;/a&gt; and &lt;a href=&quot;https://fed.brid.gy/&quot;&gt;Bridgy Fed&lt;/a&gt; to have posts from your site automatically syndicated out to social media and pull comments/likes back in to your site.&lt;/p&gt;
&lt;p&gt;There&#39;s also some more niche and lively communities to explore. For example, &lt;a href=&quot;https://tilde.club&quot;&gt;tilde.club&lt;/a&gt; where this site is hosted, is what&#39;s called a pubnix, meaning the community exists on a shared Unix server. Pubnixes typically offer free web hosting along with different protocols like Gemini and Gopher, and the ability to do some light server-side scripting. Some tilde-style pubnixes offer open sign-ups, while others like &lt;a href=&quot;https://sdf.org&quot;&gt;sdf.org&lt;/a&gt; and &lt;a href=&quot;https://freeshell.de&quot;&gt;freeshell.de&lt;/a&gt; require verification by physically mailing something to an address. There&#39;s also &lt;a href=&quot;https://neocities.org/&quot;&gt;Neocities&lt;/a&gt; and &lt;a href=&quot;https://32bit.cafe&quot;&gt;32bit.cafe&lt;/a&gt; that aim to support people in creating personal websites, often with very artistic and retro theming.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;tl;dr - Post! Tinker! Explore! Decorate! Design! &lt;a href=&quot;https://goodinternetmagazine.com/build-the-web-you-want-to-see/&quot;&gt;Build the web you want to see&lt;/a&gt;!&lt;/p&gt;
&lt;/blockquote&gt;
</content>
  </entry>
  <entry>
    <title>How I&#39;ve set up a password manager, and why you should too</title>
    <link href="https://tilde.club/~twinbfield/posts/password-manager/" />
    <updated>2025-10-09T00:00:00Z</updated>
    <id>https://tilde.club/~twinbfield/posts/password-manager/</id>
    <content type="html">&lt;h2&gt;The need for password managers&lt;/h2&gt;
&lt;p&gt;Humans are extremely predictable. For example, when asked for a random number, a &lt;a href=&quot;https://doi.org/10.1037/0096-1523.2.2.291&quot;&gt;study&lt;/a&gt; showed that most people will choose seven. If you take a look at &lt;a href=&quot;https://en.wikipedia.org/wiki/List_of_the_most_common_passwords&quot;&gt;Wikipedia&#39;s compilation of most commonly used passwords&lt;/a&gt;, the top contenders are pitifully predictable. Passwords like &amp;quot;123456&amp;quot;, &amp;quot;iloveyou&amp;quot;, &amp;quot;qwerty&amp;quot;, and yes, even &amp;quot;password&amp;quot; are still common in the year 2025. We are understandably tired, and no one wants to remember a million passwords for a million applications.&lt;/p&gt;
&lt;p&gt;More and more sites and applications are aware of this issue. We&#39;ve seen a huge rise in sites using &lt;a href=&quot;https://oauth.net/2/&quot;&gt;OAuth&lt;/a&gt;, where sites can delegate authorization to an authority like Google or GitHub, allowing third parties to verify identity without seeing the password. These are great, but they leave the responsibility for your credentials tied to a specific authority. While there is a push for federating the OAuth authority to one&#39;s own domain with &lt;a href=&quot;https://indieweb.org/IndieAuth&quot;&gt;IndieAuth&lt;/a&gt;, this practice is not yet widespread, though I am interested in looking more into it.&lt;/p&gt;
&lt;p&gt;Another solution is using a password manager, where you access a database containing all your passwords using one strong master password. Many people should be used to the password managers that come built in to smartphones. These are convenient, but not very portable to multiple devices, especially outside of the corporate ecosystem containing the manager (cough, cough Apple passwords).&lt;/p&gt;
&lt;p&gt;Web-based password managers like NordPass and LastPass offer a temptingly convenient solution, but these password managers also place trust in a corporate entity&#39;s security practices, potentially for a fee. While handy, &lt;a href=&quot;https://www.forbes.com/sites/daveywinder/2023/03/03/why-you-should-stop-using-lastpass-after-new-hack-method-update/?sh=79b0f4bd28fc&quot;&gt;multiple security incidents at LastPass&lt;/a&gt; encouraged me to find a better solution.&lt;/p&gt;
&lt;h2&gt;My solution with KeePassXC&lt;/h2&gt;
&lt;p&gt;I use &lt;a href=&quot;https://keepassxc.org/&quot;&gt;KeePassXC&lt;/a&gt; to manage my passwords. You create a database, choose a strong master password to memorize, and you can store all of your passwords in an encrypted database. I chose KeePassXC so I can access my database from a similar client on macOS, Windows, and Linux. And, it&#39;s available as free software (as in price and as in freedom)! There are many tutorials available online that are much more thorough, so I won&#39;t cover details here, but I will provide an overview of what I&#39;ve found works for me.&lt;/p&gt;
&lt;p&gt;KeePassXC can generate extremely strong and long passwords (even including extended ASCII symbols that no sane person would type into a password box). You won&#39;t need to remember the password, just the master password for the database!&lt;/p&gt;
&lt;p&gt;KeePassXC can also integrate into your browser. There is an extension for Firefox and Chrome (and Edge) that will integrate the passwords automatically into password fields on web pages. I&#39;ve hooked it up to the fingerprint reader on my laptop so I can open the database with my fingerprint. You can use a key file or hardware key if you are feeling the need to be particularly secure.&lt;/p&gt;
&lt;p&gt;In order to have my database available across multiple devices, I store the encrypted database on Google Drive, though I&#39;m in the process of looking for a different place to store my files on the cloud. I can even set it up on my iPhone using Keepassium, though notably this app is not free software, and free users are limited to a single database. A tip if you use this method: make sure to check the &amp;quot;Use alternative saving method&amp;quot; and &amp;quot;Directly write to database file&amp;quot; on your KeePassXC settings if you are syncing through Google Drive. Otherwise, I found Keepassium doesn&#39;t update to the newest version of the database and points to the recently deleted version.&lt;/p&gt;
&lt;p&gt;One warning is that you &lt;strong&gt;must&lt;/strong&gt; remember your master password. If you forget the master password, the database is completely irretrievable. If there were another way to get the database unlocked, it wouldn&#39;t be very secure!&lt;/p&gt;
&lt;p&gt;I hope you consider using a password manager!&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Introduction</title>
    <link href="https://tilde.club/~twinbfield/posts/intro/" />
    <updated>2025-09-10T00:00:00Z</updated>
    <id>https://tilde.club/~twinbfield/posts/intro/</id>
    <content type="html">&lt;p&gt;Welcome! My name is twinbfield. This is a space where I explore retro computing and niche corners of the Internet. I aim for posts to be quick, text-focused reads over extended explorations. Consider adding this site to your &lt;a href=&quot;https://aboutfeeds.com/&quot;&gt;feed aggregator&lt;/a&gt; to get updates.&lt;/p&gt;
&lt;p&gt;I plan to use this site to experiment as well. As of writing, I&#39;m currently hosted on &lt;a href=&quot;https://tilde.club/&quot;&gt;tilde.club&lt;/a&gt;. I also want to try providing content over other protocols like &lt;a href=&quot;https://en.wikipedia.org/wiki/Gopher_(protocol)&quot;&gt;Gopher&lt;/a&gt; and &lt;a href=&quot;https://en.wikipedia.org/wiki/Gemini_(protocol)&quot;&gt;Gemini&lt;/a&gt;. You can check out some of my previous tinkering outcomes - there&#39;s mini games I&#39;ve made posted under &lt;a href=&quot;https://tilde.club/~twinbfield/demos&quot;&gt;Demos and Games&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the technically interested, this site uses the &lt;a href=&quot;https://www.11ty.dev/&quot;&gt;11ty&lt;/a&gt; site generator with a fairly barebones template I have been putting together. I&#39;ve chosen to release content that I have generated on this website under the &lt;a href=&quot;https://creativecommons.org/licenses/by/4.0/&quot;&gt;CC BY 4.0&lt;/a&gt; license.&lt;/p&gt;
&lt;p&gt;I&#39;m working on a solution for comments. Stay tuned!&lt;/p&gt;
</content>
  </entry>
</feed>