Script to Video
Fix the visual world in text before a single pixel is generated.
Articles
—The script-to-video pipeline
A script is not just dialogue; it is a blueprint for a visual world. When you write a script, you define who is in the story, what they use, and where they are.
→ Sep 16, 2026KMP - Artifacts
You press Build once. Three different things appear.
→ Sep 18, 2026KMP - Distribution
The build is done. The library sits in build/. And no one else can use it.
→ Sep 15, 2026KMP - Hello world!
What does it mean to write code for a “platform” today? Between native CPUs, virtual runtimes, and web browsers, software now faces an increasing number of
→ Sep 16, 2026KMP - SDK packaging
One line in the build file changes what the app contains.
→ Sep 17, 2026KMP - Targets
The same line of Kotlin runs on four different machines and prints a different answer on each. That is what “multiplatform” means in practice. The hello
→ —Proof vs Validation in Software Engineering
The difference between proof and validation is the difference between knowing a system is correct and knowing it works, and this distinction defines the
→