Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. The Back Room
  4. Linux heads

Linux heads

Scheduled Pinned Locked Moved The Back Room
csharpdotnetvisual-studiocomlinux
47 Posts 18 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Ray Cassick
    wrote on last edited by
    #1

    NOTE: I almost just plopped this into the Lounge but at the last minute figured this was way more 'ranty' than was supposed to be there so I put it here. What the heck is it with these Open Source people? All I want to do is install mono and do some work with it. Can I just install mono and have a decent development experience? NOPE! I have to install an IDE also. I can dig that, after all you can install the .NET framework and just write your code all day in notepad and then drop to the command line and compile it, why should Linux be any different. So... I do some searching and find Monodevelop. Cool, I figure I will just install that rpm and then be up and running right? NOPE! Monodeveloop installs, you guessed it, JUST monodevelop. There is a dependency list as long as my arm of junk that I have to install first. Oh yeah, and I better get the order right too otherwise I am screwed down into the land of obtuse error message hell! Not to mention that most of the dependencies do not seem to offer just a binary installer but I have to DL the freaking source code to build them first then I can install them. Oh, but wait, some of them have dependencies too. Oh happy day, and some of them are source only distros as well. Yeah! Am I the only one that tries to deal with this freaking Opensource thing every year, and every year it ends up seeming like it just gets worse and worse? How can anyone work in an environment like this? How can a group of people honestly think this is a productive and good way to work?


    My Blog[^]
    FFRF[^]


    R M G J P 10 Replies Last reply
    0
    • R Ray Cassick

      NOTE: I almost just plopped this into the Lounge but at the last minute figured this was way more 'ranty' than was supposed to be there so I put it here. What the heck is it with these Open Source people? All I want to do is install mono and do some work with it. Can I just install mono and have a decent development experience? NOPE! I have to install an IDE also. I can dig that, after all you can install the .NET framework and just write your code all day in notepad and then drop to the command line and compile it, why should Linux be any different. So... I do some searching and find Monodevelop. Cool, I figure I will just install that rpm and then be up and running right? NOPE! Monodeveloop installs, you guessed it, JUST monodevelop. There is a dependency list as long as my arm of junk that I have to install first. Oh yeah, and I better get the order right too otherwise I am screwed down into the land of obtuse error message hell! Not to mention that most of the dependencies do not seem to offer just a binary installer but I have to DL the freaking source code to build them first then I can install them. Oh, but wait, some of them have dependencies too. Oh happy day, and some of them are source only distros as well. Yeah! Am I the only one that tries to deal with this freaking Opensource thing every year, and every year it ends up seeming like it just gets worse and worse? How can anyone work in an environment like this? How can a group of people honestly think this is a productive and good way to work?


      My Blog[^]
      FFRF[^]


      R Offline
      R Offline
      Russell Morris
      wrote on last edited by
      #2

      What distro are you running? I had mono installed in just a few minutes on Ubuntu 6.06 - everything ran just fine. I'm now building mono from source on this system instead - again, no problems once you ensure you've got make, autoconf, etc... installed as well. Poke through your distro's package manager for packages that contain the string 'mono'. BTW: My biggest gripe with mono is the lack of a proper debugger. There is one, but it's only available in the source tree, as it's not really up to snuff. -- Russell Morris Morbo: "WINDMILLS DO NOT WORK THAT WAY!"

      L R 2 Replies Last reply
      0
      • R Ray Cassick

        NOTE: I almost just plopped this into the Lounge but at the last minute figured this was way more 'ranty' than was supposed to be there so I put it here. What the heck is it with these Open Source people? All I want to do is install mono and do some work with it. Can I just install mono and have a decent development experience? NOPE! I have to install an IDE also. I can dig that, after all you can install the .NET framework and just write your code all day in notepad and then drop to the command line and compile it, why should Linux be any different. So... I do some searching and find Monodevelop. Cool, I figure I will just install that rpm and then be up and running right? NOPE! Monodeveloop installs, you guessed it, JUST monodevelop. There is a dependency list as long as my arm of junk that I have to install first. Oh yeah, and I better get the order right too otherwise I am screwed down into the land of obtuse error message hell! Not to mention that most of the dependencies do not seem to offer just a binary installer but I have to DL the freaking source code to build them first then I can install them. Oh, but wait, some of them have dependencies too. Oh happy day, and some of them are source only distros as well. Yeah! Am I the only one that tries to deal with this freaking Opensource thing every year, and every year it ends up seeming like it just gets worse and worse? How can anyone work in an environment like this? How can a group of people honestly think this is a productive and good way to work?


        My Blog[^]
        FFRF[^]


        M Offline
        M Offline
        Marc Clifton
        wrote on last edited by
        #3

        Ray Cassick wrote:

        How can a group of people honestly think this is a productive and good way to work?

        Face it, Linux, Mono et al are there because there still are geeks in the world that define "user experience" as "the build it yourself from undocumented, incomplete, most complicated list of links and dependencies and command line compilers, but when you get it working, it feels better than sex". THAT is the true definition of a geek, and they flock to the likes of Linux and co. Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson

        L 1 Reply Last reply
        0
        • R Ray Cassick

          NOTE: I almost just plopped this into the Lounge but at the last minute figured this was way more 'ranty' than was supposed to be there so I put it here. What the heck is it with these Open Source people? All I want to do is install mono and do some work with it. Can I just install mono and have a decent development experience? NOPE! I have to install an IDE also. I can dig that, after all you can install the .NET framework and just write your code all day in notepad and then drop to the command line and compile it, why should Linux be any different. So... I do some searching and find Monodevelop. Cool, I figure I will just install that rpm and then be up and running right? NOPE! Monodeveloop installs, you guessed it, JUST monodevelop. There is a dependency list as long as my arm of junk that I have to install first. Oh yeah, and I better get the order right too otherwise I am screwed down into the land of obtuse error message hell! Not to mention that most of the dependencies do not seem to offer just a binary installer but I have to DL the freaking source code to build them first then I can install them. Oh, but wait, some of them have dependencies too. Oh happy day, and some of them are source only distros as well. Yeah! Am I the only one that tries to deal with this freaking Opensource thing every year, and every year it ends up seeming like it just gets worse and worse? How can anyone work in an environment like this? How can a group of people honestly think this is a productive and good way to work?


          My Blog[^]
          FFRF[^]


          G Offline
          G Offline
          Gary R Wheeler
          wrote on last edited by
          #4

          That's why open source is a crock of shit, and I will never use it in a commercial product. How can you trust something developed with no regard for standards or even a minimum level of compatibility with other products?


          Software Zen: delete this;

          Fold With Us![^]

          S J J 3 Replies Last reply
          0
          • R Russell Morris

            What distro are you running? I had mono installed in just a few minutes on Ubuntu 6.06 - everything ran just fine. I'm now building mono from source on this system instead - again, no problems once you ensure you've got make, autoconf, etc... installed as well. Poke through your distro's package manager for packages that contain the string 'mono'. BTW: My biggest gripe with mono is the lack of a proper debugger. There is one, but it's only available in the source tree, as it's not really up to snuff. -- Russell Morris Morbo: "WINDMILLS DO NOT WORK THAT WAY!"

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            Russell Morris wrote:

            once you ensure you've got make, autoconf, etc... installed as well

            Which is the point. The tigress is here :-D

            R 1 Reply Last reply
            0
            • R Ray Cassick

              NOTE: I almost just plopped this into the Lounge but at the last minute figured this was way more 'ranty' than was supposed to be there so I put it here. What the heck is it with these Open Source people? All I want to do is install mono and do some work with it. Can I just install mono and have a decent development experience? NOPE! I have to install an IDE also. I can dig that, after all you can install the .NET framework and just write your code all day in notepad and then drop to the command line and compile it, why should Linux be any different. So... I do some searching and find Monodevelop. Cool, I figure I will just install that rpm and then be up and running right? NOPE! Monodeveloop installs, you guessed it, JUST monodevelop. There is a dependency list as long as my arm of junk that I have to install first. Oh yeah, and I better get the order right too otherwise I am screwed down into the land of obtuse error message hell! Not to mention that most of the dependencies do not seem to offer just a binary installer but I have to DL the freaking source code to build them first then I can install them. Oh, but wait, some of them have dependencies too. Oh happy day, and some of them are source only distros as well. Yeah! Am I the only one that tries to deal with this freaking Opensource thing every year, and every year it ends up seeming like it just gets worse and worse? How can anyone work in an environment like this? How can a group of people honestly think this is a productive and good way to work?


              My Blog[^]
              FFRF[^]


              J Offline
              J Offline
              Jeremy Falcon
              wrote on last edited by
              #6

              Well, I would suggest a different distro, some are much better than others with their packaging systems. Unix/Linux was never created for the average user. Granted it has come a long way, but the fact remains if you want to get anywhere with it you're going to have to learn about it first. Albeit really annoying to have to trace down a dependency no matter your comfort level. I agree there's a long way to go before it realy ever challenges the desktop like Windows and Macs do. Jeremy Falcon

              M R R 4 Replies Last reply
              0
              • L Lost User

                Russell Morris wrote:

                once you ensure you've got make, autoconf, etc... installed as well

                Which is the point. The tigress is here :-D

                R Offline
                R Offline
                Russell Morris
                wrote on last edited by
                #7

                Trollslayer wrote:

                Which is the point.

                Developers can't be expected to be knowledgable about their development tools? Not to be rude, but that's a bit "VB", isn't it? ;P make and autoconf are key pieces of the build environment. A Linux distro that is attempting to be 'user friendly' won't necessarily install developer tools like this. If the original poster had been complaining about obtuse desktop installs, lack of driver support, X configuration bizareness, etc... I'm right there with him :) -- Russell Morris Morbo: "WINDMILLS DO NOT WORK THAT WAY!"

                R realJSOPR 2 Replies Last reply
                0
                • G Gary R Wheeler

                  That's why open source is a crock of shit, and I will never use it in a commercial product. How can you trust something developed with no regard for standards or even a minimum level of compatibility with other products?


                  Software Zen: delete this;

                  Fold With Us![^]

                  S Offline
                  S Offline
                  Shog9 0
                  wrote on last edited by
                  #8

                  Gary R. Wheeler wrote:

                  How can you trust something developed with no regard for standards or even a minimum level of compatibility with other products?

                  It gets easier every day... :~

                  ---- Scripts i’ve known... CPhog 1.0.0.0 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.2 - printer-friendly forums Expand all 1.0 - Expand all messages In-place Delete 1.0 - AJAX-style post delete Syntax 0.1 - Syntax highlighting for code blocks in the forums

                  1 Reply Last reply
                  0
                  • G Gary R Wheeler

                    That's why open source is a crock of shit, and I will never use it in a commercial product. How can you trust something developed with no regard for standards or even a minimum level of compatibility with other products?


                    Software Zen: delete this;

                    Fold With Us![^]

                    J Offline
                    J Offline
                    Jeremy Falcon
                    wrote on last edited by
                    #9

                    Gary R. Wheeler wrote:

                    How can you trust something developed with no regard for standards or even a minimum level of compatibility with other products?

                    Exactly my thoughts about IE, Office, etc. :laugh: Jeremy Falcon

                    1 Reply Last reply
                    0
                    • J Jeremy Falcon

                      Well, I would suggest a different distro, some are much better than others with their packaging systems. Unix/Linux was never created for the average user. Granted it has come a long way, but the fact remains if you want to get anywhere with it you're going to have to learn about it first. Albeit really annoying to have to trace down a dependency no matter your comfort level. I agree there's a long way to go before it realy ever challenges the desktop like Windows and Macs do. Jeremy Falcon

                      M Offline
                      M Offline
                      Mircea Grelus
                      wrote on last edited by
                      #10

                      Jeremy Falcon wrote:

                      Unix/Linux was never created for the average user. Granted it has come a long way, but the fact remains if you want to get anywhere with it you're going to have to learn about it first.

                      :omg: Did you post the exact same phrase some time ago or did I just have a deja vu? I knew what all the pharase was at the moment I started reading it. regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

                      J 1 Reply Last reply
                      0
                      • R Russell Morris

                        What distro are you running? I had mono installed in just a few minutes on Ubuntu 6.06 - everything ran just fine. I'm now building mono from source on this system instead - again, no problems once you ensure you've got make, autoconf, etc... installed as well. Poke through your distro's package manager for packages that contain the string 'mono'. BTW: My biggest gripe with mono is the lack of a proper debugger. There is one, but it's only available in the source tree, as it's not really up to snuff. -- Russell Morris Morbo: "WINDMILLS DO NOT WORK THAT WAY!"

                        R Offline
                        R Offline
                        Ray Cassick
                        wrote on last edited by
                        #11

                        Fedora Core 5


                        My Blog[^]
                        FFRF[^]


                        1 Reply Last reply
                        0
                        • R Russell Morris

                          Trollslayer wrote:

                          Which is the point.

                          Developers can't be expected to be knowledgable about their development tools? Not to be rude, but that's a bit "VB", isn't it? ;P make and autoconf are key pieces of the build environment. A Linux distro that is attempting to be 'user friendly' won't necessarily install developer tools like this. If the original poster had been complaining about obtuse desktop installs, lack of driver support, X configuration bizareness, etc... I'm right there with him :) -- Russell Morris Morbo: "WINDMILLS DO NOT WORK THAT WAY!"

                          R Offline
                          R Offline
                          Ray Cassick
                          wrote on last edited by
                          #12

                          I don't mind being knowledgeable about my tools, but jeeeeez. I don't WANT or NEED to have the code really. They should be usable out of the box and help me get my job done. The uncanny part is that the OS was a cake walk to install and set up. So far the OS has not given me any issues at all outside of the fact that it seems to take forever for my USB flash drive to mount.


                          My Blog[^]
                          FFRF[^]


                          1 Reply Last reply
                          0
                          • J Jeremy Falcon

                            Well, I would suggest a different distro, some are much better than others with their packaging systems. Unix/Linux was never created for the average user. Granted it has come a long way, but the fact remains if you want to get anywhere with it you're going to have to learn about it first. Albeit really annoying to have to trace down a dependency no matter your comfort level. I agree there's a long way to go before it realy ever challenges the desktop like Windows and Macs do. Jeremy Falcon

                            R Offline
                            R Offline
                            Ray Cassick
                            wrote on last edited by
                            #13

                            So far Fedora seems excellent for this, however when I started the monodevelop package and the installer showed me all the dependencies that were required, this time it did not offer to install them for me. I don't mind a long list of depends, but make them simple to install.


                            My Blog[^]
                            FFRF[^]


                            1 Reply Last reply
                            0
                            • J Jeremy Falcon

                              Well, I would suggest a different distro, some are much better than others with their packaging systems. Unix/Linux was never created for the average user. Granted it has come a long way, but the fact remains if you want to get anywhere with it you're going to have to learn about it first. Albeit really annoying to have to trace down a dependency no matter your comfort level. I agree there's a long way to go before it realy ever challenges the desktop like Windows and Macs do. Jeremy Falcon

                              R Offline
                              R Offline
                              Ray Cassick
                              wrote on last edited by
                              #14

                              Jeremy Falcon wrote:

                              ...if you want to get anywhere with it you're going to have to learn about it first.

                              I agree, and I plan to learn as much about it as I can because I am going to have to support it for an embedded product within the next year, but I did not plan on having to learn everything there was to know about every bit of software on the damn box also :)


                              My Blog[^]
                              FFRF[^]


                              1 Reply Last reply
                              0
                              • R Ray Cassick

                                NOTE: I almost just plopped this into the Lounge but at the last minute figured this was way more 'ranty' than was supposed to be there so I put it here. What the heck is it with these Open Source people? All I want to do is install mono and do some work with it. Can I just install mono and have a decent development experience? NOPE! I have to install an IDE also. I can dig that, after all you can install the .NET framework and just write your code all day in notepad and then drop to the command line and compile it, why should Linux be any different. So... I do some searching and find Monodevelop. Cool, I figure I will just install that rpm and then be up and running right? NOPE! Monodeveloop installs, you guessed it, JUST monodevelop. There is a dependency list as long as my arm of junk that I have to install first. Oh yeah, and I better get the order right too otherwise I am screwed down into the land of obtuse error message hell! Not to mention that most of the dependencies do not seem to offer just a binary installer but I have to DL the freaking source code to build them first then I can install them. Oh, but wait, some of them have dependencies too. Oh happy day, and some of them are source only distros as well. Yeah! Am I the only one that tries to deal with this freaking Opensource thing every year, and every year it ends up seeming like it just gets worse and worse? How can anyone work in an environment like this? How can a group of people honestly think this is a productive and good way to work?


                                My Blog[^]
                                FFRF[^]


                                P Offline
                                P Offline
                                pseudonym67
                                wrote on last edited by
                                #15

                                My advice is stick with the official distubutions. You may have to wait but you are then getting a tested install environment. If you start down loaded half developed versions that haven't been tested properly with whatever flavour of Linux you're using then you're going to get problems so by sticking to the official versions for the ditros you kind avoid all that beta testing nonsense. At a guess Suse 10.1 should come with a working ( sort of ) version of mono. ( From what I've seen of it so far I don't consider mono to be usable from a productive point of view yet, too much farting about ) I'm expecting Suse 11 to have a usable version of mono on it but that probably wont be out till the end of the year and I could be wrong, depends on how much work gets put into it between now and then. pseudonym67 My Articles[^] "So keep that smile on your face. Have a drink to help you sleep at night. They got what they desired. We're passive in their brave new world." New Model Army

                                L 1 Reply Last reply
                                0
                                • R Ray Cassick

                                  NOTE: I almost just plopped this into the Lounge but at the last minute figured this was way more 'ranty' than was supposed to be there so I put it here. What the heck is it with these Open Source people? All I want to do is install mono and do some work with it. Can I just install mono and have a decent development experience? NOPE! I have to install an IDE also. I can dig that, after all you can install the .NET framework and just write your code all day in notepad and then drop to the command line and compile it, why should Linux be any different. So... I do some searching and find Monodevelop. Cool, I figure I will just install that rpm and then be up and running right? NOPE! Monodeveloop installs, you guessed it, JUST monodevelop. There is a dependency list as long as my arm of junk that I have to install first. Oh yeah, and I better get the order right too otherwise I am screwed down into the land of obtuse error message hell! Not to mention that most of the dependencies do not seem to offer just a binary installer but I have to DL the freaking source code to build them first then I can install them. Oh, but wait, some of them have dependencies too. Oh happy day, and some of them are source only distros as well. Yeah! Am I the only one that tries to deal with this freaking Opensource thing every year, and every year it ends up seeming like it just gets worse and worse? How can anyone work in an environment like this? How can a group of people honestly think this is a productive and good way to work?


                                  My Blog[^]
                                  FFRF[^]


                                  J Offline
                                  J Offline
                                  Jerry Hammond
                                  wrote on last edited by
                                  #16

                                  No wonder so many consider open source just another form of crack?

                                  “Profanity is the attempt of a lazy and feeble mind to express itself forcefully”

                                  1 Reply Last reply
                                  0
                                  • P pseudonym67

                                    My advice is stick with the official distubutions. You may have to wait but you are then getting a tested install environment. If you start down loaded half developed versions that haven't been tested properly with whatever flavour of Linux you're using then you're going to get problems so by sticking to the official versions for the ditros you kind avoid all that beta testing nonsense. At a guess Suse 10.1 should come with a working ( sort of ) version of mono. ( From what I've seen of it so far I don't consider mono to be usable from a productive point of view yet, too much farting about ) I'm expecting Suse 11 to have a usable version of mono on it but that probably wont be out till the end of the year and I could be wrong, depends on how much work gets put into it between now and then. pseudonym67 My Articles[^] "So keep that smile on your face. Have a drink to help you sleep at night. They got what they desired. We're passive in their brave new world." New Model Army

                                    L Offline
                                    L Offline
                                    Lost User
                                    wrote on last edited by
                                    #17

                                    pseudonym67 wrote:

                                    You may have to wait but you are then getting a tested install environment.

                                    Well... I have problems at work with people using their favourite distribution and then someone else finding that distribution needs a load of patches etc. Elaine :rose: The tigress is here :-D

                                    P 1 Reply Last reply
                                    0
                                    • L Lost User

                                      pseudonym67 wrote:

                                      You may have to wait but you are then getting a tested install environment.

                                      Well... I have problems at work with people using their favourite distribution and then someone else finding that distribution needs a load of patches etc. Elaine :rose: The tigress is here :-D

                                      P Offline
                                      P Offline
                                      pseudonym67
                                      wrote on last edited by
                                      #18

                                      Trollslayer wrote:

                                      Well... I have problems at work with people using their favourite distribution and then someone else finding that distribution needs a load of patches etc.

                                      I can't speak for or comment on other distibutions cause I simply don't use them. I tried Suse liked it stayed with it. As Suse is done by Novell and Mono is owned by Novell I think, I'm still quite safe in saying the Suse 11 will probably have a working verison of mono. As a seperate point if it's a work environment why are different flavours of Linux allowed. I mean if it was a windows company they wouldn't allow everyone to run there favourite version of windows as you're bound to get some twonk insisting that they'll only use windows 3.1 one and swear that the whole world of computing went to pot with the release of windows 3.11 pseudonym67 My Articles[^] "So keep that smile on your face. Have a drink to help you sleep at night. They got what they desired. We're passive in their brave new world." New Model Army

                                      L 1 Reply Last reply
                                      0
                                      • P pseudonym67

                                        Trollslayer wrote:

                                        Well... I have problems at work with people using their favourite distribution and then someone else finding that distribution needs a load of patches etc.

                                        I can't speak for or comment on other distibutions cause I simply don't use them. I tried Suse liked it stayed with it. As Suse is done by Novell and Mono is owned by Novell I think, I'm still quite safe in saying the Suse 11 will probably have a working verison of mono. As a seperate point if it's a work environment why are different flavours of Linux allowed. I mean if it was a windows company they wouldn't allow everyone to run there favourite version of windows as you're bound to get some twonk insisting that they'll only use windows 3.1 one and swear that the whole world of computing went to pot with the release of windows 3.11 pseudonym67 My Articles[^] "So keep that smile on your face. Have a drink to help you sleep at night. They got what they desired. We're passive in their brave new world." New Model Army

                                        L Offline
                                        L Offline
                                        Lost User
                                        wrote on last edited by
                                        #19

                                        The issue of different distributions is something else that I will have to tackle in the long term and promises to be great....fun :evil-grin: The tigress is here :-D

                                        1 Reply Last reply
                                        0
                                        • R Ray Cassick

                                          NOTE: I almost just plopped this into the Lounge but at the last minute figured this was way more 'ranty' than was supposed to be there so I put it here. What the heck is it with these Open Source people? All I want to do is install mono and do some work with it. Can I just install mono and have a decent development experience? NOPE! I have to install an IDE also. I can dig that, after all you can install the .NET framework and just write your code all day in notepad and then drop to the command line and compile it, why should Linux be any different. So... I do some searching and find Monodevelop. Cool, I figure I will just install that rpm and then be up and running right? NOPE! Monodeveloop installs, you guessed it, JUST monodevelop. There is a dependency list as long as my arm of junk that I have to install first. Oh yeah, and I better get the order right too otherwise I am screwed down into the land of obtuse error message hell! Not to mention that most of the dependencies do not seem to offer just a binary installer but I have to DL the freaking source code to build them first then I can install them. Oh, but wait, some of them have dependencies too. Oh happy day, and some of them are source only distros as well. Yeah! Am I the only one that tries to deal with this freaking Opensource thing every year, and every year it ends up seeming like it just gets worse and worse? How can anyone work in an environment like this? How can a group of people honestly think this is a productive and good way to work?


                                          My Blog[^]
                                          FFRF[^]


                                          C Offline
                                          C Offline
                                          Christian Graus
                                          wrote on last edited by
                                          #20

                                          Ray Cassick wrote:

                                          Am I the only one that tries to deal with this freaking Opensource thing every year

                                          It's OK, you're just a slow learner :-)

                                          Ray Cassick wrote:

                                          How can a group of people honestly think this is a productive and good way to work?

                                          I think the right term is 'groupthink' - where the group all believe the same thing, and everyone assumes it's right, because the others believe it. Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups