spiffy

LIFX – Internet Of Things – Connectivity Issues

all-scribbly note
LIFXSetup & Connectivity Checklist22 days ago UpdatedNot yet followed by anyoneIf you’re having trouble setting up your LIFX light or it isn’t appearing in the app, follow this checklist to quickly narrow down the issue.These steps cover the most common causes of setup failures and connection problems.1. Restart the light and your phone (recommended first […]

LIFX – Internet Of Things – Connectivity Issues Read More »

Segway Drift W1 E-Skates

all-scribbly
segway drift w1 e-skates PURCHASE Condition:Used “Barely used Segway Drift selb”** Segway Drift W1 e-Skates in good working condition. Fun, unique self-balancing skates with normal cosmetic wear from use. Includes charger. Certifications This product has been tested and passed ANSI/CAN/UL-2272. The battery complies with UN/DOT 38.3. This means that the device is certified to UL

Segway Drift W1 E-Skates Read More »

Setting up Matomo w/ Wordpress + React

all-scribbly coding
Absolutely—here’s the cheat-sheet with the “why” behind every call, so Future-You knows exactly what each one proves. 0) Quick map of the stack NGINX (80/443, public) → proxies to Apache (8080, local) for app sites. Tracker is served directly by NGINX (its own vhost + PHP-FPM). tracker.ferociousbutterfly.com Let’s Encrypt uses HTTP-01 files under /.well-known/acme-challenge/ served

Setting up Matomo w/ Wordpress + React Read More »

WP- DB – Extraction

coding design - layout all-scribbly general accid
get counts — 1. Master overview: all post types + statuses SELECT post_type, post_status, COUNT(*) AS count FROM wp_posts GROUP BY post_type, post_status ORDER BY post_type, post_status; — 2. Just posts/pages by status SELECT post_type, post_status, COUNT(*) AS count FROM wp_posts WHERE post_type IN ('post', 'page') GROUP BY post_type, post_status ORDER BY post_type, post_status; —

WP- DB – Extraction Read More »

8 Types Of Progressive Lenses

all-scribbly general
8 Types of Progressive LensesProgressive lenses have become a cornerstone of vision correction for presbyopia. Patients can smoothly transition between tasks, such as reading and then viewing a building in the distance, without needing to switch glasses. This convenience adds comfort and ease to most wearers’ days. Eye care professionals have a variety of progressive

8 Types Of Progressive Lenses Read More »