this post was submitted on 03 Apr 2024
264 points (86.9% liked)

Programmer Humor

32483 readers
439 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
[–] qx128 25 points 7 months ago (2 children)

Hahaha now code-golf it. One line FTW!

remove(Image.open(‘cl.jpeg’)).save(‘output.png’)

[–] Tangent5280 26 points 7 months ago (3 children)

If I find this in production I'm whipping your ballsack till you change it back.

[–] [email protected] 13 points 7 months ago

import("rembg").remove(import("PIL").Image.open(‘cl.jpeg’)).save(‘output.png’)

[–] [email protected] 9 points 7 months ago

Can i hire you?

[–] [email protected] 3 points 7 months ago

So I'm not going to change it

[–] madcaesar 4 points 7 months ago (2 children)

Code golf! I just learned something new 😂

[–] [email protected] 6 points 7 months ago

https://codegolf.stackexchange.com/

Enjoy a new rabbit hole to dive down

[–] meekah 2 points 7 months ago* (last edited 7 months ago) (1 children)

You never heard of code Golf before? It's usually programming challenges where the goal is to use the smallest number of source code characters possible.

[–] [email protected] 2 points 7 months ago

I haven't either but I like it.