• 2 Posts
  • 110 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle






  • I watch a variety of tech and programming related YouTube channels and I’ve never once cared what the presenter looks like. I wouldn’t worry about it.

    Your personality is way more important and that will matter the same whether you’re showing your real face or a VTuber avatar… arguably it’s even more important for a VTuber since you have to convey that personality without your normal facial movements and body language.

    So I’m not saying you shouldn’t do the VTube thing if you want to do it, but if the main reason is that you’re worried about being out of shape I can tell you 100% it doesn’t matter. The content will speak for itself if it’s good.













  • That is…unfortunate.

    I’ve been thinking about learning Rust after hearing about it’s benefits, but was put off by its ugly type syntax that I hate from C++ and the whole “fighting with the borrow checker to do simple stuff” thing. But now it seems it also has the terrible bloated dependency culture I hate from JavaScript too!

    IMO any security benefits from the increased memory safety are immediately nullified by the security nightmare that is hundreds of statically compiled dependencies…

    I guess I’ll keep waiting on the sidelines and see how the standard lib and dependency culture evolves.


  • Wow I when you said 268 dependencies I figured JavaScript was involved…

    Is the culture of Rust/Cargo getting as bad as JS/NPM these days or is this developer just using an insane amount of dependencies? I don’t have any experience working with Rust so I’m genuinely curious. I stay away from JS in part due to the insane amount of dependencies every non-trivial project has.

    I’ve built projects in many languages and other than a few JS/React/ReactNative projects which seem to have unavoidably massive node_modules folders, I’ve never had more than maybe 10 dependencies in a project ever…