Justin Faust public
[search 0]
More
Download the App!
show episodes
 
Deep-dive discussions with the smartest developers we know, explaining what they're working on, how they're trying to move the industry forward, and what we can learn from them. You might find the solution to your next architectural headache, pick up a new programming language, or just hear some good war stories from the frontline of technology. Join your host Kris Jenkins as we try to figure out what tomorrow's computing will look like the best way we know how - by listening directly to the ...
  continue reading
 
Artwork

1
Capehart

The Washington Post

Unsubscribe
Unsubscribe
Monthly+
 
Opinion writer Jonathan Capehart talks with newsmakers who challenge your ideas on politics, and explore how race, religion, age, gender and cultural identity are redrawing the lines that both divide and unite America. "Capehart" is a podcast from Washington Post Opinions, with conversations adapted from Washington Post Live events.
  continue reading
 
Loading …
show series
 
Former U.S. Secretary of State and Inaugural U.S. Special Presidential Envoy for Climate John Kerry joins The Post's Jonathan Capehart from Washington Post Live's "This is Climate Summit" in New York City to discuss the climate talks between China and the United States, the role of global cooperation to meet the generational challenge of protecting…
  continue reading
 
I’m always interested in what factors shape the design of a programming language. This week we’re taking a look at a language that’s wholly shaped by its need to support a very specific kind of program - audio processing. Anything from creating a simple echo sound effect, to building an entire digital instrument based on a 17th-century harpsichord.…
  continue reading
 
Washington Post Well+Being Editor Tara Parker Pope and professor of psychiatry at Columbia University Robert Klitzman join The Post's Jonathan Capehart for a conversation about how the impacts of cognitive decline in senior citizens, ways to keep your brain active and stimulated as you get older and reducing the stigma surrounding aging.Conversatio…
  continue reading
 
This week we take a look at what you can do with a GPU when you get away from just using it to draw polygons. Agnès Leroy has spent most of her career programming, optimizing and converting programs to run on that oh-so-curious piece of specialised processing hardware, and we go through all the places that journey has taken her. From simulating the…
  continue reading
 
OCaml has one of the best-loved compilers available, and parts of it are surprisingly pluggable, so it’s not surprising that someone would eventually try to wed OCaml with JavaScript and the web browser. In fact, the ecosystem has gone further, and there are now a bevvy of options for people who want to write OCaml and run it in the browser, or wan…
  continue reading
 
Rep. James Clyburn (D-S.C.) joins The Post's Jonathan Capehart from the Democratic National Convention in Chicago to talk about the Harris-Walz 2024 campaign strategy, the prospects for Democrats to regain control of the House of Representatives and why he feels Kamala Harris' 2024 campaign "surpasses" Barack Obama's 2008 campaign run.Conversation …
  continue reading
 
Mapping is a hugely complex task to take on. Even if you moved as much of the data-management as you can out to 3rd-party services, you’d still have a tonne of work to do weaving together map tiles, routing information, GPS data, points of interest, search and more. And as if that wasn’t enough, you’d probably want that software to work on a whole …
  continue reading
 
On the heels of the historic prisoner swap that led to the release of detained journalists Evan Gershkovich and Alsu Kurmasheva, we revisit a conversation from Post Live's World Press Freedom Day May 3 event. Jonathan Capehart speaks with Committee to Protect Journalists CEO Jodie Ginsberg, RSF USA executive director Clayton Weimers and Radio Free …
  continue reading
 
The terminal might be the most used development tool in history. So it’s a little odd that it hasn’t changed that much in the decades since the terminal first came into being. Is the terminal a “completed” project? Or are there new ways to look at it that might make it even more useful? This week’s guest—Zach Lloyd—is convinced the terminal is ripe…
  continue reading
 
U.S. ambassador to the United Nations Linda Thomas-Greenfield joins The Post's Jonathan Capehart for a conversation about Sudan’s hunger and displacement crisis, the underlying conflict of the country’s civil war and the response from the international community.Conversation recorded on Tuesday, July 30, 2024.…
  continue reading
 
A language’s AST—it’s abstract syntax tree—is nearly always a hidden implementation detail. It’s not treated as part of the language, but merely the intermediate step between parsing and compiling. But this week’s guest aims to flip that relationship on its head... Peter Saxton joins me to talk about EYG - an AST-first language that defines the fun…
  continue reading
 
As she sets the stage for her presidential campaign in the upcoming 2024 election, we revisit this conversation with Vice President Kamala Harris from 2019 as she sat down with Jonathan Capehart to discuss her memoir, upbringing and career in front of a live audience on the campus of George Washington University. Conversation recorded on Jan. 9, 20…
  continue reading
 
DuckDB’s become a favourite data-handling tool of mine, simply because it does so many small things well. It can read and write a huge number of data formats; it can infer schemas automatically when you just want to move quickly; and it can interface with most languages, run like lightning on the desktop or be embedded into a webpage. I’m a huge fa…
  continue reading
 
