Hacker News new | past | comments | ask | show | jobs | submit login

> I consider the NFO files a legitimate form of art

I still install DAMN NFO Viewer on my main PC just so I can appreciate some of the .nfo files I still have.




I have VSCode set to use CP437 as my codepage and show control characters for "plain text" files, which works surprisingly well as it's only older art/projects/bbs stuff, generally anything else is a specific file type that will use utf8 by default.

    "files.associations": {
      "*.msg": "plaintext",
      "*.ans": "plaintext",
      "*.asc": "plaintext",
      "*.rip": "plaintext",
      "*.nfo": "plaintext",
      ...
    },
    ...
    "[plaintext]": {
      "files.encoding": "cp437",
      "files.eol": "\r\n",
      "editor.renderControlCharacters": true
    },




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: