Tag: #browser
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 9 posts
Korean Dev Blog Curation 4 — Frontend, 14 Posts I Opened and Checked
Fourteen Korean-language frontend posts selected for being concrete and reproducible. They cover closures explained through execution context, why JavaScript chose prototypes, TypeScript conditional types and infer, why
2026-08-12 · 12 min read #curation#큐레이션#frontend#javascript#typescriptSimulating Systems in the Browser — What WASM Makes Possible and What Still Blocks It
ccsim, posted to Hacker News in late July 2026, builds two full copies of gVisor's userspace TCP stack into WebAssembly and runs them in a browser worker. v86 JIT-compiles an x86 CPU to WASM to boot Windows 98, and WebVM
2026-07-31 · 15 min read #webassembly#wasm#simulation#browser#systemsHow Real Is the JPEG XL Comeback — 8 Months After Chromium's Reversal, Verified From the Source
In October 2022, Chromium removed the JPEG XL code, citing a lack of ecosystem interest, and that decision stayed the go-to example in image-format debates for over three years. On November 22, 2025, Chrome's ATLs revers
2026-07-17 · 13 min read #multimedia#jpeg-xl#chromium#browser#web-performanceContent-Encoding: zstd — Safari 26.3 Fills In the Third Engine, and What's Next Is RFC 9842 Dictionary Compression
In February 2026, Safari 26.3 added support for Content-Encoding: zstd, so all three browser engines now receive zstd responses, following Chrome 123 (2024-03) and Firefox 126 (2024-05). Because it's negotiation-based, a
2026-07-17 · 12 min read #performance#web#network#browserllama.cpp Comes to the Browser — The Ceiling a WebGPU Backend Measured Across 16 Devices
LlamaWeb, the WebGPU backend for llama.cpp released by a UC Santa Cruz team in May 2026, left behind the widest dataset to date measuring browser LLM inference — 16 devices across 8 vendors. The results cut both ways. It
2026-07-16 · 16 min read #webgpu#llm-inference#llama-cpp#on-device-ai#browserReal Engines in Your Browser: A Tour of WebAssembly Dev Tools
Real Python via Pyodide, real PostgreSQL via PGlite, real video processing via ffmpeg.wasm. A practical tour of the WebAssembly-powered, backend-free browser tools newly added to this site — why WASM delivers near-native
2026-07-03 · 8 min read #webassembly#wasm#developer-tools#browser#toolingAI Search & Next-Gen Browsers 2026 — Perplexity / Kagi / Arc Search / Dia / ChatGPT Search / Claude / Brave Leo Deep Dive
Search in 2026 is no longer "ten blue links." Perplexity, Kagi, ChatGPT Search, Claude, Arc/Dia, Brave Leo, DuckDuckGo, Phind, Exa — a single map of three currents: answer engines, paid search, and AI browsers.
2026-05-16 · 20 min read #ai-search#search-engine#browser#perplexity#kagiReal GPU Compute in the Browser — A Hands-On Guide to WebGPU Compute Shaders and WGSL in 2026
WebGPU's real attraction isn't 3D — it's compute. We run matrix math, ML inference, image filters and parallel reductions inside the browser, in WGSL, without CUDA and without wasm. Workgroups, dispatch, bind groups, sto
2026-05-14 · 17 min read #webgpu#compute-shader#wgsl#gpu-computing#browserHow Browsers Work: From URL Input to Pixel Rendering — Essential Frontend Interview Knowledge
Everything about how browsers work! DNS→TCP→HTTP→HTML parsing→DOM/CSSOM→Render Tree→Layout→Paint→Composite, Critical Rendering Path optimization, Reflow/Repaint, requestAnimationFrame, Web Workers, and more.
2026-03-24 · 17 min read #browser#rendering#dom#cssom#layout