ut SE-Radio Episode 325: Tammy Butow on Chaos Engineering By se-radio.net Published On :: Tue, 29 May 2018 19:01:15 +0000 Edaena Salinas talks with Tammy Butow about Chaos Engineering. Tammy is a Principal Site Reliability Engineer at Gremlin. The discussion covers: how Chaos Engineering emerged, the types of chaos that can be introduced to a system, and how to structure... Full Article
ut SE-Radio Episode 335: Maria Gorlatova on Edge Computing By traffic.libsyn.com Published On :: Mon, 20 Aug 2018 17:14:33 +0000 Edaena Salinas talks with Maria Gorlatova about Edge Computing. Maria Gorlatova is an Associate Research Scholar at Princeton University Department of Electrical Engineering. The discussion covers: IoT, edge computing, the architecture of edge computing, running a machine learning model on the edge, and the benefits of edge computing. Full Article
ut SE-Radio Episode 337: Ben Sigelman on Distributed Tracing By se-radio.net Published On :: Tue, 11 Sep 2018 16:45:40 +0000 Ben Sigelman CEO of LightStep and co-author of the OpenTracing standard discusses distributed tracing, a form of event-driven observability for debugging distributed systems, understanding latency outlyers, and delivering "white box" analytics. Full Article
ut 366: Test Automation with Arnon Axelrod By traffic.libsyn.com Published On :: Thu, 16 May 2019 00:33:35 +0000 Arnon Axelrod speaks with SE Radio’s Simon Crossley about test automation, a large complex subject that most listeners will have at least some familiarity with. Axelrod has worked in software engineering and test automation in several high-tech companie... Full Article
ut Episode 368: Bryan Helmig on Managing Distributed Teams By traffic.libsyn.com Published On :: Thu, 30 May 2019 23:58:16 +0000 The use of distributed and remote software teams have grown dramatically in the past five years, presenting new challenges for managers and engineers alike. Bryan Helmig talks about the best practices his company, Zapier, uses to manage remote software... Full Article
ut Episode 376: Justin Richer On API Security with OAuth 2 By se-radio.net Published On :: Tue, 13 Aug 2019 17:44:10 +0000 Justin Richer, lead author of the OAuth2 In Action book discusses the key technical features of the OAuth2 authorization protocol and the current best practices for selecting the right parts of it for your use case. Full Article
ut Episode 377: Heidi Howard on Distributed Consensus By traffic.libsyn.com Published On :: Tue, 20 Aug 2019 20:29:28 +0000 Heidi Howard, a researcher in the field of distributed systems, discusses distributed consensus. Heidi explains when we need it, when we don't need and the algorithms we use to achieve it. Full Article
ut Episode 379: Claire Le Goues on Automated Program Repair By traffic.libsyn.com Published On :: Tue, 03 Sep 2019 17:41:07 +0000 Felienne interviews Claire Le Goues about automatic program repair. Can programs repair themselves and what techniques are involved in that? Full Article
ut Episode 406: Torin Sandall on Distributed Policy Enforcement By traffic.libsyn.com Published On :: Tue, 14 Apr 2020 22:58:26 +0000 Torin Sandall of Styra and Open Policy Agent discussed OPA and policy engines and how they can benefit software projects security and compliance. Host Justin Beyer spoke with Sandall about the benefits of removing authorization logic from your application... Full Article
ut Episode 409: Joe Kutner on the Twelve Factor App By traffic.libsyn.com Published On :: Thu, 14 May 2020 00:44:43 +0000 Joe Kutner, Software Architect for Heroku at Salesforce.com, spoke with host Kanchan Shringi about the 12-Factor App methodology, which aids development of modern apps that are portable, scalable, easy to test, and continuously deployable. Full Article
ut Episode 424: Sean Knapp on Dataflow Pipeline Automation By traffic.libsyn.com Published On :: Wed, 02 Sep 2020 18:47:42 +0000 Sean Knapp of Ascend.io talks to Robert Blume about data pipeline automation with an orchestration layer. Full Article
ut Episode 437: Architecture of Flutter By traffic.libsyn.com Published On :: Tue, 08 Dec 2020 21:39:52 +0000 Tim Sneath, product management for Flutter and Dart at Google discusses what Flutter is, why it was created, where Dart came from, what the different layers of Flutter are, why it is so popular and why it makes a developers life much easier. Full Article
ut Episode 443: Shawn Wildermuth on Diversity and Inclusion in the Workplace By traffic.libsyn.com Published On :: Wed, 20 Jan 2021 17:31:03 +0000 Felienne discusses diversity and inclusivity in software development with Shawn Wildermuth, Microsoft MVP and creator of the Hello World movie. Full Article
ut Episode 447: Michael Perry on Immutable Architecture By traffic.libsyn.com Published On :: Thu, 18 Feb 2021 17:09:54 +0000 Michael L. Perry discusses his recently published book, The Art of Immutable Architecture, distinguishing immutable architecture from other approaches and, using familiar examples such as git and blockchain, addresses some possible misunderstandings... Full Article
ut Episode 468: Iljitsch van Beijnum on Internet Routing and BGP By se-radio.net Published On :: Tue, 13 Jul 2021 17:09:36 +0000 Networking researcher Iljitsch van Beijnum discusses internet routing and the border gateway protocol (BGP) with host Robert Blumen. Full Article
ut Episode 470: L. Peter Deutsch on the Fallacies of Distributed Computing By traffic.libsyn.com Published On :: Tue, 27 Jul 2021 18:23:06 +0000 L Peter Deutsch of Aladdin Enterprises and formerly of Sun Microsystems joined host Jeff Doolittle to discuss the fallacies of distributed computing. Peter retold the history and origin of the fallacies and how they have been addressed over... Full Article
ut Episode 474: Paul Butcher on Fuzz Testing By traffic.libsyn.com Published On :: Tue, 24 Aug 2021 18:51:14 +0000 Paul Butcher of AdaCore discusses Fuzz Testing, an automated testing technique used to find security vulnerabilities and other software flaws. Host Philip Winston spoke with Butcher about negative testing, brute-force fuzz testing... Full Article
ut Episode 483: Alexander Pugh on Robotic Process Automation By traffic.libsyn.com Published On :: Wed, 27 Oct 2021 18:47:58 +0000 Alexander Pugh discusses why and when to use Robotic Process Automation (RPA). Host Jeremy Jung spoke with Pugh about interacting with systems without APIs like mainframes; the importance of having developers involved when building bots; the difficulty... Full Article
ut Episode 487: Davide Bedin on Dapr Distributed Application Runtime By traffic.libsyn.com Published On :: Tue, 23 Nov 2021 19:22:20 +0000 Davide Bedine, a cloud solution architect at Microsoft and professional Dapr enthusiast joined host Jeff Doolittle to discuss his book, Practical Microservices with Dapr and .NET. Dapr, the Distributed Application Runtime, simplifies cloud-native... Full Article
ut Episode 492: Sam Scott on Building a Consistent and Global Authorization Service By traffic.libsyn.com Published On :: Tue, 28 Dec 2021 18:23:07 +0000 Sam Scott, CTO of Oso discusses how to build a global authorization service and challenges with host Priyanka. Full Article
ut Episode 502: Omer Katz on Distributed Task Queues Using Celery By se-radio.net Published On :: Fri, 11 Mar 2022 03:04:42 +0000 Omer Katz, a software consultant and core contributor to the Celery discusses the Celery task processing framework with host Nikhil Krishna. We discuss in depth, the Celery task processing framework, it's architecture and the underlying messaging... Full Article
ut Episode 509: Matt Butcher and Matt Farina on Helm Charts By se-radio.net Published On :: Tue, 26 Apr 2022 20:48:22 +0000 Matt Butcher and Matt Farina, authors of the book Learning Helm join SE Radio host Robert Blumen to discuss Helm, the package manager for kubernetes. Beginning with a review of kubernetes and Helm, this episode explores the history of helm;... Full Article
ut Episode 520: John Ousterhout on A Philosophy of Software Design By se-radio.net Published On :: Tue, 12 Jul 2022 22:03:43 +0000 John Ousterhout, professor of computer science at Stanford University, joined SE Radio host Jeff Doolittle for a conversation about his book, A Philosophy of Software Design. They discussed the history and ongoing challenges of software system design, especially the nature of complexity and the difficulties handling it. The conversation also explored various design concepts from the book, such as modularity, layering, abstraction, information hiding, maintainability, and readability. Full Article
ut Episode 521: Phillip Mayhew on Test Automation in Gaming By se-radio.net Published On :: Thu, 21 Jul 2022 20:17:00 +0000 Phillip Mayhew of GameDriver discusses test automation for games and game-like applications. Host Philip Winston spoke with Mayhew about the increasing role of test automation in modern game development, the impact on the QA role, how to run tests... Full Article
ut Episode 528: Jonathan Shariat on Designing to Avoid Worst Case Outcomes By se-radio.net Published On :: Wed, 07 Sep 2022 20:57:15 +0000 Jonathan Shariat, coauthor of the book Tragic Design, discusses harmful software design. SE Radio host Jeremy Jung speaks with Shariat about how poor design can kill in the medical industry, accidentally causing harm with features meant to bring joy... Full Article
ut SE Radio 560: Sugu Sougoumarane on Distributed SQL with Vitess By se-radio.net Published On :: Wed, 19 Apr 2023 20:46:00 +0000 Sugu Sougoumarane discusses how to face the challenges of horizontally scaling MySQL databases through the Vitess distribution engine and Planetscale, a service built on top of Vitess. The journey began with the growing pains of scale at YouTube around the time of Google’s acquisition of the video service. This episode explores ideas about topology management, sharding, Paxos, connection pooling, and how Vitess handles large transactions while abstracting complexity from the application layer. Full Article
ut SE Radio 569: Vladyslav Ukis on Rolling out SRE in an Enterprise By se-radio.net Published On :: Thu, 22 Jun 2023 21:54:00 +0000 Vladyslav Ukis, author of the book Establishing SRE Foundations: A Step-by-Step Guide to Introducing Site Reliability Engineering in Software Delivery Organizations, discusses how to roll out SRE in an enterprise. SE Radio host Brijesh Ammanath speaks with Vlad about the origins of SRE and how it complements ITIL (Information Technology Infrastructure Library). They examine how firms can establish foundations for rolling out SRE, as well as how to overcome challenges they might face in adopting. Vlad also recommends steps that organizations can take to sustain and advance their SRE transformation beyond the foundations. Full Article
ut SE Radio 573: Varun Singh on Evolution of Internet Protocols By se-radio.net Published On :: Wed, 19 Jul 2023 21:06:00 +0000 In this episode, Varun Singh, Chief Products and Technology Officer at Daily.co, speaks with host Nikhil Krishna about the 30-year evolution of web protocols. In particular, they explore the impact of protocol ossification, which has supported the Internet’s success but also limits the flexibility of evolving protocol suites such as TCP/IP and UDP by constraining future development. Varun points out how the end-to-end principle emphasizes full flexibility for end hosts, but the TCP implementation in the OS kernel as well as in “middle boxes” such as ISPs contributes to the constraints of ossification by blocking certain types of traffic. Further, the development of new protocols is challenging due to the need for backward compatibility with existing protocols. They discuss Google’s efforts – and the challenges it has faced – in working to move the HTTP protocol forward. The role of standards bodies such as the IETF and collaboration between industry stakeholders is crucial for the evolution of internet protocols, requiring a balance between maintaining backward compatibility and introducing new protocols such as QUIC and HTTP/3 to address existing constraints and improve internet performance and security. indeed, QUIC includes features that seek to actively avoid ossification and encourage evolution. Full Article
ut SE Radio 578: Ori Mankali on Secrets Management using Distributed Fragments Cryptography By se-radio.net Published On :: Tue, 22 Aug 2023 21:42:00 +0000 In this episode, Ori Mankali, senior VP of engineering at cloud security startup Akeyless, speaks with SE Radio’s Nikhil Krishna about secrets management and the innovative use of distributed fragment cryptography (DFC). In the context of enterprise IT, 'secrets’ are crucial for authentication in providing access to internal applications and services. Ori describes the unique challenges of managing these sensitive data, particularly given the complexities of doing so on a large scale in substantial organizations. They discuss the necessity for a secure system for managing secrets, highlighting key features such as access policies, audit capabilities, and visualization tools. Ori introduces the concept of distributed fragment cryptography, which boosts security by ensuring that the entire secret is never known to any single entity. The episode explores encryption and decryption and the importance of key rotation, as they consider the challenges and potential solutions in secrets management. Full Article
ut SE Radio 584: Charles Weir on Ruthless Security for Busy Developers By se-radio.net Published On :: Thu, 05 Oct 2023 19:07:00 +0000 Charles Weir—developer, security researcher, and Research Fellow at Security Lancaster—joins host Giovanni Asproni to discuss an approach that development teams can use to create secure systems without wasting effort on unnecessary security work. The episode starts with a broad description of the approach, which is based on Weir's research and on a free Developer Security Essentials workshop he created. Charles presents some examples from real-world projects, his view on AI's impact on security, and information about the workshop and where to find the materials. During the conversation, they consider several related topics including the concept of "good enough" security; security as a product decision; risk assessment, classification, and prioritization; and how to approach security in startups, greenfield, and legacy systems. Full Article
ut SE Radio 592: Jaxon Repp on Distributed Data Infrastructure By se-radio.net Published On :: Thu, 30 Nov 2023 00:57:00 +0000 Jaxon Repp of HarperDB speaks with Brijesh Ammanath about distributed data infrastructure, including what it is and why it's important. They discuss the key factors that make distributed data infrastructure attractive, as well as challenges to implementing it. The episode explores the architecture and design principles, the key security considerations, and the transition factors for distributed data Infrastructure. Brought to you by IEEE Computer Society and IEEE Software. Full Article
ut SE Radio 596: Maxim Fateev on Durable Execution with Temporal By se-radio.net Published On :: Wed, 27 Dec 2023 20:12:00 +0000 Maxim Fateev, the CEO of Temporal, speaks with SE Radio's Philip Winston about how Temporal implements durable execution. They explore concepts including workflows, activities, timers, event histories, signals, and queries. Maxim also compares deployment using self-hosted clusters or the Temporal Cloud. Full Article
ut SE Radio 614: Wouter Groeneveld on Creative Problem Solving for Software Development By se-radio.net Published On :: Fri, 03 May 2024 01:19:00 +0000 Wouter Groeneveld, author of The Creative Programmer and PhD researcher at KU Leuven, discusses his research related to programming education with host Jeremy Jung. Topics include evaluating projects, constraints, social debt in teams, common fallacies in critical thinking, maintaining flow state, documenting and retaining knowledge, and creating environments that encourage creativity. Brought to you by IEEE Software and IEEE Computer Society. Full Article
ut SE Radio 625: Jonathan Schneider on Automated Refactoring with OpenRewrite By se-radio.net Published On :: Tue, 16 Jul 2024 23:17:00 +0000 Jonathan Schneider, the cofounder of Moderne and the creator of OpenRewrite, talks with SE Radio's Gregory Kapfhammer about automated software maintenance. In addition to exploring the design and implementation of OpenRewrite, Schneider explains how the tool can automatically support software maintenance tasks such as framework migration and security fixes for programs implemented in languages like Java. The episode also explores how OpenRewrite uses the lossless semantic tree to support automated refactoring though the use of recipes. Brought to you by IEEE Computer Society and IEEE Software magazine. Full Article
ut SE Radio 632: Goran Petrovic on Mutation Testing at Google By se-radio.net Published On :: Thu, 05 Sep 2024 00:45:00 +0000 Goran Petrovic, a Staff Software Engineer at Google, speaks with host Gregory M. Kapfhammer about how to perform mutation testing on large software systems. They explore the design and implementation of the mutation testing infrastructure at Google, discussing the strategies for ensuring that it enhances both developer productivity and software quality. They also investigate the findings from experiments that quantify how mutation testing enables software engineers at Google to write better tests that can detect defects and increase confidence in software correctness. Brought to you by IEEE Computer Society and IEEE Software magazine. Full Article
ut SE Radio 633: Itamar Friedman on Automated Testing with Generative AI By se-radio.net Published On :: Wed, 11 Sep 2024 23:52:00 +0000 Itamar Friedman, the CEO and co-founder of CodiumAI, speaks with host Gregory M. Kapfhammer about how to use generative AI techniques to support automated software testing. Their discussion centers around the design and use of Cover-Agent, an open-source implementation of the automated test augmentation tool described in the Foundations of Software Engineering (FSE) paper entitled “Automated Unit Test Improvement using Large Language Models at Meta“ by Alshahwan et al. The episode explores how large-language models (LLMs) can aid testers by automatically generating test cases that increase the code coverage of an existing testing suite. They also investigate other automated testing topics, including how Cover-Agent compares to different LLM-based tools and the strengths and weaknesses of using LLM-based approaches in software testing. Full Article
ut Clams offer clues about the Little Ice Age By physicstoday.scitation.org Published On :: Fri, 16 Sep 2022 16:43:34 GMT -- Delivered by Feed43 service Full Article
ut A direct solution to the crystallography phase problem By physicstoday.scitation.org Published On :: Tue, 27 Sep 2022 00:00:35 GMT -- Delivered by Feed43 service Full Article
ut Drag out of By www.usingenglish.com Published On :: Mon, 26 Jul 2021 05:26:55 +0000 Force someone to confess or tell the truth Full Article
ut Work out By www.usingenglish.com Published On :: Fri, 17 Sep 2021 00:49:06 +0000 To Exercise Full Article
ut Key out By www.usingenglish.com Published On :: Fri, 21 Jan 2022 09:09:02 +0000 If you key out a plant, you identify it by using binary choices like whether it has needle leaves or doesn't. Full Article
ut Go out By www.usingenglish.com Published On :: Tue, 02 Jul 2024 13:12:05 +0000 Participate in a romantic relationship, spending time together in social settings. Full Article
ut Run out By www.usingenglish.com Published On :: Tue, 02 Jul 2024 13:18:45 +0000 To have none left. Full Article
ut AMD 5nm Zen 4 EPYC CPUs And Radeon Instinct GPUs To Power El Capitan Supercomput By www.pcstats.com Published On :: Fri, 06 Mar 2020 15:37:18 AMD just announced today a design win in conjunction with the Lawrence Livermore National Laboratory (LLNL) and Hewlett-Packard Enterprise (HPE), win which it will be providing the hardware powering the El Capitan exascale-class supercomputer. What caught our eye about this announcement was not the compute performance -- which will be enormous ... [PCSTATS] Full Article CPU / Processors
ut AMD Computing Roadmap 2020 by Mark Papermaster By www.pcstats.com Published On :: Wed, 11 Mar 2020 09:02:00 At AMD Financial Analyst Day 2020, Mark Papermaster unveiled the AMD computing roadmap for 2020 and beyond. Check it out!... [PCSTATS] Full Article Computer / SFF PCs
ut Radically Reimagining Our Future Through Climate Fiction By www.yesmagazine.org Published On :: Mon, 01 Apr 2024 13:00:00 +0000 When it comes to telling the story of climate change, we need both journalism and fiction to imagine a better world. Full Article Environment Climate climate solutions Climate Fiction cli fi
ut Imagining a More Just Climate Future By www.yesmagazine.org Published On :: Wed, 03 Apr 2024 14:00:00 +0000 When we think about climate change, we often think in terms of statistics, studies, and measurements of melting glaciers, dwindling wildlife populations, and mass human migration. It’s a grim reality. Full Article Environment Climate Climate Fiction YES! Presents: Rising Up with Sonali Narrative Climate Change
ut How Folklore Can Shape Our Climate Futures By www.yesmagazine.org Published On :: Fri, 12 Apr 2024 14:00:00 +0000 It’s not just our homes that are at risk from climate change; it’s our customs, songs, and stories. Full Article Climate Environment Water Climate Change Louisiana Native land Appalachia
ut Mothering As a Radical Climate Solution By www.yesmagazine.org Published On :: Thu, 09 May 2024 21:12:08 +0000 Emily Raboteau’s latest book is a meditation on how we can more clearly see and care for all we hold dear. Full Article Women Environment Racial Justice Water Climate Crisis Parenting climate justice Motherhood care Emily Raboteau
ut Mutual Aid in the Aftermath of Hurricane Helene By www.yesmagazine.org Published On :: Fri, 11 Oct 2024 14:00:00 +0000 A self-described "climate refugee" deals with the devastation of Hurricane Helene in Asheville, North Carolina. Full Article Environment Climate Asheville North Carolina Hurricane Helene Mutual Aid Climate Change YES! Presents: Rising Up with Sonali