General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
Brodie Robertson
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "Installing Arch Linux Packages Never Been This Easy" video.
@guiorgy Are you a developer? Because that might make the difference. I personally avoid most GUI programs. The only one I consistently use on a daily basis is FireFox, unless you want to count the DE. If there were a good TUI web browser that could display images in a clean and consistent manner and get the layout mostly correct, I'd use that instead.
2
Yeah, JSON doesn't support comments. However, they could do something like key_comment: "here's a helpful description of this key". Or better yet, they could just not use JSON for a configuration file format because it's too limiting. I would argue for something tree like in structure which does allow comments or even flat DOS style ini files. I wrote a simple parser for those like 20 years ago that I occasionally still use, I just changed the comment format to use # like shell scripts and it makes for a more than adequate and easy to understand for simple users format.
1