←back to thread

Against /Tmp

(dotat.at)
143 points todsacerdoti | 2 comments | | HN request time: 1.856s | source
Show context
pjmlp ◴[] No.41914057[source]
So here we have again how "Worse is better" works in practice, and how we got here regarding /tmp in 2024.
replies(1): >>41914337 #
anthk ◴[] No.41914337[source]
As if C:\TEMP or %tmpdir% were any better.

Or using letters as drivers.

Worse is better? A lot of tech in Win32 is built as if it were for DOS 1.0 or CP/M. See AUX, PRN, COM and so.

replies(3): >>41914828 #>>41915035 #>>41915497 #
1. tredre3 ◴[] No.41915035[source]
> As if C:\TEMP or %tmpdir% were any better.

I mean, yes? %tmp% is in the user's directory, not accessible by the world.

replies(1): >>41916486 #
2. anthk ◴[] No.41916486[source]
TMPDIR can be trivially set at $HOME/tmp too with just a file at /etc/profile