*Honest job interview*
Interviewer: “What’s your biggest weakness?”
Me: “Sometimes I fuck up my rebase so badly I delete the repo and clone a new copy 🔥🙆♀️”21:10 PM - 25 Feb 2020
Everyone has an untold weakness, what's yours?
*Honest job interview*
Interviewer: “What’s your biggest weakness?”
Me: “Sometimes I fuck up my rebase so badly I delete the repo and clone a new copy 🔥🙆♀️”21:10 PM - 25 Feb 2020
Everyone has an untold weakness, what's yours?
For further actions, you may consider blocking this person and/or reporting abuse
Keff -
Michael Tharrington -
Michael Tharrington -
Lev Nahar -
Once suspended, cyril will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, cyril will be able to comment and publish posts again.
Once unpublished, all posts by cyril will become hidden and only accessible to themselves.
If cyril is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Cyril Niobé.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag cyril:
Unflagging cyril will restore default visibility to their posts.
Top comments (10)
I can easily get side tracked when trying to investigate an issue or a bug. It is very hard for me to leave a stone unturned which sometimes takes me down paths that are no longer related to the issue. I am a very curious individual -_-.
My brain has never been ideal for it, I'm good at design and architecture, but coding is my weakness, is really easy for me to get the big picture, plan ahead, even foresee future problems; that doesn't help sometimes, when I'm writing code I can't help but getting distracted by the future interactions, and how could I adapt the code I'm writing to an endless set of possibilities; also how should future features interact with what I'm writing and how would I adapt the code to possible changes, ...
That, if not checked can lead to me coding in many places at once leaving me juggling with a bunch of mocked code for longer than I would like.
Memorizing syntax of widely varying languages. Where does that semicolon go? Parentheses or not? The concepts are memorable and similar between languages. Why do we need different syntax every bleeping time.
Hot girls at workplace
Not being able to always "show my work", or rather work backwards from a solution.
I was recently working with a friend of mine who just started learning databases, and he was learning about databases.
However, for the life of me, I could not work out the steps for normalizing a database (first normal form, third normal form, etc). I could get him the normalized database, but I could not follow the formal steps to get there.
It was bizarre.
once intime i deleted my linux-OS🔥 and installed new one 😎😎😎
distraction
Once listend to bossman and assigned some "team leads" to admin groups.
They fucked up vm and db server on the same day and I had to come on non workday in basement serverroom to fix it.
Not writing enough test cases for my code. I usually get satisfied by creating a bare minimum suite, then almost always find out about a scenario I forgot to test for