from Hacker News

How I See Numbers

by igpay on 3/3/22, 10:24 AM with 194 comments

  • by alchemyromcom on 3/3/22, 8:29 PM

    I have a similar freakish ability, but mine has to do with writing. I can basically ~see~ approximately three pages of prose in my mind's eye while writing. It only works under certain conditions, but it feels just like I'm transcribing something rather then doing any kind of deliberate thinking. People are shocked what comes out of me, and even more so when they see how quickly it happens. You would need to see me in person to experience the full effect, but my body does not match my words. Imagine the biggest lumberjack you've ever seen describing the petals of a flower with such high precision that it takes your breath away. That's me. I've started to slowly nurture this talent, because it finally occurred to me that it might be special.
  • by feoren on 3/3/22, 8:06 PM

    I caution against looking at numbers in any single way. The more different ways you can visualize math concepts, the better. Practice seeing them in different ways.

    Sometimes numbers are for quantifying a pile of things, and 255 and 256 are basically the same.

    Sometimes numbers are for cryptographically signing things, and 255 is extremely secure while 256 is completely vulnerable.

    Sometimes numbers are for arranging tournaments, and 256 is a tremendously useful number while 255 is super annoying and you should look for another.

    Sometimes numbers are stored in a single byte, and 256 (=0) is the friendliest number you will ever know, while 255's words are BACKED BY NUCLEAR WEAPONS.

    Sometimes infinity is a useful number, sometimes it's not. Sometimes 1/2 is a useful number (pies), sometimes it's not (babies). Sometimes sqrt(-1) is a useful number, sometimes it's not. Sometimes the sum of all positive integers equals -1/12; sometimes that's stupid.

    All of these situations may call for visualizing numbers differently.

  • by encoderer on 3/3/22, 7:46 PM

    Holy moly. Wow.

    I am a successful software developer and I’m terrible at math. To me, 6+3 is not an interaction between two different anything, rather, it’s a key in a hash table where I’ve stored “9” as the value. All arithmetic is rote memory recall for me. I work with complex numbers by just breaking them down into multiple steps.

    Now I’m wondering if I should challenge my brain to do this differently.

  • by ajkjk on 3/3/22, 7:51 PM

    Neat. Some of us can't see things in our heads at all (aphantasia), so we definitely can't do things this way.

    Although now that I think about it there is still some element of what's described in this article. There's no visual shape involved in the way I model numbers, but it resonates to think of 7 as "10 with a 3 missing", but also as "5 with a 2 on it". The concepts are built in reference to their closest multiple of 5, and slide between different equivalent forms as necessary in calculations.

    By the way, the way I do mental math without images feels like it is using sounds and words for the short-term storage and recall. The language brain seems good at putting something aside for a minute and then bringing it back afterwards with a low chance of error, like repeating something someone just said back to them verbatim even though you weren't really listening.

    The one method I am sure _doesn't_ work well for mental math is picturing the grade-school algorithms on an imaginary sheet of paper. For whatever reason it is very error-prone. I once did an informal (definitely unscientific) survey on this (30 or so people IRL plus like 100 reddit users) and iirc there was a strong correlation between "imagining the pen-and-paper algorithm", "being bad at mental math", and "not liking math". Wish I still had the data from that -- all I remember is roughly confirming my hunch that those were related. I also wrote a blog post about this a few years ago (https://alexkritchevsky.com/2019/09/15/mental-math.html) but I wish I had included the survey information in there, it would have been much more interesting.

  • by hateful on 3/3/22, 6:49 PM

    I do the same thing! Though my shapes are different, it's the same. My wife is tremendously bad at math and I kept telling her you have to picture things and she said I don't think of it that way, I just see the writing of the number itself and I say "well, that's why you're bad at math!".

    This is the same thing as map reading or what we do in programming. The thing that's disappearing in this comic: https://heeris.id.au/2013/this-is-why-you-shouldnt-interrupt...

    I also realized early on that I could count way faster if I fought the urge to say the numbers in my head because the idea of the number would still be there. I started by saying (eh eh eh eh eh) in my head instead of (one two three four five). Eventually you can do things like run your finger across a comb and instantly know how many bristles you passed - that gives you a tactile response for each number rather than the words themselves. If you count by 2s 3s or 5s you can go even faster (which is what the circle is doing in the article). Shortening the "time" axis of the counting.

  • by chrisstanchak on 3/3/22, 6:27 PM

    Watch Number Blocks.

    https://www.youtube.com/watch?v=OPTOCwQoYR4&t=29m23s

    This is how my toddlers are learning. It's really good.

  • by johnatwork on 3/3/22, 6:42 PM

    This is similar to how I see it. I have a hard time explaining how 7 is a tipsy number that's about the fall into 3 and 4, and how 9 has a voracious appetite to take away a number from another and you can't stop him. It all started when I was younger and my mom told me to bring every number down to 2s and 3s, and to always be adding or subtracting idle numbers (just numbers without any operators).

    I explained it (poorly) to my wife once and she made fun of me about it. Well until our son told us years later out of the blue that it's how he sees numbers.

  • by Quai on 3/3/22, 7:41 PM

    As a person "self-diagnosed" with aphantasia, I feel cheated knowing that other people have a built in cheat-sheet. No wonder why I was struggling with memorizing things like the multiplication table in school.
  • by yeetard on 3/3/22, 7:18 PM

    So, a few question to all the number-as-shapes-in-head-representators out there: What happens in front of your inner eye when you do more complicated operations like exponentials, modulo, ...? Do you have distinct visualisation for certain ways to represent a number (roots, fractions and so on) too? And do these representations help you when you solve a problem where you don't have to "count" anything, like when you have to write a proof or something?
  • by teaearlgraycold on 3/3/22, 7:47 PM

    One thing that helps at lot with programming is my tendency to visualize branches and dependencies as graphs/trees as I read/write code. This makes aberrations and code smells extremely obvious. A dirty hack makes you go from something that looks like a beautiful fine-toothed comb to a comb with a cancerous tumor on it.
  • by one-more-minute on 3/3/22, 7:19 PM

    Cool! If the author is reading, have you looked at synaesthesia, and do you think it applies here? The idea of addition having both a visual appearance and a kinetic feel is alien to me (perhaps partly because I avoid mental arithmetic like the current plague). But it's apparently reasonably common to have colour and spatial associations with numbers.

    I'm also curious if you are an unusually quick calculator compared to others you know. Synaesthetes can sometimes turn their condition into a talent, like the famous Shereshevsky who had a photographic memory; every experience was utter sensory overwhelm, making mundane information very memorable.

  • by pavlovskyi on 3/3/22, 8:48 PM

    Awesome interpretation! I did not think about numbers interpretation for a long time, but numbers were always my passion, especcialy as a child. The fun fact is that I gave any number some kind of uninterpretable personality, some kind like information about its historical behaviour. and its allows me to like them more or not, give them positive or negative judging. So in case of addition, multiplication, etc (which I can do blazingly fast from my youngest) I see it as some kind of story in which numbers really meet each other and produce some results.

    There is no other feeling in my mind which give me that amount of understading,but it is an understanding which cannot be formulate properly to other person. I feel it as an phenomena which origin started in my mind and grow there for my whole life (which is highly correlated with my introvert pov). Thanks for that thoughts, all best.

  • by cecilpl2 on 3/3/22, 7:27 PM

    Wow, this is utterly alien to me. I have always had a head for numbers but they are never shapes.

    The unique thing I think I have is that I visualize long strings of digits as notes on a musical scale. 735 is high-low-middle. I have found I can retain strings of up to 15 or so digits in short-term memory by chunking them into triplets and memorizing them as arpeggio chords, or by their relative positions.

  • by robofanatic on 3/3/22, 8:20 PM

    I can taste words. Meaning some words immediately remind me of something I have eaten before. I can logically understand why some words taste like the food because they sound like the name of a food but some words don't even come close still they remind me of a certain food. I guess I am alone because I haven't found anyone who feels this way.
  • by vedran on 3/3/22, 11:04 PM

    Related: A documentary[0] about Daniel Tammet[1] who also has synesthesia and set the European record for reciting pi from memory by recounting to 22,514 digits in five hours and nine minutes.

    [0] https://www.youtube.com/watch?v=PPySn3slfXI

    [1] https://en.wikipedia.org/wiki/Daniel_Tammet

  • by usgroup on 3/3/22, 9:31 PM

    A while back I got into thinking through allocation problems that we'd typically use numbers for without using numbers. Things like "how much what do you need to store in order to get a village of N people through winter given the following consumption pattern ..." . When you decide not to use numbers for the problem, you end up writing algorithms. Every person gets a bucket ... a ration is allocated to each bucket round-robin, and so on. You end up writing logic and proofs for why your algorithm has to terminate at the expected conclusion. That may sound fancy, but its just what you end up doing as a regular person, without even trying to be fancy. It is somehow inherent it what happens when you avoid numbers.

    Your sort of just build everything you need out of analogs. It makes me think that if we were not indocrinated into numbers from an early age, we'd end up inventing them as an abstraction to the sort of thing you have to do when you're trying to avoid numbers.

    Another one I suggest trying is expressing and exploring linear regression without reference to probability theory.

  • by duncan_mcisaac on 3/3/22, 11:47 PM

    You might have synesthesia. Here's a post about how I experience the world: https://www.duncanmcisaac.com/you-know-the-half-of-it/
  • by darreld on 3/3/22, 9:04 PM

    As an aside, my grown daughter recently told me that to her numbers have always been gendered. I ran through them quickly and she matter of factly told me their gender. She doesn't work in tech but healthcare. She said it's always been like that.
  • by gumby on 3/3/22, 8:44 PM

    The “numbers” (rationals, mainly) definitely have a “shape” in my mind, at least up to 800 or so. When I do simple arithmetic I feel like I simply glance over to the right place and “see” the answer.

    I remember as a child trying to draw the shape of the number “line” (it curls and twists) and being surprised that I was unable to do so.

    This has never seemed to have given me any advantage or disadvantage in learning more complex maths than one gets in primary school. But since so much arithmetic is done in numbers less than 100 (or scaled down to that range) it does make a lot of things easier.

  • by makach on 3/4/22, 7:06 AM

    This was a nice fun read!

    This is almost how adding, subtracting numbers is taught in schools here. I didn't notice this pattern when was a kid (if this was the pattern back then) but after having sat down with both my kids I can see the pedagogy clearer.

    This actually inspired me to keep up with the literature the kids have to go through when they are learning math. I am a little surprised that I find it so enjoyable. There are methods I completely forgot and methods I can grasp easily and add to my existing knowledgebase..

    There is always something to learn, even if it is elementary!

  • by dusted on 3/4/22, 7:51 AM

    This is also how I see numbers. Like 7 basically being an 8 that has a notch with room for one..

    At the same time, 8 is sometimes a 10 with a notch with room for 2..

    Question: Did you find math easy from the beginning of school? I had immense trouble, it just didn't make sense no matter how long I looked at the shapes.. What logic was there behind the 6 shape and the 1 shape together makes the 7 shape..

    Do you see negative numberse as different from positive ones, or do you just see them as positive numbers that have to be subtracted? Depending on the context, they're just a subtraction, other times I see them as white and black dots, and when there is equilibrium it is a grey plane of 0, and when add some to the plane, that number of that sign will be visible, for example, you have 0 + 3 = 3 white ones, then you add two black ones ( 0 + 3 + (-2) ) = 1 and the two black ones merge with the white ones and become grey and then you see only the one white one that 's left.. It goes that if you then add two more black ones, ( 0 + 3 + (-2) + (-2) ) = -1 one of the black ones merge with the remaining white one, and there is one black one left on the plane.

    I eventually got the basics.. these days, I still prefer using letters instead of the actual numbers, and deal with the abstract instead of the concrete and just let the computer do the calculation if a concrete value is needed.

  • by tempestn on 3/3/22, 11:19 PM

    I'm trying to actually figure out how I handle this myself. I definitely don't visualize numbers to nearly the extent of the OP, but I guess I do to some extent kiiind of 'see' the blocks of 10. IE if I add 8 + 5, I do think of the 5 splitting into a 2 and a 3, and I guess there's an.. almost visual aspect to it. It's just in situations with carries though; I certainly don't visualize each number as a different shape.
  • by trickster_ on 3/12/22, 5:30 PM

    That's very interesting! I see numbers as... The actual numbers along a line which is a bit more like stairs. The number 8 is higher up than the number 5. My own Rainman visualisation is that when I write a text I can _feel_ what others will feel when they read what I've written. Whether it's funny, sad or boring (or clever!) I can just read the passage and at the same time feel what my readers will feel.
  • by paradite on 3/4/22, 5:38 AM

    Somewhat tangentially related, I am bilingual and I view numbers mostly as two separate languages depending on context of where I first see / use them. Sometimes a unified mental image is also stored for fast access.

    Wrote about my experience a while ago: https://paradite.com/2017/09/17/bilingual-numbers/

  • by ChrisKnott on 3/3/22, 8:35 PM

    I find it interesting that in the UK a primary school child (say aged about 7) would trivially know that "80 + 4" is 84, but for the problem "4 x 20 + 10 + 7 = ?", might require quite a lot of effort to work out that the answer is 97.

    In France, "97" is said "Quatre vinght dix sept", i.e. 4x20+10+7. This is apparently acceptable to the brain as a final answer, there's no way to collapse it to "90+7".

  • by NylaTheWolf on 3/4/22, 10:00 PM

    This sounds exactly like synesthesia[0]. My synesthesia is mostly grapheme-color synesthesia, where I "see" words, letters, and numbers as certain colors in my mind's eye. For me, the letter 'A' is red, which is apparently very common among synesthetes. January is dark purple and March is blue. Not 100% sure if this is part of my synesthesia, but sometimes it seems to manifest in other ways, like how I relate certain songs to animals. The author's synesthesia is extremely interesting though!

    On a related note, I wouldn't be surprised if synesthesia is actually more common than we currently think because a lot of people who have it think it's normal or never thought anything of it.

    [0] https://en.wikipedia.org/wiki/Synesthesia

  • by Art9681 on 3/4/22, 1:58 AM

    I think what is uncommon in this scenario is that some people have a greater aptitude to express what they visualize. To communicate what is in their mind. To convert what is abstract thought into some form of communication. We all visualize numbers in a myriad of ways. For example, for me, numbers are not individual things or shapes. I see them as abstract spaces that are part of a greater whole (base 10). Its a thing that exists in my mind I cannot quite decribe. A very abstract blob of colors that diving a whole into units. Those boundaries shift and change when I think mathematically. I only "see" it when I try to describe it. Otherwise it happens automatically just like driving a manual car without giving it much thought.
  • by chronolitus on 3/4/22, 10:41 AM

    To me this is a good reminder of our brain's weird ability to take any abstract thing, use it over and over to figure out some common rules, and translate it into a model which uses the good old physical-world concepts we're used to reasoning about.

    The consequence is, I don't think there is a 'right' visualization for numbers. You either have an exact model of mathematics in your brain, or you have some approximation thereof, which by definition has to be wrong in some way (but is easier to get / reason about). There is only one true model (if we all agree to use the same axioms, etc), but an infinite amount of approximations, which make them each unique. Fun to think about.

  • by thekiptxt on 3/4/22, 5:14 PM

    I’ve always been really curious about how other developers visualize our system. I know that we tend to use architecture diagrams as a common language for major components, but I don’t see the system in boxes and ovals, each of the components are very different. Sometimes they become characters, with personalities, quirks, and flaws. Sometimes they’re looming and intimidating, sometimes they seem childish. When I’m onboarding to a new codebase, the better I get to know these characters, the better I know the system.
  • by laszlokorte on 3/3/22, 6:42 PM

    There is a really distinct feeling I have about the fact that 2 times 8=16 and 3 times 6=18. Really hard to describe but something like 8 and 6 being siblings fighting about who is stronger/bigger.
  • by rplnt on 3/3/22, 8:25 PM

    What else do you see besides generic numbers?

    I see time differently, days of the week, yearly calendar, distance units, temperature. All these, maybe more I can't recall now, visualize different from just numbers. E.g. the year is a loop. If I want to recall a month name, I always see a part of that loop, and the camera is not fixed. I'm fairly certain my mind didn't come up with this on its own, but there were some visual that got paired with it. Same with numbers I suspect, but this one is more obvious.

  • by Mo3 on 3/3/22, 7:17 PM

    That does sound like synesthesia. I have sound -> touch synesthesia. There's some discussions about whether a pretty big percentage of people have some form or another actually
  • by bricemo on 3/3/22, 7:35 PM

    Since Stephen Hawking’s movement was limited for much of his life, he claimed that he had learned to do more math quickly in his head via visualizing geometry. Seems similar.
  • by dhosek on 3/3/22, 11:08 PM

    I don't see numbers, but I “see” musical notes (mostly as places in space) although it's partly also a feeling as well (so a major chord has a distinct feel to it and a place in space based on its pitches). When I learned flute, it was a bit disconcerting to me because my primary instruments, piano and double bass, placed as notes got higher they were farther away from me, but on the flute the high notes were closer. It still messes me up a little.
  • by seiferteric on 3/3/22, 10:36 PM

    Almost like a chemistry of numbers.
  • by busyant on 3/3/22, 9:23 PM

    I view the digits as having genders and personalities.

    "5" and "6" are definitely guys.

    The evens tend to be a bit kinder than the odds. Hasn't helped me with arithmetic, though.

  • by dmccunney on 3/11/22, 6:05 PM

    this comes as no surprise. But Camerron's post illustrates a deeper issue.

    The world we live in is a mental model created by our brains, and the data that underlies the model is supplied by our senses. The model we make will differ depending on which of our senses is dominant.

    For example, my primary sense is vision. When I read fiction, I often see pictures in fiction my head. I can be thrown out of a story because the pieces don't fit together, and I find myself saying "You can't get there from here!"

    But vision isn't everyone's primary sense. My SO is a good example. She's extremely nearsighted. Without her glasses, anything farther than about 2' from her face is a blur. Her primary sense is hearing. When she asks me a technical question, my first impulse is to grab pencil and paper and draw a diagram. That conveys nothing to her, so I need to find a different metaphor based on hearing to describe the underlying concept.

    I corresponded with a chap years back whose primary sense was touch. He felt holes in arguments. And in the oddest case I recall hearing of, there was a chap who could not find his way to the office in the morning. He was not stupid, and was a trained engineer. But testing revealed he was not visual at all. Landmarks conveyed nothing to him. He did have a strong kinesthetic sense. So he was driven from his home to his office in a low slung sports car that transmitted every dip and curve in the toad to the passengers. Thereafter, he could find his way to the office with no problem,. because his body remembered what the drive felt like.

    I've spent a fair it of time over the years exploring where people are coming from in discussions. "Yes, I understand what you believe. You've made that quite clear and explicit. My question is why you believe it? How did you adopt this belief? What makes it emotionally satisfying to you?' Belief systems like religion and politics live on an emotional level, and aren't usually amenable to rational argument but cause they aren't rational in origin.

    What our primary sense is and how that affects your view of the world my be more critical than you assume. No, you aren't representative, and others may not share your experience.

  • by gingkoguy on 3/3/22, 11:06 PM

    This guy knows about Numberblocks .. BBC show for kids
  • by Razengan on 3/4/22, 3:08 AM

    One of my favorite things to think about is trying to imagine an alien species with a completely different system of counting and measurement.

    Would they start with 2D numbers (like our “complex” numbers)? Would fractions be the default way of counting instead of whole numbers?

    Or something completely different, like thinking of color shades instead of “words” when thinking of numbers as we do.

  • by visviva on 3/3/22, 7:49 PM

    What a fascinating and delightful read. It's something that's totally alien to me, explained in a very satisfying way.
  • by namelosw on 3/4/22, 8:29 AM

    Not exactly the same but I recently found some people thinking in numbers, subtractions, and additions because they're more used to digital clocks.

    While I'm an analog guy and I'm thinking in geometry. For example, if I sleep 7 hours at 10 pm, I'm getting up at 4 + 1 = 5, (the opposite of 10 is 4 which equals six hours).

  • by generalizations on 3/3/22, 9:07 PM

    Wonder if he learned his numbers with math manipulatives. [1]

    [1] https://4.bp.blogspot.com/-Et6_8IvPOW0/VEPMsOiyVAI/AAAAAAAAP...

  • by yesenadam on 3/3/22, 10:45 PM

    > Beyond the first ten natural numbers, some have unique forms

    Such a fascinating read, thank you! I'd love to read/see more about those other numbers with unique forms, and also features of the way numbers combine. (like the way you described 7+3 or 9+x), I want a part 2! Thanks again.

  • by armchairhacker on 3/3/22, 11:33 PM

    I remember a documentary on a math prodigy from the UK, he visualized numbers similarly using shapes and emotions and similar concepts. Naturally, he also hard a hard time how he “just knew” how to multiply huge numbers in his head or recite the digits of pi.
  • by honksillet on 3/3/22, 8:36 PM

    This reminds me a little how some people with perfect pitch describe each not as having a color.
  • by drivers99 on 3/3/22, 11:22 PM

    I think this might help for doing arithmetic in your (or my) head because just remembering the numbers, it's hard to keep everything in working memory for me. But, using shapes, I think it puts the number somewhere you can hold on to it better.
  • by EnderShadow8 on 3/4/22, 11:42 AM

    This is basically exactly me, except I don't have as concrete of a feel of the actual shapes, all I know is that 9's slice off ones from other numbers, not that actual shape of the number that allows it to do wo.
  • by gfody on 3/3/22, 8:33 PM

    in my 20's I went through a numerology phase and began taking the digital roots of everything, it became a habit and now I can't not do it. I developed a really similar sort of visual mechanical sense for the digits 0-9 where the digits click together as if they were magnets and the closer they are to 5 the more they repel their own parts (eg two 5's might easily disintegrate to snap into a nearby pair of 3's). it's really interesting to hear about other versions of this sort of thing.
  • by virtualwhys on 3/3/22, 8:55 PM

    I see nothing; for the most part there is no mind's eye, but there is a mind voice, and that's what performs mathematical operations (and everything else for that matter).
  • by mbfg on 3/3/22, 11:41 PM

    Here's a numberphile video similar to this

    https://www.youtube.com/watch?v=hP-DZMmQBng

  • by pjacotg on 3/3/22, 9:37 PM

    @author - is there anything special about the way you visualize prime numbers? I'm wondering if there are indicators for you that a given number would be prime.
  • by bufordtwain on 3/3/22, 10:53 PM

    This blew my mind. I would never have guessed that this was a thing. I wonder if the mathematician Ramanujan had a visualizing ability similar to this.
  • by c-smile on 3/3/22, 11:52 PM

    Interesting...

    Instead of forms I have color associations with digits.

    And I suspect that many people have those...

    What is your color associations (if any) with 0,1,2,3,4,6,7,8 and 9 digits?

  • by kderbyma on 3/3/22, 6:39 PM

    interesting. I Wonder what their numbers look like in different radix.

    7-3 I found interesting because those are modulus complements in base 10

  • by agumonkey on 3/3/22, 7:11 PM

    Talking about inner representation, I'd really like to know how people computing nth root of large number operate :)
  • by gwbas1c on 3/4/22, 4:45 AM

    Wow, I want to watch this animated while someone reads it. There's just much more than I can imagine.
  • by calculated on 3/3/22, 7:04 PM

    What about +10 -7? Do you have a mental model for negative numbers?
  • by lukaszkups on 3/4/22, 7:56 AM

    OMG get out from my head RIGHT NOW! I've got the same!
  • by autokad on 3/3/22, 11:09 PM

    tangentially, I wonder if this is one of the reasons why Chinese are often better at math. some have argued that idiosyncrasies in speaking the language might play a role (such as being able to detect tone changes). That may be true, but also when they are looking at a number 2, it looks like two somethings. our 2 looks nothing like two somethings.
  • by deltaonefour on 3/3/22, 6:20 PM

    What a highly inefficient way to represent numbers.

    Was this learned by him or is this some sort of synesthesia condition?