Software Unscripted - podcast cover

Software Unscripted

Richard Feldmanfeeds.acast.com
Software Unscripted, A weekly podcast of casual conversations about code hosted by Richard Feldman.

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

Episodes

Escaping Software Disenchantment with Nikita Prokopov

Richard talks with Nikita Prokopov, an open-source Clojure developer and creator of the Fira Code typeface, about some of the reasons he'd felt a sense of disenchantment with the direction of software in the past, and strategies he's developed for improving things in the future. Hosted on Acast. See acast.com/privacy for more information.

Nov 18, 202349 minSeason 1Ep. 75

WebAssembly in Practice with Brian Carroll

Richard talks with Brian Carroll about his experience using WebAssembly in practice - including some of the benefits and challenges of using WebAssembly in practice, why WebAssembly adoption might not be as high as it could be today, and speculation about what the future might hold for it. Hosted on Acast. See acast.com/privacy for more information....

Nov 06, 202350 minSeason 1Ep. 74

Disassembling Languages with Matt Godbolt

Richard talks with Matt Godbolt, author of the godbolt.org Compiler Explorer, about how certain aspects of the Compiler Explorer work, as well as "disassembling" language designs themselves - talking about reference counting optimizations, destructors and unwinding, and even defending the infamous design decision of NaN != NaN. Hosted on Acast. See acast.com/privacy for more information....

Oct 22, 20231 hr 7 minSeason 1Ep. 73

The SemVer Rabbit Hole with Predrag Gruevski

Richard talks with Predrag Gruevski, author of the cargo-semver-checks tool for detecting accidental semantic versioning mistakes in Rust packages, as well as Trustfall, which is an incredibly flexible query engine. They talk about why semantic versioning is so especially tricky to get right in Rust, tradeoffs in different package managers' approaches to semver in general, and how his work on cargo-semver-checks motivated him to create a tool for querying data in just about any format. Hosted on...

Sep 12, 202358 minSeason 1Ep. 70

Making Parsing I/O Bound with Daniel Lemire

Richard talks to Daniel Lemire about his work on simdjson, arguably the fastest JSON parser in the world. They also talk about parsing performance in other contexts, benchmarking, NodeJS string representations, and textbook approaches to performance versus real-world experimentation. Hosted on Acast. See acast.com/privacy for more information.

Aug 17, 20231 hr 18 minSeason 1Ep. 69

Niche Domain Knowledge with Ashley Williams

Richard talks with former Rust core team member Ashley Williams, aka ag_dubs,, about various different types of niche domain knowledge - from CSS tricks in web development to low-level systems programming, package managers, and even organization-specific domain knowledge. Hosted on Acast. See acast.com/privacy for more information.

Aug 08, 202355 minSeason 1Ep. 67

Building a Terminal in Zig and Swift with Mitchell Hashimoto

Richard talks with HashiCorp cofounder Mitchell Hashimoto about a side project of his: a high-performance terminal emulator that he wrote using Zig and Swift, and which has become his daily driver terminal. Hosted on Acast. See acast.com/privacy for more information.

Jul 19, 202357 minSeason 1Ep. 66

Thinking in Array Languages with Alex Shroyer

Richard talks to to Alex Shroyer about his unusually extensive experiences with Array Languages like APL and J - where they come from, how they have more to offer than just extreme conciseness, and what feature creep looks like in a language that's mostly symbols.Links to Alex's website and more info about array languages:alexshroyer.comhttps://nsl.com/https://vector.org.uk/https://github.com/interregna/arraylanguage-companieshttps://tryapl.org/https://bqnpad.mechanize.systems/https://www.arrayc...

Jul 05, 202347 minSeason 1Ep. 65

My Contribution to the Left-Pad Incident with Simon Lydell

Richard talks with Simon Lydell, a programmer whose open-source JavaScript work ended up contributing to what might be the most infamous package-related outage in programming history. In addition to talking about that story, they also talk about open source in general, breaking changes in general, and specific projects like CoffeeScript, Prettier, Elm, and Roc. Hosted on Acast. See acast.com/privacy for more information....

Jun 27, 202357 minSeason 1Ep. 65

Comparing Haskell to R with Will Kurt

Richard talks to Will Kurt, an AI Engineer at Hex as well as the author of both the countbayesie.com blog as well as the book Get Programming with Haskell, from Manning Publications. They talk about the book, about Haskell in general, and end up comparing Haskell to R, as well as type systems and artificial intelligence! Hosted on Acast. See acast.com/privacy for more information....

Jun 20, 20231 hr 1 minSeason 1Ep. 64

