Try to keep it practical (like something that would be fairly doable, you just havent gotten around to it...yet)
There are apps that you can input text into and they can replace the characters in each word incrementally to help learn them. Wanna get into that
97 Comments
WoodScientist@lemmy.world · 29 pts · 258d
If you're involved in any kind of protest, the phone number of a lawyer. Hell, generalize this. Make sure you memorize numbers of at least the first few of your emergency contacts. You never know when you will be separated from your phone.
chaosCruiser@futurology.today · 7 pts · 258d
You know, you are allowed to cheat in this test. Just write those numbers on your arm with a permanent marker or whatever. Get a fake tattoo, if you want.
pleasestopasking@reddthat.com · 2 pts · 256d
Good to know a few phone numbers even if you aren't at a protest, though. Everyone should memorize the phone number of at least one partner/family member/friend who lives local to them in case of an emergency. Lawyer is a bonus.
ValiantDust@feddit.org · 29 pts · 258d
0118999881999119725... 3
prex@aussie.zone · 7 pts · 258d
I've taken a bit of a tumble.
SkellyMonstera@lemmy.ml · 6 pts · 258d
Four! I mean Five! I mean Fire!
MidsizedSedan@lemmy.world · 2 pts · 257d
This is just like the golf incident
Zorsith@lemmy.blahaj.zone · 26 pts · 258d
White-orange, orange, white-green, blue, white-blue, green, white-brown, brown.
promitheas@programming.dev · 13 pts · 258d
Is... Is this the order for wiring rj45 connectors?
Zorsith@lemmy.blahaj.zone · 13 pts · 258d
Specifically, T568... B.
Nfamwap@lemmy.world · 2 pts · 257d
Blue Orange Green Brown Slate White Red Black Yellow Violet Pink Turquoise
Iheartcheese@lemmy.world · 18 pts · 258d
P Sherman 42 wallaby Way Sydney
iAmTheTot@sh.itjust.works · 18 pts · 258d
First aid procedures.
ptychodus@lemmy.world · 15 pts · 258d
Proper sequence of attaching jumper cables.
olbaidiablo@lemmy.ca · 16 pts · 258d
That one is easy positive, negative, nipple, nipple.
troybot@midwest.social · 6 pts · 258d
Which one is the positive nipple?
SupremeDonut@lemmy.ml · 3 pts · 257d
The one that's red.
Wait... they're both... hmm
olbaidiablo@lemmy.ca · 1 pts · 255d
The right one
dontsayaword@piefed.social · 1 pts · 258d
https://www.youtube.com/watch?v=HGn7jfP0bwE
slazer2au@lemmy.world · 1 pts · 258d
Negative negative
Positive positive right?
Sometimes a chassis connection?
tuck182@lemmy.world · 8 pts · 258d
The important thing is not to complete the circuit near a battery, since it can cause sparks which can ignite the flammable vapors that batteries tend to emit when discharging. This is especially important near the dead battery, which has potentially been discharging quite a lot recently.
So the usual sequence is:
I usually start by clipping the dead negative cable to something non-conductive to keep it out of the way and then move it to ground as the last step.
sem@piefed.blahaj.zone · 1 pts · 256d
Like a hose? What is non conductive?
tuck182@lemmy.world · 2 pts · 256d
I wouldn't clip onto a hose, but maybe some plastic flashing or a plastic bracket. Most cars have something near the battery that would work. It's not essential; just can make it a little easier.
sharkfucker420@lemmy.ml · 14 pts · 258d
Your SSN
sopularity_fax@sopuli.xyz · 1 pts · 258d
U havent already? How many digits could it cost, 10?
sharkfucker420@lemmy.ml · 2 pts · 258d
Nah I have, it just took me enough times of needing it and not having it to do so
sopularity_fax@sopuli.xyz · 2 pts · 258d
Tony Robbins says to embrace frustration cuz it means you've had enough and are ready to grow past whatever it is
Mighty@lemmy.world · 12 pts · 258d
Basically any song on guitar that I like. I can sing the entire song back to front, but I can't for the life of me remember the chord sequences. And I've been playing for many years.
SpaceNoodle@lemmy.world · 11 pts · 258d
Why should I memorize songs that you like?
Mighty@lemmy.world · 1 pts · 256d
What? Why do you understand my comment like that? This is about me.
SpaceNoodle@lemmy.world · 1 pts · 256d
That's the joke, sweetie.
Mighty@lemmy.world · 1 pts · 255d
I don't get it T_T
TootSweet@lemmy.world · 11 pts · 258d
How to convert various units of measurement. (Including between imperial and metric.)
2.54 centimeters in an inch. Degrees Fahrenheit is nine fifths of degrees Celsius plus 32. Stuff like that.
Jerb322@lemmy.world · 11 pts · 258d
Morse code.
sopularity_fax@sopuli.xyz · 1 pts · 258d
Y?
SkellyMonstera@lemmy.ml · 6 pts · 258d
-.--
sopularity_fax@sopuli.xyz · -1 pts · 258d
Ah mores code
sopularity_fax@sopuli.xyz · -3 pts · 258d
I dont know wat that is
TootSweet@lemmy.world · 1 pts · 258d
vaionko@sopuli.xyz · 8 pts · 258d
Converting between hexadecimal and binary. It's not that hard and it would've been useful many times, but I still haven't memorised it
TootSweet@lemmy.world · 3 pts · 258d
If you're a software engineer, memorizing an ASCII table (particularly the hex numbers of each character code) is definitely helpful. If for no other reason than so that you can read things that are randomly written in binary without having to consult a table.
Something not really otherwise terribly useful that nonetheless helped me keep my sanity: learn how to convert to base64 in your head. At work, we had really boring 8-hours-a-day training for a couple of weeks. To pass the time, I came up with random strings to base64 encode in my head. "
Hatis48 61 7a. The first six bits are010010which in base64 is anS. The next six bits would be000110which in base64 isG." Etc. I'd write down the base64 strings character by character as I derived them and then check my results for errors when I got back to my desk.sopularity_fax@sopuli.xyz · 2 pts · 258d
When is it useful past the point of just looking it up as need be?
racketlauncher831@lemmy.ml · 2 pts · 258d
It's not something you try to recite. You just do it so many times you became too good at it to look at the table.
Four bits can represent up to 15, from 0000 to 1111. Correspondingly, 0 to F in hex.
Binary from right to left is 1, 2, 4, 8.
One byte is eight bits. It takes eight digit places.
XXXX XXXX
0000 0000 to 1111 1111
00 to FF
0 to 255
sopularity_fax@sopuli.xyz · 1 pts · 258d
I mean when would it be so necessary that it jystifies itself or the time cost to do so
spittingimage@lemmy.world · 3 pts · 258d
It's useful if you're a network engineer or a web designer.
WhyAUsername_1@lemmy.world · 2 pts · 257d
Sub netting baby!
Eheran@lemmy.world · 2 pts · 258d
What is there to memorize about it? The 16 binary values? What is that useful for?
MonkeMischief@lemmy.today · 8 pts · 256d
The standardized NATO phonetic alphabet
...for when you need to read alpha numeric codes or clarify spellings.
Especially with, how, inexplicably, phone connections seem to have gotten more garbly in recent years.
This code was invented to be reasonably understood as much as possible in less-than-ideal communication conditions.
As time goes on, civilian life is full of situations where you'll need to read off serial numbers, codes, or even spelling your own name, to somebody seemingly connected to you from a million miles away via coconuts and twine.
So, learn it, and you never need to go "M as in...uh...'Mancy'?" ever again! Your IT department might thank you.
...and let's be honest, it sounds kinda cool. :)
golden_zealot@lemmy.ml · 3 pts · 256d
I agree that this has been very useful for me. Initially taught it to myself when I was working in IT, and it has come in handy a lot.
cyberpunk007@lemmy.ca · 2 pts · 256d
More garbly? That's those hosers using built in laptop microphones or speakerphones. Terrible.
MonkeMischief@lemmy.today · 2 pts · 256d
Oh definitely! If there's one thing I'm done with, it's people calling on speakerphone while their phone is like, seemingly, in their gym bag in the trunk LOL.
Like bro, you're not Jack Bauer and I'm not your handler, it can wait until you're done going 75 on the freeway.
Maybe my work's phone network service is just awful, even landline to landline, but yeah, for how much faster data connections have gotten, I feel like I got clearer voice quality on my cordless Vtech in 2004 LOL.
Maybe it's me and I should get my hearing checked. 😅
Obi@sopuli.xyz · 2 pts · 256d
First names still haven't let me down to this date, and I've done phone work in the past.
Tenderizer78@lemmy.ml · 7 pts · 258d
The dimensions of the doorways in my house.
sopularity_fax@sopuli.xyz · 3 pts · 258d
No excuse
trbeach@lemmy.world · 6 pts · 256d
Your wife's birthday?
Knossos@lemmy.world · 6 pts · 258d
Articles of German Nouns
sopularity_fax@sopuli.xyz · 1 pts · 258d
Do Germans care a ton if you get the wrong article? That must be a common thjng for even native speakers to get the article wrong on millions of individual words
Knossos@lemmy.world · 4 pts · 257d
They learn the article with the word. So they never really have a problem. The biggest problem is that the article is necessary to know how other words need to be written.
Also, in English you can have one word that is written the same but can be the name of two entirely different things. We use the context of the sentence to determine which word is actually intended. Germans know through different articles, which word is intended.
Knossos@lemmy.world · 5 pts · 257d
Also no German really gets upset by it if you get it wrong. They know that German is complicated in that regard. They are usually just happy that you are trying.
The only person that has ever said anything at all about it, is a colleague that I asked to correct me. It helps with the learning process.
sopularity_fax@sopuli.xyz · 2 pts · 257d
This was my sentiment. My German grandma LOVES that I even try
Ephera@lemmy.ml · 3 pts · 257d
I find that it's mainly frustrating to those learning German at an advanced level, since using a wrong article immediately exposes you as a non-native speaker. Because yeah, as the others said, it hardly ever happens that native speakers use a wrong article...
gustofwind@lemmy.world · 6 pts · 258d
how to navigate whatever town or city you live in without GPS
sopularity_fax@sopuli.xyz · 3 pts · 258d
How long d'ya reckon 'twould take?
lime@feddit.nu · 5 pts · 258d
how to division in your head. i always have to go the long way round.
sopularity_fax@sopuli.xyz · 1 pts · 258d
Wats the "non-long- way?
lime@feddit.nu · 4 pts · 258d
just developing an intuition, like how you don't do addition in your head by just doing 1+1+1+1+1+1....
greenbelt@lemy.lol · 1 pts · 256d
I do 5+7 = 12 without much thinking . But 123912+987696 uhhh
lime@feddit.nu · 1 pts · 256d
right, and 23/7?
greenbelt@lemy.lol · 1 pts · 256d
Approximate 3. I do not want to think past whole number division lol. Wtf is 2/7, that is what remains as the fraction I guess
lime@feddit.nu · 1 pts · 256d
i think my problem is i can't think in fractions :(
greenbelt@lemy.lol · 1 pts · 256d
I really started to understand it after I had a different math teacher, who was really good at making my slow brain get it. Before that I did not even want to think about fractions lol.
Lyra_Lycan@lemmy.blahaj.zone · 5 pts · 258d
The general knowledge of prefixes, suffixes and sentence structure of the language families/subgroups, in order to better grasp a basic understanding of a common language when I encounter it, and be more respective - for example knowing when to use -kun, Fraulein, señora, and courteous actions native to the locale
bob_lemon@feddit.org · 8 pts · 258d
That's an easy one: never.
It's outdated and no longer used as a title. And mildly derogatory as a standalone word.
At least in Germany. Not sure about Austria or Switzerland, tbh, they might well be more traditional about it.
LawBodilyAutonomy@lemmy.ml · 4 pts · 256d
Your state's mental hygiene/commitment laws and the Convention on the Rights of Persons with Disabilities treaty that U.S.A. is the only country not to ratify.
Hadriscus@jlai.lu · 4 pts · 256d
Fa Do Sol Ré La Mi Si
(F....C....G....D...A...E...B)
this is the order in which sharps go. Gives you the tonality of a given song. Let's say the song takes 4 sharps- take the last one (Ré/D), add a half-tone to it (Mi/E), there it is, your song is in E major
It works with flats as well, in the reverse order (Si Mi La Ré Sol Do Fa). Take the next-to-last flat, that is your tonality.
Camille_Jamal@lemmy.ml · 2 pts · 255d
That's cool!
I don't understand any of it. (ELI5 please? Thanks for sharing this anyway!)
^Have^ ^a^ ^great^ ^day,^ ^be^ ^kind,^ ^and^ ^thanks^ ^for^ ^sharing!^ ^:D^
Hadriscus@jlai.lu · 2 pts · 255d
It's helpful if given a partition (with sharps or flats duly noted in the key signature), of which you want to quickly know the key -thus the tonic chord, usually the one any given song begins and ends with... broadly speaking. With this mnemonic you can immediately tell what the key is and start playing. Of course most people who play an instrument have developed their ear so that they can find the key of most songs they hear intuitively/empirically, the trick is useful with a partition only.
pleasestopasking@reddthat.com · 3 pts · 256d
If you cook, bake, brew, anything with food and drink.
Common volume conversions: 3 teaspoons in a tablespoon, 4 tablespoons/2 fluid ounces in a quarter cup, 8 fluid ounces in a cup, 2 cups in a pint, 2 pints in a quart, 4 quarts in a gallon.
Common weight conversions: 28 grams in an ounce, 16 ounces in a pound, 2 pounds and 3(ish) ounces in a kilo.
And common volume to weight conversions based on ingredients you use. For me: 200 grams in a cup of sugar, 125 grams in a cup of AP flour, 6 grams in a tablespoon of cocoa powder.
Makes it a lot easier to halve/double recipes, or use a scale for a volume written recipe.
Obi@sopuli.xyz · 5 pts · 256d
What a headache, as a non-American just reading this makes my frontal lobe hurt.
pleasestopasking@reddthat.com · 1 pts · 256d
Not my choice for sure, but since I have to live in it, committing it to memory seemed worth it.
Hadriscus@jlai.lu · 3 pts · 256d
Thank you but as the solar system as my witness that is such an absolutely terrible way to keep track of quantities
altasshet@lemmy.ca · 3 pts · 256d
My credit card number and associated details.
sopularity_fax@sopuli.xyz · 2 pts · 255d
Nah thats what password managers and physical custody of the cards are for
altasshet@lemmy.ca · 3 pts · 255d
It came in handy when paying for parking today.
sopularity_fax@sopuli.xyz · 2 pts · 255d
You didnt have your phone or the physical card on you? If not I agree, if you did its seems little redundant, huh? Never gonna recommend ignorance over knowing for the most part, I just dont think it outweighs the fact you pretty much need to use a password manager anyway so why not batch everything in that way, where do you draw the lines?
SchwertImStein@lemmy.dbzer0.com · 2 pts · 256d
well, give it then
altasshet@lemmy.ca · 2 pts · 255d
7569... Wait a minute!
greenbelt@lemy.lol · 3 pts · 256d
The first 100 digits of pi lol. On a more serious note, it is very useful to remember how you should react to certain comments you know others will make in the future.
sopularity_fax@sopuli.xyz · 2 pts · 256d
Can you talk more about that last part
holymole@lemmy.ca · 3 pts · 256d
Pretty much how to do any task without electricity or a device that depends on it. It can be really useful to know how people did every day stuff 200 years ago.
Do you know how to do your laundry without a machine? Use a map? Send mail via post?
Camille_Jamal@lemmy.ml · 1 pts · 255d
I actually know how to do all of those
Have a great day and be kind! :D
CanadaPlus@lemmy.sdf.org · 3 pts · 258d
Keeping it practical, I'd like to know the basics about every regionally important city in the world. Capitals should be easy, I probably have most of them down already, and I have a few ideas about how to compile a list of the rest.
zz31da@piefed.social · 3 pts · 255d
The NATO alphabet comes in handy sometimes
daannii@lemmy.world · 2 pts · 254d
Multiplication table.... One day I'll get those 7s and 8s.
(I'm 40).
sopularity_fax@sopuli.xyz · 2 pts · 254d
U know what you've done
daannii@lemmy.world · 1 pts · 252d
Why the 7s and 8s? Right? Like that's the two that people struggle with.
It's Strange.
cerafredo@reddthat.com · 2 pts · 231d
mech@feddit.org · 2 pts · 256d
Phone numbers of your life partner, parents, children, siblings and a lawyer.
Camille_Jamal@lemmy.ml · 2 pts · 255d
How to do almost anything by hand, and the phonetic alphabet (specifically nato phonetic alphabet) can be useful for misunderstandings. I want to learn shavian, an alphabet optimized for english, just for fun.
Have a great day, be kind, and have fun! :D