this post was submitted on 16 Apr 2025
55 points (98.2% liked)

Programming Humor

3239 readers
1 users here now

Related Communities !programmerhumor@lemmy.ml !programmer_humor@programming.dev !programmerhumor@kbin.social !programming_horror@programming.dev

Other Programming Communities !programming@beehaw.org !programming@programming.dev !programming@lemmy.ml !programming@kbin.social !learn_programming@programming.dev !functional_programming@programming.dev !embedded_prog@lemmy.ml

founded 2 years ago
MODERATORS
 
top 6 comments
sorted by: hot top controversial new old
[–] nightwatch_admin@feddit.nl 30 points 3 months ago (2 children)

This is prime Babbage material

[–] GiveOver@feddit.uk 4 points 3 months ago

Love this. It reminds me of Pauli's "It is not even wrong"

[–] jjjalljs@ttrpg.network 4 points 3 months ago

I always thought it was asking if the machine was rigged to give fixed answers regardless of the input. Like, you call it an addition function but it secretly always returns 15. If you call my_add(5, 10) it spits out the correct 15. If you call my_add(9, 9) it spits out the "correct" answer of 15.

The instructor can't remember what any of those words mean because they've read too much pseudo code with memory leaks.

[–] sik0fewl@lemmy.ca 6 points 3 months ago

I should have invented a pseudo code with garbage collection!

[–] desktop_user@lemmy.blahaj.zone 0 points 3 months ago

I personally don't think my pseudo code requiring multiple terabytes of memory is a problem, it just needs much more optimization when being turned into actual code.