Tagged articles
10 articles
Page 1 of 1
DevOps Coach
DevOps Coach
Apr 23, 2026 · Fundamentals

How a 7‑Day Imprisonment Fueled the GPU‑Accelerated Text Engine Used by Billions

The article recounts how engineer Behdad Esfahbod endured a week of solitary confinement for refusing to inform on activists, then spent five years building HarfBuzz—a GPU‑accelerated text‑shaping library that now powers text rendering on billions of devices, detailing its technical evolution, security record, and global impact.

GPU renderingHarfBuzzSlug algorithm
0 likes · 19 min read
How a 7‑Day Imprisonment Fueled the GPU‑Accelerated Text Engine Used by Billions
IT Services Circle
IT Services Circle
Mar 6, 2026 · Operations

Top 8 Modern Terminals to Supercharge Your Development Workflow in 2026

This article reviews eight cutting‑edge terminal emulators—WezTerm, Alacritty, Ghostty, Kitty, Warp, Rio, Tabby, iTerm2, and Windows Terminal—highlighting their GPU‑accelerated rendering, cross‑platform support, AI integration, and unique features to help developers choose the best tool for coding, scripting, remote SSH, and DevOps workflows.

AI integrationGPU renderingRemote Development
0 likes · 8 min read
Top 8 Modern Terminals to Supercharge Your Development Workflow in 2026
ByteDance SYS Tech
ByteDance SYS Tech
Apr 13, 2023 · Game Development

Understanding Rasterization: From 3D Models to Screen Pixels

This article explains the rasterization pipeline of GPU‑based 3D rendering, covering model setup, orthographic and perspective projection, viewport transformation, triangle rasterization, bounding‑box optimization, depth buffering, and final pixel shading, using a simple two‑triangle example to illustrate each step.

GPU renderingRasterizationcomputer graphics
0 likes · 12 min read
Understanding Rasterization: From 3D Models to Screen Pixels
Bilibili Tech
Bilibili Tech
Mar 17, 2023 · Game Development

Triangulation of Vector Graphics: Polygon Decomposition and Monotone Polygon Algorithms

This article explains how to convert vector‑graphics paths into GPU‑ready triangles by approximating Bézier curves with poly‑lines, simplifying self‑intersecting polygons using the Bentley‑Ottmann sweep‑line algorithm, decomposing simple polygons into monotone pieces, and finally triangulating those monotone polygons.

Bézier curvesComputational GeometryGPU rendering
0 likes · 21 min read
Triangulation of Vector Graphics: Polygon Decomposition and Monotone Polygon Algorithms
Architects' Tech Alliance
Architects' Tech Alliance
Mar 5, 2023 · Fundamentals

CPU vs GPU Rendering: Differences, Advantages, and Use Cases

This article explains the fundamental differences between CPU and GPU rendering, comparing their speed, quality, memory usage, stability, hardware costs, and suitable scenarios to help readers choose the most appropriate rendering method for their workflows.

CPU renderingGPU renderingcomputer graphics
0 likes · 14 min read
CPU vs GPU Rendering: Differences, Advantages, and Use Cases
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Dec 29, 2021 · Frontend Development

Understanding Browser Compositing Layers: A Guide to CSS Hardware Acceleration

The article explains how browsers build render trees and use GPU‑accelerated compositing layers—created by properties like transform, will‑change, or media elements—to improve performance, avoid repaint glitches such as iOS timer flicker, and offers best‑practice tips for using these layers efficiently without excess memory use.

Browser RenderingCSS OptimizationGPU rendering
0 likes · 10 min read
Understanding Browser Compositing Layers: A Guide to CSS Hardware Acceleration
Xianyu Technology
Xianyu Technology
Jun 9, 2018 · Mobile Development

Flutter Engine Thread Model and Dart Isolate Mechanism

The article explains Flutter’s engine thread model—four embedder‑provided task runners for platform, UI, GPU, and I/O—and how Dart isolates run single‑threaded with message‑based communication, highlighting performance benefits over JavaScript bridges, common threading pitfalls, and strategies for managing engine instances across multiple pages.

Dart IsolateFlutterGPU rendering
0 likes · 16 min read
Flutter Engine Thread Model and Dart Isolate Mechanism