this post was submitted on 23 Jan 2026
496 points (92.3% liked)

Programmer Humor

28738 readers
2025 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] Machinist@lemmy.world 3 points 1 day ago

I often code directly on the machine control, including single blocking a running program and adding a line while the program is paused.

Editor on older CNC machines usually doesn't even do lowercase and often has limited alphabet keys. Think '80s green or amber screen.

A machinist's coding workflow can be real fucky. I go from CAM which is like a highly complex visual programming IDE to notepad. If I'm being fancy I use notepad++ for syntax highlights and diff'ing.