MacRumors
Oct 10, 07:28 AM
http://www.macrumors.com/images/macrumorsthreadlogo.gif (http://www.macrumors.com)
Commercial Times claims (http://www.digitimes.com/systems/a20061010PR204.html) that Foxconn Electronics has received notebook orders from Apple and volume shipments of one new MacBook model by the of the year.
While the news is being reported by Digitimes, the source of the information is Commercial Times, a Chinese-language paper, which in turn cites Vincent Chen, an analyst at Credit Lyonnais Securities Asia.
While this report only addresses a new MacBook model, rumors continue to claim (http://www.macrumors.com/pages/2006/10/20061006190658.shtml) that MacBook Pro and MacBook updates are planned before the holiday season.
Commercial Times claims (http://www.digitimes.com/systems/a20061010PR204.html) that Foxconn Electronics has received notebook orders from Apple and volume shipments of one new MacBook model by the of the year.
While the news is being reported by Digitimes, the source of the information is Commercial Times, a Chinese-language paper, which in turn cites Vincent Chen, an analyst at Credit Lyonnais Securities Asia.
While this report only addresses a new MacBook model, rumors continue to claim (http://www.macrumors.com/pages/2006/10/20061006190658.shtml) that MacBook Pro and MacBook updates are planned before the holiday season.
KnightWRX
Apr 30, 07:44 PM
No...it's NOT u/linix sorry...because "web page servers" are not the only computers in data centers!
Hum, you do understand all those big financial institutions and banks don't actually use Windows server for their big enterprise level CRMs and other important packages right ?
Unix and Linux are used for way more than just "web server". Maybe you should try working 1 day in IT before you talk about IT. ;)
Of course, you probably don't want to hear the truth and wouldn't accept it anyhow, keep believing in Windows' importance because that's what you see on the desktop, I'll keep working on real OSes in my cushy IT job far away from anything made by Redmond.
Hum, you do understand all those big financial institutions and banks don't actually use Windows server for their big enterprise level CRMs and other important packages right ?
Unix and Linux are used for way more than just "web server". Maybe you should try working 1 day in IT before you talk about IT. ;)
Of course, you probably don't want to hear the truth and wouldn't accept it anyhow, keep believing in Windows' importance because that's what you see on the desktop, I'll keep working on real OSes in my cushy IT job far away from anything made by Redmond.
benpatient
Apr 14, 02:16 PM
I'd say that's also the primary design flaw of the PC, although it wasn't very hard to overcome. Every normal person DOES tend to have a tech friend/relative just to keep their PC working/updated. I'm that tech friend/relative in most of my social circles, and if you're posting here, you're sure to be one too.
what?
that's not the same thing at all. If your mom calls you on the phone and says "i can't run this new app because it says i need to update" you can walk her through it from 2000 miles away. If she's got an ipad and the next version of Angry Birds requires a new iOS version, and she doesn't have a computer, you can't talk her through that. unless you think this would work:
"OK, Mom, what you need to do is go to Best Buy, and go to one of the macs, and then open iTunes, and sync your ipad with it, and then do software update on it, and then erase your account info from the best buy mac, and that's all you have to do!"
right.
what?
that's not the same thing at all. If your mom calls you on the phone and says "i can't run this new app because it says i need to update" you can walk her through it from 2000 miles away. If she's got an ipad and the next version of Angry Birds requires a new iOS version, and she doesn't have a computer, you can't talk her through that. unless you think this would work:
"OK, Mom, what you need to do is go to Best Buy, and go to one of the macs, and then open iTunes, and sync your ipad with it, and then do software update on it, and then erase your account info from the best buy mac, and that's all you have to do!"
right.
jbrucato
Jan 11, 06:36 PM
My notifications stopped working. They're were fine for awhile but have since stopped working. Any ideas? Server problems maybe?
more...
flopticalcube
Mar 15, 08:10 PM
WTF? :confused:
That's it folks, surely the end is upon us for skunk is lost for words.
That's it folks, surely the end is upon us for skunk is lost for words.
SimonTheSoundMa
Jan 6, 05:57 PM
Does Farmville qualify as a wall post, to your wall?
I don't think it does.
It posts wall posts, private messages, invitations, the lot. I hate that app on Facebook. I have it blocked now.
I don't think it does.
It posts wall posts, private messages, invitations, the lot. I hate that app on Facebook. I have it blocked now.
more...
nixd2001
Sep 14, 07:48 PM
Originally posted by onemoof
Someone asked the difference between RISC and CISC.
First thing, there isn't that distinction anymore. RISC originally meant that the processor had fixed width instructions (so it wouldn't have to waste time asking the software how big the next instruction will be). CISC mean that the processor had variable width instructions (meaning time would have to be taken to figure out how long the next instruction is before fetching it.) However, Intel has addressed this problem by making it possible for the processor to switch to a fixed-width mode for special processor intensive purposes. The PowerPC is stuck with fixed-width and has no ability to enjoy the flexibility of variable-width instructions for non-processor-intensive tasks. This means that CISC is now better than RISC. (Using the terms to loosely define Pentium as CISC and PowerPC as RISC.)
Originally it was Reduced versus Complex instruction set computer. Making simpler processors go faster is generally easier than making complex processors go faster as there is less internal state/logic to synchronise and keep track of. For any given fabrication technology, this still generally holds true. Intel managed to sidestep this principle by investing massive sums in their fab plants, effectively meaning that the fab processes being compared weren't the same.
The opposite end of the spectrum from RISC is arguably the VAX line. With this instruction set, massive complexities arose from the fact that a single instruction took so long and did so much. It was possible for timers, interrupts and "page faults" to occur midway during an instruction. This required saving a lot of internal state so that it could later be restored. There were examples of performing a given operation with a single instruction or a sequence of instructions that performed the same effect, but where the sequence achieved the join quicker because the internal implementation within the processor was able to get on with the job quicker because it was actually a simpler task being asked of it.
The idea of fixed sized instructions isn't directly coupled to the original notion of RISC, although it is only one step behind. One of the basic ideas with the original RISC processors was that an instruction should only take a single cycle to complete. So a 100MHz CPU might actually achieve 100M instructions per second. (This was often not achieved due to memory latencies, but this isn't the "fault" of the processor core). In this context, having a variable length instruction means that it is easy for the instruction decoding (especially if it requires more than one "word") to require for effort than any other aspect of executing an instruction.
There are situations where a variable width instruction might have advantages, but the argument goes that breaking the overall task down into equal sized instructions means that fetching (including caching, branch predicting, ec) and decoding these instructions becomes simpler, permitting optimisations and speed gains to be made elsewhere in the processor design.
Intel blur RISC and CISC into gray by effectively executing RISC instructions internally, even if they support the apparent decoding of CISC insructions. They only do this for legacy reasons.
Apple will never switch to IA32 (Pentium) because 32 bit processors are a dead-end and maybe have a couple years left. The reason is because they can only have a maximum of 4 GB of RAM [ (2^32)/(1 Billion) = 4.29 GB ]. This limit is very close to being reached in current desktop computers. Apple MAY at some point decide to jump to IA64 in my opinion, and I think they should. Obviously the Intel family of processors is unbeatable unless they have some sort of catastrophe happen to them. If Apple jumped on they'd be back on track. Unfortunately I don't believe IA64 is yet cheap enough for desktops.
I think this "unbeatable" assertion requires some qualification. It may be that Intel will achieve the best price/performance ratio within a suitable range of qualifications, but this is different from always achieving best p/p ratio whatever. Indeed, IA64 versus Power4 is going to be an interesting battle because Intel has bet on ILP (instruction level parallelism) whereas IBM has bet on data bandwidth. Ultimately (and today!), I think IBM's bet has more going for it. But that's if you want ultimate performance. The PC space is often characterised by people apparenntly wanting ultimate performance but actually always massively qualifiying it with severe price restrictions (such as less than 5 digits to the price).
Someone asked the difference between RISC and CISC.
First thing, there isn't that distinction anymore. RISC originally meant that the processor had fixed width instructions (so it wouldn't have to waste time asking the software how big the next instruction will be). CISC mean that the processor had variable width instructions (meaning time would have to be taken to figure out how long the next instruction is before fetching it.) However, Intel has addressed this problem by making it possible for the processor to switch to a fixed-width mode for special processor intensive purposes. The PowerPC is stuck with fixed-width and has no ability to enjoy the flexibility of variable-width instructions for non-processor-intensive tasks. This means that CISC is now better than RISC. (Using the terms to loosely define Pentium as CISC and PowerPC as RISC.)
Originally it was Reduced versus Complex instruction set computer. Making simpler processors go faster is generally easier than making complex processors go faster as there is less internal state/logic to synchronise and keep track of. For any given fabrication technology, this still generally holds true. Intel managed to sidestep this principle by investing massive sums in their fab plants, effectively meaning that the fab processes being compared weren't the same.
The opposite end of the spectrum from RISC is arguably the VAX line. With this instruction set, massive complexities arose from the fact that a single instruction took so long and did so much. It was possible for timers, interrupts and "page faults" to occur midway during an instruction. This required saving a lot of internal state so that it could later be restored. There were examples of performing a given operation with a single instruction or a sequence of instructions that performed the same effect, but where the sequence achieved the join quicker because the internal implementation within the processor was able to get on with the job quicker because it was actually a simpler task being asked of it.
The idea of fixed sized instructions isn't directly coupled to the original notion of RISC, although it is only one step behind. One of the basic ideas with the original RISC processors was that an instruction should only take a single cycle to complete. So a 100MHz CPU might actually achieve 100M instructions per second. (This was often not achieved due to memory latencies, but this isn't the "fault" of the processor core). In this context, having a variable length instruction means that it is easy for the instruction decoding (especially if it requires more than one "word") to require for effort than any other aspect of executing an instruction.
There are situations where a variable width instruction might have advantages, but the argument goes that breaking the overall task down into equal sized instructions means that fetching (including caching, branch predicting, ec) and decoding these instructions becomes simpler, permitting optimisations and speed gains to be made elsewhere in the processor design.
Intel blur RISC and CISC into gray by effectively executing RISC instructions internally, even if they support the apparent decoding of CISC insructions. They only do this for legacy reasons.
Apple will never switch to IA32 (Pentium) because 32 bit processors are a dead-end and maybe have a couple years left. The reason is because they can only have a maximum of 4 GB of RAM [ (2^32)/(1 Billion) = 4.29 GB ]. This limit is very close to being reached in current desktop computers. Apple MAY at some point decide to jump to IA64 in my opinion, and I think they should. Obviously the Intel family of processors is unbeatable unless they have some sort of catastrophe happen to them. If Apple jumped on they'd be back on track. Unfortunately I don't believe IA64 is yet cheap enough for desktops.
I think this "unbeatable" assertion requires some qualification. It may be that Intel will achieve the best price/performance ratio within a suitable range of qualifications, but this is different from always achieving best p/p ratio whatever. Indeed, IA64 versus Power4 is going to be an interesting battle because Intel has bet on ILP (instruction level parallelism) whereas IBM has bet on data bandwidth. Ultimately (and today!), I think IBM's bet has more going for it. But that's if you want ultimate performance. The PC space is often characterised by people apparenntly wanting ultimate performance but actually always massively qualifiying it with severe price restrictions (such as less than 5 digits to the price).
NoExpectations
Apr 12, 08:02 PM
Personally, I chose Verizon over AT&T simply because my new iPad 2 drops no calls. Love the reliability.
Hmmm...you make phone calls with your iPad?
Anyway, CDMA is a technology that even Verizon is trying to abolish ASAP. I wouldn't buy anything with CDMA today. Slow, no global reach, and did I mention slow?
Hmmm...you make phone calls with your iPad?
Anyway, CDMA is a technology that even Verizon is trying to abolish ASAP. I wouldn't buy anything with CDMA today. Slow, no global reach, and did I mention slow?
more...
JeffDM
Sep 27, 09:51 PM
If LEOPARD doesnt arrive until spring...
They certainly didn't promise it for the fall. They left quite a window, didn't they say 1H07? Let them get it right with good testing. With earlier Tiger revisions, I just went back to 10.3 until they had enough things working right. This will also be the longest time between major revisions, so that's probably going to mean more minor revisions.
They certainly didn't promise it for the fall. They left quite a window, didn't they say 1H07? Let them get it right with good testing. With earlier Tiger revisions, I just went back to 10.3 until they had enough things working right. This will also be the longest time between major revisions, so that's probably going to mean more minor revisions.
Jett0516
Mar 19, 04:51 PM
what kind of school would need the ipad over a mac or pc?
more...
KentuckyApple
Jul 6, 01:47 AM
It is possible, but I would not recomend it if you are at all impatient. If you can, just burn her data onto CDs. Windows 98 has pretty poor networking and it is also very slow. There is a utility called DAVE by Thursby software that will help you. I believe they have an evaluation version that works for a month (long enough for you to do your job). Also, you will need a hub or a crossover ethernet cable.
iLucas
Apr 20, 08:10 AM
I think this is just a guy with the cydia application multifl0w and a white iphone 4. I have multifl0w and it looks very similiar to this and with a white iphone 4 conversion kit, it could be used to make a video like this.
more...
BC2009
Mar 25, 11:00 AM
Before all you Apple fannies disagree with this; just remember Apple is trying to sue everyone else too.
It's all ridiculous.
"Apple fannies" -- I like that.
Seriously, the amusing part of this is that patent trolls are usually companies who never produce anything based on those patents. Sadly, Kodak is a company that once produced decent stuff, but is now essentially acting like a patent troll because they don't really produce squat anymore. Considering that Kodak is busy liquidating entire manufacturing sites, it would be amazing if this company ever made comeback (even if they won $1B from Apple).
It's all ridiculous.
"Apple fannies" -- I like that.
Seriously, the amusing part of this is that patent trolls are usually companies who never produce anything based on those patents. Sadly, Kodak is a company that once produced decent stuff, but is now essentially acting like a patent troll because they don't really produce squat anymore. Considering that Kodak is busy liquidating entire manufacturing sites, it would be amazing if this company ever made comeback (even if they won $1B from Apple).
flopticalcube
Jun 18, 02:00 PM
I figured this out last night poking around in System Profiler on the new Mac Mini display unit in the local Apple Store. There was a new, separate entry for "Card Reader" that I hadn't seen before. Lo and behold, there it was, "SDXC", supporting 2.5GT/s (that's 2.5Gbps before taking into account the all the data transfer protocol overhead).
Doing some more poking, I found in the Ethernet section the fact that the new Minis use a Broadcom BCM57765 (http://www.broadcom.com/products/Ethernet-Controllers/Enterprise-Client/BCM57765) controller�which just happens to also include the memory card reader controller, which supports SDXC.
The ultimate transfer speed will depend on the card used. Some are a lot slower than others. Looks like the card reader was "free" with the ether controller. I can see this making sense on a laptop so you don't have to carry around an extra dongle but I would rather just have an extra USB on a desktop, especially since the damn thing is on the back.
Doing some more poking, I found in the Ethernet section the fact that the new Minis use a Broadcom BCM57765 (http://www.broadcom.com/products/Ethernet-Controllers/Enterprise-Client/BCM57765) controller�which just happens to also include the memory card reader controller, which supports SDXC.
The ultimate transfer speed will depend on the card used. Some are a lot slower than others. Looks like the card reader was "free" with the ether controller. I can see this making sense on a laptop so you don't have to carry around an extra dongle but I would rather just have an extra USB on a desktop, especially since the damn thing is on the back.
more...
geerlingguy
Sep 25, 10:04 AM
how many of us actually care much about aperture...?
Tally me in the 'I care' crowd as well.
If the student price were $99, I could buy it in a heartbeat... but it's so close that I'm trying to find a way to get it.
Tally me in the 'I care' crowd as well.
If the student price were $99, I could buy it in a heartbeat... but it's so close that I'm trying to find a way to get it.
atlanticza
Apr 13, 08:48 AM
Use AppCleaner (http://www.freemacsoft.net/AppCleaner/)
more...
Silverfist
Mar 24, 04:09 PM
Holding out until inevitable $0.99 sale...
;)
.
;)
.
fishmoose
Oct 6, 11:07 AM
You are saying that for everything apart from the iPhone, having more than one type of model is necessary. But, for the iPhone, it'll be doomed to failure?
Why?
I'm not saying its a necessity I'm just saying Apple's curve of sales is going up while Nokia and other manufactures are losing sales with the model suggested in the article.
I'm not saying Apple couldn't pull it of, maybe they can I'm just saying I'm skeptical of this report. That's all :)
Why?
I'm not saying its a necessity I'm just saying Apple's curve of sales is going up while Nokia and other manufactures are losing sales with the model suggested in the article.
I'm not saying Apple couldn't pull it of, maybe they can I'm just saying I'm skeptical of this report. That's all :)
DaveTheGrey
Oct 17, 01:59 AM
Ideally, they could address this concern by having some software that told you well in advance that if you stop listening to music now, you still have so much time left on your phone.
nice idea!
I don't believe anything comes out until mwsf 07 (maybe except the core2duo books). Apple just released the new iPod line and who would buy an 80gig video ipod if you can get a widescreen for some more bugs...
I hope the PDA rumor is correct.
Apple in my ear, on my desk, in my livingroom, in my car, as my phone
"Gee, Steve, what do you want to do tonight?" "The same thing I do every night, Dave: Try to take over the world!"
nice idea!
I don't believe anything comes out until mwsf 07 (maybe except the core2duo books). Apple just released the new iPod line and who would buy an 80gig video ipod if you can get a widescreen for some more bugs...
I hope the PDA rumor is correct.
Apple in my ear, on my desk, in my livingroom, in my car, as my phone
"Gee, Steve, what do you want to do tonight?" "The same thing I do every night, Dave: Try to take over the world!"
m4c1nt05h
Aug 19, 11:43 AM
Can anyone confirm this? It's so annoying when new features are turned on by default. I guess I just need to delete my account. I have a fb, but never check it, but I keep it around just because I get an email if somebody sends me a message on there and then I contact them back. Facebook is just awful, worst mistake signing up for it. If you don't have one DON'T GET ONE!!
http://lifehacker.com/5616395/how-to-disable-facebook-places
http://lifehacker.com/5616395/how-to-disable-facebook-places
yiyopr
Feb 27, 03:44 PM
I have the developer preview of Mac OS X Lion and when you install it you need to click on "customize" and add the server programs. Didn't do it because its not my line of work, but I hope this clears things up?
The Phazer
Nov 6, 05:50 AM
It'd be great news to have an Oyster card in the next iPhone...
Phazer
Phazer
jfreak623
Dec 28, 10:57 AM
it was so annoying when i visited NYC that I could never access my 3G internet as the service was horrible. I couldn't believe how bad it was. There is no way i would own a iphone in NYC. Just my personal Experience.
adroit
May 5, 01:15 PM
http://www.guardian.co.uk/commentisfree/2011/may/03/canada-stephen-harper-american-politics
This about sums it up
This about sums it up