Software Engineering Daily-logo

Software Engineering Daily

Business

Technical interviews about software topics.

Location:

United States

Description:

Technical interviews about software topics.

Language:

English

Contact:

5122170273


Episodes
Ask host to enable sharing for playback control

C++ Safety with Herb Sutter

6/6/2024
The U.S. government recently released a report calling on the technical community to proactively reduce the attack surface area of software infrastructure. The report emphasized memory safety vulnerabilities, which affect how memory can be accessed, written, allocated, or deallocated. The report cites this class of vulnerability as a common theme in the some of the The post C++ Safety with Herb Sutter appeared first on Software Engineering Daily.

Duration:00:29:20

Ask host to enable sharing for playback control

Figma Engineering with Abhi Mathur

6/5/2024
Figma is a cloud-based design and product development platform that is widely used in UI and UX work. It allows users to collaborate in real-time, a key feature that has helped drive its popularity. Figma is an impressive engineering feat, in part because of how far it pushes what’s possible in a web browser. Abhi The post Figma Engineering with Abhi Mathur appeared first on Software Engineering Daily.

Duration:00:40:43

Ask host to enable sharing for playback control

Unstructured Data and LLMs with Crag Wolfe and Matt Robinson

6/4/2024
The majority of enterprise data exists in heterogenous formats such as HTML, PDF, PNG, and PowerPoint. However, large language models do best when trained with clean, curated data. This presents a major data cleaning challenge. Unstructured is focused on extracting and transforming complex data to prepare it for vector databases and LLM frameworks. Crag Wolfe The post Unstructured Data and LLMs with Crag Wolfe and Matt Robinson appeared first on Software Engineering Daily.

Duration:00:47:38

Ask host to enable sharing for playback control

The Changing Enterprise Linux Ecosystem with Wim Coekaerts

5/30/2024
Red Hat Enterprise Linux is a Linux distribution developed by Red Hat for the commercial market. The company recently announced changes to the availability of its source code. In response, CIQ, Oracle and SUSE formed the Open Enterprise Linux Association, or OpenELA, which aims to provide a consistent and secure upstream location for Enterprise Linux The post The Changing Enterprise Linux Ecosystem with Wim Coekaerts appeared first on Software Engineering Daily.

Duration:00:43:09

Ask host to enable sharing for playback control

LLM Community Development with Antonio Velasco Fernández and Jose Pablo Cabeza García

5/29/2024
LLMs have become one of the most important technologies to emerge in recent years. Many of the most prominent LLM tools are closed source, which has led to great interest in developing open-source tools. Antonio Velasco Fernández is a Data Scientist and Jose Pablo Cabeza García is a Lead Data Engineer, both at Elastacloud. In The post LLM Community Development with Antonio Velasco Fernández and Jose Pablo Cabeza García appeared first on Software Engineering Daily.

Duration:00:48:53

Ask host to enable sharing for playback control

Detecting Deepfakes with Ryan Ofman

5/28/2024
A deepfake is a synthetic media technique that uses deep learning to create or manipulate video, audio, or images to present something that didn’t actually occur. Deepfakes have gained attention in part due to their potential for misuse, such as creating forged videos for political manipulation or spreading misinformation. Ryan Ofman is a Lead Engineer The post Detecting Deepfakes with Ryan Ofman appeared first on Software Engineering Daily.

Duration:00:52:37

Ask host to enable sharing for playback control

Bonus Episode: The N64 Decompilation Scene with Ethan Roseman and Mark Street

5/24/2024
Decompilation is the process of translating a compiled program’s bytecode back into a higher-level programming language, like C. There’s a vibrant and growing scene of engineers working to decompile classic video games, and some of the most prominent projects have focused on the Nintendo 64. Recent successes include Super Mario 64, The Legend of Zelda: The post Bonus Episode: The N64 Decompilation Scene with Ethan Roseman and Mark Street appeared first on Software Engineering Daily.

Duration:00:55:46

Ask host to enable sharing for playback control

The State of CSS with Rachel Andrews

5/23/2024
CSS, or Cascading Style Sheets, is a fundamental technology in web development that defines the presentation and layout of HTML documents. It serves as a styling language that allows developers to control the appearance of web pages. Rachel Andrew is a Staff Technical Writer on the Google Chrome Team. Before that she worked for Mozilla The post The State of CSS with Rachel Andrews appeared first on Software Engineering Daily.

Duration:00:57:54

Ask host to enable sharing for playback control

Modern SecOps with Maxime Lamothe-Brassard

5/22/2024
Security Operations, or SecOps, refers to the collaboration between security and operations teams to secure an organization’s systems, applications, and data. Maxime Lamothe-Brassard is a Co-Founder of LimaCharlie which is a cloud SecOps platform. He has a background in security and has previously worked at the Canadian Intelligence service, Crowdstrike, Google, and Google X. He The post Modern SecOps with Maxime Lamothe-Brassard appeared first on Software Engineering Daily.

Duration:00:49:55

Ask host to enable sharing for playback control

Microsoft Copilot with Justin Harris

