general

AI Tower Path

all-scribbly AI general
ContentsWhat to sellVersion 1: max VRAMVersion 2: best new-parts balanceWhat I’d pickThe simple rule Version 2: best new-parts balanceGPU: RTX 4070 Ti Super 16GB.CPU: Ryzen 5 9600X or similar.Motherboard: B650 or B850.RAM: 32GB DDR5.Storage: 2TB NVMe SSD.PSU: 750W to 850W Gold.Case: plain mesh-front airflow case.[2][9][10]This one is cleaner if you want mostly new parts, lower […]

AI Tower Path Read More »

WP- DB – Extraction

all-scribbly coding design - layout 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 »

Samba Shares on MAC to Linux Machines

coding design - layout general
Samba Shares on MAC to Linux Machines Perfect! Staging server (XXX.XXX.X.STAGE) now appears in Mac Finder Network with staging (/srv) and www (/var/www/sites) shares—drag-drop /Volumes/www/htmlbuilder.shawns-machine.com etc. like local drives.[1] Prod Quick Copy (XXX.XXX.X.PROD) sudo apt update & sudo apt install samba avahi-daemon smbclient -y sudo mkdir -p /srv/prod-share /var/www/prod-sites # Or your paths sudo chown

Samba Shares on MAC to Linux Machines Read More »

Editus – FrontEnd Test

coding general
Code Test – wrap code block with div=”EditusIgnoreSave” (should be hidden/unchanged) var myObject = { property1: “something”, property2: 5, property3: true }; {{{{{{{{}}}}}}}} [[[[[[[[]]]]]]]] ((((((((((())))))))))) [ ] Code Test – wrap code block with div=”EditusReadOnly” (shown/changed) var myObject = { property1: “something”, property2: 5, property3: true }; {{{{{{{{}}}}}}}} [[[[[[[[]]]]]]]] ((((((((((())))))))))) [ ] Code Test no

Editus – FrontEnd Test Read More »