AMD’s Zen goes mainstream with Ryzen 5: 4 cores, 8 threads, from $169

The first chips with AMD’s new Zen architecture were the high-end, enthusiast-oriented Ryzen 7 parts. It’s now the mainstream’s turn, with AMD announcing Ryzen 5.

There are four Ryzen 5 parts launching on April 11. At the top end is the R5 1600X: 6 cores, 12 threads, with a base of 3.6GHz and a turbo of 4.0GHz, for $249. Below that is the $219 1600. It has the same core and thread count but cuts clock speeds to 3.2/3.6GHz. At the bottom end are a pair of 4-core, 8-thread parts: the $169 1400 at 3.2/3.4GHz, and the $189 1500X at 3.5/3.7GHz.

The chips will continue to use the AM4 socket and will be compatible with all the same chipsets and motherboards as the R7s.

Just as was the case with the Ryzen 7, AMD is offering many more cores and simultaneous threads than Intel does for similar money. Whether driven by a different ideology or the practical realities of having to go head to head with a much larger competitor, AMD doesn’t limit features such as simultaneous multithreading or unlocked multipliers to certain expensive chips; all the Ryzen 5s include these features, just as all the Ryzen 7s also do. The 6 core parts use two 4-core Core Complexes with one core from each disabled, and the 4-core parts are just a single CCX.

So the top $249 processor is competing with Intel’s Kaby Lake i5-7600K, a 4-core, 4-thread processor running at 3.8/4.2GHz, and the bottom-priced R5 1400 is going up against the i3-7350, a 2-core, 4-thread part running at a fixed 4.2GHz.

Just as with Ryzen 7, the Ryzen 5 parts are going to give up quite a bit of single threaded performance relative to the Kaby Lakes; they have lower clock speeds and execute fewer instructions per cycle. But the presence of those extra cores means that in many workloads, the Ryzen will be able to hold its own, or even pull ahead, making the decision of which processor to buy more complex than it has been in the past; Kaby Lake may win for some workloads, especially older games that lean heavily on one or two compute-bound threads. But other workloads, including an increasing number of modern game engines, show much greater ability to distribute their work across multiple cores, and for those applications, the Ryzen will be a compelling option.

from Ars Technica http://ift.tt/2muiic2
via IFTTT

Google reduces JPEG file size by 35%

Harry Langdon/Getty Images

Google has developed and open-sourced a new JPEG algorithm that reduces file size by about 35 percent—or alternatively, image quality can be significantly improved while keeping file size constant. Importantly, and unlike some of its other efforts in image compression (WebP, WebM), Google’s new JPEGs are completely compatible with existing browsers, devices, photo editing apps, and the JPEG standard.

The new JPEG encoder is called Guetzli, which is Swiss German for cookie (the project was led by Google Research’s Zurich office). Don’t pay too much attention to the name: after extensive analysis, I can’t find anything in the Github repository related to cookies or indeed any other baked good.

There are numerous ways of tweaking JPEG image quality and file size, but Guetzli focuses on the quantization stage of compression. Put simply, quantization is a process that tries to reduce a large amount of disordered data, which is hard to compress, into ordered data, which is very easy to compress. In JPEG encoding, this process usually reduces gentle colour gradients to single blocks of colour and often obliterates small details entirely.

from Ars Technica http://ift.tt/2mzP5wh
via IFTTT

Intel’s first Optane SSD: 375GB that you can also use as RAM

A 3D XPoint wafer.

Intel

Intel announced today the first Optane-branded product using its new 3D XPoint memory: the catchily named Intel Optane SSD DC P4800X. It’s a 375GB SSD on a PCIe card. Initial limited availability starts today, albeit with no price attached, with broad availability in the second half of the year. In the second quarter, a 750GB PCIe model, and a 375GB model in the U.2 form factor will be released, and in the second half of the year, a 1.5TB PCIe card, and 750GB and 1.5TB U.2 stick, are planned.

3D XPoint is a new kind of persistent solid state memory devised by Intel and Micron. Details on how the memory actually works remain scarce—it’s generally believed to use some kind of change in resistance to record data—but its performance characteristics and technical capabilities make it appealing for a wide range of applications.

When it was first announced in 2015, Intel claimed it would be 1,000 times faster than NAND flash, 10 times denser than DRAM, and 1,000 times better endurance than NAND, though without saying “faster at what” or “what kind of NAND” or anything like that. With the shipping product, these comparisons are now clearer, as one of Intel’s slides make clear: 3D XPoint has about one thousandth the latency of NAND flash (or about ten times the latency of DRAM), and tens times the density of DRAM.

The raw specs for the P4800X leaked in February. To summarize: it’s a datacenter-oriented part, built for applications with high read/write loads, looking for low latency. The sequential transfer rates of 2400MB/s read, 2000MB/s write, are good, but some of the fastest NAND flash can pull slightly ahead. Where the P4800X excels is its ability to sustain high I/O loads, courtesy of those low latencies.

