keep code on your computer
this post was submitted on 08 Sep 2024
220 points (95.8% liked)
Programmer Humor
32386 readers
683 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
torrent for your code
Use YouTube as a storage
I've seen code with binary data (such as icons) baked into constants. I can't wait for the three hour narration of base64 encoded pngs.
People playing Rust code while they sleep so they can learn it through osmosis.
That could take a lifetime!
In an ASMR voice:
f n space main open parenthesis close parenthesis space open curly bracket line return indent print l n exclamation mark open parenthesis open quote hello world close quote close parenthesis semicolon line return close curly bracket
fn main(){
println!("hello world");
}