• 6 Posts
  • 53 Comments
Joined 8 months ago
cake
Cake day: October 24th, 2023

help-circle
  • treechicken@lemmy.worldtoProgramming@programming.dev...
    link
    fedilink
    arrow-up
    20
    arrow-down
    3
    ·
    2 months ago

    Not really a language you would write in but WebAssembly. I have this dream of a single WASM runtime environment across web, desktop, mobile with devs writing apps once, compiling them down to WASM, distributing them over the Internet, and users running them on any platform they like.

















  • Building and running a multiplayer game on one might be cool. Websocket is nice for making simpler real-time games for the browser. Godot also has multiplayer networking support but I’ve never tried it before.

    You do have to open up the Pi to the public Internet though to get any people to play. I use Tailscale Funnel but there are probably also other tunneling solutions





  • Yeah we have a test stage where everything is mixed together. It’s just that we directly promote that test stage to prod so we can’t really separate all the features back out for prod without cherry-picking. The other idea we came up with was just letting test flow to prod and locking WIP stuff behind feature flags. I don’t think the security people would like that idea very much though…