In a special expanded edition of First Look, Sen. Tim Kaine (D-Va.) talked about Vice President Kamala Harris’s White House campaign, possibilities for her running mate and the political dynamic in his home state. Next, Post reporters and columnists discussed where the presidential contest goes from here and offered perspectives on a historic and u…
  continue reading
 
RRWeb is based on a simple idea: If you capture all the DOM events in a browser session, and when they happened, you could play it back later. Play it back for diagnosing error conditions, for understanding your user’s journey, or for creating demo videos that can be edited element-by-element instead of frame-by-frame. Unfortunately, the simple ide…
  continue reading
 
Retired judge David Tatel joins The Post's Jonathan Capehart for a conversation about his new memoir, his rise to becoming a judge on the influential D.C. circuit, coming to terms with his blindness and his growing concern about the direction of the Supreme Court.Conversation recorded on Wednesday, July 10, 2024.…
  continue reading
 
The ZigLang team have put an astonishing amount of effort into making Zig work an effective tool for compiling C across different architectures. Work that benefits the Zig language, but also has a chance to benefit languages like Python and Rust. Or indeed, any language that uses native C libraries somewhere in its stack. So this week we’re joined …
  continue reading
 
In a special expanded edition of First Look, Post reporters and columnists discuss the debate in the Democratic party over Biden's candidacy, the upcoming Republican National Convention and the stakes for American democracy in the 2024 presidential election.Conversation recorded on Friday, July 12, 2024.…
  continue reading
 
Back in 2012, José Valim started building Elixir to as a way to have his ideal programming language running on the same platform as Erlang. Fast-forward 12 years and it’s become build anything from distributed infrastructure to notebooks and websites. In this week’s Developer Voices, José joins us to tell the history of Elixir in a series of design…
  continue reading
 
There’s huge pressure on Python at the moment to get faster, ideally without changing at all. One increasingly–popular way of achieving that impossible task is to push the performance critical code down into C, C++, or Rust. And this week we’re focussing on the Python route, as we take a look at PyO3. David Hewitt’s the principal committer to PyO3,…
  continue reading
 
Most message systems have an opinion on the right way to do inter-systems communication. Whether it’s actors, queues, message logs or just plain ol’ request response, nearly every tool has decided on The Right Way to do messaging, and it optimises heavily for that specific approach. But NATS is absolutely running against that trend. In this week’s …
  continue reading
 
Alex Edelman has just won a Tony award for his Broadway solo stand-up show "Just for Us" that he also turned into a HBO special. In this encore presentation from April, Edelman talks about exploring antisemitism through humor in the hit show and why the special “felt conversant with the moment but also sort of an escape from” Hamas’s October 7 atta…
  continue reading
 
Smalltalk is one of those programming languages that’s lived out of the mainstream, but often referenced as an influence and an important part of programming history. It’s the cornerstone of object-oriented programming, it was into message passing before actors were cool, and it blurs the line between operating system, programming language and pers…
  continue reading
 
Historian and special envoy to monitor and combat antisemitism Deborah Lipstadt joins The Post’s Jonathan Capehart for a conversation about the spike in antisemitism following the Oct. 7 Hamas attack on Israel, her role at the State Department, her scholarship about the Holocaust and the lessons of the past for today.Conversation recorded on Thursd…
  continue reading
 
This week we take a close look at the language Inko from two perspectives: The language design features that make it special, and the realities of being a language developer. Yorick Peterse joins us to discuss why he’s building Inko, and which design sweetspots he’s looking for. We begin with memory management, aiming for the kind of developer who …
  continue reading
 
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 episod…
  continue reading
 
Following its success as a 45th annual Telly Award winner in the DEI category, we revisit a 2023 conversation with Alicia Roth Weigel, an activist profiled in “Every Body," a new documentary exploring the lives of intersex people who are born with a combination of male and female biological traits as she discusses the intersex community, gender ide…
  continue reading
 
This week on Developer Voices we’re talking to Ryan Worl, whose career in big data engineering has taken him from DataDog to Co-Founding WarpStream, an Apache Kafka-compatible streaming system that uses Golang for the brains and S3 for the storage. Ryan tells us about his time at DataDog, along with the things he learnt from doing large-scale syste…
  continue reading
 
Actor Hoa Xuande, star of the new espionage thriller "The Sympathizer," talks about his role as a double agent in the miniseries, how the show reexamines the Vietnam war through the Vietnamese perspective and how growing up in Australia led him on a path to "figure out who he really is."Conversation recorded on Thursday, May 23 2024.…
  continue reading
 
PostgreSQL is an incredible general-purpose database, but it can’t do everything. Every design decision is a tradeoff, and inevitably some of those tradeoffs get fundamentally baked into the way it’s built. Take storage for instance - Postgres tables are row-oriented; great for row-by-row access, but when it comes to analytics, it can’t compete wit…
  continue reading
 
Loading …

Quick Reference Guide