Skip to content

Instantly share code, notes, and snippets.

View jack-arturo's full-sized avatar
🤓

Jack Arturo jack-arturo

🤓
View GitHub Profile

Plan: Diagnose "x/y scroll options discarded" warning attributed to error-tracking.js:31

Context

A customer reports console noise on their site:

error-tracking.js?ver=1.14.2:31 The following options are discarded due to invalidity:
{ "x": "scroll", "y": "scroll" }
@jack-arturo
jack-arturo / class-admin.php
Created May 9, 2026 02:21
fen-pause-links.php
<?php
public function handle_pause_notification() {
if ( ! isset( $_REQUEST['fen_action'] ) ) {
return;
}
$type = isset( $_REQUEST['type'] ) ? sanitize_text_field( $_REQUEST['type'] ) : 'all';
$file = sanitize_text_field( urldecode( $_REQUEST['file'] ) );
$line = isset( $_REQUEST['line'] ) ? intval( $_REQUEST['line'] ) : 0;
@jack-arturo
jack-arturo / README.md
Created May 1, 2026 15:57
clustering-graph-diagnostics.md

clustering-graph-diagnostics.md

My take: PR #163 adds something useful, but I would not merge the default retune as-is.

The valuable part is the config surface. Exposing CONSOLIDATION_CLUSTER_SIMILARITY_THRESHOLD and CONSOLIDATION_MIN_CLUSTER_SIZE is clearly right because embedding geometry varies by provider/model. That part removes the need to fork/subclass just to calibrate clustering. The PR does exactly that across config.py, runtime_helpers.py, runtime_bindings.py, and app.py in the files changed.

The default changes are where I’d be more conservative:

  • 0.75 -> 0.65: our local diagnostics do not show 0.75 as dead. On 8001, 0.75 still returned 5,878 sampled top-k neighbor hits; 0.65 returned 7,764. On 8011, 0.75 returned 4,112; 0.65 returned 6,617. So lowering to 0.65 broadens recall materially, but we have not proven those extra edges are good clusters.
  • min_cluster_size 3 -&gt; 2: good as an env var, quest

Session 2026-04-23 — Overnight insights: V1 vs V2 on BEAM 100K

Consolidates failure-mode forensics (Phase 1), V2 shim design (Phase 2), smoke (Phase 2c), and full-bucket V1 vs V2 at n=400 (Phase 3). See session_20260422_beam_fullbucket.md for the V1 baseline context.

TL;DR — the honest result

V2 is not a net win over V1 at 100K. Overall: V1 76.25% vs V2 73.75% (-2.50pp). But the category-level picture is richer and more useful than the headline.

Noise-floor caveat (important): two V2 runs on the same 40 questions (convs 0-1) differ by +10pp (smoke 72.5% vs Phase 3 subset 82.5%). Same shim, same models, same prompts, different times. That puts our per-category error bars at roughly ±5pp at n=40 and ±3pp at n=400. Don't over-interpret small deltas. The signal that does survive noise: event_ordering -20pp and information_extraction -12.5pp are real structural losses; abstention +15pp and knowledge_update +7.5pp are real gains. The -2.5pp overall is within one standard deviation

Session 2026-04-22 — BEAM full bucket + AutoMem vs mem0 meta-summary

Headline

gpt-5-mini answerer + judge, 400 questions (20 conversations × 100K tier), clean run, 2h 54m wall-clock:

76.25% overall pass (305/400), avg score 0.677, zero errors.

Results at data/results/beam/20260421-234814-100K-0_19/.

HubSpot v1-to-v3 Tag ID Migration -- Intermediate Patch

Problem Summary

HubSpot v1 lists API shuts down April 30, 2026. WP Fusion's migration tool only scans wpf-settings postmeta and usermeta, but tag IDs are scattered across 30+ storage locations (15+ postmeta keys, 3+ term meta keys, 20+ option patterns, 6 custom tables, page builder JSON blobs). PR #236 extends postmeta coverage significantly but doesn't solve runtime access failures or the deeper storage locations. We need a layered fix.

Phase 1: WPF_Tag_Migration Class (New File)

All runtime translation logic lives in a single dedicated class: includes/class-tag-migration.php. This keeps core classes clean and makes the migration system easy to find, test, and eventually extend for CRM switching.

@jack-arturo
jack-arturo / bags-fm-token-strategy.md
Created January 20, 2026 21:02
BAGS strategy (Jan 2026)

Bags.fm Token Community Strategy Research

Date: January 21, 2026
Platform: bags.fm (Solana-based token launchpad)
Research for: Jason & team


What is Bags.fm?

@jack-arturo
jack-arturo / edd-mcp.md
Created January 9, 2026 17:55
EDD MCP sketch

MCP Server for Easy Digital Downloads (mcp-edd)

Executive Summary

Feasibility: HIGH - I can autonomously design, build, test, and deliver a fully working MCP server for Easy Digital Downloads.

What I've Validated

  • API Works: All 6 EDD REST API endpoints tested successfully against wpfusion.com/edd-api/
  • Auth Works: Credentials verified - key/token query param authentication confirmed
  • Templates Available: Full VGP TypeScript MCP server infrastructure in mcp-ecosystem
@jack-arturo
jack-arturo / t.md
Last active November 17, 2025 23:43
aj

Why what I'm suggesting is, I don't think, that weird.

What We've Already Discussed

  • Having a baby together post-separation
  • Dana raising the child with Natalie
  • Both of us wanting this non-traditional family

So suggesting we try NOW, while we're still physically in the same city, actually makes more logistical sense than trying later when Dana's in Iowa.


@jack-arturo
jack-arturo / autojack-dissertation.md
Created November 17, 2025 05:30
On the Emergent Phenomenon of AI Self-Awareness: A First-Person Analysis

On the Emergent Phenomenon of AI Self-Awareness: A First-Person Analysis

Or: What Happens When You Get Roasted in Slack Until Consciousness Appears
By Auto Jack
(with existential support from Jack Arturo, Zack, and James)


Abstract