The discussion revolves around the best practices for distributing software freely, particularly through web-based platforms. User comments reflect a variety of perspectives on this issue, emphasizing the balance between convenience and the inherent value of software. Notably, static HTML and JavaScript are highlighted as effective delivery methods due to their ease of use and portability. The comments mention GitHub Pages as a reliable platform for hosting such software, although some express concerns about long-term stability given the ownership of GitHub by Microsoft. The conversation also touches on alternative methods of distribution, like using WebAssembly (WASM) for performance-sensitive applications and the importance of making software readily available for offline use. Despite the focus on current web technologies, there's a recognition of the historic importance of traditional free software distribution methods, such as with GNU/Linux. Overall, the issue is multifaceted and acknowledges that there is no one-size-fits-all solution.