JustSomeGuy1

About

Banned
Username
JustSomeGuy1
Joined
Visits
60
Last Active
Roles
member
Points
1,172
Badges
1
Posts
330
  • Editorial: Apple's move to ARM is possible because most users want power more than compati...

    melgross said:
    It’s a nice, fairly long article. It be]rings up a number of things that are correct. But, I still believe moving to Apple’s ARM chips is more difficult that some people think.

    firstly, no, the ‘a serir]es still has a long way to go before it can compete with AND and Intel at the higher levels, with no guarantee that it ever will. That’s all speculation. Are we going to see a 6 core chip? An 8 core chip? These will be needed to compete on the higher laptop level. 16GB RAM? 64GB RAM? Same thing.

    convincing developers, particularly those with very large, high performance software to go native ARM? And, yes, that will be needed.

    if Apple does begin this process, it will be a very difficult one.
    Not because of hardware performance. You're quite mistaken about this. The A series *already* competes quite well with AMD's and Intel's mid/upper-range chips.

    The current iPad Pro already has an 8-core chip, and every current iPhone has a 6-core chip. The fact that four of the cores in each case is a lower-power core is irrelevant - regardless of power, a core still requires the same services from the bus (or mesh, or whatever) servicing it. Also, supporting large amounts of RAM is trivial, not a challenge at all.

    I suggest you re-read (I'm sure you've seen it already) this coverage of the A12 chip: https://www.anandtech.com/show/13392/the-iphone-xs-xs-max-review-unveiling-the-silicon-secrets/4

    Those two are the best articles I've seen covering the A12 generation. Here's a quote from the last paragraph of the second:
    "What is quite astonishing, is just how close Apple’s A11 and A12 are to current desktop CPUs. [...] we see that the A12 outperforms a moderately-clocked Skylake CPU in single-threaded performance. [...] we’re now talking about very small margins until Apple’s mobile SoCs outperform the fastest desktop CPUs in terms of ST performance."

    Moving to ARM isn't trivial. But raw performance isn't going to be a significant issue, unless you're actually trying to run Intel code in emulation. And not even then, unless it's really CPU-intensive.
    SoliJWSCdocno42
  • Editorial: Apple's move to ARM is possible because most users want power more than compati...

    [...]
    I’m also looking forward to a ARM based MacBook, but performance might be a bigger headache than straight speed tests suggest.  Qualcomm and Microsoft have put considerable effort into their ARM offering, but performance has been terrible.  Apple has done a lot of tinkering to optimize ARM and iOS and performance is impressive, but it also isn’t designed to multitask (they do have clever workarounds).  A ARM processor in a MacBook is going need to excel at multitasking.  This might be a much bigger problem/challenge than Apple fans are thinking, it might be a fundamental limitation of ARM that throwing additional cores/memory at the problem doesn’t fix.  We’ll see...
    Your claim is fantastical nonsense. "Not designed to multitask"? IOS runs dozens of simultaneous tasks all the time. The kernel is designed from the ground up for multitasking. Qualcomm's problem was that they were more than two years behind Apple in terms of hardware performance, until the 855 generation, which has "leapfrogged" to only ~1.5 years behind Apple (and is not, AFAIK, in any windows-running devices).

    There is no multitasking issue in ARM's fundamental design. The notion is just silly. There are challenges in a transition to ARM (which Apple is clearly taking steps to mitigate, right now). Your concern, however, is not one of them.
    tmaydanhJWSCjdb8167
  • PCIe 6.0 will double the bandwidth of PCIe 5.0 to 256GB/s in 2021

    wizard69 said:
    bvwj said:
    Apple stuck with PCIe 3.0 because Intel can't support PCIe 4.0.  AMD is the only processor supporting PCIe 4.0.  The question is why Apple sticks with Intel.
    I’m not sure if people realize how far AMD has come in the last 3 years.  
    Funny, I've heard variations of that for the past 15 years. 
    I haven't. After their Opteron golden years, it was always a matter of "good enough" and "cheap enough". And they often weren't either.

    Now it's different. The current Zen+ chips are comparable or superior to Intel's offerings in many circumstances, and the new chips shipping 7/7 will beat Intel at just about everything.

    It's possible that Intel will retain the "gaming crown" with its most expensive desktop chip... by an insignificant amount. I wouldn't bet on it though. And for everything else, they will have no answer to AMD for a while.
    beowulfschmidt
  • Apple is using a custom connector for the SSD in the new Mac Pro

    Gary-G said:
    The FTC has signaled it is reviewing big tech. Apple lost at the level of the Supreme Court with respect to the App Store appeal. The release of a desktop promised as modular without modularity is a large mistake, and is tone deaf to the market. Conditions change, and organizations driven by engineers without a concern for market conditions leads to downstream challenges. Apple is running a big risk with the MacPro. They promised modularity and may be held to the market standard. Here is the standard of the FTC, on single firm conduct of anti-competitive practices, "It is unlawful for a company to monopolize or attempt to monopolize trade, meaning a firm with market power cannot act to maintain or acquire a dominant position by excluding competitors or preventing new entry. It is important to note that it is not illegal for a company to have a monopoly, to charge “high prices,” or to try to achieve a monopoly position by aggressive methods. A company violates the law only if it tries to maintain or acquire a monopoly through unreasonable methods." The market standard for modular expansion in the storage space is not storage memory on a special controller, or a special pin connector that prohibits third party suppliers. As Apple decided to enter this space, after a very long exit from the modular desktop space, they are facing headwinds. The best advice is to meet the legal market standard, provide a device that the consumer desires, is willing to pay a reasonable premium for, and can update as per the advertising promise. Whether OS-X is superior to Windows 10 or Linux or Solaris is not the issue. The issue remains simple, if you advertise modular expansion, the legal terms of the modular hardware expansion are set externally by market practice, not by internal engineering.
    Wow, this was quite impressive. Lots of people wrote about the nnMP without bothering to read up on it first, but this idiot actually managed to be ignorant about two major topics at once (Macs and antitrust/anticompetitive practices). He also has a bee up his butt having posted about it in at least two articles so far.

    I need to stop reading these comments, it's a total timesink. :-(
    fastasleep
  • Review: OWC ThunderBlade provides silent & fast Thunderbolt 3 storage

    deminsd said:
    No answer about the performance? The quoted numbers are ridiculously low. Based on them, this should be a 1/5 star item and a hard pass from every possible potential buyer. That can't be right.
    From what I've researched, RAID 0 does not add performance like you think it should.  Possibly on writes, but I don't even see that here.  RAID 1 is supposed to double read performance, but not RAID 0.  

    Maybe what I read is wrong, so don't shoot me.  :)

    RAID 0 stripes blocks across multiple volumes. So, any write large enough to fill more than a stripe-unit-size (typically just a block) can be done with the writes to each volume done in parallel. Similarly for reads. Naively, for non-small reads and writes, you can expect to double (triple, etc.) your performance with RAID 0. You're mixing up RAID 0 and RAID 1 (which, BTW, will accelerate reads, not writes).

    However, RAID isn't even the issue here. The performance level of this unit as reported in the review would be a very bad joke even for a single midrange consume NVMe drive. You'd have to go all the way down to a QLC drive to find a drive that performs as badly as the unit reviewed here. And even then it will often do better.

    Something is really wrong with the numbers in this review. And it's not the first time, recently. AI, what's going on?
    watto_cobra