You don’t need to memorize quicksort. If you understand how it works, it’s trivial to work out the exact details.
xigoi
- 2 Posts
- 379 Comments
xigoi@lemmy.sdf.orgto Programmer Humor@lemmy.ml•Does this exist anywhere outside of C++?English31·3 months agoDon’t most terminals flush the buffer on newline anyway?
xigoi@lemmy.sdf.orgto Technology@lemmy.world•AdNauseam is a uBlock fork that goes further: it actively attacks marketers by auto-clicking every ad before blockingEnglish21·3 months agoCreators who care about privacy should not support Google’s monopoly by using YouTube as their platform of choice.
xigoi@lemmy.sdf.orgto Programmer Humor@programming.dev•Junior Prompt EngineeringEnglish21·3 months agoLLMs are a type of neural networks.
xigoi@lemmy.sdf.orgto DeGoogle Yourself@lemmy.ml•At least repost the latest versionEnglish33·3 months agoWhat a strawman. There are many reasons to not use Google products that have nothing to do with Google being in the USA.
Since PHP has to maintain backward compatibility, many of the issues are not and will never be fixed.
Oh, right! Have you looked into Owncloud, the parent of Nextcloud that claims to be free of the bloat of its child?
xigoi@lemmy.sdf.orgto Ask Lemmy@lemmy.world•Which brands do actually care about a healthy customer relationship more than profit?English25·3 months agoYou mean the company that makes money from getting children addicted to gambling?
I’ve recently found Filen and it seems to be working well.
Yes, also remember to completely avoid Typescript and C# since they are also Microsoft.
This, but unironically.
By what standard is GitLab not a “capitalist platform”? It feels even more corporatey than GitHub. From their homepage:
GitLab is the most comprehensive AI-powered DevSecOps Platform.
SourceHut encourages an e-mail–based workflow that does not require anyone but the repository owner to have an account. In fact, that’s how Git originally worked before GitHub enshittified it.
How would decentralization work for an issue tracker? The issues have to be stored somewhere.
I’m sure there is a lot that the random developer who happened to be born in Russia can do about that.
Read the other comments
Does that also mean I should not browse any websites I don’t already know? That’s very limiting.
Is there anything bad that can happen if you just click a link without logging in or anything? How is it different from opening up a random search result?
xigoi@lemmy.sdf.orgto linuxmemes@lemmy.world•Almost as annoying as the windows evangelistsEnglish4·3 months agoThe good thing about CLIs is that if they suck too much, you can easily create a wrapper around them.
That depends on how often you use it. If I needed to write quicksort as often as the quadratic formula, I’d probably remember it. And if I only used the quadratic formula as often as I do quicksort, I’d just derive it each time.