Devlog #5 or 6???
Since the site went live, most of the work has been cleanup rather than new physics.
The whole app used to talk in first person. Every explanation said “I compute this” or “what I’m showing you.” It read like the code was narrating itself, which was odd. So I went through the entire Python engine module by module and rewrote it in plain technical prose. That’s done.
Then I started on the frontend, which had way more of it. The disclosure text, the physics notes under each equation, the view intros. That’s still in progress.
there were 2 things I had to be extra careful about. Some of those strings are checked word-for-word by tests, so rewording one has potential to break complete the build by itself.
In addition, I also tidied the repo layout for public viewing, fixed a deploy pipeline failure, and added privacy-safe visitor counting.
Right now i’m cutting padding, and pitching it so a high schooler can follow it without boring a physics grad.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.