DEV Community

Ben Halpern
Ben Halpern Subscriber

Posted on

What are you surprisingly terrible at, despite being otherwise competent?

Top comments (79)

Collapse
 
thebouv profile image
Anthony Bouvier

Self-care.

Collapse
 
vaibhavyadav1998 profile image
Vaibhav Yadav

I am terrible at explaining my code, despite knowing how & why it works.

Collapse
 
highcenburg profile image
Vicente G. Reyes

Remembering the day. I thought yesterday was tuesday.

Collapse
 
tomasforsman profile image
Tomas Forsman

Yesterday was Tuesday.

Collapse
 
mnivoliez profile image
mnivoliez

I'm terrible at structuring stuff that are not code. I fail to structure my workflow, my day to day task (like folding clothes, dishes, etc...).

I'm terrible at remembering important date (heck, I even forgot my birthday almost each year).

But strangely, I'm not that bad I structuring software.

Collapse
 
sleepyfran profile image
Fran GonzΓ‘lez

So much this. I have try countless times to be as perfectionist on this side of my life as I am with code but I just can't do it πŸ™ƒ

Collapse
 
peter profile image
Peter Kim Frank

Remembering the order of the months. I basically always start at 1 and then sing-song my way up on my fingers. I flip March and May frequently. No idea how many days are in each month. I have tried to learn and put in some effort but just can't make it fit my brain properly.

Normally pretty decent at numbers and related activities. It's really weird and kind of annoying.

Collapse
 
angelarae63 profile image
Angela Whisnant

My son has the same issue! You aren’t alone!❀️😁

Collapse
 
gypsydave5 profile image
David Wickes

Any time someone says "monad" my brain instantly stops working.

Collapse
 
nanythery profile image
Nadine M. ThΓͺry

Maths, definitely. That was the reason I put off my developing dreams when I was young. Maybe then it was really important (I am talking about 20 years ago, when I was 10).
But today I've realized Maths is really not that complicated or deep into Front-End so I decided to come back :D

Collapse
 
yucer profile image
yucer • Edited

Do you mean Mathbox.js ;-)

The article series of MathBox.js are outstanding.

I knew the theory of imaginary numbers, but It was amazing to look into the dynamic graphics and see them rotating.

I wish I would have such tools in the high school.

I wish i would have time to use MathBox.js or threejs to explore datasets.

If one map properly the datasets to the three dimensions, I almost sure that we can find many more relationships instantaneously, because the brain is prepared to work with spacial structure and note those relationships in real time.

You know? The cyberspace was born with the science fiction writer William Gibson.

The web is still very limited to the cyberspace described in Gibson's books. In the books the characters take a Virtual Reality set and connect to 3D words, the servers, the data, the avatars, ... everything was interacting in 3D.

I guess that in the years to come, the web will reach the Gibson dreams. And math would be very important for that.

Are we ready? ;-)

Collapse
 
nanythery profile image
Nadine M. ThΓͺry

I appreciate your passion about Maths... I wish I could share it.

Collapse
 
niorad profile image
Antonio Radovcic

Exact same here πŸ€“

Collapse
 
nanythery profile image
Nadine M. ThΓͺry

That's very conforming. Hehe.

Collapse
 
workingwebsites profile image
Lisa Armstrong

I hear you! I'm great at problem solving, but don't ask me to split the cheque.

Collapse
 
shiling profile image
Shi Ling

I'm good with CSS, and I frequently find myself helping others to fix broken CSS, but I can't explain how my solutions work. My explanation is usually "Um... It's just like this so that this go here and then like that so it that that other rule applies... Do you get it?"

Collapse
 
ben profile image
Ben Halpern

I feel you 😭

Collapse
 
ryansmith profile image
Ryan Smith

Sitting down with someone to look at the code or debug. If I'm not prepared and have not looked at the code for at least a few minutes by myself beforehand, I have no idea what is going on.

Collapse
 
tomasforsman profile image
Tomas Forsman

That's a great soil to grow a magnificent impostor syndrome!

Collapse
 
avalander profile image
Avalander

Relational databases. I honestly go for document and key-value stores often not because I think RDBs are ill suited for the job but because I don't want to deal with them.

Collapse
 
rhymes profile image
rhymes

aaaaah, you break my heart :P

Collapse
 
avalander profile image
Avalander

It's not lack of will, it's lack of competence :p

Thread Thread
 
rhymes profile image
rhymes

What concepts you find hard? Maybe I can help.

In the meantime I think you can start here:

I'm not saying relational DBs are super easy, but I think they are really important to know, even if you end up not using them :D

Collapse
 
thehanna profile image
Brian Hanna

Same! I'm awful at SQL and RDBs are the bane of my existence