aboutsummaryrefslogtreecommitdiff
path: root/build/srht2/index.html
diff options
context:
space:
mode:
authorbt <bt@btxx.org>2024-06-08 13:22:19 -0400
committerbt <bt@btxx.org>2024-06-08 13:22:19 -0400
commitdcfb172704f3afb68a30425029ec834be2883274 (patch)
tree02ac480745db802d7af03f3213a0c568322170e3 /build/srht2/index.html
parente146f8a64c793c337999ce316b16ebe5fe6f2dab (diff)
More content porting, on-going markdown changes for lowdown support
Diffstat (limited to 'build/srht2/index.html')
-rw-r--r--build/srht2/index.html73
1 files changed, 48 insertions, 25 deletions
diff --git a/build/srht2/index.html b/build/srht2/index.html
index be5babe..57c6842 100644
--- a/build/srht2/index.html
+++ b/build/srht2/index.html
@@ -1,23 +1,28 @@
<!doctype html>
-<html lang="en" id="top">
+<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<title>Migrating from GitHub to sourcehut</title>
- <link href="https://bt.ht/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
- <style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}table{text-align:left;width:100%;}</style>
+ <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
+ <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
+<style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.footnotes{font-size:90%;}</style>
</head>
<nav>
- <a href="#menu">Menu &darr;</a>
+ <a href="#menu">Menu &darr;</a>
</nav>
<main>
-<h1>Migrating from GitHub to sourcehut</h1>
+<h1 id="migrating-from-github-to-sourcehut">Migrating from GitHub to sourcehut</h1>
+
<p>2022-11-14</p>
-<p>It has taken a little bit longer than I anticipated, but I have finally started to port over all my personal open-source projects to <a href="https://sourcehut.org">sourcehut.org</a>. I'll get into the <em>why</em> and <em>how</em> momentarily, but first let's take a look at all the impacted projects:</p>
-<h2>Ported Projects</h2>
+
+<p>It has taken a little bit longer than I anticipated, but I have finally started to port over all my personal open-source projects to <a href="https://sourcehut.org">sourcehut.org</a>. I&#8217;ll get into the <em>why</em> and <em>how</em> momentarily, but first let&#8217;s take a look at all the impacted projects:</p>
+
+<h2 id="ported-projects">Ported Projects</h2>
+
<ul>
<li><a href="https://vanillacss.com">Vanilla CSS</a></li>
<li><a href="https://1mb.club">1mb.club</a></li>
@@ -25,29 +30,47 @@
<li><a href="https://shinobi.bt.ht">shinobi</a></li>
<li><a href="https://audit.bt.ht">Web Audit</a></li>
</ul>
-<h2>Still WIP</h2>
+
+<h2 id="still-wip">Still WIP</h2>
+
<ul>
<li><a href="https://1kb.club">1kb.club</a></li>
<li><a href="https://phpetite.org">phpetite.org</a></li>
</ul>
-<p><em>Some others are being worked on but have less "popularity"</em></p>
-<h2>Why?</h2>
-<p>GitHub has landed itself in some hot water with their <a href="https://githubcopilotlitigation.com/">recent lawsuit(s) surrounding their Copilot feature</a>. I was already on the fence about keeping GitHub as my main "code forge" after they were scooped up by Microsoft, who then killed off Atom and then started collecting telemetry data through VSCode. This seemed like a good excuse as any to finally leave the platform. The <em>straw</em>, if you will.</p>
-<p><em>&gt;&gt; Sourcehut has entered the chat &lt;&lt;</em></p>
-<p>We, as designers and developers, shouldn't be supporting crap like this. I would much rather put my money where my mouth is and directly support a truly transparent alternative<a href="https://sourcehut.org/pricing/">^1]. Although I might only be paying for the <strong>Typical Hacker</strong> tier on [sourcehut</a>, I like to think that every little bit helps the platform. Even if you choose a different code forge, please consider donating to support independent alternatives!</p>
-<h2>Git Email? Jump into the Deep End</h2>
-<p>One aspect of sourcehut that initially scared me off was the lack of a proper "PR-flow", web UI-based system[^2]. Instead, reporting bugs, creating tickets, and submitting PATCHES are generally done through regular, plain-text email.</p>
-<p>In the end, I'm glad I stuck it out. I'm still pretty slow with this new workflow (so please be patient with me if you submit a patch on a project!) but it actually seems cleaner. The phrase "streamlined" is what comes to mind.</p>
-<p>And really, if you think about it, at one point in time GitHub's PR system would have been "new" for most users. Everything takes time to learn. This workflow is no different.</p>
-<p>Drew (creator of sourcehut) actually put together an extremely helpful guide on getting <a href="https://git-send-email.io/">setup with git send-email</a>. I still reference back to this if/when I need to get up-and-running on a new machine. I highly recommend checking it out.</p>
-<h2>Wrapping Up</h2>
-<p>That's it really. I'm still in the process of moving over some projects, archiving original GitHub repos and becoming more adapted to the whole sourcehut "workflow". I'm enjoying it and it feels good to pay for something that is not only useful but open source at its core.</p>
-<p>Will I be deleting my GitHub profile outright? Maybe. I'm not sure. For now the first step is removing any dependence I once had on that platform. Baby steps.</p>
-<p>For those interested, my sourcehut public profile is: <a href="https://sr.ht/~bt/">https://sr.ht/~bt/</a>. Maybe I'll see you on the other side ;)</p>
-<h2>Refs</h2>
+
+<p><em>Some others are being worked on but have less &#8220;popularity&#8221;</em></p>
+
+<h2 id="why">Why?</h2>
+
+<p>GitHub has landed itself in some hot water with their <a href="https://githubcopilotlitigation.com/">recent lawsuit(s) surrounding their Copilot feature</a>. I was already on the fence about keeping GitHub as my main &#8220;code forge&#8221; after they were scooped up by Microsoft, who then killed off Atom and then started collecting telemetry data through VSCode. This seemed like a good excuse as any to finally leave the platform. The <em>straw</em>, if you will.</p>
+
+<p><em>&#62;&#62; Sourcehut has entered the chat &#60;&#60;</em></p>
+
+<p>We, as designers and developers, shouldn&#8217;t be supporting crap like this. I would much rather put my money where my mouth is and directly support a truly transparent alternative[^1]. Although I might only be paying for the <strong>Typical Hacker</strong> tier on <a href="https://sourcehut.org/pricing/">sourcehut</a>, I like to think that every little bit helps the platform. Even if you choose a different code forge, please consider donating to support independent alternatives!</p>
+
+<h2 id="git-email-jump-into-the-deep-end">Git Email? Jump into the Deep End</h2>
+
+<p>One aspect of sourcehut that initially scared me off was the lack of a proper &#8220;PR-flow&#8221;, web UI-based system[^2]. Instead, reporting bugs, creating tickets, and submitting PATCHES are generally done through regular, plain-text email.</p>
+
+<p>In the end, I&#8217;m glad I stuck it out. I&#8217;m still pretty slow with this new workflow (so please be patient with me if you submit a patch on a project!) but it actually seems cleaner. The phrase &#8220;streamlined&#8221; is what comes to mind.</p>
+
+<p>And really, if you think about it, at one point in time GitHub&#8217;s PR system would have been &#8220;new&#8221; for most users. Everything takes time to learn. This workflow is no different.</p>
+
+<p>Drew (creator of sourcehut) actually put together an extremely helpful guide on getting <a href="https://git-send-email.io/">setup with git send-email</a>. I still reference back to this if&#47;when I need to get up-and-running on a new machine. I highly recommend checking it out.</p>
+
+<h2 id="wrapping-up">Wrapping Up</h2>
+
+<p>That&#8217;s it really. I&#8217;m still in the process of moving over some projects, archiving original GitHub repos and becoming more adapted to the whole sourcehut &#8220;workflow&#8221;. I&#8217;m enjoying it and it feels good to pay for something that is not only useful but open source at its core.</p>
+
+<p>Will I be deleting my GitHub profile outright? Maybe. I&#8217;m not sure. For now the first step is removing any dependence I once had on that platform. Baby steps.</p>
+
+<p>For those interested, my sourcehut public profile is: <a href="https://sr.ht/~bt/">https:&#47;&#47;sr.ht&#47;~bt&#47;</a>. Maybe I&#8217;ll see you on the other side ;)</p>
+
+<h2 id="refs">Refs</h2>
+
<ol>
-<li>I keep an up-to-date document of all the open source software/communities I pay for on <a href="/uses">my "Uses" page</a> for reference.</li>
-<li>Put your pitchforks and torches away - I'm aware that a web-facing UI exists on sourcehut as well!</li>
+<li>I keep an up-to-date document of all the open source software&#47;communities I pay for on <a href="/uses">my &#8220;Uses&#8221; page</a> for reference.</li>
+<li>Put your pitchforks and torches away - I&#8217;m aware that a web-facing UI exists on sourcehut as well!</li>
</ol>
<footer role="contentinfo">
<h2>Menu Navigation</h2>