OS X - Operating System General OS operation information and support

OS 10.5 - Universal Binary and Open Source?


Post Reply New Thread Subscribe

 
Thread Tools
EMILinator

 
Member Since: May 03, 2008
Location: Nevada, USA
Posts: 6
EMILinator is on a distinguished road
Mac Specs: MacBook "Early 2008" White, Penryn 2.4ghz Intel Core 2 Duo, 2gb RAM, 160gb HD Superdrive

EMILinator is offline
What do these terms mean?

In regards to the program Transmission I might add.
QUOTE Thanks
Juan Largo

 
Member Since: Jan 31, 2008
Posts: 195
Juan Largo has a little shameless behaviour in the past

Juan Largo is offline
Universal binary is an application that will run on older Mac OS as well as the newer Intel-based Macintosh computers. The source code of an open source software (OSS) is available to the public free of charge, so anyone can copy and/or modify it. OSS isn't necessarily free (as in beer), but it is free (as in freedom of speech).
QUOTE Thanks
AlyciaAnimation

 
Member Since: Mar 04, 2008
Posts: 477
AlyciaAnimation has a spectacular aura about

AlyciaAnimation is offline
Can someone explain this to me. You always hear people say "free as in beer" when talking about free and open source software, but I don't get it. When is beer free? Where did this come from?
QUOTE Thanks
Juan Largo

 
Member Since: Jan 31, 2008
Posts: 195
Juan Largo has a little shameless behaviour in the past

Juan Largo is offline
Quote:
Originally Posted by AlyciaAnimation View Post
Can someone explain this to me. You always hear people say "free as in beer" when talking about free and open source software, but I don't get it. When is beer free? Where did this come from?
In the English tongue, the word "free" has two different meanings. The expression, "Free as in beer," comes from an essay written by Richard Stallman. It describes something that is gratis, or given away, versus something that is in the state of freedom.

If you want a better explanation, read this: http://c2.com/cgi/wiki?FreeAsInBeer

BTW, you can get free beer at a brewery that offers beer tasting tours. The idea is that after you sample enough free beer, you'll buy a couple of cases.
QUOTE Thanks
Aptmunich

 
Aptmunich's Avatar
 
Member Since: Mar 09, 2004
Location: Munich
Posts: 9,075
Aptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant future
Mac Specs: Aluminium Macbook 2.4 Ghz 4GB RAM, SSD 24" Samsung Display, iPhone 4, iPad 2

Aptmunich is offline
Free as in beer = it doesn't cost money, but might have restrictions on its usage.

Free (not as in beer) software does not only not cost any money, it's also free to be used in a variety of ways that commercial software often isn't.
QUOTE Thanks
Juan Largo

 
Member Since: Jan 31, 2008
Posts: 195
Juan Largo has a little shameless behaviour in the past

Juan Largo is offline
Quote:
Originally Posted by Aptmunich View Post
Free (not as in beer) software does not only not cost any money, it's also free to be used in a variety of ways that commercial software often isn't.
Just a slight clarification to the above. Free (as in speech) software is often sold for money, which is permissible as long as the source code is available to anybody. The term Open Source Software (OSS) is a much better description than the term "free" in that context.

People often get confused as to why someone could charge money for OSS when anyone can get the source code for free. An analogy is useful. Nobody "owns" the image of the Eiffel Tower, so if you go to Paris, you're free to take as many pictures of the Eiffel Tower as you want. But right next to the Eiffel Tower are shops that sell post cards of (guess what?) the Eiffel Tower. It's the same way with OSS.

Last edited by Juan Largo; 05-04-2008 at 11:55 AM.
QUOTE Thanks
louishen

 
louishen's Avatar
 
Member Since: Oct 22, 2007
Location: London
Posts: 8,684
louishen has a brilliant futurelouishen has a brilliant futurelouishen has a brilliant futurelouishen has a brilliant futurelouishen has a brilliant futurelouishen has a brilliant futurelouishen has a brilliant futurelouishen has a brilliant futurelouishen has a brilliant futurelouishen has a brilliant futurelouishen has a brilliant future
Mac Specs: Mac Mini Core i7 2012 | White 2009 MacBook 2 Ghz | 733 Mhz G4 Quicksilver

louishen is offline
Quote:
Originally Posted by Juan Largo View Post
Universal binary is an application that will run on older Mac OS as well as the newer Intel-based Macintosh computers. The source code of an open source software (OSS) is available to the public free of charge, so anyone can copy and/or modify it. OSS isn't necessarily free (as in beer), but it is free (as in freedom of speech).

A bit of clarity for the above.

Universal Binary has nothing to do with which OS the program runs on. A universal Binary app is a single application that has been compiled to run on macs with either the older PowerPC processors (G4, G5) and the newer Intel based macs. Simply put it runs on both.

Open Source refers to the source code for a program. Open Source programs release the code to the public domain and invite anybody to suggest and make changes and improvements to the program and allow others to benefit. However, Open Source does not always mean free, Linux is open source but you can still choose to buy versions of Linux.

Applications that can run in Both OS X and the old OS 9 are called Carbon apps

In the !990s, apple switched from the Motorola 68K processors to the Risc based PowerPC. Applications way back then that could run on both of these processor families were called Fat Binaries

Last edited by louishen; 05-04-2008 at 12:46 PM.
QUOTE Thanks
Juan Largo

 
Member Since: Jan 31, 2008
Posts: 195
Juan Largo has a little shameless behaviour in the past

Juan Largo is offline
Quote:
Originally Posted by louishen View Post
A bit of clarity for the above.

Universal Binary has nothing to do with which OS the program runs on.
I never said it did. Read my first post.
QUOTE Thanks
Aptmunich

 
Aptmunich's Avatar
 
Member Since: Mar 09, 2004
Location: Munich
Posts: 9,075
Aptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant futureAptmunich has a brilliant future
Mac Specs: Aluminium Macbook 2.4 Ghz 4GB RAM, SSD 24" Samsung Display, iPhone 4, iPad 2

Aptmunich is offline
Quote:
Originally Posted by louishen View Post
Applications that can run in Both OS X and the old OS 9 are called Carbon apps
A bit of clarification of the above (do I spot a trend? ):

Carbon is a collection of "calls" a programmer can make to the system from an application. Initially "Carbon" was designed to make transitioning apps from OS 9 to OS X easy. It is still being maintained, but in future Apple has indicated developers should start focusing on Cocoa (Carbon will also not be made available in a 64bit compatible version).

But there are plenty of apps that are Carbon based that aren't OS 9 compatible...

iTunes, Finder, Final Cut, Photoshop are all Carbon apps that ditched OS 9 support a looooong time ago.
QUOTE Thanks

Post Reply New Thread Subscribe


« Need to get photos... | any good terminal commands »
Thread Tools

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread
Thread Starter
Forum
Replies
Last Post
binary file opening CTrink OS X - Operating System 4 05-03-2007 05:49 AM
Anti-Virus Software novicew OS X - Apps and Games 7 03-02-2007 11:01 AM
Open Office on MacBook Pro slyydrr OS X - Apps and Games 3 04-07-2006 05:20 PM

All times are GMT -4. The time now is 05:17 AM.

Powered by vBulletin
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
X

Welcome to Mac-Forums.com

Create your username to jump into the discussion!

New members like you have made this community the ultimate source for your Mac since 2003!


(4 digit year)

Already a member?