ge Episode 397: Pat Helland on Data Management with Microservices.mp3 By traffic.libsyn.com Published On :: Thu, 06 Feb 2020 18:07:13 +0000 Pat Helland talks to host Akshay Manchale about Data Management at scale in a Microservices world. Pat talks about trends in managaging data in a distributed microservices world, immutability, idempotence, inside and outside data, descriptive... Full Article
ge Episode 405: Yevgeniy Brikman on Infrastructure as Code Best Practices By traffic.libsyn.com Published On :: Tue, 07 Apr 2020 21:15:47 +0000 Yevgeniy Brikman, author of Terraform: Up & Running: Writing Infrastructure as Code and co-founder of Gruntwork talks with host Robert Blumen about how to apply best practices from software engineering to the development of infrastructure as code... Full Article
ge Episode 415: Berkay on Incident Management By traffic.libsyn.com Published On :: Tue, 30 Jun 2020 17:56:34 +0000 Berkay Mollamustafaoglu, founder of Ops Genie, discusses the keys to an effective incident management process. Many aspects of incident management are counter intuitive. Why does increasing the rate of change increase uptime? Why is culture the most... Full Article
ge Episode 417: Alex Petrov on Database Storage Engines By traffic.libsyn.com Published On :: Thu, 16 Jul 2020 23:59:04 +0000 Alex Petrov, author of Database Internals explains the ins and outs of database storage engines. What are they? How do they differ? What problems do they solve? Host Adam Gordon Bell spoke with Alex about these questions as well as how information... Full Article
ge Episode 422: Michael Geers on Micro Frontends By traffic.libsyn.com Published On :: Mon, 17 Aug 2020 17:02:33 +0000 Kanchan spoke with Michael Geers on the Micro Frontends. Micro Frontends is an architectural style that aims to extends the benefits of microservices to UI. Full Article
ge 423: Ryan Singer on Remote Work By traffic.libsyn.com Published On :: Tue, 25 Aug 2020 17:33:04 +0000 Ryan Singer, Head of Strategy at Basecamp discusses the mindset and culture behind a successful remote work for engineers. Akshay spoke with Ryan about communication, collaboration and cultural aspects of working remotely. Full Article
ge Episode 425: Paul Smith on The Crystal Programming Language and the Lucky Web Framework By traffic.libsyn.com Published On :: Wed, 09 Sep 2020 16:22:48 +0000 Paul Smith discusses the Crystal Programming Language and the Lucky web framework with Jeremy Jung. Full Article
ge Episode 446: Nigel Poulton on Kubernetes Fundamentals By se-radio.net Published On :: Wed, 10 Feb 2021 21:47:32 +0000 Nigel Poulton, author of The Kubernetes Book and Docker Deep Dive, discusses Kubernetes fundamentals, why Kubernetes is gaining so much momentum, deploying an example app, and why Kubernetes is considered "the" Cloud OS. Full Article
ge Episode 464: Rowland Savage on Getting Acquired By traffic.libsyn.com Published On :: Wed, 16 Jun 2021 17:25:33 +0000 Rowland Savage, author of How to Stick the Landing: The M&A Handbook for Startups, discusses how company acquisitions work, the three types, and why it is so important for software engineering startups to know the details to make an acquisition happen. Full Article
ge Episode 465: Kevlin Henney and Trisha Gee on 97 Things Every Java Programmer Should Know By traffic.libsyn.com Published On :: Tue, 22 Jun 2021 23:29:10 +0000 Trisha Gee and Kevlin Henney of 97 things every Java developer should know discusses their book, which is a collection of essays by different developers covering the most important things to know. Host Felienne spoke withGee and Henney about all things... Full Article
ge Episode 489: Sam Boyer Package Management By traffic.libsyn.com Published On :: Wed, 08 Dec 2021 17:09:23 +0000 Guest Sam Boyer, author of So you want to write a package manager talks about package management. The discussion covers - what is a package? what does it mean to manage package? package meta-data; package versioning; the quantity of packages in modern... Full Article
ge Episode 500: Sergey Gorbunov on Blockchain Interoperability By se-radio.net Published On :: Wed, 23 Feb 2022 18:21:19 +0000 Sergey Gorbunov of Axelar discusses blockchain interoperability, a technology that enables decentralized applications to work across multiple blockchain ecosystems. Host Philip Winston spoke with Gorbunov about programmable blockchains, distributed vs. centralized changes, the Ethereum virtual machine, Axelar's Cross-Chain Gateway Protocol and Cross-Chain Transfer Protocol, security issues, delegated proof of stake... Full Article
ge Episode 517: Jordan Adler on Code Generators By se-radio.net Published On :: Tue, 21 Jun 2022 20:58:34 +0000 In this episode, SE Radio host Felienne speaks with Jordan Adler of OneSignal about code generation, a technique to generate code from specifications like UML or from other programming languages such as Typescript. They also discuss code transformation, which can be us Full Article
ge Episode 518: Karl Wiegers on Software Engineering Lessons By se-radio.net Published On :: Wed, 29 Jun 2022 00:07:50 +0000 Karl Wiegers, Principal Consultant with Process Impact and author of 13 books, discusses specific software development practices that can help you make sure that you don't repeat the same problems he sees time and time again with every customer... Full Article
ge Episode 529: Jeff Perry on Career Management for Software Engineers By se-radio.net Published On :: Wed, 14 Sep 2022 16:00:17 +0000 Jeff Perry, career coach with experience in multiple engineering and technology fields discusses how software engineers can be intentional and proactive in evaluating and pursuing career options, with host Kanchan Shringi. Full Article
ge Episode 536: Ryan Magee on Software Engineering in Physics Research By se-radio.net Published On :: Wed, 02 Nov 2022 16:03:00 +0000 Ryan Magee, postdoctoral scholar research associate at LIGO Laboratory – Caltech, joins host Jeff Doolittle for a conversation about how software is used by scientists in physics research. The episode begins with a discussion of gravitational waves... Full Article
ge Episode 547: Nicholas Manson on Identity Management for Cloud Applications By se-radio.net Published On :: Wed, 18 Jan 2023 19:29:00 +0000 Nicholas Manson, a SaaS Architect with more than 2 decades of experience building cloud applications, speaks with host Kanchan Shringi about identity and access management requirements for cloud applications. They begin by examining what a digital... Full Article
ge Episode 551: Vidal Graupera on Manager 1-1 with Direct Reports By se-radio.net Published On :: Wed, 15 Feb 2023 20:51:00 +0000 Vidal Graupera, an Engineering Manager at LinkedIn, speaks with SE Radio’s Brijesh Ammanath about the importance of managers' one-on-one meetings with direct reports. They start by considering how a 1:1 meeting differs from other meetings... Full Article
ge SE Radio 570: Stanisław Barzowski on the jsonnet Language By se-radio.net Published On :: Tue, 27 Jun 2023 22:15:00 +0000 Stanisław Barzowski of XTX Markets and a committer on the jsonnet project joins SE Radio's Robert Blumen for a conversation about the jsonnet programming language. A superset of JSON, jsonnet adds programming language capabilities, particularly to address the need to handle large but mostly repetitive JSON configurations. They discuss the project’s history, use cases for Grafana and Kubernetes config, and interoperability with YAML. They examine jsonnet details, including the command line, constrained capabilities of the language, and objects and inheritance, and then consider the toolchain: compiler, formatter, and linter, as well as test frameworks and testing, package management, and the language’s performance. Barzowski describes four implementations -- go, C++, Rust, and Scala -- as well as popular libraries and the standard library. Full Article
ge 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
ge SE Radio 604: Karl Wiegers and Candase Hokanson on Software Requirements Essentials By se-radio.net Published On :: Thu, 22 Feb 2024 00:05:00 +0000 Karl Wiegers, Principal Consultant with Process Impact and author of 14 books, and Candase Hokanson, Business Architect and PMI-Agile Certified Practitioner at ArgonDigital, speak with SE Radio host Gavin Henry about software requirements essentials. They explore five different parts of requirements engineering and how you can apply them to any ongoing project. Wiegers and Hokanson describe why requirements constantly change, how you can test that you're meeting them, and why the tools you have at hand are suitable to start straight away. They discuss the need for requirements in every software project and provide recommendations on how to gather, analyze, validate, and manage those requirements. Candase and Karl offer in-depth perspectives on a range of topics, including how to elicit requirements, speak with users, get to the source of the business or user goal, and create requirement sets, models, prototypes, and baselines. Finally, they look at specifications you can use, and how to validate, test, and verify them. Brought to you by IEEE Computer Society and IEEE Software magazine. Full Article
ge SE Radio 607: John Frandsen on Geospatial Technologies By se-radio.net Published On :: Tue, 12 Mar 2024 22:04:00 +0000 John Frandsen, Chief Product officer for Elebase, joins host Jeff Doolittle for an exploration of geospatial technologies. The conversation begins with a discussion of the history of mapping and global information systems (GIS) technologies. John describes the underlying technologies used in location-aware applications and the ways that developers can incorporate maps in their own applications. The conversation also highlights recent changes and innovations in the space, as well as the challenges and opportunities of incorporating your own data into existing base map providers. This episode is sponsored by WorkOS. Full Article
ge SE Radio 608: Lane Wagner on Revisiting the Go Language By se-radio.net Published On :: Wed, 20 Mar 2024 18:44:00 +0000 Lane Wagner of Boot.dev speaks with host Philip Winston about Go, the programming language that's popular for web, cloud, devops, networking, and other types of development. In addition to discussing existing features such as structs, interfaces, concurrency, and error handling, Lane and Philip take a deep look at generics, a recent addition to the language. They also explore the developer experience with Go. Full Article
ge SE Radio 603: Rishi Singh on Using GenAI for Test Code Generation By se-radio.net Published On :: Mon, 01 Apr 2024 23:45:00 +0000 Rishi Singh, founder and CEO at Sapient.ai, speaks with SE radio’s Kanchan Shringi about using generative AI to help developers automate test code generation. They start by identifying key problems that developers are looking for in an automated test-generation solution. The discussion explores the capabilities and limitations of today’s large language models in achieving that goal, and then delves into how Sapient.ai has built wrappers around LLMs in an effort to improve the quality of the generated tests. Rishi also suggests how to validate the generated tests and outlines his vision of the future for this rapidly evolving area. Brought to you by IEEE Computer Society and IEEE Software magazine. This episode is sponsored by WorkOS. Full Article
ge SE Radio 610: Phillip Carter on Observability for Large Language Models By se-radio.net Published On :: Wed, 03 Apr 2024 19:59:00 +0000 Phillip Carter, Principal Product Manager at Honeycomb and open source software developer, talks with host Giovanni Asproni about observability for large language models (LLMs). The episode explores similarities and differences for observability with LLMs versus more conventional systems. Key topics include: how observability helps in testing parts of LLMs that aren't amenable to automated unit or integration testing; using observability to develop and refine the functionality provided by the LLM (observability-driven development); using observability to debug LLMs; and the importance of incremental development and delivery for LLMs and how observability facilitates both. Phillip also offers suggestions on how to get started with implementing observability for LLMs, as well as an overview of some of the technology's current limitations. This episode is sponsored by WorkOS. Full Article
ge SE Radio 611: Ines Montani on Natural Language Processing By se-radio.net Published On :: Tue, 09 Apr 2024 08:00:00 +0000 Ines Montani, co-founder and CEO of Explosion, speaks with host Jeremy Jung about solving problems using natural language processing (NLP). They cover generative vs predictive tasks, creating a pipeline and breaking down problems, labeling examples for training, fine-tuning models, using LLMs to label data and build prototypes, and the spaCy NLP library. Full Article
ge SE Radio 612: Eyal Solomon on API Consumption Management By se-radio.net Published On :: Tue, 16 Apr 2024 23:49:00 +0000 Eyal Solomon, CEO and co-founder of Lunar.dev, joins SE Radio’s Kanchan Shringi for a discussion on tooling for API consumption management. The episode starts by examining why API consumption management is an increasingly important topic, and how existing tooling on the provider side can be inadequate for client-side issues. Eyal talks in detail about issues that are unique to API consumers, before taking a deep dive into the evolution of middleware built by teams and companies to address these issues and the gaps. Finally they consider how Lunar.dev seeks to solve these issues, as well as Eyal's vision of lunar.dev as a open source platform. This episode is sponsored by WorkOS. Full Article
ge SE Radio 626: Ipek Ozkaya on Gen AI for Software Architecture By se-radio.net Published On :: Tue, 23 Jul 2024 23:30:00 +0000 Ipek Ozkaya, Principal Researcher and Technical Director of the Engineering Intelligent Software Systems group at the Software Engineering Institute, Carnegie Mellon, discusses generative AI for Software Architecture with SE Radio host Priyanka Raghavan. The episode delves into fundamental definitions of software architecture and explores use cases in which gen AI can enhance architecture activities. The conversation spans from straightforward to challenging scenarios and highlights examples of relevant tooling. The episode concludes with insights on verifying the correctness of output for software architecture prompts and future trends in this domain. Brought to you by IEEE Computer Society and IEEE Software magazine. Full Article
ge 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
ge SE Radio 638: Nick Tune and Jean-Georges Perrin on Architecture Modernization By se-radio.net Published On :: Thu, 17 Oct 2024 20:51:00 +0000 Nick Tune and Jean-Georges Perrin join host Giovanni Asproni to talk about their proposed approach to modernizing legacy systems. The episode starts with some high-level perspective to set context for the approach described in their book, Architecture Modernization (Manning, 2024). From there, the discussion turns to important details, including criteria for deciding which aspects to revisit; some of the activities, processes, and tools; and the importance of data engineering in modernization efforts. Nick and Jean-Georges describe how to successfully implement an architecture-modernization effort, and how to fit that work with the teams' other priorities. The episode finishes with some warnings about the typical risks associated with modernizing a legacy system, and suggestions on how to mitigate them. This episode is sponsored by QA Wolf. Full Article
ge 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
ge Palit GeForce RTX 2080 Super Gaming Pro OC By www.pcstats.com Published On :: Fri, 06 Mar 2020 15:09:35 Palit's RTX 2080 Super Gaming Pro OC is a new variant with a triple-slot, triple-fan cooler, to replace their dual-fan designs. It delivers solid temperatures and noise levels. At $720, the card is priced very reasonably, yet includes a factory overclock, idle-fan-stop, and backplate.... [PCSTATS] Full Article Video Cards
ge NVIDIA GeForce RTX 2060 SUPER FE Overclocking By www.pcstats.com Published On :: Wed, 11 Mar 2020 09:01:00 Want to know the kind of performance you will see at 1440p on an NVIDIA GeForce RTX 2060 SUPER FE when it is overclocked? Check out our gaming review.... [PCSTATS] Full Article Video Cards
ge Galax GeForce RTX 2070 Super HOF 10 Year Anniversary By www.pcstats.com Published On :: Wed, 11 Mar 2020 18:41:29 The Galax RTX 2070 Super HOF 10 Year comes with a large overclock on both GPU and memory, it's actually the fastest RTX 2070 we ever tested, almost matching RTX 2080. Thanks to a large power limit increase and 16 Gbps memory chips from Samsung, manual overclocking works great, too.... [PCSTATS] Full Article Video Cards
ge Best Budget Gaming Monitors 2020 By www.pcstats.com Published On :: Thu, 12 Mar 2020 09:01:00 If you're tight on cash but want a really good monitor, this is the article for you. For putting together this buying guide we narrowed down our options to displays that give you the best experience for the lowest possible price.... [PCSTATS] Full Article Monitors
ge Vertagear SL5000SE Gaming Chair Review By www.pcstats.com Published On :: Fri, 13 Mar 2020 09:01:00 Are you in the market for a new gaming chair? Vertagear has only been in the world of chairs since 2015 but they have plenty of options available. The SL5000 features top of the line fabrics with intricate stitching, removable lumbar pillow and luxurious memory foam head pillow � but what else sets the SL5000 special edition apart from the competit... [PCSTATS] Full Article Peripherals
ge Education for Nomadic Families in Nigeria By www.yesmagazine.org Published On :: Fri, 29 Mar 2024 19:02:25 +0000 Displaced by climate change, Fulani children are getting access to education no one in their communities has had before. Full Article Environment Health & Happiness Social Justice Education Nigeria Nomadic Peoples Fulani
ge Rewilding the American Serengeti By www.yesmagazine.org Published On :: Tue, 21 May 2024 22:53:18 +0000 A tribal college internship aims to train the next generation of stewards for a recovering prairie ecosystem—its land, animals, and people. Full Article Environment Native rights Indigenous lands Dawes Act Fort Belknap Tribes black-footed ferret swift fox Montana colonialism Buffalo Bison rewilding Buffalo Center
ge As Summer Swelters, Can Workers Get Heat Protections? By www.yesmagazine.org Published On :: Mon, 01 Jul 2024 14:00:00 +0000 As temperatures continue to rise, California workers, worker protection groups, and state regulators are making progress on implementing heat regulations. Full Article Social Justice Climate Environment Progress 2025: Climate and Environment California Climate Change worker rights Cal/OSHA Heat Standards
ge Should Voters Pick Judges? By www.yesmagazine.org Published On :: Thu, 24 Oct 2024 14:00:00 +0000 Only a few localities nationwide allow voters to elect judges. What impact would democratizing judge selection have on the judiciary? Full Article Democracy Clean elections YES! Presents: Rising Up with Sonali Judges Judicial Power 2024 Election
ge Storm-Ravaged North Carolina Rallies Voters By www.yesmagazine.org Published On :: Thu, 31 Oct 2024 22:57:21 +0000 A coalition of progressive groups, including labor organizers, are connecting the dots on climate and the economy in North Carolina GOTV efforts. Full Article Democracy Climate Climate Change 2024 Election YES! Presents: Rising Up with Sonali North Carolina Hurricane Helene
ge Israeli Journalist Decries Gaza Genocide By www.yesmagazine.org Published On :: Thu, 17 Oct 2024 14:00:00 +0000 Gideon Levy, an Israeli journalist long critical of his nation’s apartheid state, offers moral clarity on the first anniversary of the genocide in Gaza. Full Article Social Justice Racial Justice Israel Palestine Gaza Genocide YES! Presents: Rising Up with Sonali Gideon Levy
ge Post-Election Organizing to End the Gaza Genocide By www.yesmagazine.org Published On :: Wed, 06 Nov 2024 23:40:18 +0000 How will Donald Trump’s re-election impact the Gaza genocide? And did Kamala Harris fail to win over Arab American votes? Full Article Democracy Social Justice Racial Justice 2024 Election YES! Presents: Rising Up with Sonali Khury Peterson-Smith Donald Trump Kamala Harris Israel Gaza
ge Can U.S. Voters End the Gaza Genocide? By www.yesmagazine.org Published On :: Mon, 16 Sep 2024 22:44:35 +0000 Votes are power, and many protestors are declaring that without an arms embargo on Israel, no candidate will get their vote. Full Article Native rights Activism Democracy Social Justice 2024 Election Progress 2025: Colonialism and Sovereignty Progress 2025 DNC Donald Trump Kamala Harris Israel Palestine Gaza
ge Meet the Haitian Immigrants Endangered By Trump’s Racist Lies By www.yesmagazine.org Published On :: Fri, 20 Sep 2024 14:02:00 +0000 Donald Trump’s debunked claims tap into a centuries-long racist narrative that has real impact on Haitian immigrants and Haitian Americans, in Ohio and beyond. Full Article Social Justice Racial Justice Immigration Donald Trump Haiti Ohio 2024 Election Immigrants Haitian Immigrants Debate Springfield
ge Turn Anger into Climate Activism This Election, Says Jane Fonda By www.yesmagazine.org Published On :: Fri, 25 Oct 2024 14:00:00 +0000 According to the actor and activist: “The choice is very clear: Do we vote for the future, or do we vote for burning up the planet?” Full Article Democracy Activism Divestment Climate Kamala Harris Covering Climate Now Gaza 2024 Election climate activism jane fonda Donald Trump Climate Change
ge Debt Collective Cancels $10M of Morehouse College Student Loans By www.yesmagazine.org Published On :: Thu, 02 Nov 2023 21:09:43 +0000 Black students are disproportionately impacted by student loans, but this debtors' union is taking steps to repair that disparity. Full Article Economy Racial Justice Wealth and inequality debt jubilee student debt YES! Presents: Rising Up with Sonali Racial Wealth Gap student loans
ge The Urgent Call for Peace in the Middle East By www.yesmagazine.org Published On :: Fri, 10 Nov 2023 00:56:44 +0000 While the U.S. government refuses to use its considerable power as leverage for peace, ordinary Americans seem to know better. Full Article Social Justice Activism Wealth and inequality Palestine Gaza ceasefire peace Liz Theoharis Israel
ge UAW Makes History at Tennessee Volkswagen Plant By www.yesmagazine.org Published On :: Thu, 25 Apr 2024 19:14:00 +0000 The United Auto Workers’ union victory in Tennessee was the result of strategic decisions, and could herald a bright future for organized labor in the South. Full Article Jobs Economy Social Justice Unions Labor Organizing Tennessee YES! Presents: Rising Up with Sonali United Auto Workers Organized Labor Volkwagen Labor Rights
ge Setting a Black Economic Agenda By www.yesmagazine.org Published On :: Thu, 08 Aug 2024 22:11:30 +0000 After conducting the largest-ever survey of Black Americans, Black to the Future has released a detailed Black economic agenda. Full Article Economy Racial Justice Wealth and inequality Black Futures Lab YES! Presents: Rising Up with Sonali 2023 Black Census Black to the Future Action Fund