Hacker News
Why are there both TMP and TEMP environment variables? (2015)
Semaphor
|next
[-]
Huh. That is interesting, it was before my time, and I never heard of this :D
zabzonk
|root
|parent
[-]
Semaphor
|root
|parent
[-]
But I thought specifically patching something to configure it is such a weird concept that I never would have thought of.
xg15
|next
|previous
[-]
So I guess the moral of the story is: Ensure they always point to the same path, or else...
QuantumNomad_
|next
|previous
[-]
I honestly would have liked that better for a lot of programs than the dotfiles they litter all over my home directory.
Hendrikto
|root
|parent
|next
[-]
fredoralive
|root
|parent
|next
|previous
[-]
analog_daddy
|root
|parent
[-]
And now in my late twenties, suckless terminal is the only one that would work reliably on a shitty old enterprise linux system at work. Yeah, we got xterm and konsole (the older one). I am seeing them in a whole different light now. I did not read the source code now and it is effectively a foreign language to me, but just being able to have modern features in it without too many dependencies is a different level of bliss. This time, I am glad I have the flexi patch to the rescue since, i passed on suckless terminal as a real alternative since I don’t want to patch it manually or solve merge conflicts!
Even though I don’t like the elitist attitude of the project, can’t deny they got a point. Why does a terminal emulator need to be so complicated!
PunchyHamster
|root
|parent
|next
|previous
[-]
delta_p_delta_x
|root
|parent
|next
[-]
delusional
|root
|parent
|previous
[-]
Interfacing with people is never easy.
ozlikethewizard
|root
|parent
|next
|previous
[-]
fooqux
|next
|previous
[-]
Jedd
|next
|previous
[-]
Why do we need to adopt extant standards? (I was going to ask, why standardise? But realised that might confound the North Americans. : )
lelanthran
|root
|parent
|next
[-]
I assume that they first tried /dev/null which failed, so then moved onto just plain null?
Otherwise it would not make sense that a unix programmer did this. More likely ula dos programmer misspelled NUL as null.
rep_lodsb
|root
|parent
|next
[-]
That's been a feature since DOS 2.0, there was even an undocumented option AVAILDEV to make the prefix mandatory, instead of having device names present everywhere. But it broke the common trick used to detect if a directory exists ("if exist c:\some\path\nul").