Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Academia vs. business

  1. #1
    DarkLordoftheMonkeys's Avatar
    DarkLordoftheMonkeys is offline Programming Professional
    Join Date
    Oct 2009
    Location
    Massachussets
    Posts
    255
    Blog Entries
    56
    Rep Power
    11

    Academia vs. business

    The difference between academics and business people in how they view us:

    xkcd - A webcomic of romance, sarcasm, math, and language - By Randall Munroe

    I thought it was a pretty insightful look at our hard work's amazing ability to leave others totally unimpressed, no matter how awesome the results. Who cares if we can do things with technology that no one else can? We're all just a bunch of nerds to them. If anyone has any personal stories to share on this matter, I'd like to hear them.
    Life's too short to be cool. Be a nerd.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Academia vs. business

    Hehehe. That's about it. The thing about business, though: it pays better, and you can get a similar reaction from your fellow coders.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Davide's Avatar
    Davide is offline Programming God
    Join Date
    Dec 2009
    Location
    Manchester, UK
    Posts
    507
    Blog Entries
    8
    Rep Power
    11

    Re: Academia vs. business

    (when i seen the thread name, i thought of that comic too)

    Let me give you good example, i spend 2-3 months working at a piece of software, that was very hard to do. I publish it and, hurray, it's a bit popular.
    I work 2 hours at a tiny piece of crap for personal use, i publish it (why not?), and after 2 weeks i find out that this is more popular than my other program.

    This applies to open-source software mostly: nobody gives a **** on how you made it, but how it works.
    Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

  5. #4
    DarkLordoftheMonkeys's Avatar
    DarkLordoftheMonkeys is offline Programming Professional
    Join Date
    Oct 2009
    Location
    Massachussets
    Posts
    255
    Blog Entries
    56
    Rep Power
    11

    Re: Academia vs. business

    Quote Originally Posted by Davide View Post
    (when i seen the thread name, i thought of that comic too)

    Let me give you good example, i spend 2-3 months working at a piece of software, that was very hard to do. I publish it and, hurray, it's a bit popular.
    I work 2 hours at a tiny piece of crap for personal use, i publish it (why not?), and after 2 weeks i find out that this is more popular than my other program.

    This applies to open-source software mostly: nobody gives a **** on how you made it, but how it works.
    About open source: If you really want to work on open source projects, you probably shouldn't use .NET languages. .NET generally only works on Windows, and with Unix based operating systems gradually gaining popularity, you will probably be better off learning a language that functions on all platforms, like C/C++.
    Life's too short to be cool. Be a nerd.

  6. #5
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Academia vs. business

    Mono is opening .NET to Linux as well, though you would probably want to use MonoDevelop for that. Regardless, there are a LOT of open source projects that are Windows only. Annoys those of us on Linux, but so be it.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  7. #6
    Davide's Avatar
    Davide is offline Programming God
    Join Date
    Dec 2009
    Location
    Manchester, UK
    Posts
    507
    Blog Entries
    8
    Rep Power
    11

    Re: Academia vs. business

    Quote Originally Posted by DarkLordoftheMonkeys View Post
    About open source: If you really want to work on open source projects, you probably shouldn't use .NET languages. .NET generally only works on Windows, and with Unix based operating systems gradually gaining popularity, you will probably be better off learning a language that functions on all platforms, like C/C++.
    Yeah, i know, i don't really make open-source apps, only freeware, but i want to code for multiple platforms. Java helps me with that, and yes, even C++.
    Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

  8. #7
    DarkLordoftheMonkeys's Avatar
    DarkLordoftheMonkeys is offline Programming Professional
    Join Date
    Oct 2009
    Location
    Massachussets
    Posts
    255
    Blog Entries
    56
    Rep Power
    11

    Re: Academia vs. business

    Java is a good language to use to run on any platform because it runs on a VM. I don't particularly like it myself, as you can see from my signature, but I'm not against using it. C and C++ are the most common languages used. C is usually used for community projects while C++ is used by organizations like Mozilla.
    Life's too short to be cool. Be a nerd.

  9. #8
    Davide's Avatar
    Davide is offline Programming God
    Join Date
    Dec 2009
    Location
    Manchester, UK
    Posts
    507
    Blog Entries
    8
    Rep Power
    11

    Re: Academia vs. business

    Quote Originally Posted by DarkLordoftheMonkeys View Post
    Java is a good language to use to run on any platform because it runs on a VM. I don't particularly like it myself, as you can see from my signature, but I'm not against using it. C and C++ are the most common languages used. C is usually used for community projects while C++ is used by organizations like Mozilla.
    I know, it's just that what i said is totally related to your post: Academia will want people to use C++ cause it's good even though it's harder to use, Buisness would want you to get the job done fast and easy, and make the app to work for the Mac and Linux at the same time, so they would choose Java.

    Personally, i would code apps in C++ more often, but it would take more time without the .NET framework, and i would get the same result. Users don't care about the programming language, they want their app done.
    Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

  10. #9
    DarkLordoftheMonkeys's Avatar
    DarkLordoftheMonkeys is offline Programming Professional
    Join Date
    Oct 2009
    Location
    Massachussets
    Posts
    255
    Blog Entries
    56
    Rep Power
    11

    Re: Academia vs. business

    .NET programmers really annoy me. They seem to think everything revolves around Windows and it's the only operating system that matters, or even exists for that matter. Who cares if 10% of all microcomputer owners and 50% of all server admins are left out of the deal?
    Life's too short to be cool. Be a nerd.

  11. #10
    Davide's Avatar
    Davide is offline Programming God
    Join Date
    Dec 2009
    Location
    Manchester, UK
    Posts
    507
    Blog Entries
    8
    Rep Power
    11

    Re: Academia vs. business

    Quote Originally Posted by DarkLordoftheMonkeys View Post
    .NET programmers really annoy me. They seem to think everything revolves around Windows and it's the only operating system that matters, or even exists for that matter. Who cares if 10% of all microcomputer owners and 50% of all server admins are left out of the deal?
    I'm not like that, still, if there was an easy way to develop for all platfroms (something as easy as Java), that would be great.

    Take Nokia's QT platform for example. I never developed for it though.
    Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. What should I use for my business?
    By KalebSzabo in forum Website Design
    Replies: 3
    Last Post: 08-18-2009, 12:53 PM
  2. I have a new business
    By Kaabi in forum Site Reviews
    Replies: 6
    Last Post: 01-01-2008, 08:56 PM
  3. EBay and business
    By dirkfirst in forum Business and Legal
    Replies: 16
    Last Post: 04-13-2007, 11:39 AM
  4. Business Loan
    By NeedHelp in forum Business and Legal
    Replies: 7
    Last Post: 01-09-2007, 04:01 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts