4 comments

  • hypfer40 minutes ago
    Cool tech, but the writing flags as AI.<p>em dash, staccato<p>no thing 1, no thing 2, just thing 3<p>__<p>Please don&#x27;t harm your work like this. Let it speak for itself + add your authentic voice.
  • herodoturtle2 hours ago
    So great to see WebGL stuff featuring on the front page.<p>It was OpenGL that got me into graphics and games programming from a young age - NeHe&#x27;s tuts in particular (anyone remember those?).<p>Are there similar introductory tuts for WebGL?
  • jheriko1 hour ago
    [dead]
  • rohitsriram2 hours ago
    The key insight here that&#x27;s easy to miss is that they never read data back from the GPU to the CPU. Most GPU-accelerated web demos lose half their gains to that round trip. By keeping the result on screen and handling the single-pixel cursor lookup with the CPU library instead, they sidestep the bottleneck entirely. The 400x gap over CPU isn&#x27;t just about parallelism, it&#x27;s about not fighting the architecture.
    • systemf_omega49 minutes ago
      LLM slop. This account should be banned.