Defunctionalization in a Functional Language with Ayaz Hafiz

Richard talks to Ayaz Hafiz about his work on the Roc programming language. They discuss behind-the-scenes compiler details like implementing ad-hoc polymorphism and defunctionalization using lambda sets. Along the way they get into how these implementation details interact with design of the language, and the experience of using the language. Hosted on Acast. See acast.com/privacy for more information....

May 24, 20231 hr 16 minSeason 1Ep. 62

Linking & Binary Hot Code Loading with Jakub Konka

Richard talks to Jakub Konka, a programmer who works on the Zig programming language. They talk about the low-level systems programming involved in Jacob's work on Zig and other projects, including things like disassembling binaries, hot code loading in a systems language, writing a linker from scratch, and testing machine code without access to the actual hardware - or even an emulator! Hosted on Acast. See acast.com/privacy for more information....

May 14, 202354 minSeason 1Ep. 61

From Bootcamp to Teaching Masters' Comp Sci

Richard talks to Chelsea Troy, a programmer working at Mozilla who has a side gig teaching Masters' Computer Science students at the University of Chicago. This is highly unusual, considering she does not have a computer science degree! They talk about how she landed that job, including how the interview process differs from industry interviews, among other topics. Hosted on Acast. See acast.com/privacy for more information....

May 04, 202352 minSeason 1Ep. 60

Syntax and the Future of Programming with Josh Warner

Richard talks with Josh Warner, who has been working on making improvements to the Roc programming language, particularly around the parser and formatter. They start out talking about syntax and code formatting, but after some plot twists, the conversation ends up on AI and the future of programming itself! Hosted on Acast. See acast.com/privacy for more information....

Apr 27, 20231 hr 6 minSeason 1Ep. 59

Growing Programming Communities with Ryan Haskell-Glatz

Richard talks with Ryan Haskell-Glatz, author of the open-source Elm projects elm-spa and Elm Land. They get into things like new user onboarding experiences, framework churn, and dynamics between authors and users in open-source communities. Hosted on Acast. See acast.com/privacy for more information.

Apr 21, 202357 minSeason 1Ep. 58

AI Tools Today

Richard talks to Stachu Koric about the Dark programming language's shift to being a programming language built around AI, as well as their own personal experiences so far exploring chatGPT, Copilot, and other emerging AI tools. Hosted on Acast. See acast.com/privacy for more information.

Apr 12, 202353 minSeason 1Ep. 57

From Erlang to Management to C++

Dizzy Smith talks with Richard about his career path from C++ to Erlang to Management and now back to C++. Along the way, they talk about package management and several other languages - including Go, Rust, JavaScript, and even Perl. Hosted on Acast. See acast.com/privacy for more information.

Apr 04, 20231 hr 2 minSeason 1Ep. 56

Speeding up Rust's Compiler

Richard talks with Nicholas Nethercote, a member of the Rust programming language's Performance Working Group and author of the Rust Performance Book. They discuss how he and others have worked to speed up Rust's compiler, different strategies for speeding up compilers in general, and how compiler performance fits into the working dynamic of Rust's ecosystem of contributors. Hosted on Acast. See acast.com/privacy for more information....

Mar 15, 202349 minSeason 1Ep. 54

The Rust + Elm Stack

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

Feb 20, 202348 minSeason 1Ep. 52

The Monolith-Microservices Spectrum

Richard talks with Ashley Davis, author of the book Bootstrapping Microservices, about their differing perspectives on microservices, monoliths, and everything in between! Ashley is also the author of Rapid Fullstack Development, available at https://rapidfullstackdevelopment.com Hosted on Acast. See acast.com/privacy for more information.

Feb 13, 202352 minSeason 1Ep. 51

Haskell and Clojure in Production with Eric Normand

Richard talks to Eric Normand about his experiences using both Haskell and Clojure in production, and his perspectives on comparing and contrasting the approaches of the two languages.Eric hosts a podcast (https://ericnormand.me/podcast) and you can use code podsoftunsc22 at checkout to get a discount on his book Grokking Simplicity: https://www.manning.com/books/grokking-simplicity Hosted on Acast. See acast.com/privacy for more information....

Jan 30, 202350 minSeason 1Ep. 49

F# in Production with Scott Wlaschin

Richard talks with Scott Wlaschin, author of the book Domain Modeling Made Functional and the website F# for Fun and Profit, about using F# in production and the minimal essence of functional programming. Hosted on Acast. See acast.com/privacy for more information.

Jan 16, 202351 minSeason 1Ep. 48