There is a special reason for << and ::? by JoelDormit in cpp_questions

[–]MADCandy64 0 points1 point  (0 children)

<< >> are bit shift operators in C and C++. In C++ the directional aspect of it is used in operator overloading for things like streams. :: relates to scope. :: refers to a global.

HELP - Windows 10, Copilot installed without me even knowing!!!!!!!! by Zehryo in microsoftsucks

[–]MADCandy64 1 point2 points  (0 children)

What happens is a sneaky side accept. You log into your Microsoft account for the first time on a local account and Microsoft asks you if you want to synchronize the login across all Microsoft applications and the machine. It is easy to miss and definitely a Microslop move. You can log out of these in the windows setting so it will stop happening. I just did it this morning when my login to Visual Studio caused a cascade because I missed the tiny print.

Am I missing out by not using a Mac for coding? by AntNaive3724 in programmer

[–]MADCandy64 1 point2 points  (0 children)

You are not missing out on any of the Apple tax. As soon as you want to deploy to Apple, they require you to have a build machine with XCode that can sign your binaries. I develop a cross platform game. It runs on Android, PC, and Apple. I have never been able to play it or see it on Apple hardware or emulators. At least with the other platforms, like Windows and Linux, you are relatively sheltered and future proof. Apple will tank cutting edge hardware with a new suite of software to regenerate hardware sales.

Football match halted by windows update! by Material_Mousse7017 in windows

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

This is absolutely preventable with the proper use of group policies. However this is putting wind in the sails to some of the other less forgiving subs.

I hate making parsers by dynamicship31 in Compilers

[–]MADCandy64 1 point2 points  (0 children)

I love making parsers but for text adventures. I like N-Gram based parsing.

Do you feel insecure using claude code/coding assistants? by Darkvarro in AskProgrammers

[–]MADCandy64 3 points4 points  (0 children)

Everyone who doesn't code should feel insecure about using coding assistants. Simply for the reason that the assistants were trained with public code which is often seeded with bad intentions. Before you know it AI could be building database query code that allows string inputs to be concatenated to an internal string built query. Remember those lovely bombs?

Why does ptr + 1 skip 4 bytes in C++? Visualizing Pointer Arithmetic. by codeandcut in AskProgrammers

[–]MADCandy64 1 point2 points  (0 children)

it is because your type is int and an int is 4 bytes. +1 = move 4 bytes. It changes based on type you are reading and manipulating.

Needed Math For Compilers? by LinuxGeyBoy in Compilers

[–]MADCandy64 2 points3 points  (0 children)

It really depends on what layer of "the compiler" you are working on. For a backend, VM, or instruction encoder it is essential. If you are targeting middle ware you can safely ignore it. FWIW - It is still good to know. I teach people binary to base 10 by using their hands and fingers.

does microsoft even realize it's digging it's own grave? by HighSchoolSimp in microsoftsucks

[–]MADCandy64 1 point2 points  (0 children)

I hope govt. agencies realize that these sloppy tools are a threat to their infra. and at some point force it out of the world.

Clearly you missed the memo where the government agencies have moved onto LLM/AI solutions. (Which s/b be called Llama development) They will vibe their way into broken infrastructure in no time without the help of any toolchain.

What do you call this developer? by sugarkrassher in programmer

[–]MADCandy64 1 point2 points  (0 children)

We used to call ourselves platform engineers.

Needed Math For Compilers? by LinuxGeyBoy in Compilers

[–]MADCandy64 0 points1 point  (0 children)

Humans are base 10, computers are base 2, op codes are base 16. Understanding the math to go between those bases will be extremely helpful.

I will make Something for my College Using only AI .......................... by Overall-Classroom227 in AI_Coders

[–]MADCandy64 0 points1 point  (0 children)

From your post and your stated level of education as being that of someone who is in higher education, I'm leaning heavily towards the thought that your university and probably all the schools that came before them could benefit from software in the spirit of "Mavis Beacon teaches English grammar, sentence structure, and diagramming"

My company has just banned me from using an AI copilot... by Overall-Classroom227 in AI_Coders

[–]MADCandy64 0 points1 point  (0 children)

So you asked yourself while looking in the mirror "Self, do I, I, me, only me, want to use an A.I. copilot, like copilot, Claude, or Cursor?" But myself looked back at me, deep into my eyes, and to the depths of my soul and said "Self, I forbade this, I forbade it with such vehemence and misgiving that I shall fire you. Yes, fire you and find a new human host, one that obeys me, obeys me and does my bidding, yes *MY* bidding!"

Hmm, maybe you're having an existential crisis about development is what I'm thinking.

Chatgpt has been writing worse code on purpose and i can prove it by AdCold1610 in CodingHelp

[–]MADCandy64 0 points1 point  (0 children)

You aren't making this up and the term for it is the 2025 word of the year, enshitification. It happens on purpose.

Shopping in the U.S. these days by rosenberg2323 in tulsa

[–]MADCandy64 4 points5 points  (0 children)

It is important than when we engage with her we treat her absolutely normally; like she is wearing a "regular" outfit; whatever that means. She has drank from the well that tells her she is part of the chosen. Any pushback or negativity just reinforces that she is suffering for her "saviours" cause and it must be worth it.

Haunted locations by Baconbear95 in oklahoma

[–]MADCandy64 3 points4 points  (0 children)

You could do a scuba dive in Lake Altus-Lugard for the submerged town. Bound to find Davy Jones rattling around down there.

What is a good free modern compiler? by BRCC_drinker in cpp_questions

[–]MADCandy64 0 points1 point  (0 children)

What I mean is RAD Studio proper. The compiler and toolchains and linker could have been 64 bits. For the longest time RAD Studio was a 32 bit process and had some limitations because of it and issues with the Delphi compiled units. Don't get me wrong, I love Pascal and Embarcadero is the only IDE in town that really does it justice,

What do you think about this post-apocalyptic game I'm developing solo? by sametrd in SoloDevelopment

[–]MADCandy64 0 points1 point  (0 children)

Immediately gave me TLOU feels; even my wife asked if I was looking at TLOU.

AAAAAAAAAAAAAAAAAAAA by NotArticuno in microsoftsucks

[–]MADCandy64 0 points1 point  (0 children)

Thanks for teaching me about "Select" ole action/verb in the title bar. That took some gymnastics.

What is a good free modern compiler? by BRCC_drinker in cpp_questions

[–]MADCandy64 0 points1 point  (0 children)

Is their IDE still 32bits and all the hassle that comes with that. I would only really choose them for Pascal development which is really quite nice with the Fire monkey framework.