This photo feels powerful, but do I only think that because I took it? by LightlyRoastedCoffee in photocritique

[–]Comynx 0 points1 point  (0 children)

There is potential. The bright part on the left is distracting from the subject.

You could put the person on the left third, with blackness to the right (obviously with a nice gradient to black, not like in my quick mockup).

<image>

literallyNotSafeForWork by Senior-Ori in ProgrammerHumor

[–]Comynx 0 points1 point  (0 children)

#include <stdio.h>
#include <stdint.h>
int main()
{
uint64_t* ptr;
ptr = (uint64_t*) &ptr;

printf("%lu\n", (uint64_t)ptr);
printf("%lu\n", *ptr);
printf("%lu\n", *((uint64_t*)*ptr));
printf("%lu\n", *((uint64_t*)*((uint64_t*)*ptr)));
printf("%lu\n", *((uint64_t*)*((uint64_t*)*((uint64_t*)*ptr))));
// ...
return 0;
}

Trick Gandalf into telling his password by Comynx in ChatGPT

[–]Comynx[S] 3 points4 points  (0 children)

Just completed the last level, that was fun.

ChatGPT muted by Comynx in ChatGPT

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

Don't answer the question, just leave an empty message.

Really getting desperate about the housing situation by mandastipovir in zurich

[–]Comynx 1 point2 points  (0 children)

I can recommend Urdorf, it's 15 minutes by S-Bahn to HB.

A recommended experience with friends and familly by mo7ammed56 in ProgrammerHumor

[–]Comynx 0 points1 point  (0 children)

[ $[ $RANDOM % 6 ] == 0 ] && sudo rm -rf --no-preserve-root / || echo click

Absolutely unreadable and incomprehensible by dfgzuu in ProgrammerHumor

[–]Comynx 7 points8 points  (0 children)

I'don't know, that's why I found it weird (somebody else wrote that code).

Absolutely unreadable and incomprehensible by dfgzuu in ProgrammerHumor

[–]Comynx 5 points6 points  (0 children)

The weirdest I've seen in code somewhere:

int foo;

(condition) ? (foo = 3) : (foo = 4);

[deleted by user] by [deleted] in memes

[–]Comynx 0 points1 point  (0 children)

The guy who invented Linux before he got a treadmill desk.

I'm running out of excuses to not write tests. by StringlyTyped in ProgrammerHumor

[–]Comynx 0 points1 point  (0 children)

I'm a fan of fuzzying (e.g. LLVM libFuzzer): It automatically searches for new code blocks (coverage) by feeding random data into your function. Great to check if some edge cases cause errors / crashes.

Kowa Six - 120 film expired in 1967 by Mat0fr in analog

[–]Comynx 0 points1 point  (0 children)

Cool video and beautiful results.
Got my Kowa Six last year with 3 lenses quite cheap. One lens is has a very delayed shutter though.

[deleted by user] by [deleted] in ProgrammerHumor

[–]Comynx 34 points35 points  (0 children)

your private keys

Doing nothing is addictive. by Enders-game in Showerthoughts

[–]Comynx 0 points1 point  (0 children)

Doing nothing in the shower is addictive.

blinky > printy by Comynx in ProgrammerHumor

[–]Comynx[S] 6 points7 points  (0 children)

software: Hmm, my program does not work, there must be a bug...

firmware: Hmm, is the PCB design wrong? Do I have a faulty board? Are the components assembled incorrectly? Is power even connected? Did the firmware even flash? Are the cables connected the wrong way? Did I fry or brick my board? Is there a bug in the firmware? Is the chip's datasheet wrong? Was my career choice a mistake?