Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: cycle Clear Filter

Something Weird Is Going on With the Sun, Scientists Find

The Sun — usually so predictable — is exhibiting some surprising behavior and that has scientists very intrigued. Astronomers had predicted that our host star was entering a period of relative quiet back in 2008, but NASA scientists have published a new study in The Astrophysical Journal Letters that found that the Sun has instead defied expectations by becoming more active, with increased sunspots and solar flares. "All signs were pointing to the Sun going into a prolonged phase of low activi

New pathway engineered into plants lets them suck up more CO₂

Lots of people are excited about the idea of using plants to help us draw down some of the excess carbon dioxide we've been pumping into the atmosphere. It would be nice to think that we could reforest our way out of the mess we're creating, but recent studies have indicated there's simply not enough productive land for this to work out. One alternative might be to get plants to take up carbon dioxide more efficiently. Unfortunately, the enzyme that incorporates carbon dioxide into photosynthes

CPU Utilization is Wrong (2017)

The metric we all use for CPU utilization is deeply misleading, and getting worse every year. What is CPU utilization? How busy your processors are? No, that's not what it measures. Yes, I'm talking about the "%CPU" metric used everywhere, by everyone. In every performance monitoring product. In top(1). What you may think 90% CPU utilization means: What it might really mean: Stalled means the processor was not making forward progress with instructions, and usually happens because it is waitin

Apple’s using more recycled materials in its iPhones and watches

is a senior science reporter covering energy and the environment with more than a decade of experience. She is also the host of Hell or High Water: When Disaster Hits Home , a podcast from Vox Media and Audible Originals. Posts from this author will be added to your daily email digest and your homepage feed. Apple’s new iPhone Air contains more recycled titanium than any of its predecessors, the company announced at the Tuesday Keynote. It’s using 80 percent recycled titanium. The phone as a w

Honda teases its first full-size e-motorcycle with fast charging

Honda is preparing to announce its first electric motorcycle with fast charging, based on a new teaser video the company shared on Instagram. The video shows off the new e-motorcycle on test rides in Europe and teases the date, September 16, when Honda will presumably introduce it. Plans to expand Honda's lineup of electric motorcycles have been in the works since at least 2022, when the company announced it would release "10 or more" e-motorcycles by 2025. The new motorcycle is under a wrap of

Condor's Cuzco RISC-V Core at Hot Chips 2025

Condor Computing, a subsidiary of Andes Technology that creates licensable RISC-V cores, has a business model with parallels to Arm (the company) and SiFive. Andes formed Condor in 2023, so Condor is a relatively young player on the RISC-V scene. However, Andes does have RISC-V design experience prior to Condor’s formation with a few RISC-V cores under their belt from years past. Condor is presenting their Cuzco core at Hot Chips 2025. This core is a heavyweight within the RISC-V scene, with wi

Best Washing Machines for Your Home in 2025

It's not always about the features that you most regularly use, but about having features available that you might sometimes need to use. If available features are driving your comparative shopping experience for washing machines, GE offers a top-tier, front-loading model with consistent customer satisfaction and just about every available add-on. While it is more expensive than the models listed above, it's less expensive than other models that offer as many features as it does. This washing m

Performance Speed Limits (2019)

How fast can it go? Sometimes you just want to know how fast your code can go, without benchmarking it. Sometimes you have benchmarked it and want to know how close you are to the maximum speed. Often you just need to know what the current limiting factor is, to guide your optimization decisions. Well this post is about that determining that speed limit. It’s not a comprehensive performance evaluation methodology, but for many small pieces of code it will work very well. Table of Contents Th

Ultrahuman brings advanced cycle and ovulation tracking to its smart ring

ZDNET's key takeaways Ultrahuman Ring Air users can get paid-for cycle tracking features. Cycle and Ovulation Pro launched on Friday. The tool enables people with irregular menstrual cycles to track their periods accurately. Get more in-depth ZDNET tech coverage: Add us as a preferred Google source on Chrome and Chromium browsers. Ultrahuman Ring Air users are getting new, advanced ways to track their menstrual cycle, as the smart ring and wearable health brand launched Cycle and Ovulation

Ultrahuman Calls Its Ring Air the World's Most Accurate Smart Ring for Tracking Ovulation

Ultrahuman has taken an algorithm designed for intravaginal fertility monitors and transformed it into a non-invasive, temperature-sensing feature that can track your cycle right from your finger. The wearable health tech company announced today that it acquired viO HealthTech, which created the OvuSense algorithm. Validated in 13 peer-reviewed clinical publications and backed by 15 years of clinical research, the algorithm draws on data from over 260,000 cycles collected with medical-grade sen

Ultrahuman Calls Ring Air the World's Most Accurate Ovulation-Tracking Smart Ring After New Acquisition

Ultrahuman has taken an algorithm designed for intravaginal fertility monitors and transformed it into a non-invasive, temperature-sensing feature that can track your cycle right from your finger. The wearable health tech company announced today that it acquired viO HealthTech, which created the OvuSense algorithm. Validated in 13 peer-reviewed clinical publications and backed by 15 years of clinical research, the algorithm draws on data from over 260,000 cycles collected with medical-grade sen

Ultrahuman acquires viO HealthTech to launch enhanced cycle and ovulation tracking

Smart ring maker Ultrahuman is acquiring women’s health technology company viO HealthTech to launch advanced cycle and ovulation tracking, the company announced on Friday. The financial terms of the deal were not disclosed. Thanks to the acquisition, the company is launching a new plug-in for the Ultrahuman Ring AIR called “Cycle and Ovulation Pro.” The plug-in will allow users to accurately track their cycles, get fertility planning support with ovulation confirmation, and detect patterns like

The case for commuting by motorcycle

America has a motorcycle problem. Whereas the rest of the world views two-wheeled motorized transportation as transportation, the US sees motorcycles and scooters as toys. They're not something you use to commute to work or run errands. Instead, they're for riding to the coffee shop on weekends. This is a flawed line of thinking, and I'll tell you why, using two motorcycles as examples. But first, hear me out. I live in Los Angeles, which is famous for its hellacious traffic. For motorcyclists,

Operation Costs in CPU Clock Cycles (2016)

Author: “No Bugs” Hare Follow: Job Title: Sarcastic Architect Hobbies: Thinking Aloud, Arguing with Managers, Annoying HRs, Calling a Spade a Spade, Keeping Tongue in Cheek UPDATED: TLB and CAS/atomics (including different NUMA node) added Click to enlarge NB: scale is logarithmic! Premature Pessimization Easy on yourself, easy on the code: All other things being equal, notably code complexity and readability, certain efficient design patterns and coding idioms should just flow naturally

A major historical bitcoin cycle that dictates its price might be breaking

In this article BTC.CM= Follow your favorite stocks CREATE FREE ACCOUNT Caia Image | Collection Mix: Subjects | Getty Images Bitcoin 's historical "cycle" is showing signs that it might be breaking as a changing profile of investors and supportive regulation reshapes market dynamics. If this often predictable pattern is broken, it would have significant implications for the way investors assess the cryptocurrency's price action and the potential timing of when to invest in bitcoin. "It's not o

Measuring Engineering

If you’ve been an engineer for any length of time, then you’ll probably recognize these truths about software. It’s not predictable. Estimations are hard unless you’ve done it before. And if you’ve done it before, it already exists. Requirements are in constant flux. The customer is always right, except when their telling you how to design a feature. Shit happens. A library has a security vulnerability, a bug appears in the core algorithm or simply Patch Tuesday causes some unknown impact. So

Test Results for AMD Zen 5

Post by agner » 2025-07-26, 12:43:13 I have now finished testing the Zen 5. Thank you to the people who have helped running test scripts for me.My test results for the AMD Zen 5 are impressive. It has a lot of features that increase different aspects of the CPU performance to new levels, never seen before.Most importantly, the instruction fetch rate is increased from 16 to 32 bytes per clock cycle. The 16-bytes fetch rate has been a serious bottleneck in both Intel and AMD processors through ma

The electric Stark Varg EX is brutally fast but a little too unrefined

Stark Future provided flights from Albany, New York, to Barcelona, Spain, and accommodation so Ars could ride the Varg EX. Ars does not accept paid editorial content. The sport of off-roading suffers from a fundamental discordance: The desire to get out into nature and the irreparable harm inherent in the process of off-roading. That harm comes not only from damage to the land itself, but from an environment polluted with both fumes and noise. Off-roading in an EV isn't exactly a panacea, but

Wheel World is the feel-good game of the summer

Momentum is what Wheel World does best. It is the feeling of reaching a downhill section of road, a pristine Sega-blue sea stretching out in the far distance, and letting gravity, the weight of your bicycle, and slope do all the work. Release the right trigger, the button used to peddle, and simply careen down the gently curving asphalt. It’s as if you’re flying — the wind in your hair and shirt fluttering on your back, coasting to wherever the road takes you. Wheel World is an undeniably feel-

Samsung phones can survive twice as many charges as Pixel and iPhone, according to EU data

Aamir Siddiqui / Android Authority TL;DR For the EU’s new energy label program, smartphones advertise a rated number of charge cycles. We’ve complied a list of those cycle counts for popular phone and tablet brands and models. Samsung finds itself at the head of the pack, with many devices boasting batteries that will endure 2,000 cycles. With Google just announcing the start of its Battery Performance Program for the Pixel 6a, set to get underway next week, battery health is very much on ou

Show HN: Zenta – Mindfulness for Terminal Users

🧘 zenta Mindfulness that fits your coding flow When your mind wanders while coding, simply return to breath. No tracking, no metrics, no disruption—just pure awareness in your terminal. The noticing itself is the practice. ✨ ⚡ Quick Start # Install git clone https://github.com/e6a5/zenta.git && cd zenta && make install-system # Set up zen aliases echo " alias breath='zenta now --quick' " >> ~ /.zshrc echo " alias breathe='zenta now' " >> ~ /.zshrc echo " alias reflect='zenta reflect' " >> ~

The Avatar Cycle, Explained

The Avatar franchise’s titular hero is defined by more than just their ability to wield the abilities of all four elements; beyond their martial and spiritual prowess is a transcendental link to previous inheritors of the mantle stretching across thousands of years of history. But as we prepare for the news of a new Avatar show—and with it, the next incarnation of the Avatar—we’ve learned that they’re going to be facing a very different world and reputation, as well as a ramification that has ch

Testing confirms MagSafe doesn’t interfere with Apple’s C1 modem in iPhone 16e

The iPhone 16e lacks support for MagSafe charging, an omission that has dominated conversations about Apple’s cheapest iPhone model this week. Initially, there was speculation that MagSafe might have been excluded due to interference with Apple’s C1 chip, which is its first-ever cellular modem designed for the iPhone. Yesterday, Apple confirmed that the C1 has nothing to do with the omission of MagSafe on the iPhone 16e. New testing conducted by an iPhone case accessory manufacturer and shared