Click here to Skip to main content
15,881,588 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Long filename problems in 2022? Pin
MarkTJohnson25-Oct-22 7:21
professionalMarkTJohnson25-Oct-22 7:21 
GeneralRe: Long filename problems in 2022? Pin
honey the codewitch25-Oct-22 8:22
mvahoney the codewitch25-Oct-22 8:22 
GeneralRe: Long filename problems in 2022? Pin
Jörgen Andersson25-Oct-22 21:28
professionalJörgen Andersson25-Oct-22 21:28 
GeneralRe: Long filename problems in 2022? Pin
honey the codewitch26-Oct-22 0:43
mvahoney the codewitch26-Oct-22 0:43 
GeneralRe: Long filename problems in 2022? Pin
Nelek4-Nov-22 15:28
protectorNelek4-Nov-22 15:28 
GeneralRe: Long filename problems in 2022? Pin
honey the codewitch4-Nov-22 15:49
mvahoney the codewitch4-Nov-22 15:49 
GeneralRe: Long filename problems in 2022? Pin
Nelek5-Nov-22 10:26
protectorNelek5-Nov-22 10:26 
GeneralRe: Long filename problems in 2022? Pin
Gary R. Wheeler10-Dec-22 6:33
Gary R. Wheeler10-Dec-22 6:33 
For what it's worth, I've seen FAT32 implementations in the wild that didn't handle space characters in filenames correctly or didn't like complete file paths longer than a value much less than Windows' 260 characters.

For example, the sound system in my car let you plug a FAT32 Flash drive in and it would play any MP3's it found. There were some limitations however. You could only have 99 files per folder, and 99 folders hanging from the root. File path length had to be <16 characters.
Software Zen: delete this;

GeneralRe: Long filename problems in 2022? Pin
trønderen5-Nov-22 4:44
trønderen5-Nov-22 4:44 
GeneralRe: Long filename problems in 2022? Pin
Nelek5-Nov-22 10:25
protectorNelek5-Nov-22 10:25 
GeneralRe: Long filename problems in 2022? Pin
englebart15-Jan-23 10:05
professionalenglebart15-Jan-23 10:05 
GeneralRe: Long filename problems in 2022? Pin
JohnDG523-Jan-23 3:17
JohnDG523-Jan-23 3:17 
AnswerRe: Long filename problems in 2022? Pin
Emilie Kelleher27-Nov-22 21:52
Emilie Kelleher27-Nov-22 21:52 
NewsStrange apparatus Pin
RickZeeland20-Oct-22 19:09
mveRickZeeland20-Oct-22 19:09 
GeneralRe: Strange apparatus Pin
peterkmx21-Oct-22 1:01
professionalpeterkmx21-Oct-22 1:01 
GeneralRe: Strange apparatus Pin
MarkTJohnson21-Oct-22 3:15
professionalMarkTJohnson21-Oct-22 3:15 
GeneralRe: Strange apparatus Pin
RickZeeland21-Oct-22 3:26
mveRickZeeland21-Oct-22 3:26 
GeneralRe: Strange apparatus Pin
Mike Hankey21-Oct-22 4:54
mveMike Hankey21-Oct-22 4:54 
GeneralRe: Strange apparatus Pin
MarkTJohnson21-Oct-22 5:14
professionalMarkTJohnson21-Oct-22 5:14 
GeneralRe: Strange apparatus Pin
Nelek22-Oct-22 12:56
protectorNelek22-Oct-22 12:56 
GeneralRe: Strange apparatus Pin
RickZeeland22-Oct-22 19:38
mveRickZeeland22-Oct-22 19:38 
GeneralReactJS - Add 10,000 nodes & select options Pin
raddevus5-Oct-22 11:07
mvaraddevus5-Oct-22 11:07 
GeneralRe: ReactJS - Add 10,000 nodes & select options Pin
Richard Deeming5-Oct-22 21:32
mveRichard Deeming5-Oct-22 21:32 
GeneralRe: ReactJS - Add 10,000 nodes & select options Pin
raddevus6-Oct-22 2:59
mvaraddevus6-Oct-22 2:59 
GeneralRe: ReactJS - Add 10,000 nodes & select options Pin
GuyThiebaut6-Oct-22 1:24
professionalGuyThiebaut6-Oct-22 1:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.