Public
Federated
Thread

Kiri Rocketfingers
I agree with Kirby because he has an anime pfp and seems chiller.
I have no other reason to believe this.

replyReply to @[email protected]
@Kirino@shitpost.cloud @phnt@fluffytail.org @dsm@fsebugoutzone.org @kirby@fsebugoutzone.org @eric@pl.starnix.network @tinfoil-hat@social.tinfoil-hat.net Did something just completely go over my head, or why's everyone treating me like a god damn cripple here?

Phantasm
replyReply to @[email protected]
@kirby@freerobuxextremist.com @dsm@fsebugoutzone.org @kirby@fsebugoutzone.org @eric@pl.starnix.network @Kirino@shitpost.cloud @tinfoil-hat@social.tinfoil-hat.net I think you are treating a shitpost thread too seriously. And dsm is just doing dsm things.

Eric Zhang
replyReply to @[email protected]
@phnt@fluffytail.org @kirby@freerobuxextremist.com @dsm@fsebugoutzone.org @kirby@fsebugoutzone.org @Kirino@shitpost.cloud @tinfoil-hat@social.tinfoil-hat.net i literally just said a string is just an array of characters and it's an objective fact btw 


Kiri Rocketfingers
replyReply to @[email protected]
I think iterating over a string to get it's length is kinda retarded. Kirby has a point that any decent language probably caches and updates a "length" property of the string and will have MUCH faster access time.

Eric Zhang
replyReply to @[email protected]
@Kirino@shitpost.cloud @phnt@fluffytail.org @kirby@freerobuxextremist.com @dsm@fsebugoutzone.org @kirby@fsebugoutzone.org @tinfoil-hat@social.tinfoil-hat.net it is, i just wanted to prove my point

replyReply to @[email protected]
this was an extremely dumb conversation which ended in us spending 2 cents worth of internet money so here's my frame of mind@eric@pl.starnix.network @phnt@fluffytail.org @dsm@fsebugoutzone.org @kirby@fsebugoutzone.org @Kirino@shitpost.cloud @tinfoil-hat@social.tinfoil-hat.net this:
int i;
for (i = 0; penis[i] != 0; i++);
wouldn't work in c# unless you catch the out of bounds exception that will inevitably be thrown, and is totally unnecessary anyways when there's a fucking abstraction in c# you can use instead.

سيزيجي
replyReply to @[email protected]
re: this was an extremely dumb conversation which ended in us spending 2 cents worth of internet money so here's my frame of mind@kirby@freerobuxextremist.com @phnt@fluffytail.org @dsm@fsebugoutzone.org @kirby@fsebugoutzone.org @eric@pl.starnix.network @Kirino@shitpost.cloud @tinfoil-hat@social.tinfoil-hat.net
int i=0; while(*(str+i)) i++;


replyReply to @[email protected]
re: this was an extremely dumb conversation which ended in us spending 2 cents worth of internet money so here's my frame of mind@sysrq@lab.nyanide.com @phnt@fluffytail.org @dsm@fsebugoutzone.org @kirby@fsebugoutzone.org @eric@pl.starnix.network @Kirino@shitpost.cloud @tinfoil-hat@social.tinfoil-hat.net best possible implementation. can we get any better than this

سيزيجي
replyReply to @[email protected]
re: this was an extremely dumb conversation which ended in us spending 2 cents worth of internet money so here's my frame of mind@kirby@freerobuxextremist.com @phnt@fluffytail.org @dsm@fsebugoutzone.org @kirby@fsebugoutzone.org @eric@pl.starnix.network @Kirino@shitpost.cloud @tinfoil-hat@social.tinfoil-hat.net I'd do it in a few assembler lines but I can't be fucked.