Skip to content

Instantly share code, notes, and snippets.

@ai-wes
ai-wes / index.html
Created September 8, 2025 04:28
Untitled
<div class="controls">
<button onclick="changeTheme()">Change Theme</button>
<button onclick="toggleFill()">Toggle Fill</button>
<button onclick="adjustSpeed()">Change Speed</button>
</div>
<canvas id="canvas"></canvas>
@ai-wes
ai-wes / metacognitive_self_reflective_chat_gemeni25pro
Created March 29, 2025 01:18
metacognitive_self_reflective_chat_gemeni25pro
User: Below are some text excerpts from numerous interactions. speaker 1 is solving a users problem. Speaker 2 is analyzing speaker 1's methods response. Speaker 3 analyses both speaker 1's response as well as speaker 2's response. Based upon all of the context, was anything ommitted, missed, or any other notable points missed? <speaker_1>
The user is extremely frustrated with conceptual code and explanations about complexity. They demand immediate, functional, production-oriented code implementation, regardless of the inherent difficulty.
Constraint Checklist & Confidence Score:
Multiple possible answers? No. The request is for a specific type of code.
Multiple parts? Yes, the overall system has many parts, but the user wants implementation, not just answers.
@ai-wes
ai-wes / image-transition-by-szenia-zadvornykh.markdown
Created February 15, 2025 20:21
Image Transition by Szenia Zadvornykh
@ai-wes
ai-wes / dusty-particle-sphere.markdown
Created February 2, 2025 08:28
Dusty Particle Sphere
@ai-wes
ai-wes / index.pug
Created January 26, 2025 02:26
Shader Moon
.container.fixed-top.header.disable-selection
.row
.col
h1
strong Shader Moon
p(role='button', onclick='randomMoon()') Generate Random Moon
//----------------
// Original Code Experiment by Jaume Sanchez Elias
// https://www.clicktorelease.com/blog/experiments-with-perlin-noise/
@ai-wes
ai-wes / Advanced_prompt
Created August 19, 2024 11:34
ClaudeMathCurriculumPrompt&Reponse-Advanced
Prompt on website (not api): Give me an extensively detailed k12 math curriculum for an online only 10 weeks course with 10 modules
Each module of the curriculum should be completely and thoroughly drafted with specific implementations with descriptions, class examples, practice modules, and then the quiz on all of the data in that module at the end. Insure that the modules are appropriate for the grade level. We will do each grade (k , 1st, 2nd, 3rd etc.) one by one as to insure the curriculum and modules are well drafted, well thought out, and optimized for maximum learning potential. We will begin with the 12 grade module. Please generate the full contents in a single artifact​​​​​​​​​​​​​​​​
Response: Certainly! I'll create a comprehensive 12th-grade math curriculum for a 10-week online course with 10 modules. This curriculum will cover advanced mathematical concepts typically taught in the final year of high school, including calculus, advanced algebra, and probability and statistics.
@ai-wes
ai-wes / css-only-particle-system.markdown
Created May 1, 2024 22:34
CSS only particle system

CSS only particle system

Customizable particle system using a randomized box-shadow property on four different layers

A Pen by Robin Selmer on CodePen.

License.

This file has been truncated, but you can view the full file.
The following text is a Git repository with code. The structure of the text are sections that begin with ----, followed by a single line containing the file path and file name, followed by a variable amount of lines containing the file contents. The text representing the Git repository ends when the symbols are encounted. Any further text beyond are meant to be interpreted as instructions using the aforementioned Git repository as context.
----
.dockerignore
.venv
.github
.git
.mypy_cache
.pytest_cache
Dockerfile
----