This profile is from a federated server and may be incomplete. View on remote instance

JATtho ,
@JATtho@sopuli.xyz avatar

C++: you sure you want to do this? This will either: a) blow your foot off b) be too fast to be measured in micro-benchmarks.

b. B. B. a. then B.

You have chosen to simultaneously blow your arm off and be the fastest code thing on the planet. Congrats. Yes.

JATtho ,
@JATtho@sopuli.xyz avatar

My most common typo is gti <random command> and I'm considering to alias it as rm -rf --no-preserve-root /

JATtho ,
@JATtho@sopuli.xyz avatar

I was suspicious as heck of this link, but I thank you for being benign.

JATtho ,
@JATtho@sopuli.xyz avatar

name your function as malloc() and see to world burn and generate bugs at factorial rate.

JATtho ,
@JATtho@sopuli.xyz avatar

Lettme introduce you to ackermann's function:

int ack(int m, int n) {
    if (m == 0) {
        return n+1;
    } else if((m > 0) && (n == 0)){
        return ack(m-1, 1);
    } else if((m > 0) && (n > 0)) {
        return ack(m-1, ack(m, n-1));
    }
}

You won't run out of stackoverflows any time soon.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • kbinchat
  • All magazines