fossilesque@mander.xyz to Programmer Humor@lemmy.mlEnglish · 7 months agoNot incorrect.mander.xyzexternal-linkmessage-square74linkfedilinkarrow-up1655arrow-down114cross-posted to: programmer_humor@programming.dev
arrow-up1641arrow-down1external-linkNot incorrect.mander.xyzfossilesque@mander.xyz to Programmer Humor@lemmy.mlEnglish · 7 months agomessage-square74linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squareTimeSquirrel@kbin.melroy.orglinkfedilinkarrow-up23·7 months agoCobol: you are old, and a nerd, and probably making some sweet cheddar right now propping up a mid to late 20th century beast somewhere. Assembly: you are a cyborg.
minus-squareanomnom@sh.itjust.workslinkfedilinkEnglisharrow-up10·7 months ago Assembly: you are a cyborg. Or programming a tiny microcontroller to blink a led as efficient as possible.
minus-squareTimeSquirrel@kbin.melroy.orglinkfedilinkarrow-up8·7 months agoSomething wrong with: #include <Arduino.h> void loop() { digitalWrite(13, HIGH); delay(1000); digitalWrite(13, LOW); delay(1000); } ? 😂🤮
Cobol: you are old, and a nerd, and probably making some sweet cheddar right now propping up a mid to late 20th century beast somewhere.
Assembly: you are a cyborg.
Or programming a tiny microcontroller to blink a led as efficient as possible.
Something wrong with:
#include <Arduino.h> void loop() { digitalWrite(13, HIGH); delay(1000); digitalWrite(13, LOW); delay(1000); }
? 😂🤮