Discussion:
Windows suffixes
(too old to reply)
maus
2024-08-14 10:35:09 UTC
Permalink
Being bored one time, i wrote a short program that created files
with three letter suffixes from A.aaa to A.zzz

Kinda puzzled Windows.

--


-
***@mail.com
Death To All Influencers
Lawrence D'Oliveiro
2024-08-14 21:40:44 UTC
Permalink
Being bored one time, i wrote a short program that created files with
three letter suffixes from A.aaa to A.zzz
Kinda puzzled Windows.
I like the way it at least makes an intuitive guess at what kind of file
it is. For example, if the file name ends in “.WTF”, it helpfully tells
you it’s a WTF file.
Chris Ahlstrom
2024-08-15 14:41:20 UTC
Permalink
Post by Lawrence D'Oliveiro
Being bored one time, i wrote a short program that created files with
three letter suffixes from A.aaa to A.zzz
Kinda puzzled Windows.
I like the way it at least makes an intuitive guess at what kind of file
it is. For example, if the file name ends in “.WTF”, it helpfully tells
you it’s a WTF file.
From bsdgames:

$ wtf wtf
WTF: where's the food
--
Stay away from hurricanes for a while.
Kerr-Mudd, John
2024-08-15 15:25:48 UTC
Permalink
On Thu, 15 Aug 2024 10:41:20 -0400
Post by Chris Ahlstrom
Post by Lawrence D'Oliveiro
Being bored one time, i wrote a short program that created files with
three letter suffixes from A.aaa to A.zzz
Kinda puzzled Windows.
I like the way it at least makes an intuitive guess at what kind of file
it is. For example, if the file name ends in “.WTF”, it helpfully tells
you it’s a WTF file.
$ wtf wtf
WTF: where's the food
--
Stay away from hurricanes for a while.
Nah, that's SAFHFAW, it's nothin' like.

IMO WTF = a much superior encoding than UTF.


I remember when CGA was replaced by Enhanced GA, shortly superceded by
Very (?)GA then Super VGA. Thankfully SuperEnhancedVeryHigh never came into
play.
--
Bah, and indeed Humbug.
Ahem A Rivet's Shot
2024-08-15 16:12:44 UTC
Permalink
On Thu, 15 Aug 2024 16:25:48 +0100
Post by Kerr-Mudd, John
I remember when CGA was replaced by Enhanced GA, shortly superceded by
Very (?)GA then Super VGA. Thankfully SuperEnhancedVeryHigh never came
into play.
Super High Integrated Very Advanced - was destroyed.
--
Steve O'Hara-Smith
Odds and Ends at http://www.sohara.org/
For forms of government let fools contest
Whate're is best administered is best - Alexander Pope
R Daneel Olivaw
2024-08-15 10:01:22 UTC
Permalink
Post by maus
Being bored one time, i wrote a short program that created files
with three letter suffixes from A.aaa to A.zzz
Kinda puzzled Windows.
--
-
Death To All Influencers
I rarely use Windows but seem to remember that .html and .jpeg (for
example) are perfectly acceptable.
Charlie Gibbs
2024-08-15 17:54:55 UTC
Permalink
Post by R Daneel Olivaw
Post by maus
Being bored one time, i wrote a short program that created files
with three letter suffixes from A.aaa to A.zzz
Kinda puzzled Windows.
I rarely use Windows but seem to remember that .html and .jpeg (for
example) are perfectly acceptable.
Well, acceptable anyway. Windows (or at least its acolytes)
seem to be a bit uneasy with extensions longer than 3 characters.
It's probably more cultural than technical, though.
--
/~\ Charlie Gibbs | We'll go down in history as the
\ / <***@kltpzyxm.invalid> | first society that wouldn't save
X I'm really at ac.dekanfrus | itself because it wasn't cost-
/ \ if you read it the right way. | effective. -- Kurt Vonnegut
Lawrence D'Oliveiro
2024-08-16 00:15:51 UTC
Permalink
Post by R Daneel Olivaw
I rarely use Windows but seem to remember that .html and .jpeg (for
example) are perfectly acceptable.
Long file names were a kind of hack on the FAT filesystem used in the old
DOS-based Windows line (up to 95/98/ME, prior to 2000/XP). They were done
in such a way that, if you tried to mount the volume on an older version
of DOS/Windows that didn’t know about long file names, it would still see
the (approximate-equivalent) short (8-dot-3) file name.

Anybody remember the old “MICROS~1” joke? That’s an example of what
happens when you can only see short file names.

Loading...