EV makers counted on batteries getting cheaper; war changed the picture

The chassis and battery pack of a Volkswagen AG (VW) ID.5 electric sports utility vehicle (eSUV) on the assembly line during a media tour of the automaker's electric automobile factory in Zwickau, Germany.

Enlarge / The chassis and battery pack of a Volkswagen AG (VW) ID.5 electric sports utility vehicle (eSUV) on the assembly line during a media tour of the automaker’s electric automobile factory in Zwickau, Germany. (credit: Bloomberg | Getty Images)

The car industry’s multibillion-dollar bet on electric vehicles was built on a single premise: that batteries would carry on getting cheaper.

In 2019, Volkswagen executives even brandished charts predicting a steady decline in battery costs as they laid out their ambition to consign the combustion engine to history.

For years the industry was proved right: battery costs fell from $1,000 per KWH for the first models more than a decade ago to about $130 in 2021, paving the way to making them affordable for middle-income families.

Read 34 remaining paragraphs | Comments

JavaScript Package Manager – Complete Guide to NPM and Yarn

A package manager is a tool developers use to automate finding, downloading, installing, configuring, upgrading, and removing a system’s packages. This article will show you all you need to get started with package managers like NPM and Yarn. But why exactly do we need a package manager in our development

The Beginner’s Guide to Sass

Have you ever wondered what SASS stands for? Or perhaps you already know what it is but haven’t taken the time to study and use it. Whether you’re learning about it for the first time, or want to brush up on your knowledge of the subject, this is the article

Types of Hard Drives – SATA, PATA, SCSI, and SSD

A hard drive is a non-volatile hardware component on a computer that acts as the storage for all digital content. It holds program files, documents, pictures, videos, music, and more. The non-volatile nature of hard drives means they don’t lose data, even if power is lost. Due to this, they

App lets you crank the new MacBook Pro’s brightness to over 1,000 nits

Vivid on a MacBook Pro and Pro Display XDR.

Developers Jordi Bruin and Ben Harraway have released an application called Vivid that allows Apple’s new MacBook Pro models and Pro Display XDR to achieve double the brightness systemwide—something that previously wasn’t possible.

For background: Apple says the new 14- and 16-inch MacBook Pro’s MiniLED display can reach 1,600 nits of peak brightness on highlights, or 1,000 nits of full-screen brightness. That’s nearly unrivaled in consumer laptop or desktop displays—it’s more in the realm of what you’d expect from a high-end television.

But while certain HDR video content will take advantage of that on highlights, the normal desktop computing experience isn’t much brighter than what you get on another monitor. macOS keeps things around 500 nits tops unless the content you’re specifically watching calls for more—and most content doesn’t.

Read 7 remaining paragraphs | Comments

Texas’ power failure: Limited chance for profits vs. huge social costs

Wind turbines stretch across Texas scrubland.

Enlarge / Winterizing every wind turbine in Texas makes economic sense. So why wasn’t it done? (credit: Ted Horowitz / Getty Images)

Just over a year ago, a cold front moved into Texas and stayed there. As demand for electricity soared, various generating sources fell off line, leading to extensive grid failures that left customers without power for days. Nearly every form of power generation suffered from failures, as did the system supplying generators with natural gas. The total cost in terms of lost business and lives is estimated at roughly $130 billion.

Initial analyses provided some suggestions on how Texas could restructure its grid to provide better protection against future events like this. But a new study has asked a related question. Texas has economic incentives that should induce commercial generators to install winterization equipment on their own. Why weren’t those incentives enough to get generating companies to install cold-weather hardware?

The new analysis finds that the financial incentives for winterization carry a high degree of risk. And the total incentives for winterization are far lower than Texas paid for the failure to winterize.

Read 13 remaining paragraphs | Comments

Python Project – How to Build a Wordle Clone using Python and Rich

Wordle is a popular game where you guess a five-letter word in six tries. After each guess, the color of the tiles will change to show how close your guess was to the word. It is similar to the Hangman game [https://ireadblog.com/posts/124/hangman-game-using-python] which I’ve already shown you how to
Find the soul