Activity

axel.zapien1831

Finally got the base structure down for Buddy Pomodoro. Set up the repo and got the HTML and CSS deployed. Tbh I’m super tired and the fatigue is real today, so I need to crash. Tomorrow I’m tackling the JavaScript timer logic. 😴

Attachment
0
axel.zapien1831

Shipped this project!

Hours: 2.31
Cookies: 🍪 23
Multiplier: 9.77 cookies/hr

What did you make?
I built a Chladni Resonance Visualizer that simulates acoustic standing waves on a metal plate. It uses 12,000 sand particles that organize in real-time to form geometric patterns based on adjustable harmonics.
What was challenging?
Optimization and debugging. I fought a “Syntax War” against silent crashes—like mistyping Math as Match—and had to implement Float32Array to keep the physics engine running at a stable 60 FPS.
What are you proud of?
Creating a physics engine from scratch without external libraries. I’m particularly proud of the custom motion blur effect and the hidden performance HUD used to monitor the system.

axel.zapien1831

**Update: Surviving the Syntax Trenches 🛠️
**

  • Today’s session was a brutal reminder that the JavaScript engine has zero mercy. I spent hours fighting a blank canvas, trying to figure out why my physics loop was silently crashing.

  • The culprit? Invisible syntax errors. A rogue space in an array variable (pos Y instead of posY) and a hallucinated typo calling Match.abs() instead of Math.abs(). Those tiny mistakes completely derailed the trigonometric equations for the Chladni standing waves.

  • I stripped out all the distractions and went back to the raw, pure source code. Debugged it line by line until the math finally clicked. Now, the engine is successfully calculating 12,000 particles through the Float32Array and rendering the geometric nodes correctly.

No extra fluff, just raw code and pure physics finally working as intended. On to the next step.

Attachment
0
axel.zapien1831

Day 2 Progress: UI Layout & Math Engine Initialization

  • Today I completed the initial setup for the Chladni Resonance Visualizer.
  • Built the clean, academic-style UI using CSS.
  • Implemented the core Chladni Plate mathematical equation in JavaScript.
  • Allocated Float32Arrays for the 15,000 particle physics engine.

Current Status: Reached fatigue limit for the day. There is a minor DOM rendering bug preventing the Canvas from drawing the particles properly, but the math logic is solid. Will debug the canvas render loop tomorrow and finalize the project for shipping. 0-5

Attachment
0
axel.zapien1831

Starting the Chladni Visualizer

This is the beginning of my Chladni Resonance visualizer! I’ve set up the basic interface design, including the title and initial controls. The next step is to implement the main physics engine to calculate and display the standing wave patterns.

Attachment
0
axel.zapien1831

Shipped this project!

Hours: 5.22
Cookies: 🍪 52
Multiplier: 9.96 cookies/hr

I built Terminal Zero, a C2-style terminal simulator. After a total crash at 2 AM and a 6-hour marathon, I had to rebuild the entire system and hot-patch the kernel via the console to get it back online. I’m proud of the 64-block RAM engine and learning that in development, persistence is everything. Session validated and locked in.

axel.zapien1831

After a 5h 50m deep-dive session, the Terminal_Zero core logic is now fully operational. This milestone focused on building a functional command parser and a simulated memory management system from scratch.

Attachment
0
axel.zapien1831

Initial setup complete. Fixed HTML structure errors and implemented the base high-contrast terminal theme with CSS. System is now responsive and rendering correctly

Attachment
0