96 lines
1.9 KiB
Markdown
96 lines
1.9 KiB
Markdown
---
|
|
title: "Areas"
|
|
type: index
|
|
status: active
|
|
areas: []
|
|
tags: [index, areas]
|
|
created: 2026-09-16
|
|
updated: 2026-09-16
|
|
---
|
|
|
|
# Areas Overview
|
|
|
|
Ongoing domains of responsibility — things you maintain, monitor, or improve over time.
|
|
|
|
## Home Assistant (8 devices)
|
|
|
|
- [[Home Assistant]]
|
|
- [[Dog Feeder]]
|
|
- [[Front Door Cam]]
|
|
- [[Garden Camera]]
|
|
- [[Garden Lights]]
|
|
- [[Harry and Finn Bedroom Lights]]
|
|
- [[Navet - Dashboard]]
|
|
- [[Tuya Local Integration Notes]]
|
|
|
|
## Dev-Ops & Network Computers
|
|
|
|
Core infrastructure: machines, containers, networks, monitoring, backups.
|
|
|
|
### Machines & Containers
|
|
- [[Docker Containers]] (container)
|
|
- [[ThinkPad L14 Gen 2 AMD — Sam's Machine]] (machine)
|
|
|
|
### Systems
|
|
- [[Backup Health Check Commands]]
|
|
- [[Backup System — Borg, Kopia & Restic]]
|
|
- [[Pi Neovim Coding Harness]]
|
|
- [[Obsidian App and SilverBullet]]
|
|
|
|
### Networking
|
|
- [[Home Network Map Overview]]
|
|
- [[Filesystem Drive Map]]
|
|
- [[Websites on Nixos-Desktop 13]]
|
|
- [[Dev-Ops Tooling — Mermaid, Archify, Vikunja & Outline]]
|
|
- [[Error Tracking]]
|
|
- [[Photo Pipeline & Storage Map]]
|
|
- [[Photo Project Master Overview]]
|
|
- [[Home Voice Assistant System]]
|
|
|
|
## AI & Coding Agent
|
|
|
|
- [[AI Design]]
|
|
- [[Security NPM packages tools]]
|
|
- [[Ai memory management]]
|
|
- [[Ai planning flow control tools]]
|
|
- [[Pi Subagent Integration]]
|
|
- [[Pi Agent Extensions & Skills]]
|
|
- [[Pi Subagent]]
|
|
|
|
## Web Pages & Tools To Try
|
|
|
|
Evaluation notes for tools being considered.
|
|
|
|
- [[Bumblebee - The Open-Source Scanner for Messy Dev Machines]]
|
|
- [[Metasploit]]
|
|
- [[Sn0int]]
|
|
- [[Website Design AI]]
|
|
|
|
## IoT Research Tools
|
|
|
|
- [[ESP32 Bit Pirate takes on Flipper Zero in cost and capabilities]]
|
|
|
|
## TUI / Web Dev Coding Tools
|
|
|
|
- [[Tuxedo]]
|
|
|
|
---
|
|
|
|
## Datavew Queries
|
|
|
|
### All Area-type notes
|
|
```datavield
|
|
TABLE status
|
|
FROM ""
|
|
WHERE type = "area"
|
|
SORT title ASC
|
|
```
|
|
|
|
### All Subject-type notes
|
|
```datavield
|
|
TABLE status, type
|
|
FROM ""
|
|
WHERE type = "subject" AND type != "redirect"
|
|
SORT title ASC
|
|
```
|