this post was submitted on 26 Aug 2025
28 points (91.2% liked)

NotAwfulTech

492 readers
8 users here now

a community for posting cool tech news you don’t want to sneer at

non-awfulness of tech is not required or else we wouldn’t have any posts

founded 2 years ago
MODERATORS
 

Another excellent piece from Iris Meredith - strongly recommend reading if you want an idea of how to un-fuck software as a field.

you are viewing a single comment's thread
view the rest of the comments
[–] lproven@awful.systems 2 points 3 days ago (1 children)

I don’t care about websites.

Agree, in spades.

Writing a program in C that finds a shortest path in a graph and dumps it to the terminal?

Disagree, although I am not immune.

Graphics. That, for me, is key. Drawing pretty pictures (procedural stuff, like Logo; fonts; and teenage me's particular crack, fractals) was where it was at.

Fuck C and everything it spawned. Give me a Pascal-family thing that doesn't have so much fucking syntactically significant punctuation marks FFS. WORDS, mthrfckr, words not code-breaking types of bloody parentheses.

[–] V0ldek@awful.systems 2 points 3 days ago

C is a terrible programming language and I think we must be clear and open about it when teaching it. But it is perfect for what it is: a showcase of how terrible all those low-level details are, how pointers work and why you don't want to rawdog them, etc.