<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/be-a-systems-programmer---q-a-with-ryan-fleury-tr7fxwdmz" -->

---
title: Be a systems programmer - Q&amp;A with Ryan Fleury | daily.dev
description: A Q&amp;A session with Ryan Fleury, developer of the RAD Debugger, covering several advanced systems programming topics. Ryan discusses his philosophy of building...
canonical: https://daily.dev/posts/be-a-systems-programmer---q-a-with-ryan-fleury-tr7fxwdmz
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Be a systems programmer - Q&amp;A with Ryan Fleury | daily.dev
og:description: A Q&amp;A session with Ryan Fleury, developer of the RAD Debugger, covering several advanced systems programming topics. Ryan discusses his philosophy of building...
og:url: https://daily.dev/posts/be-a-systems-programmer---q-a-with-ryan-fleury-tr7fxwdmz
og:image: https://api.daily.dev/og/posts/TR7FXwdMZ.png
og:image:alt: Be a systems programmer - Q&amp;A with Ryan Fleury
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Be a systems programmer - Q&A with Ryan Fleury

**[Game Engineering Podcast](https://daily.dev/sources/game_eng_podcast)** · 71 min read · 0 upvotes · 0 comments

## Summary

A Q&A session with Ryan Fleury, developer of the RAD Debugger, covering several advanced systems programming topics. Ryan discusses his philosophy of building generalized code paths (like the 'generalized watch window') instead of specialized UIs, demonstrating this with a dev-lister tool in his game project. He explains his 'multi-lane' (single-program-multiple-data) multithreading model, where all threads run the same code and strategically mask off work, making parallel code nearly as easy to debug as single-threaded code. The conversation also covers the DWARF debug info converter, differences between Windows and Linux debug APIs (WaitForDebugEvent vs ptrace), arena allocation strategies for cross-platform targets, and plans for remote/microcontroller debugging in the RAD Debugger.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=IXaWHjp32v0>

---

Tags: [#c](https://daily.dev/tags/c)

[View this post on daily.dev](https://daily.dev/posts/be-a-systems-programmer---q-a-with-ryan-fleury-tr7fxwdmz)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Be a systems programmer - Q&A with Ryan Fleury","url":"https://daily.dev/posts/be-a-systems-programmer---q-a-with-ryan-fleury-tr7fxwdmz","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/be-a-systems-programmer---q-a-with-ryan-fleury-tr7fxwdmz"},"datePublished":"2026-07-09T16:25:40.518Z","dateModified":"2026-07-09T16:26:05.265Z","description":"A Q&A session with Ryan Fleury, developer of the RAD Debugger, covering several advanced systems programming topics. Ryan discusses his philosophy of building...","image":"https://i.ytimg.com/vi/IXaWHjp32v0/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/IXaWHjp32v0/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Game Engineering Podcast","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Game Engineering Podcast","logo":"https://media.daily.dev/image/upload/s--8NEw2a0s--/f_auto/v1735917032/logos/game_eng_podcast","url":"https://daily.dev/sources/game_eng_podcast"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/be-a-systems-programmer---q-a-with-ryan-fleury-tr7fxwdmz","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"c","timeRequired":"PT71M","video":{"@type":"VideoObject","name":"Be a systems programmer - Q&A with Ryan Fleury","description":"A Q&A session with Ryan Fleury, developer of the RAD Debugger, covering several advanced systems programming topics. Ryan discusses his philosophy of building...","thumbnailUrl":"https://i.ytimg.com/vi/IXaWHjp32v0/sddefault.jpg","uploadDate":"2026-07-09T16:25:40.518Z","duration":"PT71M","url":"https://api.daily.dev/r/TR7FXwdMZ","embedUrl":"https://www.youtube.com/embed/IXaWHjp32v0"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Game Engineering Podcast","item":"https://daily.dev/sources/game_eng_podcast"},{"@type":"ListItem","position":3,"name":"Be a systems programmer - Q&A with Ryan Fleury"}]}
```

