recursive_recursion [they/them]@programming.dev to Programmer Humor@programming.devEnglish · 4 个月前Type in Morse code by repeatedly slamming your laptop lidgithub.comexternal-linkmessage-square23fedilinkarrow-up1267arrow-down15file-textcross-posted to: linuxmemes@lemmy.world
arrow-up1262arrow-down1external-linkType in Morse code by repeatedly slamming your laptop lidgithub.comrecursive_recursion [they/them]@programming.dev to Programmer Humor@programming.devEnglish · 4 个月前message-square23fedilinkfile-textcross-posted to: linuxmemes@lemmy.world
minus-squaremorgunkorn@discuss.tchncs.delinkfedilinkEnglisharrow-up26·4 个月前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·4 个月前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·4 个月前I love when there are solutions for every weird use case ^^
minus-squarebruhduh@lemmy.worldlinkfedilinkarrow-up11·edit-24 个月前https://en.wikipedia.org/wiki/Brainfuck
minus-squareJackGreenEarth@lemm.eelinkfedilinkEnglisharrow-up7arrow-down1·4 个月前Please delete the .m. from the Wikipedia link so it’s correct for desktop users.
minus-square14th_cylon@lemm.eelinkfedilinkarrow-up2arrow-down5·4 个月前What if desktop users delete it themselves, if they don’t like it?
minus-squareJackGreenEarth@lemm.eelinkfedilinkEnglisharrow-up9arrow-down1·4 个月前The default link redirects for mobile automatically, it doesn’t work the other way around.
minus-square14th_cylon@lemm.eelinkfedilinkarrow-up3arrow-down7·4 个月前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·4 个月前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·4 个月前It would be a blow to render this typing method slightly slower, definitely a deal breaker 😏
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 😏