this post was submitted on 04 Aug 2026
752 points (98.8% liked)

Programmer Humor

32896 readers
417 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] FauxLiving@lemmy.world 49 points 2 weeks ago (4 children)

You may as well just completely replace your package manager with this one simple script.

#!/usr/bin/env python3
import sys

exec(TrustedAgent.request(f"Write a Python statement to install {sys.argv[1]}, make no mistakes"))
[–] meme_historian@lemmy.dbzer0.com 4 points 2 weeks ago (1 children)

I mean, you could do away with package managers altogether... Just always include "use standard library components only" in every prompt.

Added bonus, your program will be very secure because it would very rarely be affected by any publicly known CVEs.

/s

[–] groet@feddit.org 2 points 2 weeks ago

Honestly... in a world where code is written by AI and not humans, most frameworks SHOULD go away. They were designed to make a task easier for humans not for a machine. AI should not write "react on node using vue"

load more comments (2 replies)