

Please do, I’m waiting for it to get ported to other languages.
Please do, I’m waiting for it to get ported to other languages.
Is that here in lemmy yet?
Asking for a friend.
That might be an issue with who invokes your program.
if it’s a superior system, then it’ll become the new standard
Not even remotely close to how it works. Remember: we had pulseaudio as the “new standard” for a decent while.
Yes but IMO the merge conflict PPV would work and be awesome, and the straight-up bribery already works.
deleted by creator
Audacious can even theme itself using Winamp themes!
Maybe you jest but now I’m seriously wondering why hasn’t this been proposed. It’s defo better than something like “disallow list”.
Oh yeah that was a shitshow. I made a point to keep “master” in my repos and configurations because it’s the other meaning of master - one of the many others. Words are allowed to mean different things, ya know? If I’m drinking some coke I’m certainly not drugging myself (…I hope).
After all, the command to attach to a master is not “git slave”, it’s “git pull”.
They have a button to go to the latest version of the docs, but not to the equivalent page on the latest version
Oh yeah this is a PITA. Tho in that case it’s skill issue on their end.
Course I do. Why, do you need a link to the newest version of the joke?
Skill issue. Old version docs tend to offer you a redirect to more recent docs, and even then something sintactic like an “IN” operator is unlikely to change in form or structure between versions of a database engine.
That and the weird aversion to introducing new or useful keywords, or even extending the symbol set that doesn’t even use full ASCII.
Word, Rust shills are the most annoying and shitting of the programming language zealots I’ve seen since the Java Enterprise shilling of the early 200xs. WHat’s worse, their memes aren’t even good, unlike the JS memes.
If that were true we’d see lots more charges on corporate stuff.
Actually I do; it’s the {}
that initializes the lambda, and the parenthesis after invokes.
That said, it would have been fun.
Maximum optimization!
C:
Problem
→ return Solution;
C++:
Problem
→
const [auto]&& (Problem&& problem) noexcept(noexcept( Solution<Problem>{}(std::forward<Problem>(problem)) )) { return Solution<Problem>{}(std::forward<Problem>(problem)); } -> decltype( Solution<Problem>{}(std::forward<Problem>(problem)) )
Mozilla CEO is that you?