proomt

Search

Search posts, papers, and topics

All posts

Hacker News front page

ZK-JPEG: Zero-Knowledge Image Editing and Compression

Related reading

  1. DeepSeek-V4.1-Flash: Pushing the Limits of KV Cache Compression

    DeepSeek‑V4.1‑Flash is a 552B‑parameter multimodal Mixture‑of‑Experts LLM that supports up to 1 M‑token contexts while slashing KV‑cache memory to 890 bytes/token (≈¼ of its predecessor) via cross‑layer reuse (CSA2) and FP4 quantisation, plus a SWA‑Bounded Replay scheme that cuts persistent cache to 1/8. The Causal Encoder‑Decoder design halves prefill compute (8B vs 16B active parameters) and th…

    Hugging Face Daily Papersarxiv.org3 minpaperHN12710
  2. Anatomy of a Texture

    A practical deep‑dive into modern texture memory layout: block‑compression (BC7), swizzle ordering (Morton/Z‑order), mip‑map hierarchies, and concrete debugging tricks for cross‑platform texture conversion.

    Hacker News front pagegithub.io12 minHN10816