Aww Man is an internet radio show hosted by Rory Hinchey, which also books concerts in Prague for musicians who play unusual music.
The next live radio show is scheduled for March 22, 2026 at 11:00 CET with an in-studio performance by LÁZ . The streaming page (which launches in a new window) cycles through a limited number of archived shows otherwise.
The playlists section below has links to all recorded editions of the show in downloadable .mp3 format, shows are available as podcasts on Apple Podcasts, Amazon Music, and TuneIn.
Email: r{@}awwman.net
Facebook: https://www.facebook.com/awwmanradiobooking/
Instagram: https://www.instagram.com/awwmanradiobooking/
Podcast RSS feed: https://awwman.net/rss/awwman-podcast.rss
Click on a link below to expand it for content:
Config.json Now
Because it follows standard JSON syntax , a config.json file must adhere to specific rules: : Data is stored as "key": value pairs.
A config.json file is a widely used format for storing application settings in a structured, machine-readable way. It allows developers to separate a program's configuration from its core logic, enabling changes to behavior—like window resolution, file paths, or language settings—without needing to recompile the source code. Core Structure and Syntax config.json
: Strings must use double quotes (not single), and trailing commas are strictly forbidden at the end of lists or objects. Because it follows standard JSON syntax , a config
: It can hold strings, numbers, booleans, arrays (lists), and nested objects. Core Structure and Syntax : Strings must use
So you're having trouble with your config.json file? Read this first
: The entire file must be wrapped in a single set of curly braces {} . Common Use Cases