4 comments

  • NooneAtAll310 minutes ago
    &gt; Application error: a client-side exception has occurred (see the browser console for more information).<p>seems like website doesn&#x27;t work without webgl enabled... why?
    • maxloh2 minutes ago
      They use 3D graphs to show the Math.
  • jbverschoor17 minutes ago
    Application error: a client-side exception has occurred (see the browser console for more information).
  • 7777777phil30 minutes ago
    Already posted here earlier: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47376119">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47376119</a>
    • NSPG91119 minutes ago
      The post you linked to was made after this post.
      • 7777777phil16 minutes ago
        my bad, I just saw 2 hours ago on this one - either way they could be merged
  • tomalaci11 minutes ago
    I usually have a script&#x2F;alias cmd to automatically convert images to webp. The webp format has pretty much replaced jpg&#x2F;jpeg (lacks transparency&#x2F;alpha support) and png (no compression) formats for me.<p>There is also AVIF format which is newer and better but it needs to still mature a bit with better support&#x2F;compatability.<p>If you are hosting images it is nice to use avif and fallback to webp.
    • lifthrasiir2 minutes ago
      It is not that trivial, because there are tons of existing JPEG files and lossy recompression costs quality. (PNG does get replaced primarily because lossless WebP is kinda a superset of what PNG internally does.)