Discourse Forum via Azure IaaS

Launched a Discourse-based forum at forum.wtf-model.com for WTF Model discussions. Used Bitnami image on Azure and a custom .NET8 app to auto-post entries via API. Handled image merging, metadata, and rate limits. OAuth 2.0 login enabled; all content now accessible.
Read more...

Typescript: Partial Migration, Book & Exam

Learned TypeScript via Boris Cherny’s O'Reilly book and W3Schools cert, passing with 90%+. Integrated TS into the WTF model for settings and globals, though full migration is postponed. Strong typing will benefit the project long term; initial forced migration attempt failed.
Read more...

AI Refactoring for larger files

Refactored my bloated 2800-line description.js with GPT-4o. It quickly trimmed it to 1800 lines, preserving full functionality with cleaner logic. Despite minor bugs in positioning, AI saved time and effort. Testing remains essential, but AI refactoring proved highly effective.
Read more...

New: Visual Scope Identifier

Added dynamic visual markers to distinguish Local (line) and Global (circle) Scopes. Updated icons for both scopes and redefined Perspective as horizontal vs. vertical resolution. Improves clarity but may need further refinement to avoid confusion for new users.
Read more...