this post was submitted on 06 Mar 2024
520 points (96.1% liked)

Programmer Humor

32054 readers
1651 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Phrodo_00@lemmy.world 35 points 6 months ago (2 children)

Under this definition, using mspaint is programming

[–] Dagnet@lemmy.world 22 points 6 months ago

Time to add 10 years of programming experience to my CV

[–] andrew@lemmy.stuart.fun 4 points 6 months ago* (last edited 6 months ago) (1 children)

Fair point. There's a fine line between programming and creating data that a program operates on. I tend to think writing text to produce nontext output is more programming than not.

[–] frezik@midwest.social 5 points 6 months ago (2 children)

There are programming languages that are entirely visual. In fact, I could parse the pixels in a bitmap created by ms paint and make it into programming.

It's not even that hard. Assign a set of color values to a character in Brainfuck. Iterate through each pixel and do the translation. Throw away color values that don't match. Run the result through the Brainfuck compiler.

If I'm really crazy, I could implement the instructions directly rather than translating, but translation is easier.

[–] CapeWearingAeroplane@sopuli.xyz 1 points 6 months ago (1 children)

Aaaaand you've now reinvented punch cards for Brainfuck in mspaint. How do you feel about yourself?

[–] frezik@midwest.social 2 points 6 months ago

Just fine, thank you.