diff --git a/content/posts/dont-disable-ipv6.md b/content/posts/dont-disable-ipv6.md new file mode 100644 index 0000000..9d6adf5 --- /dev/null +++ b/content/posts/dont-disable-ipv6.md @@ -0,0 +1,8 @@ +--- +title: 'Dont disable IPV6' +description: "Just... don't" +date: 2022-11-28T10:22:59-05:00 +draft: false +categories: [] +tags: [] +--- diff --git a/content/posts/golden-images-best-practices.md b/content/posts/golden-images-best-practices.md new file mode 100644 index 0000000..ee24298 --- /dev/null +++ b/content/posts/golden-images-best-practices.md @@ -0,0 +1,8 @@ +--- +title: 'Golden images best practices' +description: '' +date: 2022-08-31T13:39:35-04:00 +draft: false +categories: [] +tags: [] +--- diff --git a/content/posts/tests-are-stupid.md b/content/posts/tests-are-stupid.md new file mode 100644 index 0000000..138fd09 --- /dev/null +++ b/content/posts/tests-are-stupid.md @@ -0,0 +1,15 @@ +--- +title: 'Tests are stupid' +description: '' +date: 2022-06-01T17:10:19-04:00 +draft: false +categories: [] +tags: [] +--- + +* they always fucking make every god damn package not build +* unreliable network tests that fail in real build environments +* spotty tests in general that may fail run to run for "reasons" (not environmental) +* no one actually fucking looks at them +* I estimate i've wasted ten years of my life tracking vague test failures + diff --git a/content/posts/why-you-should-host-a-git-forge.md b/content/posts/why-you-should-host-a-git-forge.md new file mode 100644 index 0000000..9ee0fc5 --- /dev/null +++ b/content/posts/why-you-should-host-a-git-forge.md @@ -0,0 +1,19 @@ +--- +title: Why you should host your own git forge +subtitle: Emails should have stamps, and other reasons why I haven't left my room in weeks (send help) +description: You don't need github, I promise. +date: 2022-03-28T20:30:36-04:00 +draft: false +categories: [] +tags: [] +--- + +## What is a git forge + +A git forge is, simply, a thing that hosts a(n) git repository. Your computer is likely a git forge if you have git installed on it, you just don't know it. + +Inside the FOSS (Free and Open-Source Software) space, a forge, generally, is considered a web-based "thing" that allows collaboration. Optionally, many git forges stack on additional "features" (we'll touch on this later) and have integrations with third party software that it can host all on its own. Some even go so far as to throw every "feature" under the sun at it in the hopes of remaining profitable. + +## wtf is this? + +thepotato.tech is a place, on the internet. You're here.