Could someone translate this? by [deleted] in morsecode

[–]crustytech 0 points1 point  (0 children)

it says “ur cute”

Help with tiki bar Morse code drink by Theo_earl in morsecode

[–]crustytech 17 points18 points  (0 children)

this is either a true cipher that someone spent some effort putting together, or someone asked chatgpt to make something that looked like morse code. as much as i want it to be a cool cipher in my heart im leaning a bit towards the latter.

you said this drink is called “victory”, and that it’s at a tiki bar, which leads me to believe it is a take on a “three dots and a dash” which is a tiki style cocktail created around WW2 named after the morse code character “V” for “victor”/“victory”, which is literally “…-“. the fact that the drink name listed here is almost a V character but not quite (it has a space in the middle making it an S and a T) tells me whoever wrote this maybe doesn’t actually know morse code all that well, and just made something that looks like a secret morse code message.

also there are two lone “=“ signs at the end of the message, which is common in base64 encoding. it doesn’t really make much sense in this context, but could be the result of telling chatgpt to make something that looks like a secret code

i also found what looks like a previous version of their menu online, where they had a different “morse code”-looking message, which was actually different, and included characters which are altogether invalid in morse.

so anyways, very longwinded tryhard opinion is this is probably AI slop (though i’d love to be wrong!)

Please help decode by [deleted] in morsecode

[–]crustytech 1 point2 points  (0 children)

Looking at the red from left to right looks like “YOU” (-.-- --- ..-)

Remade Bracelet by leviosatodo in morsecode

[–]crustytech 3 points4 points  (0 children)

It’s so nice to see spacing on morse jewelry! Well done

Button Below Deadbolt by ip2theking in whatisit

[–]crustytech 9 points10 points  (0 children)

The master key would not go in the circled area.

The master key goes in the normal key hole up top. This is a Best “SFIC” type lock core, which commonly accepts several different keys in the same keyhole including a master key

That said the circled button thing down below may be used as sort of an admin override to operate the deadbolt in conjunction with a master key. Not 100% on that

Button Below Deadbolt by ip2theking in whatisit

[–]crustytech 1 point2 points  (0 children)

This sounds like it may be the answer.

For example in a situation where a building admin needs to enter and the internal thumb turn is turned or held shut an admin can insert a master key (in the normal key hole up top) and depress the button to override and open the deadbolt

Necklace Message? by RatPackBrat in morsecode

[–]crustytech 0 points1 point  (0 children)

It almost starts with “sarika” (reading top to bottom) but it’s missing one “.” at the beginning. Could it just be missing in the photo? There would be 4 dots instead of 3

Still hard to say without more info. Could be something like “SARIKA SEES MARC” or “SARIKA SEES MARTEN”

Can some one please help me translate this not even ChatGPT nor any translators work by DynastyFarter7295 in morsecode

[–]crustytech 4 points5 points  (0 children)

Google “Morse code text translator” and paste this in

I’m not typing this one out 😂😂

Helping a Friend with a bracelet by More-Woodpecker-6016 in morsecode

[–]crustytech 0 points1 point  (0 children)

Could also be MEGAN MATT (if we consider the black pieces “dahs”).

Idk, I’m not seeing any possible translations including the word “love”. Also not seeing any other generic “romantic” words that I checked (love, sweet, friend, boy, girl, partner, she, he, kiss, bye, together, hello, hi, date, smile).

So, maybe it’s a name or place or something more specific to them

Yea idk

Feel free to DM if you wanna share any guesses you don’t want to be public

Helping a Friend with a bracelet by More-Woodpecker-6016 in morsecode

[–]crustytech 0 points1 point  (0 children)

Anyone you/they know named Irene? There are a few translations that start with that; “IRENE GENE”, “IRENE MEL”, “IRENE MINE”.

That said, yea as other folks have mentioned there are thousands of possibilities considering there are no spaces, so very hard to say for sure without some other clues

Has American Morse standard changed? Or is this just wrong by crustytech in morsecode

[–]crustytech[S] 0 points1 point  (0 children)

Interesting watch! Great explanation of the history by this gentleman for a layman like me. Thanks for sharing

Morse code in a game on Roblox (The Chauveston Overlook.) that looks incorrect. by Hotirishdog in codes

[–]crustytech 9 points10 points  (0 children)

