I think it’s just funny that the China overalls became Smile overalls in 2024 because Japan is mad at China now.
- 0 Posts
- 3 Comments
Joined 5 years ago
Cake day: April 20th, 2021
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
invalidusernamelol@lemmy.mlto
Asklemmy@lemmy.ml•What kinds of things from reddit would you like to see Lemmy avoid as the user base grows?
41·3 years agoZero tolerance for fascists, and zero tolerance for state propagandists.
The fact that Lemmy is federated means you don’t need to be tolerant of anyone and if they want to keep spewing bigotry and lies. If you make it impossible for them to exist in an instance they’ll have to either give up or spool up their own instance that we can isolate.
Because running an instance requires some organization, maintenance, and money, anything that becomes too isolated from the rest of the fediverse will eventually die out.
If you want to write something user focused, Rust by Example is a great template to use.
A series of self contained lessons that all build on each other.
If you’re doing it for a game engine, you’d probably want to start with the GUI, then some basic scripting (that can go much deeper, but I’d keep it short and share other resources). Once that’s out of the way, show some examples of how to import assets, how to manage a project directory, etc.
Keep all of this contained within the framework of making a simple game, so when the reader completes the tutorial/documentation, they have something that they can actually show off.
I also like the Odin docs since it’s all one page and shows you features in order.