💾 Archived View for seirdy.one › posts › index.xml captured on 2023-03-20 at 17:49:16.

View Raw

More Information

⬅️ Previous capture (2021-11-30)

-=-=-=-=-=-=-

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on Seirdy&#39;s Home</title>
    <link>https://seirdy.one/posts.html</link>
    <description>Recent content in Posts on Seirdy&#39;s Home</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 23 Nov 2020 12:21:35 -0800</lastBuildDate>
    
	<atom:link href="https://seirdy.one/posts/index.xml" rel="self" type="application/rss+xml" />
    
    
    
    <item>
      <title>An opinionated list of best practices for textual websites</title>
      <link>https://seirdy.one/2020/11/23/website-best-practices.html</link>
      <pubDate>Mon, 23 Nov 2020 12:21:35 -0800</pubDate>
      
      <guid>https://seirdy.one/2020/11/23/website-best-practices.html</guid>
      <description>&lt;p&gt;&lt;em&gt;The following applies to minimal websites that focus primarily on text. It does not
apply to websites that have a lot of non-textual content. It also does not apply to
websites that focus more on generating revenue or pleasing investors than being good
websites.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This is a &amp;ldquo;living document&amp;rdquo; that I add to as I receive feedback. See the
&lt;a href=&#34;https://git.sr.ht/~seirdy/seirdy.one/log/master/content/posts/website-best-practices.md&#34;&gt;changelog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I realize not everybody&amp;rsquo;s going to ditch the Web and switch to Gemini or Gopher today
(that&amp;rsquo;ll take, like, a month at the longest). Until that happens, here&amp;rsquo;s a
non-exhaustive, highly-opinionated list of best practices for websites that focus
primarily on text:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Final page weight under 50kb without images, and under 200kb with images. Page
weight should usually be much smaller; these are upper-bounds for exceptional
cases.&lt;/li&gt;
&lt;li&gt;Works in Lynx, w3m, links (both graphics and text mode), Netsurf, and Dillo&lt;/li&gt;
&lt;li&gt;Works with popular article-extractors (e.g. Readability) and HTML-to-Markdown
converters. This is a good way to verify that your site uses simple HTML and works
with most non-browser article readers (e.g. ebook converters, PDF exports).&lt;/li&gt;
&lt;li&gt;No scripts or interactivity (preferably enforced at the CSP level)&lt;/li&gt;
&lt;li&gt;No cookies&lt;/li&gt;
&lt;li&gt;No animations&lt;/li&gt;
&lt;li&gt;No fonts&amp;ndash;local or remote&amp;ndash;besides &lt;code&gt;sans-serif&lt;/code&gt; and &lt;code&gt;monospace&lt;/code&gt;. More on this
below.&lt;/li&gt;
&lt;li&gt;No referrers&lt;/li&gt;
&lt;li&gt;No requests after the page finishes loading&lt;/li&gt;
&lt;li&gt;No 3rd-party resources (preferably enforced at the CSP level)&lt;/li&gt;
&lt;li&gt;No lazy loading (more on this below)&lt;/li&gt;
&lt;li&gt;No custom colors OR explicitly set the both foreground and background colors. More
on this below.&lt;/li&gt;
&lt;li&gt;A maximum line length for readability&lt;/li&gt;
&lt;li&gt;Server configured to support compression (gzip, optionally zstd as well). It&amp;rsquo;s a
free speed boost.&lt;/li&gt;
&lt;li&gt;Supports dark mode via a CSS media feature and/or works with most &amp;ldquo;dark mode&amp;rdquo;
browser addons. More on this below.&lt;/li&gt;
&lt;li&gt;A good score on Mozilla&amp;rsquo;s &lt;a href=&#34;https://observatory.mozilla.org/&#34;&gt;HTTP Observatory&lt;/a&gt;. A
bare minimum would be 50, but it shouldn&amp;rsquo;t be too hard to hit 100.&lt;/li&gt;
&lt;li&gt;Optimized images. More on image optimization below.&lt;/li&gt;
&lt;li&gt;All images labeled with alt-text. The page should make sense without images.&lt;/li&gt;
&lt;li&gt;Maybe HTTP/2. There are some cases in which HTTP/2 can make things slower. Run some
tests to find out.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&amp;rsquo;d like to re-iterate yet another time that this only applies to websites that
primarily focus on text. If graphics, interactivity, etc. are an important part of
your website, less (possibly none) of this article applies.&lt;/p&gt;
&lt;p&gt;Earlier revisions of this post generated some responses I thought I should address
below. Special thanks to the IRC and &lt;a href=&#34;https://lobste.rs/s/akcw1m&#34;&gt;Lobsters&lt;/a&gt; users who
gave good feedback!&lt;/p&gt;
&lt;h2 id=&#34;about-fonts&#34;&gt;About fonts&lt;/h2&gt;
&lt;p&gt;If you &lt;em&gt;really&lt;/em&gt; want, you could use &lt;code&gt;serif&lt;/code&gt; instead of &lt;code&gt;sans-serif&lt;/code&gt;, but serif fonts
tend to look worse on low-res monitors. Not every screen&amp;rsquo;s DPI has three digits.&lt;/p&gt;
&lt;p&gt;To ship custom fonts is to assert that branding is more important than user choice.
That might very well be a reasonable thing to do; branding isn&amp;rsquo;t evil! It isn&amp;rsquo;t
&lt;em&gt;usually&lt;/em&gt; the case for textual websites, though. Beyond basic layout and optionally
supporting dark mode, authors generally shouldn&amp;rsquo;t dictate the presentation of their
websites; that is the job of the user agent. Most websites are not important enough
to look completely different from the rest of the user&amp;rsquo;s system.&lt;/p&gt;
&lt;p&gt;A personal example: I set my preferred fonts in my computer&amp;rsquo;s fontconfig settings.
Now every website that uses &lt;code&gt;sans-serif&lt;/code&gt; will have my preferred font. Sites with
&lt;code&gt;sans-serif&lt;/code&gt; blend into the users&#39; systems instead of sticking out.&lt;/p&gt;
&lt;h3 id=&#34;but-most-users-dont-change-their-fonts&#34;&gt;But most users don&amp;rsquo;t change their fonts&amp;hellip;&lt;/h3&gt;
&lt;p&gt;The &amp;ldquo;users don&amp;rsquo;t know better and need us to make decisions for them&amp;rdquo; mindset isn&amp;rsquo;t
without merits; however, in my opinion, it&amp;rsquo;s overused. Using system fonts doesn&amp;rsquo;t
make your website harder to use, but it does make it smaller and stick out less to
the subset of users who care enough about fonts to change them. This argument isn&amp;rsquo;t
about making software easier for non-technical users; it&amp;rsquo;s about branding by
asserting a personal preference.&lt;/p&gt;
&lt;h3 id=&#34;cant-users-globally-override-stylesheets-instead&#34;&gt;Can&amp;rsquo;t users globally override stylesheets instead?&lt;/h3&gt;
&lt;p&gt;It&amp;rsquo;s not a good idea to require users to automatically override website stylesheets.
Doing so would break websites that use fonts such as Font Awesome to display vector
icons. We shouldn&amp;rsquo;t have these users constantly battle with websites the same way
that many adblocking/script-blocking users (myself included) already do when there&amp;rsquo;s
a better option.&lt;/p&gt;
&lt;p&gt;That being said, many users &lt;em&gt;do&lt;/em&gt; actually override stylesheets. We shouldn&amp;rsquo;t
&lt;em&gt;require&lt;/em&gt; them to do so, but we should keep our pages from breaking in case they do.
Pages following this article&amp;rsquo;s advice will probably work perfectly well in these
cases without any extra effort.&lt;/p&gt;
&lt;h3 id=&#34;but-wouldnt-that-allow-a-website-to-fingerprint-with-fonts&#34;&gt;But wouldn&amp;rsquo;t that allow a website to fingerprint with fonts?&lt;/h3&gt;
&lt;p&gt;I don&amp;rsquo;t know much about fingerprinting, except that you can&amp;rsquo;t do font enumeration
without JavaScript. Since text-based websites that follow these best-practices don&amp;rsquo;t
send requests after the page loads and have no scripts, fingerprinting via font
enumeration is a non-issue on those sites.&lt;/p&gt;
&lt;p&gt;Other websites can still fingerprint via font enumeration using JavaScript. They
don&amp;rsquo;t need to stop at seeing what sans-serif maps to; they can see all the available
fonts on a user&amp;rsquo;s system, the user&amp;rsquo;s canvas fingerprint, window dimensions, etc. Some
of these can be mitigated with Firefox&amp;rsquo;s &lt;code&gt;privacy.resistFingerprinting&lt;/code&gt; setting, but
that setting also understandably overrides user font preferences.&lt;/p&gt;
&lt;p&gt;Ultimately, surveillance self-defense on the web is an arms race full of trade-offs.
If you want both privacy and customizability, the web is not the place to look; try
Gemini or Gopher instead.&lt;/p&gt;
&lt;h2 id=&#34;about-lazy-loading&#34;&gt;About lazy loading&lt;/h2&gt;
&lt;p&gt;For users on slow connections, lazy loading is often frustrating. I think I can speak
for some of these users: mobile data near my home has a number of &amp;ldquo;dead zones&amp;rdquo; with
abysmal download speeds, and my home&amp;rsquo;s Wi-Fi repeater setup occasionally results in
packet loss rates above 60% (!!).&lt;/p&gt;
&lt;p&gt;Users on poor connections have better things to do than idly wait for pages to load.
They might open multiple links in background tabs to wait for them all to load at
once, or switch to another window/app and come back when loading finishes. They might
also open links while on a good connection before switching to a poor connection; I
know that I often open 10-20 links on Wi-Fi before going out for a walk in a
mobile-data dead-zone. A Reddit user reading an earlier version of this article
described a &lt;a href=&#34;https://i.reddit.com/r/web_design/comments/k0dmpj/an_opinionated_list_of_best_practices_for_textual/gdmxy4u/&#34;&gt;similar
experience&lt;/a&gt;
riding the train.&lt;/p&gt;
&lt;p&gt;Unfortunately, pages with lazy loading don&amp;rsquo;t finish loading off-screen images in the
background. To load this content ahead of time, users need to switch to the loading
page and slowly scroll to the bottom to ensure that all the important content appears
on-screen and starts loading. Website owners shouldn&amp;rsquo;t expect users to have to jump
through these ridiculous hoops.&lt;/p&gt;
&lt;h3 id=&#34;wouldnt-this-be-solved-by-combining-lazy-loading-with-pre-loadingpre-fetching&#34;&gt;Wouldn&amp;rsquo;t this be solved by combining lazy loading with pre-loading/pre-fetching?&lt;/h3&gt;
&lt;p&gt;A large number of users with poor connections also have capped data, and would prefer
that pages don&amp;rsquo;t decide to predictively load content ahead-of-time for them. Some go
so far as to disable this behavior to avoid data overages. Savvy privacy-conscious
users also generally disable pre-loading because they don&amp;rsquo;t have reason to trust that
linked content doesn&amp;rsquo;t practice dark patterns like tracking without consent.&lt;/p&gt;
&lt;p&gt;Users who click a link &lt;em&gt;choose&lt;/em&gt; to load a full page. Loading pages that a user hasn&amp;rsquo;t
clicked on is making a choice for that user.&lt;/p&gt;
&lt;h3 id=&#34;cant-users-on-poor-connections-disable-images&#34;&gt;Can&amp;rsquo;t users on poor connections disable images?&lt;/h3&gt;
&lt;p&gt;I have two responses:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;If an image isn&amp;rsquo;t essential, you shouldn&amp;rsquo;t include it inline.&lt;/li&gt;
&lt;li&gt;Yes, users could disable images. That&amp;rsquo;s &lt;em&gt;their&lt;/em&gt; choice. If your page uses lazy
loading, you&amp;rsquo;ve effectively (and probably unintentionally) made that choice for a
large number of users.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;about-custom-colors&#34;&gt;About custom colors&lt;/h2&gt;
&lt;p&gt;Some users&#39; browsers set default page colors that aren&amp;rsquo;t black-on-white. For
instance, Linux users who enable GTK style overrides might default to having white
text on a dark background. Websites that explicitly set foreground colors but leave
the default background color (or vice-versa) end up being difficult to read. Here&amp;rsquo;s
an example:&lt;/p&gt;
&lt;picture&gt;
&lt;source srcset=&#34;https://seirdy.one/misc/website_colors.webp&#34; type=&#34;image/webp&#34;&gt;
&lt;img src=&#34;https://seirdy.one/misc/website_colors.png&#34; alt=&#34;This page with a grey background, a header with unreadable black/grey text, and unreadable white-on-white code snippets&#34;&gt;
&lt;/picture&gt;
&lt;p&gt;If you do explicitly set colors, please also include a dark theme using a media
query: &lt;code&gt;@media (prefers-color-scheme: dark)&lt;/code&gt;. For more info, read the relevant docs
&lt;a href=&#34;https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme&#34;&gt;on
MDN&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;image-optimization&#34;&gt;Image optimization&lt;/h2&gt;
&lt;p&gt;Some image optimization tools I use:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://pngquant.org&#34;&gt;pngquant&lt;/a&gt; (lossy)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/shssoichiro/oxipng&#34;&gt;Oxipng&lt;/a&gt; (lossless)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/tjko/jpegoptim&#34;&gt;jpegoptim&lt;/a&gt; (lossless or lossy)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://developers.google.com/speed/webp/docs/cwebp&#34;&gt;cwebp&lt;/a&gt; (lossless or lossy)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I put together a &lt;a href=&#34;https://git.sr.ht/~seirdy/dotfiles/tree/3b722a843f3945a1bdf98672e09786f0213ec6f6/Executables/shell-scripts/bin/optimize-image&#34;&gt;quick
script&lt;/a&gt;
to losslessly optimize images using these programs in my dotfile repo.&lt;/p&gt;
&lt;p&gt;You also might want to use the HTML &lt;code&gt;&amp;lt;picture&amp;gt;&lt;/code&gt; element, using JPEG/PNG as a fallback
for more efficient formats such as WebP or AVIF. More info in the &lt;a href=&#34;https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture&#34;&gt;MDN
docs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Most of my images will probably be screenshots that start as PNGs. My typical flow:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Lossy compression with &lt;code&gt;pngquant&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Losslessly optimize the result with &lt;code&gt;oxipng&lt;/code&gt; and its Zopfli backend (slow)&lt;/li&gt;
&lt;li&gt;Also create a lossless WebP from the lossy PNG, using &lt;code&gt;cwebp&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Include the resulting WebP in the page, with a fallback to the PNG using a
&lt;code&gt;&amp;lt;picture&amp;gt;&lt;/code&gt; element.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;It might seem odd to create a lossless WebP from a lossy PNG, but I&amp;rsquo;ve found that
it&amp;rsquo;s the best way to get the smallest possible image at the minimum acceptable
quality for screenshots with solid backgrounds.&lt;/p&gt;
&lt;h2 id=&#34;other-places-to-check-out&#34;&gt;Other places to check out&lt;/h2&gt;
&lt;p&gt;The &lt;a href=&#34;https://250kb.club/&#34;&gt;250kb club&lt;/a&gt; gathers websites at or under 250kb, and also
rewards websites that have a high ratio of content size to total size.&lt;/p&gt;
&lt;p&gt;Also see &lt;a href=&#34;https://motherfuckingwebsite.com/&#34;&gt;Motherfucking Website&lt;/a&gt;. Motherfucking
Website inspired several unofficial sequels that tried to gently improve upon it. My
favorite is &lt;a href=&#34;https://bestmotherfucking.website/&#34;&gt;Best Motherfucking Website&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;https://www.webbloatscore.com/&#34;&gt;WebBS calculator&lt;/a&gt; compares a page&amp;rsquo;s size with
the size of a PNG screenshot of the full page content, encouraging site owners to
minimize the ratio of the two.&lt;/p&gt;
</description>
    </item>
    
    
    
    <item>
      <title>Resilient Git, Part 1: Hydra Hosting</title>
      <link>https://seirdy.one/2020/11/18/git-workflow-1.html</link>
      <pubDate>Wed, 18 Nov 2020 18:31:15 -0800</pubDate>
      
      <guid>https://seirdy.one/2020/11/18/git-workflow-1.html</guid>
      <description>&lt;p&gt;This is Part 1 of a series called &lt;a href=&#34;../../../2020/11/17/git-workflow-0.html&#34;&gt;Resilient
