# Denny Huang Talks This site records Denny Huang's public talks, courses, panels, hosting, judging, and slide links. Canonical human entrypoint: - https://denny.one/talks/ Machine-readable data: - https://denny.one/talks/talks.json: structured event records - https://denny.one/talks/slides.json: structured slide records - https://denny.one/talks/topics.json: structured topic records - https://denny.one/talks/llms-full.txt: full Markdown export for agents - https://denny.one/talks/sitemap.xml: search sitemap Schemas: - https://denny.one/talks/schemas/talks.schema.json: JSON Schema for event records - https://denny.one/talks/schemas/slides.schema.json: JSON Schema for slide records - https://denny.one/talks/schemas/topics.schema.json: JSON Schema for topic records Event export notes: - `id` is the stable unique event record key. - `slides` values join to `slides.json` `id`. - `topics` values join to `topics.json` `id`. - `date` and `end_date` are canonical date fields. - `date_text` is generated display text. - `display_date` is a backward-compatible alias for `date_text`. - `sequence` preserves same-day ordering and is null for single-record dates. - `role_label` is generated visitor-facing text for `role`. - `has_videos` is generated from `videos`. Slide export notes: - `id` is the stable unique slide key. - `related_events` values join to `talks.json` `id`. - `latest_presented`, `latest_event`, and `video_event_count` are generated from `related_events`. Important indexes: - https://denny.one/talks/events/ - https://denny.one/talks/slides/ - https://denny.one/talks/topics/ Notes: - Original slide URLs are preserved for sharing. - `/slides/*` pages provide searchable context and link back to original slides. - Most content is Traditional Chinese with English product and event names kept as written.