GeistHaus
log in · sign up

https://arai.dev/index.xml

rss
30 posts
Polling state
Status active
Last polled May 19, 2026 04:22 UTC
Next poll May 20, 2026 00:50 UTC
Poll interval 86400s
ETag W/"7ab2efa55444fd23a011183aeb7d4ef0"

Posts

Evaluation & Benchmarking
Reference notes. Evaluation measures how well AI systems perform. Benchmarking compares systems against standardised tests.
https://arai.dev/AI/Evaluation--and--Benchmarking
SPI vs I2C
SPI is generally faster and better for high-throughput data streaming, while I²C is better for connecting many simple devices using fewer wires.
https://arai.dev/Embedded-Systems/SPI-vs-I2C
Embedded Systems
ESP32 LED control software - WLED kno.wled.ge/, install install.wled.me/ Partition Tables - docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/partition-tables.html NVS (non-volatile storage) - does not get erased when re-flashing Use light sleep and deep sleep to save battery WiFi expon...
https://arai.dev/Embedded-Systems/
Product Discovery
Product discovery is the process of deciding what to build before committing to how to build it.
https://arai.dev/Product/Product-Discovery
Prioritisation Frameworks
Every product decision is a trade-off. You will always have more ideas than capacity.
https://arai.dev/Product/Prioritisation-Frameworks
OKRs
OKRs (Objectives and Key Results) are a goal-setting framework that aligns teams around measurable outcomes.
https://arai.dev/Product/OKRs
Kanban
Kanban is a flow-based method for managing work. Unlike Scrum, it prescribes no roles, no iterations, and no ceremonies.
https://arai.dev/Product/Kanban
Cross-Functional Teams
A cross-functional team has all the skills needed to deliver value without depending on external teams for day-to-day work.
https://arai.dev/Product/Cross-Functional-Teams
Agile
Agile is a set of values and principles, not a process or framework.
https://arai.dev/Product/Agile
HTTP
Reference notes. HTTP (Hypertext Transfer Protocol) is the application-layer protocol for the web.
https://arai.dev/Networking/HTTP