Git&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The most important part of a project is its code. Resilient projects should have
their code in multiple places of equal weight so that work continues normally if a
single remote goes down.&lt;/p&gt;
&lt;p&gt;Many projects already do something similar: they have one &amp;ldquo;primary&amp;rdquo; remote and
several mirrors. I&amp;rsquo;m suggesting something different. Treating a remote as a &amp;ldquo;mirror&amp;rdquo;
implies that the remote is a second-class citizen. Mirrors are often out of date and
aren&amp;rsquo;t usually the preferred place to fetch code. Instead of setting up a primary
remote and mirrors, I propose &lt;strong&gt;hydra hosting:&lt;/strong&gt; setting up multiple primary remotes
of equal status and pushing to/fetching from them in parallel.&lt;/p&gt;
&lt;p&gt;Having multiple primary remotes of equal status might sound like a bad idea. If there
are multiple remotes, how do people know which one to use? Where do they file bug
reports, get code, or send patches? Do maintainers need to check multiple places?&lt;/p&gt;
&lt;p&gt;No. Of course not. A good distributed system should automatically keep its nodes in
sync to avoid the hassle of checking multiple places for updates.&lt;/p&gt;
&lt;h2 id=&#34;adding-remotes&#34;&gt;Adding remotes&lt;/h2&gt;
&lt;p&gt;This process should pretty straightforward. You can run &lt;code&gt;git remote add&lt;/code&gt; (see
&lt;code&gt;git-remote(1)&lt;/code&gt;) or edit your repo&amp;rsquo;s &lt;code&gt;.git/config&lt;/code&gt; directly:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-gitconfig&#34; data-lang=&#34;gitconfig&#34;&gt;[remote &amp;quot;origin&amp;quot;]
	url = git@git.sr.ht:~seirdy/seirdy.one
	fetch = +refs/heads/*:refs/remotes/origin/*
[remote &amp;quot;gl_upstream&amp;quot;]
	url = git@gitlab.com:seirdy/seirdy.one.git
	fetch = +refs/heads/*:refs/remotes/gl_upstream/*
[remote &amp;quot;gh_upstream&amp;quot;]
	url = git@github.com:seirdy/seirdy.one.git
	fetch = +refs/heads/*:refs/remotes/gh_upstream/*
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If that&amp;rsquo;s too much work&amp;ndash;a perfectly understandable complaint&amp;ndash;automating the process
is trivial. Here&amp;rsquo;s &lt;a href=&#34;https://git.sr.ht/~seirdy/dotfiles/tree/master/Executables/shell-scripts/bin/git-remote-setup&#34;&gt;an example from my
dotfiles&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;seamless-pushing-and-pulling&#34;&gt;Seamless pushing and pulling&lt;/h2&gt;
&lt;p&gt;Having multiple remotes is fine, but pushing to and fetching from all of them can be
slow. Two simple git aliases fix that:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-gitconfig&#34; data-lang=&#34;gitconfig&#34;&gt;[alias]
	pushall = !git remote | grep -E &#39;origin|upstream&#39; | xargs -L1 -P 0 git push --all --follow-tags
	fetchall = !git remote | grep -E &#39;origin|upstream&#39; | xargs -L1 -P 0 git fetch
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Now, &lt;code&gt;git pushall&lt;/code&gt; and &lt;code&gt;git fetchall&lt;/code&gt; will push to and fetch from all remotes in
parallel, respectively. Only one remote needs to be online for project members to
keep working.&lt;/p&gt;
&lt;h2 id=&#34;advertising-remotes&#34;&gt;Advertising remotes&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;d recommend advertising at least three remotes in your README: your personal
favorite and two determined by popularity. Tell users to run &lt;code&gt;git remote set-url&lt;/code&gt; to
switch remote locations if one goes down.&lt;/p&gt;
&lt;h2 id=&#34;before-you-ask&#34;&gt;Before you ask&amp;hellip;&lt;/h2&gt;
&lt;p&gt;Q: Why not use a cloud service to automate mirroring?&lt;/p&gt;
&lt;p&gt;A: Such a setup depends upon the cloud service and a primary repo for that service to
watch, defeating the purpose (resiliency). Hydra hosting automates this without
introducing new tools, dependencies, or closed platforms to the mix.&lt;/p&gt;
&lt;p&gt;Q: What about issues, patches, etc.?&lt;/p&gt;
&lt;p&gt;A: Stay tuned for Parts 2 and 3, coming soon to a weblog/gemlog near you™.&lt;/p&gt;
&lt;p&gt;Q: Why did you call this &amp;ldquo;hydra hosting&amp;rdquo;?&lt;/p&gt;
&lt;p&gt;A: It&amp;rsquo;s a reference to the Hydra of Lerna from Greek Mythology, famous for keeping
its brain in a nested RAID array to protect against disk failures and beheading. It
could also be a reference to a fictional organization of the same name from Marvel
Comics named after the Greek monster for &lt;a href=&#34;https://www.youtube.com/watch?v=assccoyvntI&amp;amp;t=37&#34;&gt;similar
reasons&lt;/a&gt; (&lt;a href=&#34;https://seirdy.one/misc/hail_hydra.webm&#34;&gt;direct
webm&lt;/a&gt;).&lt;/p&gt;
</description>
    </item>
    
    
    
    <item>
      <title>Resilient Git, Part 0: Introduction</title>
      <link>https://seirdy.one/2020/11/17/git-workflow-0.html</link>
      <pubDate>Tue, 17 Nov 2020 13:13:03 -0800</pubDate>
      
      <guid>https://seirdy.one/2020/11/17/git-workflow-0.html</guid>
      <description>&lt;p&gt;Recently, GitHub re-instated the &lt;a href=&#34;https://github.com/ytdl-org/youtube-dl&#34;&gt;youtube-dl git
repository&lt;/a&gt; after following a takedown
request by the RIAA under the DMCA. Shortly after the takedown, many members of the
community showed great interest in &amp;ldquo;decentralizing git&amp;rdquo; and setting up a more
resilient forge. What many of these people fail to understand is that the Git-based
project setup is designed to support decentralization by being fully distributed.&lt;/p&gt;
&lt;p&gt;Following the drama, I&amp;rsquo;m putting together a multi-part guide on how to leverage the
decentralized, distributed nature of git and its ecosystem. I made every effort to
include all parts of a typical project.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ll update this post as I add articles to the series. At the moment, I&amp;rsquo;ve planned to
write the following articles:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;../../../2020/11/18/git-workflow-1.html&#34;&gt;Hydra Hosting&lt;/a&gt;: repository hosting.&lt;/li&gt;
&lt;li&gt;Community feedback (issues, support, etc.)&lt;/li&gt;
&lt;li&gt;Community contributions (patches)&lt;/li&gt;
&lt;li&gt;CI/CD&lt;/li&gt;
&lt;li&gt;Distribution&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The result of the workflows this series covers will be minimal dependence on outside
parties; all members of the community will easily be able to get a copy of the
software, its code, development history, issues, and patches offline on their
machines with implementation-neutral open standards. Following open standards is the
killer feature: nothing in this workflow depends on a specific platform (GitHub,
GitLab, Gitea, Bitbucket, Docker, Nix, Jenkins, etc.), almost eliminating your
project&amp;rsquo;s &amp;ldquo;bus factor&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Providing a way to get everything offline, in a format that won&amp;rsquo;t go obsolete if a
project dies, is the key to a resilient git workflow.&lt;/p&gt;
&lt;h2 id=&#34;before-we-start-faq&#34;&gt;Before we start: FAQ&lt;/h2&gt;
&lt;p&gt;Q: What level of experience does this series expect?&lt;/p&gt;
&lt;p&gt;A: Basic knowledge of git, and a very basic understanding of email. If you have a few
repos and can use a third-party email client, you&amp;rsquo;re good.&lt;/p&gt;
&lt;p&gt;Q: Do you think you can get hundreds and thousands of people to drop Git{Hub,Lab,tea}
and use a different workflow?&lt;/p&gt;
&lt;p&gt;A: No, but that would be nice. If only five people who read this series give this
workflow a spin and two of them like it and keep using it, I&amp;rsquo;d be happy.&lt;/p&gt;
&lt;p&gt;Q: Is this workflow more difficult than my current one?&lt;/p&gt;
&lt;p&gt;A: &amp;ldquo;Difficult&amp;rdquo; is subjective. I recommend TRYING this before jumping to conclusions
(or worse, sharing those conclusions with others before they have a chance to try
it).&lt;/p&gt;
&lt;p&gt;Q: I&amp;rsquo;m not interested in trying anything new, no matter what the benefits are.&lt;/p&gt;
&lt;p&gt;A: First of all, that wasn&amp;rsquo;t a question. Second, this series isn&amp;rsquo;t for you. You
should not read this. I recommend doing literally anything else.&lt;/p&gt;
&lt;p&gt;Next: Resilient Git, Part 1: &lt;a href=&#34;../../../2020/11/18/git-workflow-1.html&#34;&gt;Hydra Hosting&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    
    
    <item>
      <title>Hello World</title>
      <link>https://seirdy.one/2020/11/02/hello-world.html</link>
      <pubDate>Mon, 02 Nov 2020 11:06:56 -0800</pubDate>
      
      <guid>https://seirdy.one/2020/11/02/hello-world.html</guid>
      <description>&lt;p&gt;Hello, world! This is my first post.&lt;/p&gt;
&lt;p&gt;It looks like I managed to somehow get this site working. You can look forward to a
few more posts in the coming weeks.&lt;/p&gt;
</description>
    </item>
    
    
    
    
  </channel>
</rss>