Intel

SSD manufacturers often quote huge numbers of I/O operations per second (IOPS), but there’s always a footnote: the figures are typically generated with queue depths of 32, which is to say, the drive is bombarded with read or write requests (depending on what is being measured) so that there are always 32 outstanding operations. With these deep queues, NAND flash SSDs can achieve 3-400,000 IOPS.

The P4800X can do 550,000 read IOPS and 500,000 write IOPS, but critically, Intel says it achieves this even at low queue depths. The spec sheet figure has a queue depth of 16, and the company says that a queue depth of about 8 tends to be about the limit seen in the real world.

Moreover, Intel says that the latency of each I/O operation remains low even under heavy load. 99.999 percent of operations have a read or write latency below 60 or 100 microseconds (respectively) with a queue depth of 1, rising to 150 or 200 microseconds with a queue depth of 16. Under a comparable load, Intel’s own P3700 NAND SSD can only serve 99 percent of operations with a latency below about 2,800 microseconds.

Likewise, under sustained write workloads, the P4800X retains its low latency for reads, whereas the read latency of the P3700 NAND steadily deteriorates as the write bandwidth increases.

This already makes the Optane drive interesting for applications like caching, but Intel is aiming at more than just that. 3D XPoint is byte addressable; that is to say, each individual byte can be overwritten. This sets it apart from NAND flash. NAND is typically arranged in pages of 512, 2048, or 4096 bytes. Pages are arranged into blocks, typically of 16, 128, 256, or 512 kilobytes. Reading and writing takes place at page granularity, but each page can only be written once. To write it again, it must first be erased, and erasure takes place not at page granularity, but at block granularity. Spinning hard disks can perform reads and writes at the granularity of a sector, typically either 512 bytes (or 512 bytes plus some extra bookkeeping space), or 4096 bytes (or 4096 plus some extra). With 3D XPoint, the reads and writes can occur on individual bytes.

Intel

Unlike flash, which physically wears out due to the stress placed by erases, 3D XPoint writes are non-destructive. This gives the drives much greater endurance than NAND of a comparable density, with Intel saying that Optane SSDs can safely be written 30 times per day, compared to a typical 0.5-10 whole drive writes per day.

The low latency and high endurance make Optane a good fit for applications like caching and database servers. But taking further advantage of these two properties, Intel has developed a new way of using Optane. The P4800X can be used as a regular PCIe attached SSD, but Intel has developed something it calls “Memory Drive Technology” that allows the P4800X, when used in conjunction with an appropriate chipset and processor (which means you’ll have to use a Xeon processor), can be used as if it were RAM. Optane’s latency and bandwidth are both lower than that of DRAM, but the density is higher. Pricing hasn’t been announced yet, but one assumes that it will also be cheaper than RAM too (because if it isn’t, Memory Drive doesn’t have a ton of value).

Intel

Memory Drive Technology uses a middleware layer that boots before, and is transparent to, the operating system, and it combines regular DRAM with the SSD to make a single large pool of volatile memory. For most workloads, this will be slightly slower than if the same amount of DRAM were being used, but the cost should be substantially lower, and the power consumption modestly improved. Intel even claims that some workloads will go faster; although Optane “memory” is slower than regular RAM, the middleware layer that manages the memory can move data around so that it is closer to the processor that is using it, which can assist when using NUMA configurations.

The biggest benefit may be from substantially increasing the amount of physical memory in a server: 2 socket Xeon systems can hold up to 3TB of RAM, but 24TB of Optane, and 4 socket systems support up to 12TB RAM, but 48TB Optane. This could be a huge boost for applications that need truly enormous quantities of memory.

If using the PCIe bus to attach storage and then use it as memory seems a bit awkward, next year Intel plans to release Optane DIMMS.

from Ars Technica http://ift.tt/2mXyQuQ
via IFTTT

As Many Midwest Cities Slump, Sioux Falls Soars

SIOUX FALLS, S.D.—When Ruth Sturm told East Coast friends she was moving here, many had to ask where it was.

“I got a lot of, ‘Do people live in teepees?’” said the 26-year-old digital strategist, who is among the 20,000 new people to settle in this once-sleepy city of 178,500 in the past five years.

Despite the sometimes harsh…

from WSJ.com: What’s News US http://ift.tt/2mzpm71
via IFTTT

Netflix is testing a ‘Skip Intro’ button, and viewers love it

Binge-watchers rejoice: Netflix is testing out a button that lets users skip a TV show’s title sequence.

No more watching the same minute-long intro song and credits before every episode of “Orange is the New Black.” Netflix told CNNMoney Friday that some Netflix members recently began seeing a “Skip Intro” button while streaming, but wouldn’t say when it first appeared.

Related: Netflix, Facebook and other techs remain red hot

