9 comments
@nonfedimemes The smallest rust project produces 8.7 gigabytes of build artifacts and includes 84,385 crates @starfrost @nonfedimemes honestly I once had a speedrun timer tool which weighed more than a small os (both made in rust) @starfrost @nonfedimemes tbh, while funny, this isn't really mostly a rust problem: https://wiki.alopex.li/LetsBeRealAboutDependencies @nonfedimemes basic calculator should be replaced with compiler imo (that was my first rust project) @nonfedimemes Simplicity is all very well, but I think a base 1 calculator might be a bit too limited ... @nonfedimemes A game engine and an operation system are not that hard to do if you stick to the basics and have the proper knowledge. I would still not label it as a quick start. What I mean is that they all use the same concept fundamentally so they end up with similar classes. It's easier to implement then what it looks like. @nonfedimemes Reminds me of engineering, math, or development manuals. They do some facile problem showing the principle and then throw a problem that is 1-2 orders of magnitude more complicated at you.
@nonfedimemes https://os.phil-opp.com/ can nicely be finished in about 1.5 days 😇 |
Cc @rochacbruno