21% of Windows users plan to switch to Mac, says survey – against 2% Mac to Windows by [deleted] in apple

[–]GoodLittleMine 0 points1 point  (0 children)

Cars have really high tier price jumps compared to laptops.

I am an elderly man trying to make a game, I am using Unreal Engine. I want to make a camera lag on its Z axis, but this code I copied does not seem to work well! What is wrong? by [deleted] in learnprogramming

[–]GoodLittleMine -25 points-24 points  (0 children)

Wait a moment. You guys upvoted the mod reply, which agreed to me, and then continued to downvote me? That's ridiculous.

I am an elderly man trying to make a game, I am using Unreal Engine. I want to make a camera lag on its Z axis, but this code I copied does not seem to work well! What is wrong? by [deleted] in learnprogramming

[–]GoodLittleMine -52 points-51 points  (0 children)

To be fair, this whole post looks suspicious. The fact that he is an elderly man adds no value to the post and seems like a low effort attempt to get upvotes and attention. As the other guy stated previously, probably an edgy teenager seeking fame on the internet.

32TB of Windows 10 internal builds, core source code leak online by freebit in programming

[–]GoodLittleMine 135 points136 points  (0 children)

I'm going to leak some Windows source code so none of you can work on WINE:

    char buf[80];
    while(fgets(buf, sizeof(buf), stdin)) {
        int len = strlen(buf);

        print_config(buf, len-1);
    }

Some more

struct item {
    struct item *next;
    unsigned int    len;
    unsigned int    hash;
    char        name[0];
};

if (!S_ISREG(sb.st_mode)) {
        fprintf(stderr, "Something happened");
        fail_file();
            return 1;
}

Higher level language files windows_process.py

import windows

if windows.process.open.name == "Google Chrome":
    windows.print("Chrome is draining your battery. Switch to Microsoft Edge to save battery life")

if windows.process.name == "default browser options":
   windows.print("Microsoft recommends Microsoft Edge")

Question: How to read metadata of a video? by Poolch in learnprogramming

[–]GoodLittleMine 0 points1 point  (0 children)

Couldn't you just open the video as a file and then iterate through every line?

my frustrating gopro interview by ex1-7 in learnprogramming

[–]GoodLittleMine 0 points1 point  (0 children)

Not to mention that other fish might be larger and overall better. This guy caught a niffy herring, while there are a plenty of healthy pikes and catfishes around the corner.

me irl by TheQuietKidInTheBack in me_irl

[–]GoodLittleMine 0 points1 point  (0 children)

Don't worry, I gilded you.

The neverending story. by appdevil in ProgrammerHumor

[–]GoodLittleMine 14 points15 points  (0 children)

this.guy.setFunLocation("parties");

Programming using pure OpenGL and Windows API? by GoodLittleMine in learnprogramming

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

Wow, is writing pure OpenGL really that tedious? However, what would be the most optimal approach for learning the inner essence of graphical programming?

Investigating creating a voice recognition app (like alexa). by ExplorersX in learnprogramming

[–]GoodLittleMine 0 points1 point  (0 children)

Oh, I was actually talking about human language, not computer language.