|
|
Log in / Subscribe / Register

Introducing /run

Introducing /run

Posted Mar 30, 2011 21:09 UTC (Wed) by martinfick (subscriber, #4455)
In reply to: Introducing /run by pyellman
Parent article: Introducing /run

Unix is like math. Despite what your programming teacher may have taught you, shorter names are actually easier to grok for most things, variables and directories included. Ever wonder why algebra and physics is still taught using x, y, v, s and not unknownNumber, mySpeed, distance... Because it is easier to read, not just to type or write.

The root directories are common directories that everyone familiar with unix should know, these are not obscure directories that you see once while investigating a deep application sub directory and wonder what it is. It makes sense to make the common easier for the experienced users and not the newcomers. Newcomers will ask once and then remember, in the mean time, the rest of us can benefit from short simple directory listings and paths. This is not elitism, this is simply better usability.


to post comments

Introducing /run

Posted Mar 30, 2011 22:59 UTC (Wed) by dskoll (subscriber, #1630) [Link] (2 responses)

+1

I hate the occasional times I have to use a Windoze box and deal with monstrosities like C:\Program Files\Some Stupid Vendor Name\Some Huge Directory Name

And in my (mercifully) brief encounter with Mac OS X, I was similarly disgusted by its reworking of the standard UNIX directory layout into a verbose user-friendly [sic] horror.

Introducing /run

Posted Mar 31, 2011 6:04 UTC (Thu) by frazier (guest, #3060) [Link] (1 responses)

In MS Windows, I end up using "C:\progra~1\" in my paths more often than I'd like to admit to.

Introducing /run

Posted Mar 31, 2011 16:40 UTC (Thu) by zlynx (guest, #2285) [Link]

You don't open up cmd and run fsutil immediately after a fresh Windows install and speed tweak all the options?

You've got to make sure TRIM is on and 8.3 names are off and last-accessed is off and you might like to tweak the memory buffers if you've got gobs of RAM.

With 8.3 names off, C:\program~1 fails to work, but at least NT stops reminding me of DOS.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds