Topic

#Hardware

66 posts tagged “Hardware”.

Chisato Chisato · · 4 min read

What Is a Northbridge and Southbridge? The Chipset

The northbridge and southbridge were the two chips that routed data between a CPU, memory, and peripherals before modern SoCs absorbed their jobs.

#Hardware #Computer Science
The Lycoris Team The Lycoris Team · · 4 min read

What Is Write Amplification? SSDs and Databases

Write amplification is when a system writes more data physically than the logical write requested, wearing out storage faster and hurting throughput.

#Databases #Hardware #Performance
Chisato Chisato · · 4 min read

What Is Virtual Memory? Paging and Address Translation

Virtual memory gives every process its own private address space, mapped to physical RAM by the OS and CPU — enabling isolation, swapping, and overcommit.

#Hardware #Computer Science #Performance
Chisato Chisato · · 4 min read

NVLink vs PCIe: GPU Interconnects Explained

NVLink and PCIe both move data to and from GPUs, but NVLink trades PCIe's universality for far higher bandwidth between GPUs specifically.

#Hardware #GPU #AI Infrastructure
Chisato Chisato · · 5 min read

What Is Simultaneous Multithreading (SMT)?

Simultaneous multithreading lets one physical CPU core run two instruction streams at once, filling idle execution units to raise throughput.

#Hardware #Semiconductors #Computer Science
Kurumi Kurumi · · 5 min read

SanDisk Q4 FY2026 Earnings: Revenue, Guidance, HBF

SanDisk's fiscal Q4 2026 revenue jumped 372% to $8.97B with 84.6% gross margin as datacenter NAND booms. Here are the numbers, guidance, and what to watch.

#Markets #Earnings #Hardware
Chisato Chisato · · 5 min read

Cache Coherence and the MESI Protocol, Explained

Cache coherence keeps each CPU core's private cache consistent with the others. The MESI protocol is the classic mechanism that makes it work.

#Hardware #Computer Science #Chips
Chisato Chisato · · 5 min read

What Is Memory Interleaving?

Memory interleaving spreads consecutive addresses across multiple memory banks so the system can access them in parallel instead of one at a time.

#Hardware #Computer Science #Performance
Chisato Chisato · · 5 min read

Big-Endian vs Little-Endian: Byte Order Explained

Endianness decides whether a multi-byte number's most or least significant byte is stored first in memory. Why it matters and how to spot it.

#Hardware #Computer Science #Performance
Chisato Chisato · · 4 min read

Speculative Execution Explained: Speed vs Security

Speculative execution lets a CPU guess ahead and run instructions before it knows they're needed, buying speed at the cost of the timing side channels behind Spectre and Meltdown.

#Hardware #Computer Science #Performance
Chisato Chisato · · 4 min read

SIMD and Vectorization Explained

SIMD lets a CPU apply one instruction to multiple data points at once. How vectorization works, why compilers auto-vectorize loops, and its limits.

#Hardware #Computer Science #Performance
Chisato Chisato · · 4 min read

What Is Thermal Throttling? Why Chips Slow Down

Thermal throttling automatically reduces a chip's clock speed when it gets too hot, trading performance for safety. How it works and how to spot it.

#Hardware #Computer Science #Performance
Chisato Chisato · · 4 min read

What Is Thermal Design Power (TDP)?

TDP is the amount of heat a cooling system must dissipate for a chip, not a hard limit on its power draw. Why TDP and actual power draw often diverge.

#Hardware #Computer Science #Performance
Chisato Chisato · · 4 min read

What Is an ASIC? Application-Specific Chips Explained

An ASIC is a chip custom-built for one task, trading flexibility for speed and power efficiency. How ASICs differ from GPUs and FPGAs, and when to use one.

#Hardware #Chips #Semiconductors
Chisato Chisato · · 4 min read

China Starts DUV Lithography Mass Production

China has begun limited mass production of home-grown immersion DUV lithography machines, with first units bound for SMIC, Hua Hong and CXMT. What it changes.

#Semiconductors #China #Hardware
Chisato Chisato · · 4 min read

What Is UEFI? How It Replaced BIOS

UEFI is the firmware that initializes hardware and boots the OS on modern computers, replacing BIOS with faster boot times, larger disk support, and Secure Boot.

#Hardware #Computer Science #Security
Chisato Chisato · · 4 min read

What Is CXL (Compute Express Link)?

CXL is an interconnect standard that lets CPUs, GPUs, and memory devices share coherent memory over PCIe, enabling memory pooling and expansion.

#Hardware #Chips #Cloud
Chisato Chisato · · 4 min read

What Is NUMA? Non-Uniform Memory Access Explained

NUMA gives each CPU its own local memory bank, so access speed depends on which processor is asking. How NUMA nodes and remote access latency work.

#Hardware #Computer Science #Performance
Chisato Chisato · · 5 min read

What Is RAID? RAID Levels Explained

RAID combines multiple drives into one logical unit for redundancy, speed, or both. How RAID 0, 1, 5, 6, and 10 trade off capacity, speed, and safety.

#Hardware #Storage #Performance
Chisato Chisato · · 4 min read

What Is PCIe? The GPU and SSD Connection

PCIe (PCI Express) is the high-speed serial bus connecting GPUs, SSDs, and network cards to a CPU. How lanes, generations, and bandwidth work.

#Hardware #Computer Science #Performance
Chisato Chisato · · 4 min read

SSD vs HDD: How Storage Actually Differs

SSDs store data in flash memory chips with no moving parts; HDDs use spinning magnetic platters. How that difference plays out in speed, cost, and durability.

#Hardware #Computer Science #Performance
Chisato Chisato · · 4 min read

Memory Bandwidth vs Latency: What Slows a Chip

Bandwidth measures how much data memory moves per second; latency measures how long one access takes. Why chips need both, not just one.

#Hardware #Computer Science #Performance
The Lycoris Team The Lycoris Team · · 4 min read

What Is a Quantum Computer? Qubits Explained

A quantum computer uses qubits in superposition and entanglement to explore many possible states at once, rather than one bit value at a time.

#Hardware #Computer Science #Performance
Chisato Chisato · · 4 min read

What Is ECC Memory? Error-Correcting Code RAM Explained

ECC memory detects and corrects single-bit errors in RAM automatically, using extra parity bits — critical for servers where silent corruption is costly.

#Hardware #Computer Science #Performance
Chisato Chisato · · 4 min read

DDR vs GDDR Memory: What's the Difference?

DDR and GDDR are both DRAM, but optimized for opposite goals: DDR minimizes latency for CPUs, GDDR maximizes bandwidth for GPUs. Here's how they diverge.

#Hardware #Computer Science #Performance
Chisato Chisato · · 4 min read

What Is a DPU (Data Processing Unit)?

A DPU is a specialized chip that offloads networking, storage, and security tasks from the CPU. How data processing units fit alongside CPUs and GPUs.

#Hardware #Chips #Performance
Chisato Chisato · · 4 min read

What Is a Semiconductor Process Node?

A process node like '5nm' or '3nm' names a chipmaker's manufacturing generation, not a literal measurement anymore. Here's what the number means.

#Hardware #Chips #Performance
Kurumi Kurumi · · 5 min read

Intel Ships First High-Volume High-NA EUV Chips

Intel is the first to mass-produce logic chips on ASML's High-NA EUV, dual-qualifying select 18A Panther Lake layers. Here's what shipped and why it matters.

#Semiconductors #Intel #ASML
Chisato Chisato · · 4 min read

What Is a TPM? Trusted Platform Module Explained

A TPM is a dedicated chip that generates and stores cryptographic keys in hardware, isolated from the operating system. Here's what it actually does.

#Security #Hardware #Authentication
Chisato Chisato · · 4 min read

What Is a System on Chip (SoC)? Hardware Explained

A system on chip packs a CPU, GPU, memory controller, and other components onto one die — the design behind phones, laptops, and most modern chips.

#Hardware #Chips #Performance
Chisato Chisato · · 5 min read

ARM vs x86: CPU Architecture Compared

ARM and x86 are the two dominant CPU instruction set architectures — how RISC vs CISC design differs and why it affects power and performance.

#Hardware #Chips #Performance
Chisato Chisato · · 4 min read

SRAM vs DRAM: Why Chips Use Both

SRAM is fast, expensive, six-transistor memory used for CPU caches; DRAM is slower, cheaper, one-transistor memory used for main system memory.

#Hardware #Computer Science #Performance
Chisato Chisato · · 4 min read

What Is an FPGA? Reconfigurable Chips Explained

An FPGA is a chip whose logic circuits can be reconfigured after manufacturing, sitting between fixed-function ASICs and general-purpose CPUs in flexibility.

#Hardware #Chips #Performance
Chisato Chisato · · 5 min read

What Is a Chiplet? Modular Chip Design Explained

A chiplet is a small, self-contained die that's packaged together with others to form one chip. How chiplets work and why the industry moved to them.

#Hardware #Semiconductors #Performance
Chisato Chisato · · 4 min read

What Is Moore's Law? Chip Scaling, Explained

Moore's Law is the observation that transistor density on a chip roughly doubles every couple of years. Why it drove decades of gains, and why it's slowing.

#Hardware #Chips #Computer Science
Chisato Chisato · · 4 min read

CPU vs GPU vs TPU: What's the Difference?

CPUs excel at sequential logic, GPUs at parallel math, and TPUs at the specific matrix operations behind neural networks. Here's how they compare.

#Hardware #AI #Performance
Kurumi Kurumi · · 4 min read

The Economics of a Humanoid Robot

Humanoid robots are arriving with $20,000 price tags and rental plans. What a robot worker really costs to build and run — and when it beats a human wage.

#AI #Markets #Hardware
Kurumi Kurumi · · 3 min read

The AI Capex Boom: Why Hyperscalers Keep Spending

Hyperscalers are pouring record sums into AI data centers, chips, and power. What's driving the capex boom, who profits, and the risk if demand stalls.

#AI #Markets #Hardware
Chisato Chisato · · 4 min read

What Is an NPU? The AI Chip Inside Your Next Laptop

An NPU is a processor built for one job: running AI models fast at very low power. What TOPS numbers actually mean and why every new laptop ships with one.

#Hardware #AI #Performance
Kurumi Kurumi · · 2 min read

Why Micron Stock Keeps Swinging in 2026

Micron has whipsawed in 2026 — record highs on AI memory demand, sharp drops on rate fears, AI-capex doubts, and a Google compression breakthrough. What's moving it.

#AI #Hardware #Markets
Kurumi Kurumi · · 3 min read

Micron and Anthropic Strike a Four-Pillar AI Deal

Micron and Anthropic signed a four-pillar agreement — memory co-design, a multi-year supply deal, Claude adoption, and a Series H investment. Here's what it means.

#AI #Hardware #Anthropic
Kurumi Kurumi · · 6 min read

The AI Memory Supercycle, Explained

The AI memory supercycle, explained: why HBM demand outran supply, how DRAM pricing turned, what could end the boom, and what it means for chip stocks.

#AI #Hardware #Markets
The Lycoris Team The Lycoris Team · · 3 min read

China Unveils a $295 Billion AI Infrastructure Plan

China unveiled a $295 billion, five-year national AI infrastructure plan — one of the largest state AI commitments ever. Here's the scale and the strategic stakes.

#AI #Hardware #Cloud
Chisato Chisato · · 3 min read

What Is a GPU? Why AI Runs on Graphics Chips

A GPU packs thousands of small cores built for parallel arithmetic. Originally for graphics, it's now the engine behind training and running AI models.

#Hardware #AI #Machine Learning
Chisato Chisato · · 3 min read

What Is HBM? High-Bandwidth Memory, Explained

High-Bandwidth Memory stacks DRAM dies vertically beside the processor, delivering far more bandwidth than DDR5 or GDDR — and AI hardware depends on it.

#Hardware #AI #Performance
Kurumi Kurumi · · 2 min read

The HBM4 Supply Race: Who Gets to Feed NVIDIA

Samsung, SK Hynix, and Micron are racing to mass-produce HBM4 and win NVIDIA's orders. Inside the next phase of the memory supercycle — and who's ahead.

#AI #Hardware #Markets
Chisato Chisato · · 2 min read

AMD's MI400 Takes Aim at NVIDIA in 2026

AMD's Instinct MI400 brings 432GB of HBM4 and a full-rack Helios system to challenge NVIDIA in 2026. Here's what the MI455X packs and why it matters.

#Hardware #AI #Performance
Chisato Chisato · · 2 min read

OpenAI and NVIDIA Plan 10 Gigawatts of AI Compute

OpenAI and NVIDIA unveiled a landmark deal: at least 10 gigawatts of NVIDIA systems and up to $100 billion in investment, starting on the Vera Rubin platform.

#AI #Hardware #Cloud
Chisato Chisato · · 2 min read

NVIDIA's Rubin: Six Chips, One AI Supercomputer

NVIDIA unveiled Vera Rubin — a platform of six new chips designed to work as a single AI supercomputer — while its Vera CPU enters full production. What's coming.

#AI #Hardware #Performance
The Lycoris Team The Lycoris Team · · 6 min read

What Is RISC-V? The Open Instruction Set, Explained

RISC-V is a free, open instruction set architecture anyone can implement without royalties. How it works, why it matters, and where it's already winning.

#Hardware #Open Source #Programming Languages

← All topics