Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

View Poll Results: What are your feelings on open source?
I think its a grate idea. 22 81.48%
Not so good of an idea. 5 18.52%
Voters: 27. You may not vote on this poll

Reply
 
Thread Tools Display Modes
Old May 14th, 2006, 7:28 PM   #1
kp4621
Newbie
 
kp4621's Avatar
 
Join Date: May 2006
Posts: 12
Rep Power: 0 kp4621 is on a distinguished road
Send a message via Yahoo to kp4621
Open Source

What are your guy's opinions on open source. I personaly am for it, I think that one company should not create a tycoon based on source code, all source should be shared only for the purpose of learning. I'm not saying that open source should be legal to gain source code. I am asking this becouse how can people learn how to create "awsome" programs or "killer" games without seeing how its done by the people who made them programs and games.
__________________
Help me out and get rewards , K.O. Hosting


#include <iostream>

using namespace std;

int main()
{
   int name;

   cout << "Please enter your name: " << endl;
   cin >> name;
   cout << "Hello " << name << " Please go jump off a cliff !!" << endl;

return 0;
}
kp4621 is offline   Reply With Quote
Old May 14th, 2006, 7:31 PM   #2
kp4621
Newbie
 
kp4621's Avatar
 
Join Date: May 2006
Posts: 12
Rep Power: 0 kp4621 is on a distinguished road
Send a message via Yahoo to kp4621
kp4621@gmail.com

This is for DaWei, I spelled great wrong sorry in the poll it should say "great" not "grate". There ya go so all of you who have to have things spelled so perfectly that is for you too.
__________________
Help me out and get rewards , K.O. Hosting


#include <iostream>

using namespace std;

int main()
{
   int name;

   cout << "Please enter your name: " << endl;
   cin >> name;
   cout << "Hello " << name << " Please go jump off a cliff !!" << endl;

return 0;
}
kp4621 is offline   Reply With Quote
Old May 14th, 2006, 7:46 PM   #3
a thing
Unverified User
 
a thing's Avatar
 
Join Date: Aug 2005
Location: none
Posts: 146
Rep Power: 0 a thing is on a distinguished road
Horrible idea, doesn't even make sense for interpreted languages.
__________________
Warning: My posts may change (dramatically) within the first 15 minutes they're posted.
Got 'Nux?—GNU/Linux and other free software support.
It's GNU/Linux, not just Linux.
a thing is offline   Reply With Quote
Old May 14th, 2006, 7:49 PM   #4
kp4621
Newbie
 
kp4621's Avatar
 
Join Date: May 2006
Posts: 12
Rep Power: 0 kp4621 is on a distinguished road
Send a message via Yahoo to kp4621
What do you mean, Doesn't make sense for interpreted languages, source code is source code in the same language. That means if you code something in C++ on a windows machine then its still in C++ on a mac or linux machine, therefore open source works out.
__________________
Help me out and get rewards , K.O. Hosting


#include <iostream>

using namespace std;

int main()
{
   int name;

   cout << "Please enter your name: " << endl;
   cin >> name;
   cout << "Hello " << name << " Please go jump off a cliff !!" << endl;

return 0;
}
kp4621 is offline   Reply With Quote
Old May 14th, 2006, 8:29 PM   #5
a thing
Unverified User
 
a thing's Avatar
 
Join Date: Aug 2005
Location: none
Posts: 146
Rep Power: 0 a thing is on a distinguished road
Quote:
Originally Posted by kp4621
all source should be shared only for the purpose of learning
Eh... that's not what open source is about. Open source is about better quality software.

Quote:
Originally Posted by kp4621
What do you mean, Doesn't make sense for interpreted languages, source code is source code in the same language. That means if you code something in C++ on a windows machine then its still in C++ on a mac or linux machine, therefore open source works out.
__________________
Warning: My posts may change (dramatically) within the first 15 minutes they're posted.
Got 'Nux?—GNU/Linux and other free software support.
It's GNU/Linux, not just Linux.
a thing is offline   Reply With Quote
Old May 14th, 2006, 8:29 PM   #6
Mad_guy
Hobbyist Programmer
 
