More Syntax - Tasty Web Development Treats episodes

969: This guy is nuts (TypeScript Doom) thumbnail

969: This guy is nuts (TypeScript Doom)

Published 12 Jan 2026

Duration: 3304

A podcast episode delves into an experimental TypeScript project recreating *Doom* without JavaScript, showcasing the type system's capabilities.

Episode Description

Scott and Wes sit down with Dimitri Metropolis to explore the wild edges of TypeScriptfrom running Doom in the type system to building tools like Type...

Overview

The podcast details an experiment in which the classic video game Doom is being implemented using only TypeScript types, without any JavaScript code. The project uses a .d.ts file with no actual code to simulate gameplay logic, showcasing the limitations of TypeScript's type system in practice, even though it is theoretically Turing complete. This ambitious effort involves complex type-level programming to replicate elements like ASCII-style graphics, physics, maps, and inventory systems. The final frame of the game took over 11 days to render, with the entire project spanning nearly a year of development.

The discussion also covers a new tool called Type Slayer, which is designed to improve TypeScript type-checking performance, emphasizing the importance of efficiency in large-scale projects. Broader topics are touched upon, including the evolution of WebAssembly, the potential of AI in software development, and the challenges involved in organizing developer conferences. These elements provide context for the technical and practical considerations of modern programming languages and development processes.

Recent Episodes of Syntax - Tasty Web Development Treats

13 May 2026 1004: TanHacked

Recommended: Time to harden your applications.

Cybersecurity threats like the "Shy Halood" worm series exploit supply chain vulnerabilities in GitHub Actions, pnpm, and token theft across NPM, Python, and UIPath ecosystems, emphasizing mitigation through workflow audits, dependency checks, tools like Socket.dev, and stricter package manager practices to counter credential theft and destructive attacks.

11 May 2026 1003: Skills Skills Skills

The discussion covers flexible AI agent tools like Hot Tip Skill, CSS Motion Systems, and Agent Browser, advocating for human-curated content over AI-generated output while emphasizing modular skills for workflow efficiency and the need for human oversight in design and marketing.

6 May 2026 1002: The Real Pricing of LLMs

The podcast highlights rising AI tool costs and accessibility challenges, critiques bloated UI libraries and over-engineered practices, explores cloud billing complexities and security risks, and stresses the importance of lightweight design, creativity, and practical problem-solving over tool dependency.

4 May 2026 1001: Managing Deadlines + Stress

Strategies for managing stress and deadlines in high-pressure work environments include prioritization, systematic task organization, tools like Kanban boards, balancing speed with quality, effective communication, cutting non-essentials, and proactive time management to prevent mistakes, burnout, and enhance efficiency.

27 Apr 2026 999: Writing Maintainable CSS

The text addresses CSS management challenges like global leakage and rigid structures, advocating component-scoped styles, utility-first frameworks (e.g., Tailwind), design systems, BEM, CSS modules, and tools like CSS variables, `@scope`, and `clamp()` to enhance reusability, maintainability, and consistency through balanced flexibility and structure.

More Syntax - Tasty Web Development Treats episodes