
This is how it feels trying to merge a repo

This is how it feels trying to merge a repo


It seems we are progressively moving back to an era where people will kill there children because they believe the devil is what’s causing them to have a seizure. Except now we have plenty of evidence that is not the case, and is being silenced.


There’s not sufficient proof?!?! No, there is no proof that Tylenol causes autism. Autism is a genetic disorder, you can’t relate the two as a cause-effect relationship. That statement is more shitty and delusional if you smash someone in the head with a metal bat it causes autism, or on a related note, the devil is what causes people to seize (as in the seizure disorder).


I try to avoid it, but ever since search engines have gone to shit, it has forced me to use it for debugging code. Stack overflow, r/Cprogramming, minimal articles on the specific issue, have ceased to exist ever since AI generation. And why should it? Why would a user post an issue (for example, on stack overflow) wait for a few days to get a few responses, when they could get an instant response with AI. Search engines have gone to shit so much, that My fathers startup company has issued a premium license for chatGPT because of how dead Search engines are.
I hate it, I wish I didn’t have to use it, and yet this is my reality.
Madness. When I started using gdb in C it was lifesaver to find any runtime errors in my code. Coming from what is the shit of C compilation and runtime errors it saved what would effectively be hours of inserting printf statements to find the error.
It depends how well a language specifies where the runtime error is occuring. I just get “segmentation fault (core dumped)” as my runtime error which could mean any for loop or iterattive sequence in my program.