Private
Public Access
0
0
Files
manual_slop/docs/transcripts
ed 3b1b04255c chore(transcripts): add Fleury raddbg talk transcripts for view-constructs reference
Two Ryan Fleury talks about the rad debugger / radare2 codebase,
extracted via scripts/video_analysis/extract_transcript.py:

  rcJwvx2CTZY_ryan_fleury_raddbg_codebase_intro.json
    YouTube ID rcJwvx2CTZY; ~50 min; raddbg codebase intro.
    Relevant quote (v1@2237s): 'a view type view is just saying, If you
    have this type, just do that automatically for me.'

  _9_bK_WjuYY_ryan_fleury_raddbg_walkthrough.json
    YouTube ID _9_bK_WjuYY; ~2 hr; raddbg deep walkthrough.
    Relevant quote (v2@7697s): 'lenses in the code but to the users
    theyre just called views... the type view is just saying... if
    you have this type, just do that automatically for me.'

Naming follows the existing docs/transcripts/ convention
({video_id}_{speaker}_{topic}.{ext}) used for i-h95QIGchY_...,
Ddme7DwMQBI_..., wo84LFzx5nI_... .

Referenced from: conductor/tracks/default_layout_install_20260629/spec.md
(Eventual Normalization Target section) and metadata.json as context
for the deferred 'panel_defs_fleury_migration' track. The current
default_layout_install_20260629 track sets up layouts/ + src/layouts.py
as the home for the eventual Fleury-style PANELS: tuple[PanelDef, ...]
migration; this commit makes the source material available in-tree.
2026-06-29 14:03:08 -04:00
..