didnt_readit

u/didnt_readit@lemmy.world
2 posts · 120 comments

Recent posts

Recent comments

I’m pretty sure that at the time that photo was taken he was in the middle of running for political office and hiding the fact his money came from drug trafficking. I assume that look you described was exactly what he was going for.

on Wait, not like that · c/memes · 109 pts · 2y

Hold on, that’s not fair, we also use it to measure how much Coca Cola is in the bottle…hmm never mind that’s not helping… let me start over…we also use it for drugs! Wait, shit…

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.

on hmmm · c/hmmm · 4 pts · 2y

“Assistant VP” or “Assistant to the VP”? lol

Sounds about right for an academic computer scientist, they are usually terrible software engineers.

At least that’s what I saw from the terrible coding practices my brother learned during his CS degree (and what I’ve seen from basically every other recent CS grad entering the workforce that didn’t do extensive side projects and self teaching) that I had to spend years unlearning him afterwards when we worked together on a startup idea writing lots of code.

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…