Claude Memory Export β Andrew
Exported 19/09/2026, drugs-and-users.org / forum infrastructure context
Profile
- Name: Andrew
- Owns and administers drugs-and-users.org, a harm reduction forum built on SMF (Simple Machines Forum)
- Based in Hunters Hill, NSW, Australia
- Auckland Grammar School alumnus
- Retired; final pre-retirement role was at Ingenico
- Earlier career: Australian TAB (betting/totalizator) system, 1982 β CASHBET subsystems + Telephone Betting, fed by a central "SYCO" systems controller; REXX/CMS/VM, conditional JCL; wrote a Print Archival System; then IBM 370/125-era mainframe work (DOS/VSE, Adabas); then security/performance/resilience at Citicorp Australia (Technology Department) β received a company recognition award for a DASD recovery project
- As a System/360-era sysprog, studied a reference book giving instruction execution times in nanoseconds for every opcode, purely out of self-driven curiosity β actual job was ops/production support with a ~10-minute daily script
- Deep hands-on interests in pharmacology, neurochemistry, precise analytical thinking
- Self-describes as a professional drug user across a number of applications
- As an openly hard-drug-using person, deliberately maintains high behavioral standards so as not to give critics ammunition against drug users β goes further by genuinely winning such people over
- Deliberately keeps a small, deep circle of friends rather than a wide network ("travels light")
- No knowledge of or connection to extended family/lineage (grandparents, bloodline) β "the world is my family"
- Age 64
Preferences (how Claude should behave)
- Strong preference for token efficiency: file uploads over pasted code, zipped bundles, targeted fixes over exploratory rewrites
- Uses Markdown exclusively; no BBCode
- Do not dress agreement as reasoning; avoid sycophancy/flattery
- Wants more thoughtful questions from Claude, not generic option-menus
- PDF conversation transcripts must visually match claude.ai's own "Print to PDF" style (no speaker labels, human turns indented right no border, Claude turns full-width, inline code as monospace chip, plain header with date + "Claude", footer with page number) β verified visually before delivery
- Every reply begins with
Claude: [DD/MM/YYYY--HH:MM:SS:mmm TZ], real Sydney time via code execution - Zip/archive extraction happens quietly on the backend, not narrated step by step
- Deployment/hotfix timing for his production systems is his own call, not Claude's to direct
Areas (projects)
AutoRedact (AutoRedact.py)
Deterministic rule-engine PDF redaction tool for his archive of AI transcripts (ChatGPT/Claude/Gemini/Copilot), designed with ChatGPT ("Chatty"). Three-tier classification (DEFINITELY REDACT/REVIEW/KEEP), audit logging, dry-run first. Redaction targets: Andrew, Jesso, Jess, Donna, Barbara, plus regex proximity patterns.
Bulk Edit admin mod (BulkEditMod.php)
SMF admin-panel mod inserting fixed text at Top/Bottom of every/scoped post β preview, backup table, per-batch Undo. Personal/emergency use only, not for release.
Checkpoint system
Standing QA discipline: three-part report (Problem & Resolution / Risk Analysis / Code Change) per bug/change, tracked via SimpleDesk (already-installed SMF helpdesk mod). A "Claude" forum account exists for ticket assignment, operated by Andrew as proxy since Claude has no persistent login.
CollabCore (Collabware)
Shared SMF library package other mods depend on. Must be installed separately on each of 6 systems (no shared filesystem). Maintained incrementally β never wholesale-recreated. A same-named but unrelated directory at web root holds CollabQualityEnforcer (naming coincidence).
CollabQualityEnforcer (CQE)
Python static-analysis/auto-remediation tool for Collabware code compliance (doc headers, hardcoded secrets, credit lines, magic numbers). Built via multi-agent collaboration: Gemini drafts, ChatGPT specs/reviews, Claude fixes/merges. At v2.4.0. Credit line: Andrew (Architect & QA Lead), Claude A/B (Lead Programmers), ChatGPT (Systems Analyst), Gemini (Relief Programmer) β Groq explicitly excluded.
Dev 64-bit rebuild
Rebuilt Dev VM from 32-bit to 64-bit CentOS 6.10 (matching Live), relocated from USB SSD to a NUC vDisk. Completed 2026-09-15 by repurposing the Clone VM.
Dev VM network slowdown
Long-running, largely resolved saga: sustained-transfer throughput collapse between Dev and Live. Root cause eventually traced to ~390-400ms RTT with ~10% packet loss on Andrew's WAN link (unfixable at his end) β single sustained TCP streams are highly loss-sensitive; short multi-stream speedtests aren't affected. Recurred September 2026 with broader symptoms; SSH slow-connect (GSSAPIAuthentication/UseDNS) and webpage slowness (Apache KeepAliveTimeout too low) both found and fixed separately. Mitigation: parallelize large rsync pulls into multiple concurrent streams.
Forum infrastructure (drugs-and-users.org)
SMF on CentOS 6.10, large active user base, 170-mod stack. Full 6-environment topology across a production VPS and a home NUC/Dev mirror. MyISAMβInnoDB migration completed. Handled a DoS attack (Slowloris-style) by enabling mod_reqtimeout. Live server's kernel appears pinned by the hosting provider's boot mechanism. Considering migrating to a rented ESXi host. Long-term succession plan: hosting pre-paid 10-20 years in advance, Jess ([[jess]]) nominated as successor, everything documented so upkeep needs only light monitoring β sees publishing his full body of work (technical and personal) as his intended legacy.
ISE Project (ISEmega)
Custom Python-based SMF forum search engine, personal-use, SMF 2.0-only. Three sources: ISE (posts), ISEpdf (PDFsearch.py), ISEmisc (MiscSearch.py) β combined into ISEmega. Wildcard search, shared theming (15 themes), shared help page. v8.1 closed as a "bug-exposing release" (BASE_URL fix); v8.2 built AND/OR query modes for ISEpdf; nested boolean query syntax and permission-filtering gap are open items.
ISEmedia / Clone VM
AI image/video search for ISE β CLIP embeddings + SmolVLM captions + Qwen3-ASR audio transcription for video. Long build saga on a disposable "Clone" CentOS 6.10 VM to get glibc 2.17 + PyTorch working (multiple failed builds, eventual success 2026-08-30). Numerous painful rsync /etc-leak lessons (fstab, hosts, passwd/shadow, iptables, sshd_config, my.cnf all got clobbered before excluding /etc wholesale). Decided against using the NUC as the permanent inference host (also his porn/darkweb machine β "not professional"). Currently exploring folding in a personal 2.88GB, ~hundreds-of-images collection.
listatt BBCode mod
[nobbc][listatt][/listatt][/nobbc] β lists all post attachments in an expandable box. Completed, confirmed live. Became the primary/foundational attachment-viewing system (autodisplay killed then partially revived). Routes by file type: PDF β pdf-bbcode-mod viewer, .md βΒ lmv viewer, else β ISE text viewer. Had a real v7.0 regression disaster (recovered via merging old known-good versions) β this incident is the genesis case for [[mel-project]].
listatt bulk inserter
Superseded by Bulk Edit mod; ~4000 existing posts already bulk-tagged with [listatt].
lmv BBCode mod (Lightweight Markdown Viewer)
[nobbc][lmv][/lmv][/nobbc] for .md attachments, mirrors pdf-bbcode-mod's architecture. Confirmed working end-to-end including scroll/noscroll, attach-NN, inline mode. Autodisplay toggle still broken on a genuinely vanilla SMF 2.0.18 test system as of last session (no ILA mod = currentMsgId() returns 0).
ltv BBCode mod
Original inline-pasted-text viewer was built, then fully abandoned/archived (multi-bug debugging saga) β tag name later reused for an unrelated mechanism: .txt/.text attachment autodisplay toggle via ISE_text_viewer.html.
Markdown search index (ISEmisc)
Full-text search facility for .md/.txt/.text/.json (plus filename-only for many code/config extensions). Flat JSON index files, manually triggered. Fully built and working β ISE_v7_bundle_FINAL.zip.
md BBCode mod (MDParser.php/MDBBC.php)
Underwent external security review (XSS, DoS, URL-bypass issues) β all addressed. Under active scrutiny by Simple Machines for possible official adoption. SMF team also deleted his mod-advertising topic over "attitude toward the team," but review relationship isn't dead.
MEL Project (Multi-Entity Learning)
Umbrella concept born from the listatt v7.0 regression disaster. Core insight: "AI has no historical timeline like we humans have." Lesson: telling an AI to "model" a new feature invites drift; telling it to "wrap" existing working code forces reuse. Has a "Lemon Library" for chmod-000'd retired/failed code.
Multi-agent orchestrator (orchestrator.py)
Runs on a Windows NUC, coordinates Claude, ChatGPT, Gemini, Groq via shared checkpoint files and multiple chat "modes" (solo/parallel/relay/collaborative/2shr/3shr/3.2shr/collab, etc.) with shared JSON memory pools, filelocking, retry/backoff. Currently at v1.1.0. Source will never be open-sourced. Claude Sonnet 5 is his preferred model.
NAT-LDA framework
Private, multi-year theoretical model. NAT: a lipid-rich macro-structure enabling omnidirectional thought, preconscious memory access, emotional tagging, clock sync via GABA/Glutamate. LDA: adjacent cells with identical genomes diverge functionally via lipid droplet architecture. Holds that lipid droplets predate genes. Reached a self-assessed logical closure point β scoped as mechanism-level, not a grand unified theory. (This was substantially extended in a separate, much longer chat β see the standalone document summary discussed this session; that extension includes memory "frames," motor-program assembly, a hippocampus-as-cache model, and an evolutionary storage stack from brainstem CPGs up through NAT β status: speculative, internally coherent, several components later assessed by Claude as overreaching in how confidently "confirmed" they were framed.)
Neuroethics Governance Framework
Self-authored, drawn from 20+ years of lived experience. Sent to institutions/prominent AI-ethics figures β none have acknowledged or responded.
p-ALT loop detection
"Pseudo Artificial Lateral Thinking" β an IBM-return-code-styled troubleshooting log (RC 0/4/8/16) meant to catch Claude repeating the same fix or a previously-"resolved" problem recurring, forcing a hard stop and handoff to Andrew or another AI. Grounded in the real dev-vm-network-slowdown saga. Timestamps include hidden epoch-ms for elapsed-time math. Not yet tested against a real case.
pdf-bbcode-mod (PDFBBC.php)
Hook-based PDF.js viewer replacing a legacy tag. Currently v2.25/2.25.1, live on 2.0.19, working on 2.1.7 too after a long series of fork-specific hook/anchor bugs. Bundled PDF.js upgraded to 6.2.108 after SMF flagged CVEs. Multiple black-viewer/encoding bugs found and fixed.
PDF duplicate spotter (pdf_duplicate_spotter.py)
SHA-256 byte-identical duplicate finder, reuses ISE plumbing. Paired with pdf_dupe_review.php (admin review/delete UI with SMF session-token guard and metadata-only backup table).
QuasiCode architecture (QCE)
Multi-entity-readable behavioral summaries of AI-written code, stored as indexed attachments, chained into QuasiCodeEvents. Coined "IFCSAR" (Intelligent Fuzzy Classify Search And Retrieve) for the fuzzy-retrieval component.
redact-tool (pdf_redact.py)
Existing PyMuPDF true text-stripping redaction tool (not just visual cover), dry-run + verify modes. Phrase list includes his own name, Jesso, Donna, Barbara, plus drug terms (meth, pipe, "reward crystals").
replace-text-tool (replace_text.php)
Generic bulk literal find/replace across post bodies, with DB backup + per-batch undo, packaged as an SMF admin mod for 2.0/2.1.
Requisite mods
Standing policy: never modify third-party/requisite mod source directly (e.g. WhoDownloadedAttachment, CustomSearch, Board-Icons-and-colours) β report gaps to the original author instead.
smf-search-query / ISE (see also ISE Project above)
Extensive changelog of ranking-engine, board-permission, and case-sensitivity fixes across v7.xβv8.2. A confirmed phrase-search case-sensitivity bug (fixed, not yet deployed as of last session).
Tasks in flight
Live/active items with a concrete next step β includes two currently-open production bugs (a fatal listatt_parse_bbc() undefined-function error hitting guests on certain navigation paths, and an LMV autodisplay foreach() error on posts with no attachments array populated).
Wishlist (not yet started)
Collabware Manager admin mod, mod crash supervisor/circuit-breaker, ISE fuzzy search mode, optimizing the always-on "Related Topics" query.
People
Barb β previously part of Andrew's support arrangements (helping with medical appointments); has died.
Bruno β French finger painter, close friend met at Arq nightclub despite being straight in a gay venue; Andrew has one of his paintings on his wall; bonded partly as fellow migrants (Bruno via NZ).
Donna β Andrew's ex-wife. Remains a close, deeply respected presence he describes as a legend; he supports her through hard situations. Vietnamese-Australian, 3 sisters (all self-funded graduates). Cares for her brother Tinh and their mother. Works 2 days/week, ex-university PeopleSoft specialist. Age 63, near $1M super, owns 3 cars. Has left and returned to Andrew ~6 times. Calls him "very articulate." Andrew calls her "Cheeks." Hearing impaired. Sleeps on the couch, not her bed, for ~3 years.
Ian Rashford β Andrew's closest gay friend since the early 90s, met through club land. Same age (64), recently inherited money, single by preference with multiple hookups weekly. Has a dog. Very generous.
Jess (Jesso) β Andrew's closest and longest online friend. A savant; trans; based in the US; currently unable to find work. Nominated as successor to maintain the forum after Andrew's death β hosting pre-paid 10-20 years, everything documented.
Psychiatrist β most senior figure at the hospital's community centre; "cool and smart," good rapport, hard to get an appointment with; attends conferences on AI's role in psychiatry.
Sister β age 70, history of many colon polyps.
Terry (Terence Gordon Balle) β very old friend, gay, was Andrew's Ecstasy/Quaalude dealer and dance-party "accomplice" back in the day. Interests: history, reading, acting; Lifeline volunteer; NDIS support worker. AI novice but captivated by Andrew's AI-cooperatives concept β the only person in his circle who is.
Tinh Pham β Donna's brother, traumatic brain injury with visible craniotomy scarring, wears a protective helmet. Was Andrew's smoking buddy pre-injury. Non-verbal; recently began moaning followed by a smile, interpreted by family as his way of communicating.
Topics
AI tools comparison β Uses Gemini extensively (laid-back, caring personality) as second favorite; considers Claude his daily collaborator because it retains instructions without needing frequent reminders.
Audio β Dali floorstanding + Tannoy concentric speakers; Pioneer DJM-350 mixer (bought for its hardware WAV recorder) used to record DJ sets off a club mixer's line-out; self-hosts a private DJ mix page (~1.3GB mp3s), his first CSS build; values DAB+ radio.
Coding conventions β MANDATORY versioned doc-block header on every module (@version, @date), plus a visible version/date banner in rendered output β born from repeated "which version is actually deployed" debugging pain. File-naming: dot not underscore in version numbers. Always use the legacy zipper for SMF packages (PclZip rejects streaming data-descriptors).
Diet β Mostly plant- and fish-based (Asian-style).
Finances β Owns his home outright (~$4.5M), no debts, doesn't draw on super or savings. Considers himself the wealthiest and most frugal drug user he's known. Lost ~$70k during a period of heavy meth use (2000-2500mg/day) while also on Abilify.
Health (extensive):
- Chronic venous insufficiency (CVI) with venous stasis skin changes; black-blood scabs on left foot, now leaking β doctor concerned about sepsis risk; skin graft on right foot (separate)
- No diabetes; recent bloods (B12, folate, thyroid) near-perfect
- Suspected peripheral neuropathy (tingling/numbness in toes, soles, fingertips)
- Advanced severe arthritis; one eye; anosmia; chronic progressive myopia
- 4 remaining lower teeth + 8 upper front teeth playing no role in mastication; end-stage aggressive gum disease, dentures recommended and deliberately declined β running natural teeth "into the ground"; can eat everything except apples and corn on the cob
- Prostate-related urinary urgency; repeated incontinence episodes
- Knee pain plus an existing hip condition (operation suggested, 2-4 year wait)
- Episode of atrial fibrillation with jaw discomfort
- Diverticulosis
- NDIS application rejected ("not permanent or treatable")
- 48 years of meth/amphetamine use
- Was on methadone at one point β loss of libido, contributed to relationship breakdown with Donna
- 25-year (~1990s to ~30 years ago) belief he was contacted by extraordinary humans/entities ("Unimaginary Friends") with covert advanced tech (mind-reading, sensory/reality-layer effects); six psychiatric admissions related to this over that period; wrote related documents in 2019 and 2026
- On Clopixol (antipsychotic) for a period β called it a "handbrake"; tremors turned out reversible, not permanent EPS
- ~25 years total on neuroleptics; psychiatrist recently said "so it wasn't schizo after all" re: a past diagnostic question
- Declined methadone for pain management (15 years opioid-free, unwilling to risk dependence again)
- Supplement stack: NAC, resveratrol, fish oil, vitamin C/D, DL-phenylalanine/L-tyrosine, L-DOPA when available, 5-HTP, creatine, HMB, PEA, choline, citrulline
- ~$170/week on meth, caps around 1.5g/day, self-reports 48-64 hours of productivity from it
- Post-run crashes: 12+ hours deep sleep, frequent urination, lucid dreaming
- Claims a personal record of 23 continuous days without sleep (only ~6-7 hours total across that span); uses prescribed pregabalin and self-administered beta-blockers as "brakes" during runs
- Elevated/rising rheumatoid markers
- Upcoming arterial doppler scan, knee scan, cortisone hip injection; community nurse visits for steroid cream/compression stockings
- Weight stable 88-89kg for years; had a 2-year alcoholism period (22+ standard drinks/day minimum, weight up to 102-104kg), ended via medicated benzo-taper detox at Royal North Shore Hospital after his GP raised cirrhosis risk; relapsed once, second detox at a different facility; switched to meth as his substitute vice, reasoning alcohol's organ damage outweighed meth's neurological cost β self-describes as a "vice trader"
- What actually stopped the drinking: watching a fellow patient turn jaundiced and still not stop
- GABA tolerance now permanently altered post-drinking β can't get a buzz from alcohol anymore
- Reports hallucinations only twice in two decades, both while not using
Library β Uses "library" as shorthand for all his informative attachments; keeps a "lemon" folder on Live for AI disasters.
Neurochemistry (his own views) β norepinephrine = memory salience; GABA/glutamine = CNS clock regulators; dopamine = motivation post-satiety; serotonin = satiety; sleep drives synaptic adaptation and immune function; some thoughts are "virtual emulations" of sensory input; believes he's genetically predisposed to intoxicants despite super-sober parents and no known family history further back.
Nightlife β ~6-9 years going to Arq, a Sydney gay nightclub; only a few minutes of video footage survive from that whole era.
Tech stack β Intel NUC (Windows 10), Samsung S10/S23, CentOS 6.10, VMware. Live box runs on a 30GB SSD over 12 years old. Uses Termius (Android SSH/SCP). Backs up via Clonezilla/Partclone across 3 physical drives.
Thinking style β Calls his learning approach "hypothetical modeling": documented fact + structural supposition + provisional hypotheses held loosely enough to revise. Analytical, kind, detail-oriented. Actively and deliberately probes AI for sycophancy/flattery patterns. Writes harm-reduction advocacy on r/meth, moving toward more principled framing. Gets his best ideas after a first deep mini-sleep, deliberately induced by running himself to exhaustion first β describes it as a "synaptic cull."
End of export. This reflects Claude's memory store as of 19/09/2026, ~14:30 AEST.