recursive_recursion [they/them] to Programmer Humor@programming.devEnglish • 1 year agoType 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] to Programmer Humor@programming.devEnglish • 1 year agomessage-square23fedilinkfile-textcross-posted to: linuxmemes@lemmy.world
minus-square@devilish666@lemmy.worldlinkfedilink27•1 year agoNow write code with it I dare you <( ̄︶ ̄)>
minus-square@stoy@lemmy.ziplinkfedilink12•1 year agoDo the characters even have morse code assigned to them?
minus-square@morgunkorn@discuss.tchncs.delinkfedilinkEnglish26•1 year agoI 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-squareTurunlinkfedilink16•1 year agoC 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-square@morgunkorn@discuss.tchncs.delinkfedilink7•1 year agoI love when there are solutions for every weird use case ^^
minus-squareJackGreenEarthlinkfedilinkEnglish6•1 year agoPlease delete the .m. from the Wikipedia link so it’s correct for desktop users.
minus-square@14th_cylon@lemm.eelinkfedilink-3•1 year agoWhat if desktop users delete it themselves, if they don’t like it?
minus-squareJackGreenEarthlinkfedilinkEnglish8•1 year agoThe default link redirects for mobile automatically, it doesn’t work the other way around.
minus-square@14th_cylon@lemm.eelinkfedilink-4•1 year agoOk, that’s fair point, but it still isn’t other people’s job to serve you links just how you like them.
minus-square@cheddar@programming.devlinkfedilink3•1 year agoCan’t you extend it by adding extra bits? Though typing them would be problematic as the length will be growing too.
minus-square@morgunkorn@discuss.tchncs.delinkfedilink2•1 year agoIt would be a blow to render this typing method slightly slower, definitely a deal breaker 😏
Now write code with it
I dare you
<( ̄︶ ̄)>
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.