5 comments

  • rockyj17 minutes ago
    Very impressive! Worth noting that HTMX also has a WebSocket extension - <a href="https:&#x2F;&#x2F;v1.htmx.org&#x2F;extensions&#x2F;web-sockets&#x2F;" rel="nofollow">https:&#x2F;&#x2F;v1.htmx.org&#x2F;extensions&#x2F;web-sockets&#x2F;</a> so one could potentially also do &quot;live views&quot; in more performant runtimes like JVM or Node.js
  • kvakvs53 minutes ago
    Since Doom renders the image with vertical columns of pixels (floor, lower wall, portal if exists continues rendering the other sector, then upper wall then ceiling) and since browsers are very good at drawing the sprites out of larger textures... You could send vertical divs shaded with the sector light level and picking the correct textures. Instead of hundreds per column you will have like 5 divs on average per column and they will be textured shaded and scaled by the browser?
  • agentifysh2 hours ago
    if only i could run django on cloudflare workers<p>guess i could run it on a dedicated server<p>would be nice if we can get django and liveview working without a server
    • evilmonkey1938 minutes ago
      I wish we could host Django apps with the tasks and everything on Cloudflare workers. Also it would be nice to have a DB like SQLite within Cloudflare.
    • leobuskin1 hour ago
      you can do it on wasmer&#x27;s workers, their last wasm&#x2F;python approach is pretty solid (compatibility, performance). it&#x27;s sad to say, but after 4 years of &quot;beta&quot; Python support on CF workers - it&#x27;s still ugly. I dunno who was responsible for such a neglect, but even with the last changes - total fiasco
  • ksec3 days ago
    In the blog post it uses &quot;600,000 divs&#x2F;second!&quot; and &quot;10,000 divs using its template engine&quot; while the heading uses 600.000.<p>I assume the difference in usage of full stop &#x2F; period or comma is accidental?
    • andros3 days ago
      Yes, you right hehe. I had fixed!
  • pawelduda1 hour ago
    Shame Phoenix LiveView is missing from the comparison
    • leobuskin1 hour ago
      It&#x27;s only django-related third-party packages comparison (and SSR itself), would be a bit strange to compare with a different language&#x2F;stack and&#x2F;or framework