Page 1 of 2 [ 19 posts ]  Go to page 1, 2  Next

mhm
Raven
Raven

User avatar

Joined: 2 Apr 2011
Age: 39
Gender: Male
Posts: 101
Location: Somewhere in North Yorkshire

08 Apr 2011, 12:43 pm

Who here uses a Mac? What do you like about it? Why? I have a MacBook Pro, which I bought off ebay a couple of months ago. Please don't judge me. I quite like it, though it has its downsides - in particular the expense of hardware and the difficulty of installing GNU/Linux on it, though the latter is less of a problem given Mac OS X's status as a UNIX operating system and the compatibility of much software. I'm still no fanboy though and my desktop is a PC, with an OpenSuse/Windows 7 dual boot configuration.



Orwell
Veteran
Veteran

User avatar

Joined: 8 Aug 2007
Age: 36
Gender: Male
Posts: 12,518
Location: Room 101

08 Apr 2011, 2:00 pm

mhm wrote:
the difficulty of installing GNU/Linux on it,

Might depend on the distro, but GNU/Linux ran fine on my old Macbook. OpenSUSE never liked it much, though, so maybe that is your problem.

I used to have a Mac. It was nice; everything always worked, you didn't have to mess around with it, it was stable, secure, reasonably good with memory management, etc. Once I switched over to using GNU/Linux most of the time, though, there wasn't any particular reason to have a Mac at all, since the only reason one would want a Mac is to run OS X.


_________________
WAR IS PEACE
FREEDOM IS SLAVERY
IGNORANCE IS STRENGTH


cdfox7
Veteran
Veteran

User avatar

Joined: 31 Mar 2011
Age: 47
Gender: Male
Posts: 1,700

09 Apr 2011, 12:41 am

I only used a Mac (OS X) 2 or 3 times at work in uni a few years back. what architecture is the macbook that u got, ppc or x68?
Heres a few disros around for the ppc arch I hear fedora is good I can't remember if is still going yellow dog but thats good the ppc. Also look into hackintosh & etc. cos it is possible to install OS X on a x68 pc



peterd
Veteran
Veteran

User avatar

Joined: 25 Dec 2006
Age: 74
Gender: Male
Posts: 1,375

09 Apr 2011, 1:30 am

Quote:
the only reason one would want a Mac is to run OS X.


Well, it used to be: these days, the reason is that it's the only platform from which one can make code for iPads.



cdfox7
Veteran
Veteran

User avatar

Joined: 31 Mar 2011
Age: 47
Gender: Male
Posts: 1,700

09 Apr 2011, 3:14 am

peterd wrote:
Quote:
the only reason one would want a Mac is to run OS X.


Well, it used to be: these days, the reason is that it's the only platform from which one can make code for iPads.


First off I haven't had my hands on one to know. Tho I looked that officially the ipad might support Java without the need for iOS jail breaking, but its still in pipeline.



Orwell
Veteran
Veteran

User avatar

Joined: 8 Aug 2007
Age: 36
Gender: Male
Posts: 12,518
Location: Room 101

09 Apr 2011, 9:29 am

cdfox7 wrote:
I only used a Mac (OS X) 2 or 3 times at work in uni a few years back. what architecture is the macbook that u got, ppc or x68?

Macbooks and Macbook Pros are x86 Intel.

Quote:
Heres a few disros around for the ppc arch I hear fedora is good I can't remember if is still going yellow dog but thats good the ppc.

