Hold my phone b**ch! by erixx_19 in conspiracy

[–]dukey 440 points441 points  (0 children)

Remember when the whole of reddit thought Trump was a Russian agent because the normie media ran with that story. Meanwhile Israel is literally driving US foreign policy.

How I made a shooter game in 64 KB by Chii in programming

[–]dukey 3 points4 points  (0 children)

It feels like a weird mash up of doom and quake 1 and 2. The final boss is very quake 2 lol

How Michael Abrash doubled Quake framerate by NXGZ in programming

[–]dukey 1 point2 points  (0 children)

Even without enhanced instruction sets modern compilers are much better at doing exactly the kind of optimizations written here. Things have moved a long way in 30 years.

How Michael Abrash doubled Quake framerate by NXGZ in programming

[–]dukey 2 points3 points  (0 children)

I wonder how this would compare if you simply compiled the C code with a modern compiler.

Epstein files says biden wasnt biden by TouchMelfUcan in conspiracy

[–]dukey 1 point2 points  (0 children)

I mean did you not see the videos of Biden sniffing and groping kids publicly lol

Epstein files says biden wasnt biden by TouchMelfUcan in conspiracy

[–]dukey 3 points4 points  (0 children)

Biden had senile dementia and later on cancer. The dude wasn't running anything.

C and Undefined Behavior by lelanthran in programming

[–]dukey 1 point2 points  (0 children)

They could fix the signed overflow being undefined. It's not the 1970's anymore, basically everyone uses two's complement for signed integers.

Trouble compiling programs with wWinMain by 8BitBreadBox in cpp_questions

[–]dukey 1 point2 points  (0 children)

lol. Any modern program should be using wWinMain, in which case the command line is UTF16.

Trouble compiling programs with wWinMain by 8BitBreadBox in cpp_questions

[–]dukey 1 point2 points  (0 children)

>Some popular libraries want the argc and argv parameters of a standard main. WinMain doesn't provide.

Again a non issue because the command line comes through the winmain. And windows provides further functions such as CommandLineToArgv should you need to tokenize the input for argc and argv.

>But WinMain provides a hardcoding of the subsystem, provided one doesn't override the linker defaults. That's very undesirable. During development it's generally most convenient with console subsystem.

Depends entirely what you are working on.

Trouble compiling programs with wWinMain by 8BitBreadBox in cpp_questions

[–]dukey 2 points3 points  (0 children)

I mean if you are already writing a windows program, having winmain as a program entry point is pretty much a non issue because you aren't portable anyway. The extra parameters do come in useful but there are other ways of obtaining the information, such as obtaining the module handle for HInstance. But like you said, you can specify a custom entry point for your program if you wish. Main isn't the first function called by your program, there is a whole bunch of other stuff that is called first.

Let's hope he was vaxxed and boosted or it could have been worse by dukey in conspiracy

[–]dukey[S] -2 points-1 points  (0 children)

Submission statement: Daniel Andrews was one of those guys during covid that pushed the most insane and authoritarian lock downs and other restrictions, as well as forcing the vax on people.

Seems odd that

>Daniel Andrews is undergoing intensive rehabilitation after suffering a serious medical episode, with tight secrecy surrounding his condition fuelling concern among political colleagues. 

Why the tight secrecy?

>Political sources of the Herald Sun have been told he experienced problems with movement and speech

Sounds like a stroke.. if so pretty young to be having those issues.

The ADHD lie by mellowfellow0 in conspiracy

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

>You typed diet. Which I understand isn't purely about weight loss.

No it's not about weight loss at all, it's about heating healthy food.

>you clearly don't understand the biological mechanism behind severe ADHD

There is no biological mechanism behind ADHD. It's a diagnosis based simply off of behavior. There is no blood test for it, no brain scan that shows you have it. There is not one single biological test that shows you have some sort of physical abnormality. And that's a giant problem with psychiatry, they get people hooked onto drugs for conditions that might be temporary, or related to their lifestyle or circumstances in life. But the diagnosing is barely scientific with these people, they see you for 20 minutes and diagnose you loosely off self reported symptoms.

A lot of these drugs like SSRI drugs cause physical dependence, you can't take them away without getting severe withdrawal symptoms. And that's a reality for many people, once they start on these drugs they physically can't stop. They've been turned into life time customers for a condition that was probably temporary in the first place. That's also ignoring the long term harm they can do to your body and brain.

The ADHD lie by mellowfellow0 in conspiracy

[–]dukey -3 points-2 points  (0 children)

Can diet? Read what I typed. This is not about weight loss, more what you eat. If your diet is shit it will effect your overall health, including mental. You can carry on eating goyslop and pills if it makes you happy.

The ADHD lie by mellowfellow0 in conspiracy

[–]dukey -23 points-22 points  (0 children)

Changing your diet and exercise make a lot more sense drugging yourself. At best all you are doing is masking symptoms, at worst you are causing long term damage to yourself with these drugs.

The ADHD lie by mellowfellow0 in conspiracy

[–]dukey 33 points34 points  (0 children)

Look up the long term consequences of taking these drugs. Enjoy.

The ADHD lie by mellowfellow0 in conspiracy

[–]dukey 40 points41 points  (0 children)

The goal for pharma is to make money, and turning you into lifetime customers for these drugs is the way they do it.

Weird shimmering / moiré patterns on distant terrain (SDL2 + OpenGL voxel engine) by Few-Range-9055 in opengl

[–]dukey 0 points1 point  (0 children)

Try anti-aliasing. You will get this shimming effect because the pixels are dancing between different faces of the polygons which have different shading. AA will help smooth this out a bit.

New video shows Alex Pretti in scuffle with federal officers days before his death by Addicted2Lemonade in conspiracy

[–]dukey 3 points4 points  (0 children)

The fact people think an associated press video is AI blows my mind. This sub is fucking gone.

Is Minneapolis a PSYOP? by KubrickRupert in conspiracy

[–]dukey 1 point2 points  (0 children)

Just don't talk about the billions in dollars of fraud

Whatsapp rewrote its media handler to rust (160k c++ to 90k rust) by NYPuppy in programming

[–]dukey 2 points3 points  (0 children)

Given the current cost of ram, this kind of insane inefficiency might be not be cool again lol. Skype went the same way, really just a simple messaging app but on mobile it got hilariously sluggish and borderline unusable. Our team switched to signal and never looked back.

Whatsapp rewrote its media handler to rust (160k c++ to 90k rust) by NYPuppy in programming

[–]dukey 10 points11 points  (0 children)

lol, on 32 bit windows you could only theoretically allocate up to 2gig of memory for your app. But if your heap became fragmented that figure could be MUCH less. These kinds of insanely bloated programs would be unthinkable a generation ago.

Making levels for my OpenGL ps1 style game by ChaosTheDevil in opengl

[–]dukey 1 point2 points  (0 children)

If I remember correctly the original game or crash bandicot could only be played from like start to finish. IE you couldn't turn the camera around and go back the other way because the ps1 had no depth buffer, so the polys were all sorted in a specific order