Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralLoving Linux Pin
Rafael Fernández López17-Aug-04 7:49
Rafael Fernández López17-Aug-04 7:49 
GeneralRe: Loving Linux Pin
Jim Crafton17-Aug-04 10:22
Jim Crafton17-Aug-04 10:22 
GeneralRe: Loving Linux Pin
Ryan Binns17-Aug-04 19:15
Ryan Binns17-Aug-04 19:15 
GeneralRe: Loving Linux Pin
Jim Crafton18-Aug-04 15:43
Jim Crafton18-Aug-04 15:43 
GeneralRe: Loving Linux Pin
Neville Franks18-Aug-04 12:15
Neville Franks18-Aug-04 12:15 
GeneralRe: Loving Linux Pin
Jim Crafton18-Aug-04 15:42
Jim Crafton18-Aug-04 15:42 
GeneralRe: Loving Linux Pin
Henry miller18-Aug-04 5:46
Henry miller18-Aug-04 5:46 
GeneralRe: Loving Linux Pin
Jim Crafton18-Aug-04 16:07
Jim Crafton18-Aug-04 16:07 
/bin, /usr/bin, and /usr/local/bin, may be the layout on *your* system or distro, but it is by no means standard. There's /sbin, /usr/sbin, /usr/ucb (solaris looks for compilers there, beleive it or not), and I beleive other variations as well. The home directory, while frequently branched of off /home as a root, is not always done this way, for example solaris defaults to /export/home. Logical and simple would be to do what Apple does, or Win32 does - ONE directory (/Applications or /Program Files) for everything. The reason for having the multiple places to look was an easy hack solution to prevent people from running certain apps by just altering their $PATH. Of course if unix used real ACL's as a standard for file/process/etc permissions you wouldn't need any of that and you could just lock people down by group or user access, just like you can with Win32.


Remember, you cannot mistake easy to use with easy to learn.

This is just utter and complete bullshit, something all of us developers spout off about to justify writing sh*tty sloppy programs that are difficult to deal with. The fact of the matter is that Unix/Linux took dozens and dozens of sloppy, short sighted shortcuts in the way they implemented things, refusals to accept and enforce any sort of well thought out standards, and have stagnated as a result.
Note that I am not saying that Win32 or Mac are the end all be all of standards either. But, and it's an important but, they DO have a standard, and they do a pretty good job of enforcing it.


Windows and Macs, especially Macs, since they are BSD based under the hood now, and it's readily available, can be set up to do just as many difficult/powerful things as unix. And frequently where the "power" comes in is not from Unix per se, it's from the integrated high peformance hardware that it sits on.

What windows lacks is a really powerful native commandline line like unix that lets you easily script all sorts of crazy stuff. And it lacks some of the unix style comand line programs like sed and grep. However all of these have been ported over to windows and work just fine using cygwin, so it makes it a moot point to a certain degree.

If people *really* want to see fast, powerful, and well thought out, take a look at OpenVMS. It's been a complete eye-opener to see some of the stuff that it can do that unix, osx, and Win32 STILL don't do as well.




¡El diablo está en mis pantalones! ¡Mire, mire!

Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)!

SELECT * FROM User WHERE Clue > 0
0 rows returned

GeneralRe: Loving Linux Pin
Henry miller19-Aug-04 3:37
Henry miller19-Aug-04 3:37 
GeneralSet Font for Windows Pin
Khanh Trinh17-Aug-04 7:33
Khanh Trinh17-Aug-04 7:33 
GeneralRe: Set Font for Windows Pin
David Crow17-Aug-04 9:29
David Crow17-Aug-04 9:29 
GeneralRe: Set Font for Windows Pin
Khanh Trinh17-Aug-04 19:01
Khanh Trinh17-Aug-04 19:01 
GeneralRe: Set Font for Windows Pin
David Crow18-Aug-04 5:29
David Crow18-Aug-04 5:29 
GeneralRe: Set Font for Windows Pin
Khanh Trinh18-Aug-04 7:01
Khanh Trinh18-Aug-04 7:01 
GeneralgetExitCodeProcess Pin
ns17-Aug-04 7:22
ns17-Aug-04 7:22 
GeneralRe: getExitCodeProcess Pin
David Crow17-Aug-04 9:31
David Crow17-Aug-04 9:31 
GeneralRe: getExitCodeProcess Pin
Ryan Binns17-Aug-04 19:20
Ryan Binns17-Aug-04 19:20 
Generalserial link question (COM port on pC) Pin
jetournier17-Aug-04 7:02
jetournier17-Aug-04 7:02 
GeneralRe: serial link question (COM port on pC) Pin
valikac17-Aug-04 7:33
valikac17-Aug-04 7:33 
GeneralNeed help CListCtrl Pin
Metatron_17-Aug-04 6:47
Metatron_17-Aug-04 6:47 
GeneralRe: Need help CListCtrl Pin
Ravi Bhavnani17-Aug-04 7:21
professionalRavi Bhavnani17-Aug-04 7:21 
GeneralSTL problem Pin
BeerBelly17-Aug-04 6:25
BeerBelly17-Aug-04 6:25 
GeneralRe: STL problem Pin
Jeff Bogan17-Aug-04 7:18
Jeff Bogan17-Aug-04 7:18 
GeneralRe: STL problem Pin
digwizfox17-Aug-04 12:59
digwizfox17-Aug-04 12:59 
GeneralRe: STL problem Pin
Ryan Binns17-Aug-04 19:28
Ryan Binns17-Aug-04 19:28 

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.