recursive_recursion [they/them]@programming.dev to Programmer Humor@programming.devEnglish · 1 年前Type in Morse code by repeatedly slamming your laptop lidgithub.comexternal-linkmessage-square23fedilinkarrow-up1266arrow-down15file-text
arrow-up1261arrow-down1external-linkType in Morse code by repeatedly slamming your laptop lidgithub.comrecursive_recursion [they/them]@programming.dev to Programmer Humor@programming.devEnglish · 1 年前message-square23fedilinkfile-text
minus-squarestoy@lemmy.ziplinkfedilinkarrow-up12·1 年前Do the characters even have morse code assigned to them?
minus-squaremorgunkorn@discuss.tchncs.delinkfedilinkEnglisharrow-up26·1 年前I found those: Underscore . . _ _ . _ Addition . _ . _ . Subtraction _ . . . . _ Multiplication _ . . _ Division _ _ _ . . . Equal _ . . . _ Right Parenthesis _ . _ _ . _ Left Parenthesis _ . _ _ . But this isn’t enough for programming, square and curly brackets, carets, ampersand, pipe, tilda… I think it’s gonna be pretty challenging
minus-squareTurun@feddit.delinkfedilinkarrow-up16·1 年前C is so old, it has a way to work around that! In case your 198x keyboard was not set to ASCII you know. Not sure if Morse covers all the characters needed for the replacement trigraphs though. https://riptutorial.com/c/example/23858/trigraphs
minus-squaremorgunkorn@discuss.tchncs.delinkfedilinkarrow-up7·1 年前I love when there are solutions for every weird use case ^^
minus-squarebruhduh@lemmy.worldlinkfedilinkarrow-up11·edit-21 年前https://en.wikipedia.org/wiki/Brainfuck
minus-squareJackGreenEarth@lemm.eelinkfedilinkEnglisharrow-up7arrow-down1·1 年前Please delete the .m. from the Wikipedia link so it’s correct for desktop users.
minus-square14th_cylon@lemm.eelinkfedilinkarrow-up2arrow-down5·1 年前What if desktop users delete it themselves, if they don’t like it?
minus-squareJackGreenEarth@lemm.eelinkfedilinkEnglisharrow-up9arrow-down1·1 年前The default link redirects for mobile automatically, it doesn’t work the other way around.
minus-square14th_cylon@lemm.eelinkfedilinkarrow-up3arrow-down7·1 年前Ok, that’s fair point, but it still isn’t other people’s job to serve you links just how you like them.
minus-squarecheddar@programming.devlinkfedilinkarrow-up3·1 年前Can’t you extend it by adding extra bits? Though typing them would be problematic as the length will be growing too.
minus-squaremorgunkorn@discuss.tchncs.delinkfedilinkarrow-up2·1 年前It would be a blow to render this typing method slightly slower, definitely a deal breaker 😏
minus-squareqaz@lemmy.worldlinkfedilinkarrow-up1·1 年前COW (a moo themed brainfuck variant) would work.
Do the characters even have morse code assigned to them?
I found those:
Underscore . . _ _ . _ Addition . _ . _ . Subtraction _ . . . . _ Multiplication _ . . _ Division _ _ _ . . . Equal _ . . . _ Right Parenthesis _ . _ _ . _ Left Parenthesis _ . _ _ .
But this isn’t enough for programming, square and curly brackets, carets, ampersand, pipe, tilda… I think it’s gonna be pretty challenging
C is so old, it has a way to work around that! In case your 198x keyboard was not set to ASCII you know. Not sure if Morse covers all the characters needed for the replacement trigraphs though.
https://riptutorial.com/c/example/23858/trigraphs
I love when there are solutions for every weird use case ^^
https://en.wikipedia.org/wiki/Brainfuck
Please delete the .m. from the Wikipedia link so it’s correct for desktop users.
Did
Thanks!
What if desktop users delete it themselves, if they don’t like it?
The default link redirects for mobile automatically, it doesn’t work the other way around.
Ok, that’s fair point, but it still isn’t other people’s job to serve you links just how you like them.
Can’t you extend it by adding extra bits? Though typing them would be problematic as the length will be growing too.
It would be a blow to render this typing method slightly slower, definitely a deal breaker 😏
COW (a moo themed brainfuck variant) would work.