Mad_guy's Avatar
 
Join Date: Oct 2004
Location: Sandstorm, Techno Club
Posts: 239
Rep Power: 5 Mad_guy is on a distinguished road
Send a message via AIM to Mad_guy Send a message via MSN to Mad_guy
He means that open source doesn't make sense for projects in interpreted languages, because interpreted languages need not be compiled to machine code, you can open up the file right there. Trying to make a 'proprietary' port scanner and writing it in Perl, doesn't make a whole lot of sense for example.
__________________
os: mac os 10.5.4
revision control: git
editor: emacs

site
Mad_guy is offline   Reply With Quote
Old May 14th, 2006, 8:31 PM   #7
King
Professional Programmer
 
King's Avatar
 
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 378
Rep Power: 3 King is on a distinguished road
Quote:
Originally Posted by a thing
Horrible idea
Let me get this straight, you use Fedora Core... and you think Open Source is Horrible... are you a fucking retard?

Open source is awesome, but not everything should be open source
__________________
I am Addicted to Linux!
King is offline   Reply With Quote
Old May 14th, 2006, 8:34 PM   #8
jayme
Professional Programmer
 
jayme's Avatar
 
Join Date: Nov 2005
Location: Canada
Posts: 495
Rep Power: 0 jayme is an unknown quantity at this point
Send a message via MSN to jayme
I think they are both good in their own ways. Without open-source, we would be paying for every program out there, but without closed-source software, windows OS wouldn't be alive, which I need for worms armageddon .
__________________

Quote:
Originally Posted by Mohamed Jihad
Durka durka!
Due to incorrect calculations during the middle ages, our calendar actually begins a few years after Jesus' birth. Thus the real 6/6/6 happened a few years back. The world already ended and you missed it.

Download Code::Blocks now!
jayme is offline   Reply With Quote
Old May 14th, 2006, 8:35 PM   #9
kp4621
Newbie
 
kp4621's Avatar
 
Join Date: May 2006
Posts: 12
Rep Power: 0 kp4621 is on a distinguished road
Send a message via Yahoo to kp4621
kp4621@gmail.com

Before people came along and started getting money hungry almost all programs source code was shared for knowledge, now that people know that they can make money off of there source they dont want to share it. That is one of my points on open source.
__________________
Help me out and get rewards , K.O. Hosting


#include <iostream>

using namespace std;

int main()
{
   int name;

   cout << "Please enter your name: " << endl;
   cin >> name;
   cout << "Hello " << name << " Please go jump off a cliff !!" << endl;

return 0;
}
kp4621 is offline   Reply With Quote
Old May 14th, 2006, 8:37 PM   #10
a thing
Unverified User
 
a thing's Avatar
 
Join Date: Aug 2005
Location: none
Posts: 146
Rep Power: 0 a thing is on a distinguished road
Quote:
Originally Posted by King
Let me get this straight, you use Fedora Core... and you think Open Source is Horrible... are you a fucking retard?
No, and calm down a bit.

By the way you might want to update your OS or OS field in your profile.

Quote:
Originally Posted by jayme
windows OS wouldn't be alive, which I need for worms armageddon
If there was no windows, it would be written for something else.

Quote:
Originally Posted by kp4621
If windows wan't around, it would be written for something else.
Before people came along and started getting money hungry almost all programs source code was shared for knowledge, now that people know that they can make money off of there source they dont want to share it. That is one of my points on open source.
Once again, open source is about producing superior quality software.
__________________
Warning: My posts may change (dramatically) within the first 15 minutes they're posted.
Got 'Nux?—GNU/Linux and other free software support.
It's GNU/Linux, not just Linux.

Last edited by a thing; May 14th, 2006 at 8:48 PM.
a thing is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:09 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC