podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
Nathan Sobo
Shows
Changelog Interviews
Building Zed's agentic editing
Nathan Sobo is back talking about the next big thing for Zed—agentic editing! You now have a full-blown AI-native editor to play with. Collaborate with agents at 120fps in a natively multiplayer IDE. Join the discussionChangelog++ members save 10 minutes on this episode because they made the ads disappear. Join today!Sponsors:Depot – 10x faster builds? Yes please. Build faster. Waste less time. Accelerate Docker image builds, and GitHub Actions workflows. Easily integrate with your existing CI provider and dev workflows to save hours of build time. Heroku – The Next Genera...
2025-05-07
1h 52
The Changelog: Software Development, Open Source
Building Zed's agentic editing (Interview)
Nathan Sobo is back talking about the next big thing for Zed—agentic editing! You now have a full-blown AI-native editor to play with. Collaborate with agents at 120fps in a natively multiplayer IDE. Join the discussionChangelog++ members save 10 minutes on this episode because they made the ads disappear. Join today!Sponsors:Depot – 10x faster builds? Yes please. Build faster. Waste less time. Accelerate Docker image builds, and GitHub Actions workflows. Easily integrate with your existing CI provider and dev workflows to save hours of build time. Heroku – The Next Genera...
2025-05-07
1h 52
Changelog Master Feed
Building Zed's agentic editing (Changelog Interviews #640)
Nathan Sobo is back talking about the next big thing for Zed—agentic editing! You now have a full-blown AI-native editor to play with. Collaborate with agents at 120fps in a natively multiplayer IDE. Join the discussionChangelog++ members save 10 minutes on this episode because they made the ads disappear. Join today!Sponsors:Depot – 10x faster builds? Yes please. Build faster. Waste less time. Accelerate Docker image builds, and GitHub Actions workflows. Easily integrate with your existing CI provider and dev workflows to save hours of build time. Heroku – The Next Genera...
2025-05-07
1h 52
Open Source Startup Podcast
E162: The AI Code Editor War with Zed
Nathan Sobo is the Founder of Zed, the next-gen code editor that enables high-performance collaboration - powered by AI. Open source zed has 53K Stars on GitHub and is used by engineers at Vercel, Apple, Anthropic, and GitLab. Prior to founding Zed, Nathan created the editor Atom at GitHub which reached 1M+ active users. Zed has raised from investors including Redpoint and Root Ventures. In this episode, we dive into Nathan's deep history with code editors including the widely adopted GitHub editor Atom, the decision to make Zed open source (and the massive 10x growth...
2025-01-07
30 min
Happy Path Programming
#105 Nathan Sobo's Pursuit of the Ultimate Code Editor
Nathan Sobo is co-founder of Zed, a super-fast, collaborative, AI-powered, code editor. We chat about his journey to build the ultimate code editor: lessons learned from building Atom, Electron and its challenges, CRDTs, Rust native GPU GUIs, AI Code Assistants, and more CRDTs. See also: Nathan on the Software Unscripted podcast Discuss this episode: discord.gg/XVKD2uPKyF
2024-10-13
1h 23
Developer Voices
Building the Zed Text Editor (with Nathan Sobo)
I’ve often wondered how you build a text editor. Like many software projects, it’s a simple idea at the core with an almost infinite scope for features. How do you build a solid foundation to expand on? Which features matter for launch? And how do you hope to satisfy the needs of every programmer, working in every language?My guest for this episode is Nathan Sobo. He’s tackled this problem once before with the Atom editor, and he’s back older & wiser with Zed - a new editor written completely from scratch in Rust. It has a...
2024-06-05
1h 23
Software Unscripted
Native UIs without Electron - with Nathan Sobo
Richard talks with Nathan Sobo, founder of Zed Industries (which creates the high-performance Zed code editor) about his time as an early developer on the Atom code editor, including how that project led to Electron. They then discuss how the Zed team has created GPUI, which uses native operating system APIs for events and goes straight to the graphics card for rendering. Hosted on Acast. See acast.com/privacy for more information.
2024-05-04
1h 16
Changelog Master Feed
Zed's secret sauce (Changelog & Friends #33)
The Zed text editor has come a long way since Nathan Sobo came on the show last year to tell us about this follow-up to Atom. Zed is open source now, has the underpinnings of collaboration built in, is beginning its journey toward full extensibility, is coming to Linux soon & shows serious promise if Nathan’s team can mix their secret sauce just right. Leave us a comment Changelog++ members get a bonus 47 minutes at the end of this episode and zero ads. Join today! Sponsors: Tailscale – Adam loves Tailscale! Tailscale is pr...
2024-03-01
1h 31
The Changelog: Software Development, Open Source
Zed's secret sauce (Friends)
The Zed text editor has come a long way since Nathan Sobo came on the show last year to tell us about this follow-up to Atom. Zed is open source now, has the underpinnings of collaboration built in, is beginning its journey toward full extensibility, is coming to Linux soon & shows serious promise if Nathan’s team can mix their secret sauce just right. Join the discussionChangelog++ members get a bonus 47 minutes at the end of this episode and zero ads. Join today!Sponsors:Tailscale – Adam loves Tailscale! Tailscale is prog...
2024-03-01
1h 31
Changelog & Friends
Zed's secret sauce
The Zed text editor has come a long way since Nathan Sobo came on the show last year to tell us about this follow-up to Atom. Zed is open source now, has the underpinnings of collaboration built in, is beginning its journey toward full extensibility, is coming to Linux soon & shows serious promise if Nathan’s team can mix their secret sauce just right. Join the discussionChangelog++ members get a bonus 47 minutes at the end of this episode and zero ads. Join today!Sponsors:Tailscale – Adam loves Tailscale! Tailscale is prog...
2024-03-01
1h 31
Whiskey Web and Whatnot: Web Development, Neat
Building Zed: A Code Editor for Performance and Collaboration with Nathan Sobo
Nathan Sobo, Founder of Zed Industries, is a founding member of the team that built Atom at GitHub. With nine years of experience under his belt, Nathan made the bold decision to leave GitHub and start a new venture: building Zed, a code editor that captures his vast knowledge and ambitious goals.Nathan opens up about the frustrations he faced with web technology, specifically Electron, which was initially developed to construct Atom but ended up being a resource-hungry burden. Zed, on the other hand, aims to be a more streamlined and efficient code editor by harnessing the power...
2023-06-01
1h 04
Semaphore Uncut
Nathan Sobo on The Future of Collaborative Code Editing
Github has pushed the limits of collaboration in coding as a platform for discussing, sharing, and participating in code and projects. Yet, new tools are looking to push the limit even forward. Zed is a collaborative code editor that offers real-time interaction among teammates inside a code development environment. Its creator, Nathan Sobo, envisions a revolutionary tool that will impact social coding collaboration similar to how GitHub has revolutionized file system snapshots. In this episode, we explore the backend development of Zed and Nathan’s insights on creating a performance-optimized system in Rust.Listen to...
2023-04-18
18 min
Software Engineering Daily
Multi-player coding with Nathan Sobo
Code editors are complex and demanding pieces of software that are both essential tools and constant companions for developers. Today, we are interviewing Nathan Sobo to hear about Zed, a code editor focused on “multiplayer” experiences, performance and a streamlined, minimalist design.Nathan Sobo was a member of the Atom editor team at GitHub, which worked on the (now-deprecated) Atom code editor. He will share his thoughts on Rust, the impact of very low-latency collaborative coding on happiness, and how to turn an authoring environment into a first-class concern.Sponsorship inquiries: sponsor@softwareengineeringdaily.com
2023-04-18
52 min
Changelog Interviews
Goodbye Atom. Hello Zed.
This week we’re talking with Nathan Sobo about his next big thing. Nathan is known for his work on the Atom editor while at GitHub. But his work wasn’t finished when he left, so…he started Zed, a high-performance multiplayer editor that’s engineered for performance. And today, Nathan talks us through all the details. Join the discussionChangelog++ members get a bonus 14 minutes at the end of this episode and zero ads. Join today!Sponsors:Postman – Build APIs together — More than 20 million developers use Postman for building and using APIs...
2023-03-15
1h 27
The Changelog: Software Development, Open Source
Goodbye Atom. Hello Zed. (Interview)
This week we’re talking with Nathan Sobo about his next big thing. Nathan is known for his work on the Atom editor while at GitHub. But his work wasn’t finished when he left, so…he started Zed, a high-performance multiplayer editor that’s engineered for performance. And today, Nathan talks us through all the details. Join the discussionChangelog++ members get a bonus 14 minutes at the end of this episode and zero ads. Join today!Sponsors:Postman – Build APIs together — More than 20 million developers use Postman for building and using APIs...
2023-03-15
1h 27
Changelog Master Feed
Goodbye Atom. Hello Zed. (The Changelog #531)
This week we’re talking with Nathan Sobo about his next big thing. Nathan is known for his work on the Atom editor while at GitHub. But his work wasn’t finished when he left, so…he started Zed, a high-performance multiplayer editor that’s engineered for performance. And today, Nathan talks us through all the details. Discuss on Changelog News Changelog++ members get a bonus 14 minutes at the end of this episode and zero ads. Join today! Sponsors: Postman – Build APIs together — More than 20 million developers use Postman for building and using API...
2023-03-15
1h 27
South Baltimore Now!
SoBo Spotlight: Discussing Baltimore's Bid to Host the 2026 World Cup
In this Episode of SoBo Spotlight Nathan and Kevin are joined by Terry Hasseltine, the Executive Director of Maryland's Sports Commission. He is leading Baltimore's efforts to be a host city in the 2026 FIFA World Cup which is taking place in the United States, Mexico, and Canada. We discuss Baltimore's chances to be one of the 10 American hosts cities, why M&T Bank Stadium and the surrounding area are such an asset to the bid, what the festivities would be like if the World Cup came to Baltimore, and additional sporting events eyed for the City.
2020-08-25
36 min
Hiking Thru
Hiking Thru - Episode #80 BB aka Nathan Hankes
BB, known off trail as Nathan Hankes, came back from Iraq heart set on thru hiking. Convincing his brother to join him, they SOBO’d the AT in 2009 from which sprang his book “Waking Up On The Appalachian Trail.” In this episode, we talk about how the trail helped him process his experiences in Iraq, the dichotomy of being a slave to the mileage versus taking breaks to be present, and the importance of finding your nutritional sweet spot.
2020-07-15
00 min
Backpacker Radio
#21 | Nathan "Puma" Bauman on His 18-Month Adventure, Photography Tips, & The Best Trail Magic Items
What does it take to turn a thru-hike turns into an 18-month adventure? That's the central theme of today's show, as the Cinnamon Connection is joined by Nathan "Puma" Bauman- who, after hiking the Appalachian Trail, next hiked on the Continental Divide Trail, Long Trail, and Pacific Crest Trail within a year and a half span. We talk about the differences between the three triple crown trails, what it's like to quit on a thru-hike, why the Long Trail is the most difficult trail Puma's encountered, and some tips for aspiring trail-photographers. We chat briefly about the 2018 AT Hiker Sur...
2018-10-19
1h 43
Changelog Interviews
The Story of Atom
Nathan Sobo, founding member of the Atom editor team at GitHub, joined the show take us all the way back to the beginning of Atom to learn where it came from, the founding team, the problem it solves, on through to shipping 1.0 and beyond. Join the discussionChangelog++ members support our work, get closer to the metal, and make the ads disappear. Join today!Sponsors:Linode – Our cloud server of choice! Get one of the fastest, most efficient SSD cloud servers for only $5/mo. Use the code changelog2017 to get 4 months fr...
2017-02-24
1h 13
Changelog Master Feed
The Story of Atom (The Changelog #241)
Nathan Sobo, founding member of the Atom editor team at GitHub, joined the show take us all the way back to the beginning of Atom to learn where it came from, the founding team, the problem it solves, on through to shipping 1.0 and beyond.
2017-02-24
00 min
The Changelog: Software Development, Open Source
The Story of Atom (Interview)
Nathan Sobo, founding member of the Atom editor team at GitHub, joined the show take us all the way back to the beginning of Atom to learn where it came from, the founding team, the problem it solves, on through to shipping 1.0 and beyond. Join the discussionChangelog++ members support our work, get closer to the metal, and make the ads disappear. Join today!Sponsors:Linode – Our cloud server of choice! Get one of the fastest, most efficient SSD cloud servers for only $5/mo. Use the code changelog2017 to get 4 months fr...
2017-02-24
1h 13
Ruby on Rails Podcast
101: Nathan Sobo
This episode was originally published on April 22, 2008. Nathan Sobo of Pivotal Labs talks about Treetop, a cutting-edge parser written in Ruby.
2009-04-23
21 min
The Ruby on Rails Podcast
Episode 34: 101: Nathan Sobo
This episode was originally published on April 22, 2008. Nathan Sobo of Pivotal Labs talks about Treetop, a cutting-edge parser written in Ruby. workonrails.com: Find or post Ruby on Rails jobs. bloc.io: Learn to program with Ruby on Rails. Use code RAILS and save $100.
2009-04-23
21 min
Ruby on Rails Podcast - mp4
Nathan Sobo - Ruby on Rails Podcast
Nathan Sobo of Pivotal Labs talks about Treetop, a cutting-edge parser written in Ruby. Sponsor
2008-04-22
00 min
Ruby on Rails Podcast
Nathan Sobo - Ruby on Rails Podcast
Nathan Sobo of Pivotal Labs talks about Treetop, a cutting-edge parser written in Ruby. Sponsor
2008-04-22
00 min