Netflix (NFLX, Tech30) spokesperson Smita Saran said the feature is one of “hundreds” of A-B tests that the company conducts each year to try out new features.

“We’re looking at what does or doesn’t enhance the viewing experience,” Saran said.

Related: Netflix wants to get into the toy business

Netflix declined to share details about the test, including which platforms the button is available on. Viewers have mostly reported seeing it appear while streaming on computers.

Saran said there’s no word yet on whether the button is here to stay — but social media users have been heaping praise for the “Skip Intro” feature.

from Business and financial news – CNNMoney.com http://ift.tt/2mRxule
via IFTTT

Wells Fargo credit card applications plunge 55%

Wells Fargo is having a hard time getting Americans to sign up for credit cards these days.

Credit card applications at Wells Fargo plunged by 55% in February, the sharpest decline since the bank’s fake account scandal erupted last September.

Another sign of trouble: Wells Fargo (WFC) said Monday that consumers opened 43% fewer checking accounts than a year ago and interactions with branch bankers fell by 21% in the same month.

Despite taking a series of steps to restore trust with customers, Wells Fargo community banking head Mary Mack admitted “we have more work to do.”

Mack said Wells Fargo ramped up its advertising in February and plans to launch a new marketing campaign in April.

Wells Fargo has suffered double-digit declines in checking account openings and credit card applications each month since the settlement that set off shockwaves across the nation and internally at the bank.

But the February plunge in credit card applications was worse than even the 50% decline Wells Fargo experienced in October during the height of the scandal.

Wells Fargo blamed some of the recent struggles on the fact that last month had fewer days than February 2016, which was a leap year.

That explanation didn’t seem to help Wells Fargo shares. The stock dipped 1% on Monday, but remains near record highs despite all of the turmoil.

Related: Women financial advisers at Wells Fargo 27% more likely to lose their job

Regulators have said that Wells Fargo employees may have submitted as many as 565,000 credit card applications without customers’ knowledge or consent. Some of those fraudulent applications hurt customers’ credit scores, while others led to needless fees. Wells Fargo refunded inappropriate fees and has promised to help those whose credit scores were dinged.

Wells Fargo’s reputation was tarnished by the settlement and allegations of mistreating employees, including whistleblowers who tried to stop the illegal activity.

However, the bank said its customer loyalty scores rose in February for the fourth-straight month.

And Wells Fargo doesn’t seem to be suffering an exodus of customers, many of whom have other products with the bank. Wells Fargo enjoyed a 2% increase in primary checking customers in February to 23.5 million.

“Trends have generally stabilized” since the settlement, Wells Fargo Chief Financial Officer John Shrewsberry said.

Still, Shewsberry acknowledged the scandal has hurt Wells Fargo’s business by increasing expenses. He said Wells Fargo is spending $40 million to $50 million each quarter on lawyers, consultants and other outside professionals.

To offset these elevated expenses and respond to the rise of online banking, Wells Fargo announced plans earlier this year to shut down more than 400 branches by the end of 2018.

Wells Fargo has also taken many other steps to bounce back from the crisis, including reshuffling its executive team and getting rid of the notorious sales goals that led its bankers to open so many accounts, many of them fake.

from Business and financial news – CNNMoney.com http://ift.tt/2mJ1wWv
via IFTTT

The Lucid Air is ambitiously priced at $52,500 after tax credit

The

Lucid Air

, a new luxury EV from

Lucid Motors

, now has a price. The base model will start at $60,000, which becomes $52,500 after applying the $7,500 government tax credit. This aggressive pricing undercuts its closest competitor, the entry-level

Tesla Model S 60

, which starts at $68,000 before the tax credit.

That price won’t get you

the 1,000-horsepower car that the company has been proudly showing

, but the company claims that the base model Air will have 400 horsepower with 240 miles of range. The company also says that the base Air comes with the hardware necessary for autonomous driving, 32 cu. ft of cargo space from two trunks, 12-way power seats, a 10 speaker sound system, LED headlights and lots of touch screens. For comparison, the Model S 60 makes 382 hp and gets a claimed 219 miles of range.

It is possible to spend much more on a Lucid Air if you’d like. The company will offer optional batteries and motors with ranges of 315 miles and 400 miles. In addition, you’ll be able to add a dual-motor powertrain capable of around 1,000 horsepower, a glass roof, reclining rear seats, a 29-speaker sound system, and 22-way power front seats with heating, cooling, active bolsters and massage. Lucid says that opting for all of these items will send the price to over $100,000.

The first 255 models will have many, if not all, of these features. These will be the Launch Edition models and will include the 1,000-horsepower powertrain, a 315-mile range, and unique colors and badging. We’ve previously heard that

the Launch Editions will cost around $165,000

, which could buy you two base model Airs with plenty of cash to spare.

Related Video:

from Autoblog http://ift.tt/2mtiFU6
via IFTTT