5/21/2024
Microsoft Copilot is a chatbot developed by Microsoft that launched in 2023 and is based on a large language model. Justin Harris is a Principal Software Engineer at Microsoft and has an extensive background in classical machine learning and neural networks, including large language models. He joins the show to talk about Microsoft Copilot, natural The post Microsoft Copilot with Justin Harris appeared first on Software Engineering Daily.

Duration:00:49:40

Ask host to enable sharing for playback control

Pinata and the Interplanetary File System with Matt Ober

5/16/2024
The interplanetary filesystem, or IPFS, is a peer-to-peer network that uses a distributed and decentralized model. Functionally, IPFS allows users to store and share files without having to rely on a single source of truth for those files. Matt Ober is the Co-Founder & CTO of Pinata. He joins the show to talk about IPFS The post Pinata and the Interplanetary File System with Matt Ober appeared first on Software Engineering Daily.

Duration:00:49:27

Ask host to enable sharing for playback control

Animal Well with Billy Basso

5/15/2024
Animal Well is a Metroidvania game developed as a solo project by Billy Basso over the course of seven years. It’s the first game released by publisher Bigmode, which was founded by Jason “Dunkey” Gastrow. Billy joins the show to talk about creating Animal Well’s engine from scratch, how the game handles animation, fine-tuning character The post Animal Well with Billy Basso appeared first on Software Engineering Daily.

Duration:00:50:07

Ask host to enable sharing for playback control

LLMs for Data Queries with Sarah Nagy

5/14/2024
One of the most promising applications of large language models is giving non-experts the ability to easily query their own data. A potential positive side effect is reducing ad-hoc data analysis requests that often strain data teams. Sarah Nagy is the Co-founder and CEO at Seek which is using natural language processing to change how The post LLMs for Data Queries with Sarah Nagy appeared first on Software Engineering Daily.

Duration:00:43:57

Ask host to enable sharing for playback control

Implementing KYC and User Verification with Alex Grinman

5/9/2024
Almost every application or system involves some sort of user onboarding. Increasingly, companies must implement know-your-customer and know-your-business compliance, or KYC and KYB, as part of that process. In addition, they often handle personal identifiable information, or PII. Footprint is a developer platform that was co-founded by Alex Grinman for handling identity, security, fraud, and The post Implementing KYC and User Verification with Alex Grinman appeared first on Software Engineering Daily.

Duration:00:57:57

Ask host to enable sharing for playback control

Nuxt JS with Anthony Fu

5/8/2024
Vue is a popular JavaScript frontend framework, and Nuxt is an open source meta-framework on top of Vue. Anthony Fu is a Framework Developer on the Nuxt team. He joins the show to talk about Vue, Nuxt, open source development, and more. Josh Goldberg is an independent full time open source developer in the TypeScript The post Nuxt JS with Anthony Fu appeared first on Software Engineering Daily.

Duration:00:52:39

Ask host to enable sharing for playback control

Scaling Large ML Models to Small Devices with Atila Orhon

5/7/2024
The size of ML models is growing into the many billions of parameters. This poses a challenge for running inference on non-dedicated hardware like phones and laptops. Argmax is a startup focused on developing methods to run large models on commodity hardware. A key observation behind their strategy is that the largest models are getting The post Scaling Large ML Models to Small Devices with Atila Orhon appeared first on Software Engineering Daily.

Duration:00:56:48

Ask host to enable sharing for playback control

Anaconda and Accelerating AI Development with Rob Futrick

5/2/2024
Anaconda is a popular platform for data science, machine learning, and AI. It provides trusted repositories of Python and R packages and has over 35 million users worldwide. Rob Futrick is the CTO at Anaconda, and he joins the show to talk about the platform, the concept of an OS for AI, and more. This The post Anaconda and Accelerating AI Development with Rob Futrick appeared first on Software Engineering Daily.

Duration:00:44:21

Ask host to enable sharing for playback control

Engineering the Playdate Gaming Handheld with James Moore and Dave Hayden

5/1/2024
Panic has created games such as Firewatch and Untitled Goose Game. They recently ventured into gaming hardware with the Playdate. The console is unique for its inputs, which include a hand crank, and because Panic provides a free SDK, so anyone can develop games for it. James Moore is a DevOps Engineer and Dave Hayden The post Engineering the Playdate Gaming Handheld with James Moore and Dave Hayden appeared first on Software Engineering Daily.

Duration:00:50:59

Ask host to enable sharing for playback control

Using LLMs for Training Data Preparation with Nihit Desai

4/30/2024
Machine learning models learn patterns and relationships from data to make predictions or decisions. The quality of the data influences how well these models can represent and generalize from the data. Nihit Desai is the Co-founder and CTO at Refuel.ai. The company is using LLMs for tasks such as data labeling, cleaning, and enrichment. He The post Using LLMs for Training Data Preparation with Nihit Desai appeared first on Software Engineering Daily.

Duration:00:50:17

Ask host to enable sharing for playback control

AI-Driven Observability at Kentik with Avi Freedman

4/25/2024
Kentik is a network observability platform that focuses on letting users easily ask questions and get answers about their network. Avi Freedman is the CEO of Kentik and he joins the podcast to talk about the platform, his observability philosophy, the role of AI in observability, and much more. Full Disclosure: This episode is sponsored The post AI-Driven Observability at Kentik with Avi Freedman appeared first on Software Engineering Daily.

Duration:00:41:04