Remix.run Logo
squishy47 2 days ago

I think of myself as a slow thinker and feel the same as many other comments on this post but I always but this down to being a visual mind and having to draw/picture everything to think it. So in my experience slow thinking is topic dependant; maths, conversations, even code are slow because I have to draw it in my head and it takes time. But give me a spatial/visual problem, like coming up with a plan for garden landscaping, organising room layouts or will this object fit in this space and it takes like 1 micro-second. it's weird.

martindbp 2 days ago | parent [-]

This is exactly how I'd put it, and also why I absolutely hate context switches. When you're asking me to switch context, for example to a different project, then I have to bring in the project structure, the modules the moving pieces, the problem we're trying to solve, everything before I can remember enough to answer your question.

squishy47 2 days ago | parent [-]

Totally agree. It takes a while to "load" the project but then once it's loaded moving around a large codebase is a breeze but as soon at the code changes broaden and I slow right down cos I have to rebuild the map with the new additions. only way i can describe it: it's like loading google/apple maps and instead of it showing a low detail view with only the big roads displayed i'm loading the entire super details map, it takes a while but once it's loaded there's 0 lag.

also it's actually reassuring knowing someone else is similar, no-one in my life seems to work the same.