787
Fortune Teller
(files.catbox.moe)
Post funny things about programming here! (Or just rant about your favourite programming language.)
I find it especially weird that it's almost always labeled like something special if it's written in Rust, even though as the end user the only thing I know will be different is the compile time, as it usually takes around 10-20 times longer than if it would be written in c, with 500 dependencies being pulled and recompiled every time. Which means if tests fail, even though the app works fine, and I had that happen twice in Rust, it will take three tries or so until I manage to fully remove the test section from the pkgbuild, resulting in an hour loss for just installing something that could've taken 5 minutes.
> Decide to create a very basic GUI app in Rust, as everyone is saying it's a great language for it
> First compilation takes over 15 minutes to download and compile 100 libraries
> Debug files take up 2GB of storage
> Output binary file comes out massive for no reason
> "Yeah you're supposed to write a few lines to optimize for size in your release profile"
> Compiling now takes 30 minutes instead
But you died faster, that's not to be underestimated