1 Commits
Author SHA1 Message Date
neil b9dde66e56 WIP
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-03-28 19:10:02 -04:00
5 changed files with 50 additions and 40 deletions
+8
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: []
---
@@ -0,0 +1,8 @@
---
title: 'Golden images best practices'
description: ''
date: 2022-08-31T13:39:35-04:00
draft: false
categories: []
tags: []
---
@@ -1,40 +0,0 @@
---
title: 'Smarthome soldering iron homeassistant esphome'
description: ''
date: 2023-03-28T19:01:25-04:00
draft: false
categories: [homeautomation, diy]
tags: [pinecil, homeassistant, diy, riscv, blisp]
---
1. Pinecil background
2. Blisp
-> fedora, copr, etc
3. Bluetooth Low Energy
* steps to find and flash beta (temporarily)
4. PineSAM, Joric UI
- PineSAM probably replacing Joric UI
- Python, Vue - has to be run locally
- Joric runs in browser. Possibly can all run in browser in the future depending on webserial support
- Able to change settings and view them in real time. adjust with touch screen
5. Homeassistant setup w/ esphome
- automatically turn on fan
- track performance
- because you can!
how:
* setup homeassistant
* setup esphome, connect to HASS
* acquire esp32 device
* import https://github.com/TomW1605/esphome_pinecilv2_ble/blob/main/esphome_pinecilv2_ble.yaml
* modify, setup
* Flash
* should show in HASS
* create HASS dashboard
+15
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
@@ -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.