Difference between revisions of "Talk:1459: Documents"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Line 17: Line 17:
  
 
Something I come a cross now and then is the result of the following situation: You are in the process of selecting multiple files while holding CTRL. During the process of quickly selecting the next file, you accidentally move your cursor/mouse while clicking the next file, resulting in copying all the selected files on the same location :) [[User:SirKitKat|sirKitKat]] ([[User talk:SirKitKat|talk]]) 13:36, 12 December 2014 (UTC)
 
Something I come a cross now and then is the result of the following situation: You are in the process of selecting multiple files while holding CTRL. During the process of quickly selecting the next file, you accidentally move your cursor/mouse while clicking the next file, resulting in copying all the selected files on the same location :) [[User:SirKitKat|sirKitKat]] ([[User talk:SirKitKat|talk]]) 13:36, 12 December 2014 (UTC)
 +
 +
Title is an impossible file name in most operating environments because it is too long at 277 characters. 255 characters is the limit for any file or folder name in Linux, and is the limit for a fully defined file name (file and full path the file is in) in Windows.  So the Title/Alt text is 22 characters too long for Linux and at least 25 characters too long for Windows since being in the root of drive takes 3 characters, each folder adds at least 2 characters (a letter and the slash).  I encounter clients pushing this limit all the time, complaining why they can't access their files with the novel length file names, so this comic REALLLYYY spoke to me.  As an IT consultant, I get to see and occasionally cleanup such poor file naming conventions. 
 +
[[User:Chaosadventurer|Chaosadventurer]] ([[User talk:Chaosadventurer|talk]]) 15:34, 12 December 2014 (UTC)

Revision as of 15:34, 12 December 2014

742 Evergreen Terrace.docx 742 Evergreen Terrace (2).docx

141.101.99.51 07:24, 12 December 2014 (UTC)

I'm sure everyone can relate to using poor filenames occasionally. As far as default filenames go:

  • Notepad (XP) = *.txt - Cannot save without choosing a new filename.
  • Word (2003) = Title (if set by template) > First sentence of document > Doc1.doc, Doc2.doc, etc
  • Paint (XP) = untitled.bmp

--Pudder (talk) 08:58, 12 December 2014 (UTC)

Using the image format (.jpg) to store text information (like addresses) will also contribute to an annoying future if you ever need to copy data from that file into some other programme. sirKitKat (talk) 09:58, 12 December 2014 (UTC)

oo good point -- Brettpeirce (talk) 13:13, 12 December 2014 (UTC)
Could be a JPEG because it's a camera photo of the address on something. That'd make it even more perverse because most cameras create files with names like DSC01234.jpg meaning he's given it the "Untitled" moniker on purpose. 141.101.99.78 14:23, 12 December 2014 (UTC)
Placing an email address in a graphic is often used when the email address is to be displayed on a web page to make it difficult for email-address harvesting programs to grab the email address for spamming. But that's probably not relevant here.--RenniePet (talk) 15:28, 12 December 2014 (UTC)

Something I come a cross now and then is the result of the following situation: You are in the process of selecting multiple files while holding CTRL. During the process of quickly selecting the next file, you accidentally move your cursor/mouse while clicking the next file, resulting in copying all the selected files on the same location :) sirKitKat (talk) 13:36, 12 December 2014 (UTC)

Title is an impossible file name in most operating environments because it is too long at 277 characters. 255 characters is the limit for any file or folder name in Linux, and is the limit for a fully defined file name (file and full path the file is in) in Windows. So the Title/Alt text is 22 characters too long for Linux and at least 25 characters too long for Windows since being in the root of drive takes 3 characters, each folder adds at least 2 characters (a letter and the slash). I encounter clients pushing this limit all the time, complaining why they can't access their files with the novel length file names, so this comic REALLLYYY spoke to me. As an IT consultant, I get to see and occasionally cleanup such poor file naming conventions. Chaosadventurer (talk) 15:34, 12 December 2014 (UTC)