{"id":45084653,"url":"https://github.com/eddmann/compiled-conversations","last_synced_at":"2026-02-19T15:36:05.081Z","repository":{"id":305199067,"uuid":"1022214863","full_name":"eddmann/compiled-conversations","owner":"eddmann","description":"Conversations with the people shaping software and technology.","archived":false,"fork":false,"pushed_at":"2026-02-11T14:26:37.000Z","size":2297,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-11T22:30:42.036Z","etag":null,"topics":["aws-s3","developer-podcast","hugo","podcast","podcast-website","rss-feed","static-site","tailwindcss"],"latest_commit_sha":null,"homepage":"https://compiledconversations.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eddmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-18T16:44:24.000Z","updated_at":"2026-02-11T14:26:24.000Z","dependencies_parsed_at":"2026-01-28T17:04:21.377Z","dependency_job_id":null,"html_url":"https://github.com/eddmann/compiled-conversations","commit_stats":null,"previous_names":["eddmann/compiled-conversations"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eddmann/compiled-conversations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddmann%2Fcompiled-conversations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddmann%2Fcompiled-conversations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddmann%2Fcompiled-conversations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddmann%2Fcompiled-conversations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eddmann","download_url":"https://codeload.github.com/eddmann/compiled-conversations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddmann%2Fcompiled-conversations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29620144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-s3","developer-podcast","hugo","podcast","podcast-website","rss-feed","static-site","tailwindcss"],"created_at":"2026-02-19T15:36:04.324Z","updated_at":"2026-02-19T15:36:05.073Z","avatar_url":"https://github.com/eddmann.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compiled Conversations\n\nA podcast featuring conversations with the people shaping software and technology.\n\n## About\n\nCompiled Conversations is a podcast that features in-depth conversations with the people shaping software and technology.\nEach episode explores real-world experiences, technical challenges, and the thinking behind the tools, systems, and decisions that drive modern development.\nFrom engineering practices to architectural choices, this is a show for developers who care about how software is built - and who's building it.\n\n## Development\n\n### Running Hugo Locally\n\nTo run the Hugo site locally for development:\n\n1. **Start the development server**:\n\n   ```bash\n   hugo server\n   ```\n\n2. **View the site** at `http://localhost:1313`\n\nThe development server will automatically reload when you make changes to your content or templates.\n\n**Note:** Make sure you have the required dependencies installed for Tailwind CSS:\n\n```bash\nnpm install\n```\n\n### Update Episodes Metadata\n\nThe `update-episodes-metadata` script automatically processes local episode audio files and updates their metadata. It:\n\n- Reads episode markdown files from `content/episodes/`\n- Finds corresponding audio files in the local `episodes/` directory\n- Extracts audio duration, file size, and generates MD5 hash\n- Updates episode frontmatter with this metadata\n- Embeds podcast metadata (title, artist, album, etc.) into audio files using ID3 tags\n- Uses album art from `static/album-art.jpg`\n\n**Note:** The local `episodes/` directory containing audio files is not committed to this repository.\n\nTo run the script:\n\n```bash\nnpm run update-episodes-metadata\n```\n\n### Sync Episodes to S3\n\nThe `sync-episodes` script uploads local episode audio files to a specified S3 bucket. It:\n\n- Reads MP3 files from the local `episodes/` directory\n- Compares local file hashes with S3 ETags to detect changes\n- Uploads only new or modified files to the specified S3 bucket\n- Provides dry-run mode to preview uploads without making changes\n- Sets correct `audio/mpeg` content type for podcast files\n- Includes verbose logging for detailed upload information\n\n**Note:** The local `episodes/` directory containing audio files is not committed to this repository.\n\n**Prerequisites:** AWS credentials must be configured via environment variables, AWS CLI, or IAM role.\n\nTo run the script:\n\n```bash\nnpm run sync-episodes -- --bucket my-podcast-bucket --dry-run\nnpm run sync-episodes -- --bucket my-podcast-bucket\n```\n\n## Acknowledgments\n\nThe design of this podcast website was inspired by Adam Wathan's [Full Stack Radio](https://fullstackradio.com/) podcast.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddmann%2Fcompiled-conversations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feddmann%2Fcompiled-conversations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddmann%2Fcompiled-conversations/lists"}