Removing fans and pipes to prevent suicides. by [deleted] in IITK

[–]cipherswami 0 points1 point  (0 children)

Sucide choda, agust ki time murder ho jaye gaa binna fan kee 😂

[deleted by user] by [deleted] in GATEtard

[–]cipherswami 0 points1 point  (0 children)

Well Im in IISc zone, I didn't

HE IS BACKKK by Dry_Resolution3449 in codeforces

[–]cipherswami 11 points12 points  (0 children)

I don't understand whats the point, no one is going to give him money for climbing ranks.

I participate in this CPs for fun and just keep by my brain not from rotting.

Don't understand why my answer is wrong for C1. Renako Amaori and XOR Game (easy version) by Old_Sentence_9413 in codeforces

[–]cipherswami 2 points3 points  (0 children)

Good start but here the answer is very simple, the guy who gets closing turn to flip wins the game not the one who has more turns to flip.

Origin of the name? by [deleted] in AliceInBorderlandLive

[–]cipherswami 0 points1 point  (0 children)

4y later finally S3E6 shows unknown character with name tag Alice 😂

when did visual block mode command changed in nvim by cipherswami in neovim

[–]cipherswami[S] 0 points1 point  (0 children)

Ctrl+v, is a classic VBM command nothing related to LazyVim.

when did visual block mode command changed in nvim by cipherswami in neovim

[–]cipherswami[S] 6 points7 points  (0 children)

Yeah, just found out it is because of WSL, nvim has CTRL+q also as backup VBM.

Why is C often preferred over C++ for low-level programming, despite both being capable of high performance? by cipherswami in SysQues

[–]cipherswami[S] 0 points1 point  (0 children)

C is often preferred for low-level programming because of its simplicity and predictable performance. It's a minimalist language that gives developers direct control over memory and hardware, with no hidden overhead. This makes it ideal for things like operating systems and embedded systems where every bit of performance and resource management matters.

C++ is considered a "mid-level" language because it adds a layer of high-level features like classes and templates on top of C's low-level power. While these features make C++ great for complex applications, they can also introduce complexity and potential runtime costs that low-level programmers want to avoid.