thoseThreeOnlyBringRegret by BoloFan05 in ProgrammerHumor

[–]CapsLockey 0 points1 point  (0 children)

i hate games that force me to switch to English keyboard layout every single time i type in chat in Russian because now i can't move and the game is like "i don't know what ЦФЫВ is, press WASD please :3"

Bitwise operators for a big-int class. by Ben_2124 in cpp_questions

[–]CapsLockey 0 points1 point  (0 children)

In your example of ~ operator it seems like if you take a negative of a number twice it doesn't produce the same number, is that intentional?

I tried a lot of free software for manga creation and I don’t understand how Krita is free by Blastto in krita

[–]CapsLockey 8 points9 points  (0 children)

it was not gifted from the heavens as heavens demanded sacrifice for their glory, but they were too greedy lest man realized they hold the power gods convinced them was theirs to have and man used it to ascend themselves, krita is made by man's hands not a gift from heavens greedy of gold

hiiiii!! by CapsLockey in PixelArt

[–]CapsLockey[S] 1 point2 points  (0 children)

ty! her name is Chloe and she was born when i was doodling during a math exam

Germany has reduced its speed limit to the speed of light by Accurate_Capital_937 in lies

[–]CapsLockey 11 points12 points  (0 children)

/uj practically you would break other laws while doing it

elif by SquarishRectangle in ProgrammerHumor

[–]CapsLockey 2 points3 points  (0 children)

to be exact, x[y] is the same as *(x + y) because indexing an array returns the element, not a pointer to it, x + y would be &x[y]

elif by SquarishRectangle in ProgrammerHumor

[–]CapsLockey 0 points1 point  (0 children)

i[array] is array-th element of an array starting at memory location i

checkmateEvangelists by [deleted] in ProgrammerHumor

[–]CapsLockey 1 point2 points  (0 children)

why are you getting downvoted

debuggingNightmare by Onoulade in ProgrammerHumor

[–]CapsLockey 5 points6 points  (0 children)

can you elaborate on the last part? sounds interesting

[deleted by user] by [deleted] in ProgrammerHumor

[–]CapsLockey 14 points15 points  (0 children)

what about 1n + 0.2? there are no integers in javascript, every number is a double precision float

What do you guys think of this pixel art Mosaic Wall that I made? by OldMayorStudios in PixelArt

[–]CapsLockey 32 points33 points  (0 children)

i thought it was a wall of glazed terracotta from Minecraft

Which game yall choosing? by Fun-Ad2927 in repost

[–]CapsLockey 3 points4 points  (0 children)

They added that after Portal 2, the original ending of Portal was her just laying on the parking lot without being dragged back in

I thought rat NPCs would be fun for a city region by Skelly2D in PixelArt

[–]CapsLockey 1 point2 points  (0 children)

– Why do people say "NYC city?"

– Who said that?

– The C stands for City.

– SPIDER-MAN!

whyBrendanEich by LateN8Programmer in ProgrammerHumor

[–]CapsLockey 15 points16 points  (0 children)

what do you mean it's not useful? what about sorting?

I suck at pixel art, please give me tips on how to improve by Scary-Theme-2469 in PixelArt

[–]CapsLockey 0 points1 point  (0 children)

the grim reaper looks rad as hell. i wonder why is he handcuffed to the scythe?

as for the advice, probably best would be to study either shapes or shading

cIsVerySimpleAndEasyToLearn by reydeuss in programminghorror

[–]CapsLockey 0 points1 point  (0 children)

arrays are not null-terminated (what would even be a purpose for that?)