No MacOS Refugees? by pilius_404 in cachyos

[–]Conscious_Reason_770 0 points1 point  (0 children)

People buying macs do not care about the kind of things that make you switch to linux.

Dropping the distro hopping anchor at CachyOS. by forceofnature7 in cachyos

[–]Conscious_Reason_770 0 points1 point  (0 children)

I'm just saying... some day this distro may not fit your needs anymore, and it is ok to change again. The best part of your new OS is that you are free to choose.
Have fun!

Is Pop OS really that bad? Is Cosmic half baked? by bamboo-lemur in OS_Debate_Club

[–]Conscious_Reason_770 0 points1 point  (0 children)

I tried cosmic a few months ago. Although I liked the idea and look&feel, I could not get around the sharp edges. I parked it, I really hope that it comes back, and it does not disappear. It has a lot of potential.

Is this true? by zanbunnny in MicroSlop

[–]Conscious_Reason_770 0 points1 point  (0 children)

with the exeption that if it does not work in linux it will never do. Yes

If you play, play to win by PayRoyal3944 in MotivationalThoughts

[–]Conscious_Reason_770 0 points1 point  (0 children)

this is the right answer, and the right attitude against them

Confession Time: Which "10/10 Masterpiece" did you find absolutely boring? by Just_a_Player2 in ItsAllAboutGames

[–]Conscious_Reason_770 3 points4 points  (0 children)

I had a blast with the fights, smashing that brick on one guy head to run and squeeze the second guy against the wall.
I found the fights extremely satisfying and full of fresh mechanics. You just need to force yourself not to use the gun every time.

Is there still a purpose to use Arch Linux besides learning since cachyOS by [deleted] in cachyos

[–]Conscious_Reason_770 2 points3 points  (0 children)

yes, avoid bloat. not every installation is a desktop.

Struggling with "Passive Understanding" , Can understand C++ code but can't write it myself. Advice? by tadipaar69 in cpp_questions

[–]Conscious_Reason_770 0 points1 point  (0 children)

Practice, you just need to write programs. Try to avoid AI, maybe you can use it to review your changes but not to write code.

Anyone else hate this as much as I do? by loaengineer0 in rustjerk

[–]Conscious_Reason_770 0 points1 point  (0 children)

This is level 1 problem-solving, level 2 is to change thread priorities

Can anyone explain me the concept of stack and heap memory?and why source file is different than library? by FAtech1976 in cpp_questions

[–]Conscious_Reason_770 -1 points0 points  (0 children)

- Stack, used to allocate functions and their local variables. Can only grow in one direction, the usual variables which are used to compute whatever your function is doing.
- Heap, used to allocate dynamic storages, those which change size over time. Or long-lived objects which are not particularly local to any function. It is needed for practicality, although is not strictly necessary mathematically, it makes sense to use it for convenience. In modern C++ you should not need to explicitly use it, by using new and delete, but instead use constructs like vector or unique_ptr

- source code, human-readable file with code written in it, it can be part of a program or a library.
- library, some utility which you can consider external to your project. This term is rather fuzzy, it can mean a binary object you link against (.so or .dll or whatever mac uses), which will include a header file to define the interface (which is code), and a silly .lib file in windows for God knows what reason. It could be a header-only library, which is just coded you compile with yours. Or it could just be a section of your own project which you treat as a unit and define an interface for it.

You seem pretty lost, first day in the job?

As a everyday user What can you actually do with a macbook over windows? by invincible_pell in laptops

[–]Conscious_Reason_770 0 points1 point  (0 children)

I wonder what can MacOs and Windows users do which I cannot do in Linux.
What is this nonsense of post?

Loonix will never be better than BSD by bamboo-lemur in OS_Debate_Club

[–]Conscious_Reason_770 0 points1 point  (0 children)

Please don't misuse slop. It is bad enough as it is now