Dead Code

Jared Norman
Dead Code
Último episodio

69 episodios

  • Dead Code

    Seeds of Devastation (with Kasper Timm Hansen)

    21/04/2026 | 39 min
    In this episode of Dead Code, Kasper Timm Hansen shares how his post–Rails Core work focuses on small, high-impact Ruby gems built around clear “concepts” rather than loose abstractions, helping developers model domains more effectively and avoid bloated ActiveRecord models. He discusses tools like Associated Objects and ActiveJob::Performs, which simplify structuring data and background jobs while reducing boilerplate, and Oaken, a testing approach that blends fixtures and factories into fast, scenario-driven data scripts. Across all his work, Kasper emphasizes keeping code minimal, readable, and easy to maintain, using constraints like line count to guide design. He also touches on his current project, Peak and gem.coop, where he’s exploring improvements to the Ruby ecosystem such as namespaced gems, dependency cooldowns for security, and better ways to manage and trust dependencies, all driven by an experimental mindset aimed at making development more intuitive and efficient.

    Links:

    Kasper Timm Hansen
    Ruby on Rails
    Associated Objects gem
    ActiveJob::Performs gem
    Oaken
    Active Record
    Active Job
    Factory Bot
    Rails fixtures
    Delayed Job
    Singleton classes in Ruby
    gem.coop
    Peak (gem.coop project)
    RubyGems
    Bundler compact index
    Supply chain security (overview)

    Dead Code Podcast Links:

    Mastodon
    X

    Jared’s Links:

    Mastodon
    X
    twitch.tv/jardonamron
    Jared’s Newsletter & Website

    Episode Transcript
    Hosted on Acast. See acast.com/privacy for more information.
  • Dead Code

    Felony CSS (with Lyra Rebane)

    07/04/2026 | 19 min
    In this episode, Jared talks with security researcher Lyra Rebane about pushing CSS far beyond its reputation as a simple styling language, exploring how modern features like nesting, advanced selectors, and state-based logic enable complex interactivity without relying on JavaScript. Inspired by experiments on Cohost, Lyra created projects like a fully CSS-based clicker game and even an 8086 CPU emulator that can run compiled C code using CSS variables, animations, and clever workarounds. The conversation highlights how developers often overuse JavaScript for tasks CSS can handle more efficiently, while also challenging the industry’s tendency to dismiss CSS work as less valuable, arguing instead that treating CSS as a true programming language opens up both technical possibilities and greater respect for front-end expertise.

    Links:

    Cohost platform
    CSS nesting
    :has() selector
    CSS variables (custom properties)
    CSS animations
    CSS container queries
    Cookie Clicker (incremental game example)
    x86 architecture overview
    8086 CPU
    C programming language
    Content Security Policy (CSP)
    Cross-site scripting (XSS)
    SVG filters

    Dead Code Podcast Links:

    Mastodon
    X

    Jared’s Links:

    Mastodon
    X
    twitch.tv/jardonamron
    Jared’s Newsletter & Website

    Episode Transcript

    Hosted on Acast. See acast.com/privacy for more information.
  • Dead Code

    Reject Modernity (with David Copeland)

    24/03/2026 | 39 min
    In this episode of Dead Code, Jared talks with developer Dave Copeland about his article “The Death of the Software Craftsman,” which reflects on how AI coding tools are reshaping the role of programmers. Copeland describes a personal reckoning with whether traditional programming skills still matter in a world where AI can generate large amounts of code. He outlines three possible responses for developers: refusing to use AI, going all in on AI-assisted development, or “embracing tradition” by positioning oneself as a craftsperson who writes higher-quality code by hand in areas where reliability and accountability matter. The conversation explores the tension between programmers who enjoy the craft of coding and businesses that primarily care about outcomes, suggesting that as AI becomes more common, developers may need to focus less on code elegance and more on measurable results like reliability, safety, and system performance while learning how to work effectively alongside AI tools.

    Links:

    The Death of the Software Craftsman
    Dave Copeland
    Brut Ruby Web Framework
    Ruby Programming Language
    Ruby on Rails
    Software Craftsmanship Movement
    SOLID Principles
    Dependency Injection
    Cross-Site Request Forgery (CSRF)
    Agile Software Development
    Observability in Software Systems
    Large Language Models (LLMs)
    Accidental Tech Podcast

    Dead Code Podcast Links:

    Mastodon
    X

    Jared’s Links:

    Mastodon
    X
    twitch.tv/jardonamron
    Jared’s Newsletter & Website

    Episode Transcript
    Hosted on Acast. See acast.com/privacy for more information.
  • Dead Code

    Frankenstein’s System (with Sean Goedecke)

    10/03/2026 | 27 min
    Sean Goedecke contrasts generic design advice (principles and patterns not grounded in a specific codebase) with concrete design (decisions shaped by the real code, constraints, and existing “prior art”), arguing you can’t meaningfully design software you don’t work on because you lack the context to make implementable calls. Generic advice has its place (greenfield work, company-wide guardrails), but in large, messy systems consistency matters more than isolated “good design,” because teams survive by reusing known patterns and keeping the codebase coherent. He’s skeptical of architect handoffs where designs ignore practical timelines and incentives reward complexity, and he notes AI coding tools behave like smart outsiders—useful, but prone to reinventing what already exists unless humans with deep context guide them.

    Links:

    Sean Goedecke’s article: “You can’t design software you don’t work on”
    SOLID principles (overview)
    Single-responsibility principle (SRP)
    GitHub Copilot (product page)
    GitHub Copilot code review (docs)
    Claude Code (Anthropic product page)
    GitHub adding Claude + Codex agents (The Verge)

    Dead Code Podcast Links:

    Mastodon
    X

    Jared’s Links:

    Mastodon
    X
    twitch.tv/jardonamron
    Jared’s Newsletter & Website

    Episode Transcript
    Hosted on Acast. See acast.com/privacy for more information.
  • Dead Code

    Indistinguishable From Evil (with Russ Olsen)

    24/02/2026 | 34 min
    Jared interviews veteran programmer and author Russ Olsen about updating Eloquent Ruby for the last 15-ish years of Ruby evolution, from how he discovered Ruby while trying to teach his young son to code (anything but Java) to how Rails suddenly made Ruby mainstream and pushed him into writing. They unpack what “eloquent” Ruby means: solving problems with minimal fuss, staying concise but clear, and treating code as both a working machine and readable literature, plus why the book is structured from tiny examples up to larger systems to help experienced programmers learn Ruby fluently. Russ discusses newer language features like keyword arguments and pattern matching (fun, but not widely used yet), argues for a more tempered, cost-benefit approach to metaprogramming, and shares skepticism about optional static typing in Ruby (RBS/Sorbet) except at key boundaries in very large codebases. The episode closes on Russ’s “Technology as if People Mattered” philosophy and how Ruby’s community culture, often credited to Matz, reflects that human-centered mindset.

    Links:

    Eloquent Ruby, Second Edition (beta/book page)
    Pragmatic Bookshelf beta catalog
    Russ Olsen’s blog: “Technology As If People Mattered”
    Russ Olsen (about page)
    Overdrive by Russ Olsen
    RBS (Ruby type signatures) on GitHub
    Sorbet (Ruby type checker) docs
    Ruby pattern matching documentation
    TruffleRuby documentation (GraalVM Ruby)
    Ruby Regexp documentation
    Dead Code Episode: “Pickaxe Resurrection (with Noel Rappin)”

    Dead Code Podcast Links:

    Mastodon
    X

    Jared’s Links:

    Mastodon
    X
    twitch.tv/jardonamron
    Jared’s Newsletter & Website

    Episode Transcript
    Hosted on Acast. See acast.com/privacy for more information.

Más podcasts de Tecnología

Acerca de Dead Code

The software industry has a short memory. It warps good ideas, quickly obfuscating their context and intent. Dead Code seeks to extract the good ideas from the chaos of modern software development. Hosted on Acast. See acast.com/privacy for more information.
Sitio web del podcast

Escucha Dead Code, Nosotros Los Clones y muchos más podcasts de todo el mundo con la aplicación de radio.net

Descarga la app gratuita: radio.net

  • Añadir radios y podcasts a favoritos
  • Transmisión por Wi-Fi y Bluetooth
  • Carplay & Android Auto compatible
  • Muchas otras funciones de la app
Aplicaciones
Redes sociales
v8.8.12| © 2007-2026 radio.de GmbH
Generated: 4/27/2026 - 5:54:17 AM