Earlier quoted context omitted.
That really resonates with me! I’ve found that when I’m up against a tricky problem, the solution often pops into my head when I’m not actively thinking about it—whether I’m sleeping, going for a walk, or just doing something completely different. It’s like the answer appears out of nowhere after I’ve stepped away. I’ve always wondered why this happens. Is it just how our brains work in problem-solving mode? Does any…
Yeah this is me too - which is why I enjoy turn based games while I’m coding, if I get stuck I distract my consciousness with 2-3 turns in Civilisation and the answer pops into my head while I’m playing. Turn based is excellent because always I’m mid-turn when the answer comes so I alt-tab out and keep going. My steam shows some ridiculous number of hours in game because it’s always on, nearly 24/7, in a window on my…
What do you visualize while programming?
121–130 of 176 posts
Re: What do you visualize while programming?
#122I think the title by itself suggests a different question than the article raises. The idea of the article is that certain visualizations can help think through certain problems. Maybe you can hold these visualizations in your head, or maybe you can't (because your aphantasic, they're too complex, you're tired, whatever), but they're just as available to you on paper or in diagramming tools if you need them. It's try…
Re: What do you visualize while programming?
#123Another non-symbolic style of thinking I use is kinesthetic synesthesia. I "feel" the design "lean" in one direction or another, then refactor in that direction.
Re: What do you visualize while programming?
#124When someone asks me to draw an architecture diagram or a diagram of our production infrastructure or whatever, I am very slow at it and the result is usually middling at best, because my mental model of those things has no geometric or spatial component at all.
To the article's point, I've can't recall ever finding a visualization of my actual code or architecture that helped me work through a problem. When I've tried, it has always just slowed me down because I constantly have to map back and forth between the picture and the native non-geometric version in my head.
That's not to say I never use any kind of visualization. Graphical representations of things like profiling results are convenient and useful to me. But they tend to be more like representations of numeric data than representations of systems or code.
Re: What do you visualize while programming?
#125Re: What do you visualize while programming?
#126Earlier quoted context omitted.
You should buy a really nice tent now while you have cash flow.
Why spend the capital on a tent. A survival manual is magnitudes cheaper and accomplishes the same thing, ultimately. /s
Re: What do you visualize while programming?
#127Re: What do you visualize while programming?
#128what is this new trend lately of having aphantasia? never read/heard this before from the HN audience. bots are increasing on HN it seems.
What is this new trend of describing recurring phenomena that one does not understand as bots? The term aphantasia was coined in 2015, so yes, it is new. We aphantasiacs only heard this described relatively recently, and my mind was blown that apparently people can actually visualize things. A whole lot of things that we assumed were mostly wordplay or concepts ("imagine you're sitting on the beach") turned out to ha…
my mind is blown that there are people actually realizing that they are not able to visualize.
> Edit: looks like half of your comments are about HN being overrun by bots, so I guess I'm unlikely to change any minds here.
no, quite the opposite. you are confirming my thinking. you can see my previous statement in both ways:
- (computer) bots written in a language
- human "bots" experiencing themselves as humans
> it's that there's new understanding about the range of human experience.
exactly.
you'd be shocked to see what else is out there you didn't know about.
Re: What do you visualize while programming?
#129One downside however is its power can be addicting. If I let it!
Re: What do you visualize while programming?
#130I personally have aphantasia, and, funny enough, I don't visualize anything when I'm coding, or reading code: I just understand the concept more or less deeply, but always without any images: It's just the "concept" that I understand. It's really like if I had an interpreter in my head when reading and when coding, I do the opposite: I know the required sequence and I reverse engineer it to the programming language v…
I have aphantasia too an I do a lot of game jams where I more or less make something from start to finish in one go. One of the things I noticed is I approach a game from the point of view of how it is played, whereas most people approach games from the perspective of what it is about. I'll make a navigation game with a pirate theme as opposed to a game about pirates where you navigate. I also don't use engines and m…