Not only the right decision, the right reasoning too.
Not only the right decision, the right reasoning too.
It might be worth considering basing it on Matrix. You’ll get a lot of things for free (e.g. auth and identity) and you can create your own dialect on top of the fundamental protocol.
Is it OK if I mention my own channels?
Andy Balaam’s programming videos: https://diode.zone/c/andybalaam_programming
Category Theory by Bartosz Milewski: https://diode.zone/c/category_theory
Gaming: Trials Rising and Trials Fusion: https://peertube.social/accounts/trials/video-channels
That issue: https://github.com/LemmyNet/lemmy/issues/721
I think this sounds possible. If you don’t use a Box<> or similar container (and instead using something like a dyn trait), you know that the compiler knows the real size of the instance you are passing, so no dynamic polymorphism is being used.
If you post some code here, someone might be able to suggest a Rustish way of doing it?
https://www.artificialworlds.net/blog/2021/07/01/why-write-an-entire-game-including-graphics-in-a-single-hand-coded-javascript-file/