• 1 post
  • 52 comments
Joined 3 years ago
Cake day: June 12th, 2023
  • Pretty well. I did have to create an “old-nixpkgs” variable for some of my packages (deadbeef is currently broken in 25.11 and warsow was removed). Rebuilt my configs on my work laptop, gaming desktop, and 1 of my servers without a hitch. Will wait on my DB server until my next offsite backup just in case…

  • the future of complex web apps*

    I can see in-browser games and containerized desktop application benefiting from wasm, but simple ecommerce sites without all the fluff can be just as performant with SSR or a multi-page application. For instance several years ago I built the frontend and middleware for the Hart Tools and Ryobi Tools websites using Nuxt for SSR and Algolia for the search. Images are the majority of CPU and network load and the websites are snappy as a result. Even this tech stack is overkill for what the websites need to do but my point is for general use case this or a similar tech stack won’t benefit from introducing wasm.