Yellow Dog has been pretty much defunct for several years now, and last I heard the PPC port of Fedora was completely broken. Debian is really the only viable option left for PowerPC Linux (OpenSUSE in theory offers it as well, but very few PPC Macs have the specs to handle SUSE's bloat).


_________________
WAR IS PEACE
FREEDOM IS SLAVERY
IGNORANCE IS STRENGTH


TOGGI3
Velociraptor
Velociraptor

User avatar

Joined: 12 Jun 2009
Age: 40
Gender: Male
Posts: 410

09 Apr 2011, 12:17 pm

cdfox7 wrote:
First off I haven't had my hands on one to know. Tho I looked that officially the ipad might support Java without the need for iOS jail breaking, but its still in pipeline.


I get a feeling that the iPad so long as jobs lives will never do Java. Java (The JVM) is very demanding and apple has something of a performance/light weight edge right now on all their applications against their competitors portfolio of apps.



rocknrollslc
Veteran
Veteran

User avatar

Joined: 8 Jan 2009
Age: 36
Gender: Male
Posts: 685

12 Apr 2011, 12:42 am

macs are great, i love mine. such a wonderful UI of course. i just bought an i3 - few headaches (if any) involved. while a PC is certainly the right choice for some, i wouldn't wanna do what i do with one of those machines



markitzero
Veteran
Veteran

User avatar

Joined: 18 Sep 2010
Age: 40
Gender: Male
Posts: 600
Location: Phelan, CA

12 Apr 2011, 2:51 pm

I only have 2 Apple Computers
Apple II/GS
http://oldcomputers.net/pics/appleiigs.jpg
Apple SE/30
http://www.asahi-net.or.jp/~sr8s-ookb/se30l.jpg


I am lazy I didn't want to go into the garage to take pic I may go into there later to do pics.


_________________
My Blog: http://aspietechygamer.x10.mx
-Diagnosed with High Functioning Aspergers back in High School-


CloudWalker
Veteran
Veteran

User avatar

Joined: 26 Mar 2009
Age: 36
Gender: Male
Posts: 711

12 Apr 2011, 8:23 pm

In principle running Java should not be that much more demanding than running Javascript. The relatively poor structure of javascript actually means that it takes more bookkeeping effort to garbage collect. Yet I don't see Apple ditching Javascript any time soon. In fact ARM has specific hardware acceleration for Java that could make it a lot faster, so all this performance/light weight are just excuses.

The same is also true for Flash. ActionScript is not that different to Javascript. Apple likes to fool people about flash = slowness. But the fact is most of the time Flash is just the container for video. If the same videos are playing, be it through Flash or html5, it'll take the same CPU/GPU time! It seem faster now just because fewer ads use html5 video.

Of course, vulnerability is another matter. Both Flash and Java are particularly bad recently.



cdfox7
Veteran
Veteran

User avatar

Joined: 31 Mar 2011
Age: 47
Gender: Male
Posts: 1,700

13 Apr 2011, 7:48 am

CloudWalker wrote:
In principle running Java should not be that much more demanding than running Javascript. The relatively poor structure of javascript actually means that it takes more bookkeeping effort to garbage collect. Yet I don't see Apple ditching Javascript any time soon. In fact ARM has specific hardware acceleration for Java that could make it a lot faster, so all this performance/light weight are just excuses.

The same is also true for Flash. ActionScript is not that different to Javascript. Apple likes to fool people about flash = slowness. But the fact is most of the time Flash is just the container for video. If the same videos are playing, be it through Flash or html5, it'll take the same CPU/GPU time! It seem faster now just because fewer ads use html5 video.

Of course, vulnerability is another matter. Both Flash and Java are particularly bad recently.


Also its more of political & legal excuse from Apple for not official supporting Flash & Java.



curlyfry
Veteran
Veteran

User avatar

Joined: 13 Jun 2010
Age: 57
Gender: Female
Posts: 1,502
Location: Latitude : 45.373. Longitude : -84.955

22 Apr 2011, 5:44 pm

I have used macs and feel the most comfortable with them. It seems like its got soul. It tries to do operations even though I know it will eventually stall out. When I think about how much I pushed my LC II and it only had 8 meg Ram.

LC II
LC 580
PowerMac 7500 for scanning photos
Imac Intel 2.16 GHz

The Imac went 2 years before the Hard drive died. Thank goodness I had an external which I could save things too. The DVD drive is junk too but I knew that and now mainly use an external. I work with photoshop, audio, video and some web.



LordoftheMonkeys
Veteran
Veteran

User avatar

Joined: 15 Aug 2009
Age: 37
Gender: Male
Posts: 927
Location: A deep,dark hole in the ground

24 Apr 2011, 12:53 am

I am a big fan of Macs. Not only is the Mac OS more stable than Windows and even (in my experience) Linux, but the hardware lasts longer. I have an HP laptop that I've owned for less than a year, and the screen is already starting to wear out. Buying a Mac is an investment, but it's well worth it if you're a real heavy computer user.


_________________
I don't want a good life. I want an interesting one.


LordoftheMonkeys
Veteran
Veteran

User avatar

Joined: 15 Aug 2009
Age: 37
Gender: Male
Posts: 927
Location: A deep,dark hole in the ground

24 Apr 2011, 12:55 am

TOGGI3 wrote:
cdfox7 wrote:
First off I haven't had my hands on one to know. Tho I looked that officially the ipad might support Java without the need for iOS jail breaking, but its still in pipeline.


I get a feeling that the iPad so long as jobs lives will never do Java. Java (The JVM) is very demanding and apple has something of a performance/light weight edge right now on all their applications against their competitors portfolio of apps.


There are also IP issues what with Oracle suing everyone for using Java.


_________________
I don't want a good life. I want an interesting one.


peterd
Veteran
Veteran

User avatar

Joined: 25 Dec 2006
Age: 74
Gender: Male
Posts: 1,375

24 Apr 2011, 4:22 am

At least Sun used to care about Java as a language. Oracle care about it as a source of income.

It all makes me care about it less. I spend my working life herding vast stacks of Java that are just there to make Oracle databases look like a good thing. And, from my experience, that's a path to destruction.



LostInEmulation
Veteran
Veteran

User avatar

Joined: 10 Feb 2008
Age: 43
Gender: Female
Posts: 2,047
Location: Ireland, dreaming of Germany

24 Apr 2011, 8:46 am

The issue with google is that they did not use Java because it required licensing the Vm but created their own syste heavily based on Java...


_________________
I am not a native speaker. Please contact me if I made grammatical mistakes in the posting above.

Penguins cannot fly because what cannot fly cannot crash!