this post was submitted on 29 Aug 2025
101 points (95.5% liked)

Programmer Humor

28241 readers
1477 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 2 years ago
MODERATORS
 

A 'real' O(1) sorting algorithm 🤣

you are viewing a single comment's thread
view the rest of the comments
[–] paulbg@programming.dev 16 points 4 months ago (2 children)

i now need a web framework that will just make chatgpt calls under the hood.

[–] Mikina@programming.dev 7 points 4 months ago* (last edited 4 months ago)

I was toying around with an idea for a VCS that uses LLM as a compression method, where during pushes it just asks an LLM to describe what your diff contains (what changes it makes to what files), you push that summary to the origin, and when you pull it just plops that into another llm to reconstruct the files or make the file changes.

If it wasn't such a waste of energy, I'd find that a pretty funny random side project. Would love to see the results.

load more comments (1 replies)