Compare commits
1
Commits
WIP
..
c9adf47731
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9adf47731
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 'Dont disable IPV6'
|
||||
description: "Just... don't"
|
||||
date: 2022-11-28T10:22:59-05:00
|
||||
draft: false
|
||||
categories: []
|
||||
tags: []
|
||||
---
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 'Golden images best practices'
|
||||
description: ''
|
||||
date: 2022-08-31T13:39:35-04:00
|
||||
draft: false
|
||||
categories: []
|
||||
tags: []
|
||||
---
|
||||
@@ -0,0 +1,40 @@
|
||||
---
|
||||
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
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
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
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user