WIP: WIP #4
8
content/posts/dont-disable-ipv6.md
Normal file
8
content/posts/dont-disable-ipv6.md
Normal 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: []
|
||||
---
|
8
content/posts/golden-images-best-practices.md
Normal file
8
content/posts/golden-images-best-practices.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: 'Golden images best practices'
|
||||
description: ''
|
||||
date: 2022-08-31T13:39:35-04:00
|
||||
draft: false
|
||||
categories: []
|
||||
tags: []
|
||||
---
|
15
content/posts/tests-are-stupid.md
Normal file
15
content/posts/tests-are-stupid.md
Normal 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
|
||||
|
19
content/posts/why-you-should-host-a-git-forge.md
Normal file
19
content/posts/why-you-should-host-a-git-forge.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user