coding

SuperSite

coding
SUPER SITE Setup, Architecture & Production Blueprint A consolidated guide to the configurable React experience, persistent administration service, real-time updates, testing, containers, and delivery pipeline. Architecture baseline • August 2026\ Reconstructed from the requested scope and available conversation preview How to use this document Outcome. SUPER SITE is treated as a data-driven application, not a […]

SuperSite Read More »

Use GIT Better

coding accid
Trick #1: git status Is the Most Important Command This sounds obvious. I ignored it for years. Now I run it constantly before every commit, before switching branches, before rebasing. git status Most Git mistakes happen when you don’t fully know your current state. I’ve accidentally committed .env files, debug logs, unfinished code, and random

Use GIT Better Read More »

Workable Python & PIP Installed With Homebrew

all-scribbly coding
ContentsYes: for something you want to try out, make a small project folder and put a .venv inside it. Then install Fugu’s dependencies—including openai, if its instructions require it—inside that virtual environment, not globally.Your current setup already has Python 3.12 and pip working, so there’s no need to reinstall Python or pip just because you

Workable Python & PIP Installed With Homebrew Read More »

fm macOS 27

coding
MacOS 27 Has a Hidden LLM Inside — 10 (Amazing) Things You Can Do With It It’s free, runs entirely on your Mac, and lies in your Terminal from the day you update Nikhil Vemu Jul 4, 2026 I updated my MacBook to macOS 27 Beta like every other curious dev — mostly for the

fm macOS 27 Read More »

ACCID – PERMISSIONS — how to set them, and why they keep breaking

coding javascript all-scribbly accid
Written 2026-08-10 after a copy operation left /var/www/ehhspa unreadable to its own web server. Every fact below was measured on this box, not assumed. Where something is counter-intuitive the evidence is included, because the counter-intuitive ones are what bite. THE MODEL — who owns what here pathowner:groupmodewritable by the www-data group? /var/wwwspiffy-root:www-data2775✅/var/www/starterspiffy-root:www-data2775✅/var/www/starter/brainsspiffy-root:www-data2775✅a created unit (/var/www/{unit})www-data:www-data02775

ACCID – PERMISSIONS — how to set them, and why they keep breaking Read More »

Sish Installation

all-scribbly coding javascript
A) open 2222 on the router so that it can be gotten to on .26 service nameexternal portinternal portinternal ip address sish-tunnel22222222192.168.1.26 Sish setup 1. Confirm architecture first (.26) (don't guess — this determines which binary to grab): bash uname -m x86_64 → amd64 build. aarch64/arm64 → arm64 build. (Given .26 has been running general-purpose

Sish Installation Read More »

ACCID SSL + Subdomain WILDCARD

coding
ACCID SSL / Subdomain Architecture Note Core Doctrine ACCID is the builder, not the production site. The current environment is an authoring framework where users create, preview, edit, and iterate safely; publishing produces a separate deployable artifact such as static HTML, React, Astro, or Next.js.[cite:1] This distinction keeps the system focused. The internal workspace can

ACCID SSL + Subdomain WILDCARD Read More »