[-] darq@social.icod.de 1 points 8 months ago

@parens @kde and they STILL don't have a "delete all junk" button.
You still have to go to the tools menu and hit the tiny 1 liner.

[-] darq@social.icod.de 1 points 11 months ago

@NGIZero @gotosocial @peertube @renchap @ps @fsfe @TauriApps @EC_NGI
So how does one get funded?
Do you need to be related to someone in the EC?

[-] darq@social.icod.de 2 points 11 months ago

@crispy_kilt correct I don't understand it and I don't want to anymore, because I've seen it's much more complicated than what I already use, but I have written that already.
You're acting like a kid that's butt hurt that someone said something bad about their favorite team.
Rust promised performance but for the cost of much more mental overhead and more complicated and indoctrinated workflow.
I do what's best for me.
Don't like it idgaf

[-] darq@social.icod.de 0 points 11 months ago

@sugar_in_your_tea map not thread safe, because multiple threads iterate over one map so you have to use sync.Mutex to lock it for reading, writing or both. I fell into that pit too. Part of the learning process. C++ has mutexes too.

[-] darq@social.icod.de 3 points 11 months ago

@snaggen coming from 10 years of Go, Rust is an ugly, unnecessarily complicated language with even more dogma than Go.
I guess for someone coming from C++ it must seem like an upgrade.
But as someone using Go on the server side , it's just much more overhead involved and for what, potentially slightly better performance?
I went Go because it got rid of the mental burden of OOP.
And while it's not perfect by far, it's good enough.
Simplicity wins.

I tried, time and again to like Rust.
It starts with error messages not making any sense.
How would I know that I'm missing an import when typing a demonstration from some website?
What's up with the ugly ( || keyword) syntax or :: or .unwrap() .
Because of ownership you're forced into certain hierarchies, which make the code ugly and hard to read.
There's a bazillion libraries, but all are \

darq

joined 11 months ago