programmer_belch

joined 1 year ago
[–] [email protected] 10 points 13 hours ago

Reminded me of this comic:

shen comic

artist

[–] [email protected] 4 points 20 hours ago

I didn't need to do this but I did and now I want it in my comment history:

class Suckable {
    bool unsucked;

public:
    Suckable () {
        unsucked = true;
    }

    void Suck() {
        unsucked = false;
    }

    void CheckAndSuck() {
        if (unsucked) {
            Suck();
        }
    }
};

Sorry for making you see c++, it's the language I'm currently using. This program compiles on my machine and doesn't use global variables.

[–] [email protected] 16 points 1 day ago (2 children)

Could be inside a class for something to be sucked, making unsucked a variable for the class. CheckAndSuck would be a better name for the function. I don't think the meme needed a code audit but here I am.

[–] [email protected] 10 points 1 day ago (2 children)
[–] [email protected] 20 points 2 days ago

It's too early in my day to be aware of how alone I am

[–] [email protected] 22 points 2 days ago (3 children)
[–] [email protected] 3 points 3 days ago (1 children)

I got accustomed to the options for tar and 7z. for find, I just pipe it to grep or use less to search for something. It just takes time the first time you run it

[–] [email protected] 10 points 3 days ago (3 children)

I don't think coding in C is basic stuff, depending on the IDE, you can learn about using the terminal, compilers and if the course gets far, memory allocation, a really important tool in Linux programs.

[–] [email protected] 13 points 3 days ago (4 children)

Real MEN don't touch their buttholes, they use a bidet. Check out now biMAN, equipped with a power hose so no grime gets left behind.

[–] [email protected] 3 points 6 days ago

Those are really cool, I will save it for my rotation

[–] [email protected] 29 points 6 days ago (1 children)

And I will continue liking petting catgirls pats

[–] [email protected] 16 points 6 days ago

Now I wanna see the complete thesis

view more: next ›