tenzenryu
December 2nd, 2005, 01:42 PM
Hi,
read the bit about Window trolls and 2 things chimed with me:
1. the definition of troll is definitely just 'someone I disagree with because they don't toe the party line' in the majority of cases. While it is true some people do that deliberately - some are coming from a thinking species from another planet and do genuinely have a different viewpoint and reasons for holding it.
2. Moving from Windows to Linux is hard but it's hard for a simple reason. If I have a problem with Windows I go to Windows Help, my organisation help desk, a big manual, the Microsoft web site and my MS support team in that order. This 'community of support' does not exist the same way in Linux and hence you end up Googling for hours to find a simple answer to a simple question.
For example, I wrote a hello world program in c++ to test the installation of gcc and guess what the following did not work
$ gcc hello.cpp
because the ubuntu release requires you to tell gcc specifically to attach the c++ libraries
$ g++ hello.cpp -o hello.o
works fine.
Any manuals where that is written down. And yes this community could have answered the question but it might have taken a while. Moving from Windows to Linux takes away the support system Windows developers are used to, hence the angst.
T
read the bit about Window trolls and 2 things chimed with me:
1. the definition of troll is definitely just 'someone I disagree with because they don't toe the party line' in the majority of cases. While it is true some people do that deliberately - some are coming from a thinking species from another planet and do genuinely have a different viewpoint and reasons for holding it.
2. Moving from Windows to Linux is hard but it's hard for a simple reason. If I have a problem with Windows I go to Windows Help, my organisation help desk, a big manual, the Microsoft web site and my MS support team in that order. This 'community of support' does not exist the same way in Linux and hence you end up Googling for hours to find a simple answer to a simple question.
For example, I wrote a hello world program in c++ to test the installation of gcc and guess what the following did not work
$ gcc hello.cpp
because the ubuntu release requires you to tell gcc specifically to attach the c++ libraries
$ g++ hello.cpp -o hello.o
works fine.
Any manuals where that is written down. And yes this community could have answered the question but it might have taken a while. Moving from Windows to Linux takes away the support system Windows developers are used to, hence the angst.
T