WIP: WIP #4

Draft
neil wants to merge 1 commits from WIP into main
4 changed files with 50 additions and 0 deletions
Showing only changes of commit b9dde66e56 - Show all commits

View File

@ -0,0 +1,8 @@
---
title: 'Dont disable IPV6'
description: "Just... don't"
date: 2022-11-28T10:22:59-05:00
draft: false
categories: []
tags: []
---

View File

@ -0,0 +1,8 @@
---
title: 'Golden images best practices'
description: ''
date: 2022-08-31T13:39:35-04:00
draft: false
categories: []
tags: []
---

View File

@ -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

View File

@ -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.