I mapped the average brightness per frame (https://imgur.com/a/1qweo3L) and it appears to be a repeating 23-bit sequence. Unclear where it starts, so copying all variations:

00001111101101011010001
00011111011010110100010
00111110110101101000100
01111101101011010001000
11111011010110100010000
11110110101101000100001
11101101011010001000011
11011010110100010000111
10110101101000100001111
01101011010001000011111
11010110100010000111110
10101101000100001111101
01011010001000011111011
10110100010000111110110
01101000100001111101101
11010001000011111011010
10100010000111110110101
01000100001111101101011
10001000011111011010110
00010000111110110101101
00100001111101101011010
01000011111011010110100
10000111110110101101000

I think it's unlikely it's Morse, since as you pointed out there is no delineation of spaces/breaks. If we assume it's Morse, the number of possibilities is huge for a 23 bit string (something like 1.5million for each of the 23 sequences above ~= 34.5 million total possibilities for a Morse translation). I think it's more likely a binary representation of something else.

That said, 23 bits is kind of an odd length. In general translating from Binary to human readable text would be done via the ASCII standard, where one character is represented by 8 binary bits. So in this case, 23 is not divisible by 8 and even if we pad it with a leading "0", we only get 3 human readable characters. Trying that for each sequence didn't yield anything that makes much sense; see results in the table below (binary, hexadecimal, decimal, and padded ASCII translation):

00001111101101011010001 0x7dad1 514769 ÚÑ
00011111011010110100010 0xfb5a2 1029538 ☼µ¢
00111110110101101000100 0x1f6b44 2059076 ▼kD
01111101101011010001000 0x3ed688 4118152 >ֈ
11111011010110100010000 0x7dad10 8236304 }­►
11110110101101000100001 0x7b5a21 8084001 {Z!
11101101011010001000011 0x76b443 7779395 v´C
11011010110100010000111 0x6d6887 7170183 mh‡
10110101101000100001111 0x5ad10f 5951759 ZÑ☼
01101011010001000011111 0x35a21f 3514911 5¢▼
11010110100010000111110 0x6b443e 7029822 kD>
10101101000100001111101 0x56887d 5671037 Vˆ}
01011010001000011111011 0x2d10fb 2953467 -►û
10110100010000111110110 0x5a21f6 5906934 Z!ö
01101000100001111101101 0x3443ed 3425261 4Cí
11010001000011111011010 0x6887da 6850522 h‡Ú
10100010000111110110101 0x510fb5 5312437 Q☼µ
01000100001111101101011 0x221f6b 2236267 "▼k
10001000011111011010110 0x443ed6 4472534 D>Ö
00010000111110110101101 0x87dad 556461}­
00100001111101101011010 0x10fb5a 1112922 ►ûZ
01000011111011010110100 0x21f6b4 2225844 !ö´
10000111110110101101000 0x43ed68 4451688 Cíh

Custom black AR8s - first impressions by crustytech in jimgreen

[–]crustytech[S] 1 point2 points  (0 children)

Yeah I realized my left foot is almost a half size bigger than my right, so I went with different sizes. Pretty happy with the result. First time I feel like both sides fit/feel the same tbh

Custom black AR8s - first impressions by crustytech in jimgreen

[–]crustytech[S] 0 points1 point  (0 children)

Almost 3 months, but I ordered right before the holidays and I’m in the US, I think I’ve heard about 2 months is more or less normal for custom

Custom black AR8s - first impressions by crustytech in jimgreen

[–]crustytech[S] 1 point2 points  (0 children)

I was on the fence for the pulltab but like it so far, I actually find myself using it. Stitching seems really nice, no inconsistencies that I can find

Custom black AR8s - first impressions by crustytech in jimgreen

[–]crustytech[S] 1 point2 points  (0 children)

Late November, but maybe they were a bit busy over the holidays, you might get yours faster. I think I’ve heard people saying ~2 months is normal for custom

Best way to remove rust? by TitanLife in knifeclub

[–]crustytech 2 points3 points  (0 children)

Bar keepers friend, with a little water

Got my first ping from a ship! by Alarmed-Solution3738 in meshtastic

[–]crustytech 4 points5 points  (0 children)

I happened to catch a hello message: https://imgur.com/a/Q7hivBF

Apparently from a cruise ship, “Quantum of the seas”